Review Request 120554: Initial frameworks port of kompare
Aleix Pol Gonzalez
aleixpol at kde.org
Tue Oct 14 12:22:53 BST 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120554/#review68379
-----------------------------------------------------------
komparepart/kompare_part.cpp
<https://git.reviewboard.kde.org/r/120554/#comment47661>
You probably want to use qCDebug for those debug statements.
Or just remove them if it's not useful.
komparepart/kompare_part.cpp
<https://git.reviewboard.kde.org/r/120554/#comment47662>
qWarning()
komparepart/kompare_part.cpp
<https://git.reviewboard.kde.org/r/120554/#comment47663>
no need for toString, also the << endl thing is a KDE3 thing, maybe this can be dropped for good now. :)
komparepart/kompareprefdlg.cpp
<https://git.reviewboard.kde.org/r/120554/#comment47664>
a good example of one that can be removed.
Most comments are regarding qDebug usage. I would suggest just to move it into a frameworks branch as well.
+1 all in all.
- Aleix Pol Gonzalez
On Oct. 13, 2014, 11:46 p.m., Jeremy Whiting wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/120554/
> -----------------------------------------------------------
>
> (Updated Oct. 13, 2014, 11:46 p.m.)
>
>
> Review request for kdelibs and Vavelin Kevin.
>
>
> Repository: kompare
>
>
> Description
> -------
>
> I spent a bit of time porting kompare to kf5. It builds and runs and compares files and folders but I'm pretty sure I missed something.
>
> I'll reread my changes also but wanted to get this out there to be played with also.
>
>
> Diffs
> -----
>
> CMakeLists.txt 86e4504ad3ae06519cbfaaf35781238f5f234857
> doc/CMakeLists.txt 06d898738aabdfc947e89de848e2fbe903d5e6cc
> interfaces/CMakeLists.txt 4bb0c6c53e8b995f1c7350cd02268e2e05ddb38a
> interfaces/kompareinterface.h a28d209b058fb06cc970e6ba3538ace721319be5
> kompare_shell.h de099ffbcc92a22a4374ad6cfca0bccc6b0e97bc
> kompare_shell.cpp 9d22085780fbbffcb9b480cbb16c30e73c0ba71e
> komparenavtreepart/CMakeLists.txt da52bc7d0d9f032d80f6f2257dbbed1f6fb0e81a
> komparenavtreepart/komparenavtreepart.h eb08329be477febe93b4ca7a8c787656abbfc68f
> komparenavtreepart/komparenavtreepart.cpp d3bdc93ddaf28e026b7c1847b8d4f6dbc46125ee
> komparepart/CMakeLists.txt ee83458a3034c3fb873629d650efe5668955900b
> komparepart/kompare_part.h 0c4d3dd40ca32e07b2402280539d03f155555cfc
> komparepart/kompare_part.cpp 08df1dc0985391908eb81da9c4cfdd0836cd4b23
> komparepart/kompareconnectwidget.h 03eb746c24dc3899b64d3907ae21e0de656e369f
> komparepart/kompareconnectwidget.cpp 2a8cb920280f2b42ab09e7962a441529b8cdfc0c
> komparepart/komparelistview.cpp b2935c917541984532814d301b6a7f5bdd661c72
> komparepart/kompareprefdlg.cpp 0b18696acf270cf5a0351312aa3ffe13eff9b9e6
> komparepart/komparesaveoptionswidget.h 9c49815b1b95b9448eb5fccda35e4c7c7fb1e2f1
> komparepart/komparesaveoptionswidget.cpp 06530d85159305fc1330f495a1c52b0155e45e37
> komparepart/komparesplitter.h 11a344f29f46d68ca5418c770bd5e502d527e0fe
> komparepart/komparesplitter.cpp 2848f881992bae0b0e7141c1f6c47a2239211844
> komparepart/kompareview.h 93ea0644a590c56e600e466a69bf227dc93328b1
> kompareurldialog.cpp 561dd4518dda0be64198beff56e986da4294fe2b
> libdialogpages/CMakeLists.txt 22906650d1f0f8fb0b5d8d3d272f09d44bf7408c
> libdialogpages/diffpage.cpp 94221ca8badbd1773ff48071fd558bd111750e47
> libdialogpages/filespage.cpp 417fbd12b0f7622da23d0da0e934476d142df149
> libdialogpages/pagebase.cpp 4aa33d7d5b8eb6779bb96e5533d0f11235c30aac
> libdialogpages/viewpage.cpp e26d72843587cf4ed60f0d7dcde51ec4f19aad29
> libdialogpages/viewsettings.h 305e934815175c0fc60c8a045070e48f7b932935
> main.cpp ac68e2421c1f02460e732eb4dc7f79036df9db2e
> pics/CMakeLists.txt 512f6e8cad202bc592c08531654754bd311fcb5e
> pics/hi128-app-kompare.png
> pics/hi16-app-kompare.png
> pics/hi22-app-kompare.png
> pics/hi32-app-kompare.png
> pics/hi48-app-kompare.png
> pics/hisc-app-kompare.svgz
>
> Diff: https://git.reviewboard.kde.org/r/120554/diff/
>
>
> Testing
> -------
>
> It builds, runs and seems to wok ok comparing files and folders. The QFileDialog it uses wasn't showing files I expected to see though, may need to play with the filters etc.
>
> Also ported from KGlobal::ref() and KGlobal::unref() to QEventLoopLocker, though quitting one window closes all windows, not sure if that's expected or not.
>
>
> Thanks,
>
> Jeremy Whiting
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20141014/0cc28ef5/attachment.htm>
More information about the kde-core-devel
mailing list