]> gitweb.hamatoma.de Git - reqt/commit
ReFinder: fix delete problem in option dialog
authorhama <hama@siduction.net>
Tue, 19 May 2015 22:05:48 +0000 (00:05 +0200)
committerhama <hama@siduction.net>
Tue, 19 May 2015 22:05:48 +0000 (00:05 +0200)
commitade3c1adb1dfee34321a2cca3a1014147e0c5af4
tree5c1a977f02100797c0de80e3fa1c5ad6c833cfeb
parentc5d838928cc7fa05f54f0d5c3bf74b09902ec721
ReFinder: fix delete problem in option dialog

* ReFinder: handling of up-down keys in option dialog
* ReFind: improvements
* ReViewer: base classes
14 files changed:
appl/refind/dialogoptions.cpp
appl/refind/dialogoptions.hpp
appl/refind/mainwindow.cpp
appl/reviewer/about.ui [new file with mode: 0644]
appl/reviewer/aboutdialog.cpp [new file with mode: 0644]
appl/reviewer/aboutdialog.hpp [new file with mode: 0644]
appl/reviewer/aboutdialog.ui [new file with mode: 0644]
appl/reviewer/main.cpp [new file with mode: 0644]
appl/reviewer/mainwindow.cpp [new file with mode: 0644]
appl/reviewer/mainwindow.hpp [new file with mode: 0644]
appl/reviewer/mainwindow.ui [new file with mode: 0644]
appl/reviewer/reviewer.pro [new file with mode: 0644]
appl/reviewer/reviewer.qrc [new file with mode: 0644]
base/ReFile.cpp