Virgil Dupras
6d263215ad
Fix wrong use_regexp option propagation to core (qt)
...
We need to flip `use_regexp` before sending it down to
`escape_filter_regexp`!
fixes #295
2015-04-05 09:17:35 -04:00
Virgil Dupras
e7076bc3bd
Change license from BSD to GPLv3
...
See http://www.hardcoded.net/archive2014#2014-12-28 for context
2015-01-03 16:33:16 -05:00
Virgil Dupras
fc16ea8c49
Change copyright year to 2015
2015-01-03 16:30:57 -05:00
Virgil Dupras
2166a0996c
Added tox configuration
...
... and fixed pep8 warnings. There's a lot of them that are still
ignored, but that's because it's too much of a step to take at once.
2014-10-13 15:08:59 -04:00
Virgil Dupras
ac3a9e3ba8
Removed Qt's "Check for updates"
...
It only worked on 32bit Windows, and it's gone now.
2014-04-19 18:21:56 -04:00
Virgil Dupras
ca709a60cf
Updated copyright year to 2014
2014-04-19 12:19:11 -04:00
Virgil Dupras
ba13b700b0
Fixed crashing save dialogs under Qt5
2014-03-30 15:57:07 -04:00
Virgil Dupras
33c217ecc8
Straightened out Qt window parenting chain
2014-02-15 15:05:46 -05:00
Virgil Dupras
46f8984bdc
Merge branch 'qt5' into develop
...
Conflicts:
README.md
qtlib/about_box.py
qtlib/reg.py
qtlib/reg_demo_dialog.py
qtlib/reg_submit_dialog.py
2013-12-07 19:49:27 -05:00
Virgil Dupras
418acf6e5e
Merge branch 'regless' into develop
...
Conflicts:
cocoa/inter/app.py
core/app.py
hscommon/reg.py
locale/cs/LC_MESSAGES/ui.po
locale/de/LC_MESSAGES/ui.po
locale/fr/LC_MESSAGES/ui.po
locale/hy/LC_MESSAGES/ui.po
locale/it/LC_MESSAGES/ui.po
locale/pt_BR/LC_MESSAGES/ui.po
locale/ru/LC_MESSAGES/ui.po
locale/ui.pot
locale/uk/LC_MESSAGES/ui.po
locale/vi/LC_MESSAGES/ui.po
locale/zh_CN/LC_MESSAGES/ui.po
qt/base/app.py
2013-12-07 10:19:31 -05:00
Virgil Dupras
01403a3f92
Removed fairware
2013-11-30 17:54:40 -05:00
Virgil Dupras
5a8cb6f5e3
Implemented super() inheritance style suggested by PyQt5
2013-10-20 15:53:59 -04:00
Virgil Dupras
a4256d3d2b
First Qt5 conversion commit
...
Replaced PyQt4 with PyQt5 and made all adjustments necessary to make
dupeGuru start up.
2013-10-20 15:15:09 -04:00
Virgil Dupras
33d9569427
Refactoring: Created hscommon.desktop
...
This unit hosts previously awkward UI view methods which weren't related
to the view itself, but to the current desktop environment. These
functions are now at their appropriate place.
2013-10-12 13:54:13 -04:00
Virgil Dupras
e5ce6680ca
Modernized progress window GUI
...
Following the refactoring that has been initiated in pdfmasher's
"vala" branch, I pushed more progress window logic into the
core.
The UI code is now a bit dumber than it used to be, and the core
now directly decides when the progress window is shown and
hidden. The "job finished" notification is also directly sent by the
core. Job description update logic is handled by a core gui
textfield.
Job description contsants also moved to the core, triggering
a localisation migration from "ui" to "core".
2013-08-03 16:27:36 -04:00
Virgil Dupras
4a8ce9b6c4
Updated copyright year to 2013.
2013-04-28 10:35:51 -04:00
Virgil Dupras
17b5703885
While keeping demo dialogs, removed fairware dialogs.
...
Npw, when in "fairware mode", we simply show no dialog at all.
2013-03-24 11:27:02 -04:00
Virgil Dupras
c321427a8f
[ #206 state:fixed] Moved stdout wrapping under cxfreeze sooner at startup.
2012-08-07 12:37:17 -04:00
Virgil Dupras
fcdc692b61
[ #189 state:fixed] Added "Export to CSV" feature.
2012-07-31 16:46:51 -04:00
Virgil Dupras
721591d3e3
Added a Deletion Options dialog that pops up when Send to Trash is triggered.
...
It offers hardlink and direct deletion options. This new feature supersedes the old "Send to Trash and Hardlink" menu item, which was removed.
2012-05-30 12:10:56 -04:00
Virgil Dupras
657f6743c2
Changed copyright year to 2012
2012-03-15 14:28:40 -04:00
Virgil Dupras
3fc83d6245
Added an Ignore List dialog.
2012-03-14 12:47:21 -04:00
Virgil Dupras
bf17eb715a
Pushed some action confirmation logic down from GUI layers to the core.
2012-03-10 14:32:56 -05:00
Virgil Dupras
cd9f54163b
Pushed some action confirmation logic down from GUI layers to the core.
2012-03-10 10:58:08 -05:00
Virgil Dupras
ef0a66f794
Pushed job_finished logic down from GUI layers to the core.
2012-03-09 13:47:28 -05:00
Virgil Dupras
22de2d803a
[ #196 state:fixed] [ #188 ] Fixed a crash on crash reporting under Cocoa and improved job management to allow threaded error handling on _job_finished().
2012-03-05 14:09:42 -05:00
Virgil Dupras
188aa4bf2e
Removed code duplication in qt.base.util.
...
createActions was also in qtlib.util (it had been moved for reuse in moneyGuru). Also, updated qtlib subrepo which wasn't correctly updated in previous commits.
2012-03-04 11:14:59 -05:00
Virgil Dupras
4592000464
Removed extra_fairware_reminder.
...
With the introduction of dual-mode fairware, the presence of the extra fairware reminder has been made rather useless.
2012-02-27 09:44:51 -05:00
Virgil Dupras
4aaff8ffb1
Adapted qt layer to recent changes to the core (core initialization and core connection).
...
--HG--
branch : objp
2012-01-16 09:29:57 -05:00
Virgil Dupras
2a78b8ce41
Added a startup warning message about wrong locale (causing surrogate-type-thing crashes on Linux).
2011-12-07 12:04:02 -05:00
Virgil Dupras
66303a2076
Fixed help.locale path references under Qt and fixed packaging to include the locale folder.
2011-11-30 11:06:08 -05:00
Virgil Dupras
d9ae967439
Updated the qt part of dupeguru to adjust to the latest column reorganization.
2011-11-28 10:27:17 -05:00
Virgil Dupras
428a400848
De-message-ified the rest of the project.
2011-11-04 14:37:07 -04:00
Virgil Dupras
8aa5826080
De-message-ified all messages from Cocoa's message.strings files.
2011-11-04 13:10:11 -04:00
Virgil Dupras
d80a56db78
Started moving towards a gettext-based localization.
2011-11-01 15:44:18 -04:00
Virgil Dupras
436a8e686d
Fixed broken actions: reveal_path in problems dialog and copy/move under Qt.
2011-10-02 10:27:40 -04:00
Virgil Dupras
5284decd67
Fixed open_url() under Qt. It didn't work under Linux.
2011-09-29 15:01:37 -04:00
Virgil Dupras
1b855ad64b
Adapted to recent fairware changes in hscommon.
2011-09-26 11:54:17 -04:00
Virgil Dupras
9a7a20472d
Pushed some logic for fairware from gui layers to hscommon.
2011-09-24 16:21:20 -04:00
Virgil Dupras
2c260742f6
[ #82 ] Added table font size pref (Qt).
2011-09-23 10:29:25 -04:00
Virgil Dupras
abe25d6967
Refactored the scan error message system which was too complicated, especially on cocoa. Replaced it with a simpler view.show_message(msg)
call.
2011-09-22 10:35:17 -04:00
Virgil Dupras
1fafe04f19
Use the new hscommon.plat unit.
2011-09-22 09:32:09 -04:00
Virgil Dupras
0da1947902
Fixed broken dgme-cocoa and replaced JOB_* consts with JobType const class.
2011-09-21 13:55:26 -04:00
Virgil Dupras
3b4ea50119
(Qt) Check for fairware hours only once the app is launched.
2011-09-21 13:42:54 -04:00
Virgil Dupras
f2164924f7
Wrapped data modules around edition-specific core.app subclasses to prepare for data modules removal.
2011-09-20 18:40:27 -04:00
Virgil Dupras
f730f4f55a
Decoupled app in core.app from apps in qt.app and core.app_cocoa. Instead of subclassing it, they now hold a reference to it while fulfilling the role of core.app's "view".
2011-09-20 15:06:29 -04:00
Virgil Dupras
4b9cba4d7f
Removed some code duplication.
2011-09-03 13:28:36 -04:00
Virgil Dupras
0fea59007c
Updated copyright year to 2011.
2011-04-12 10:04:01 +02:00
Virgil Dupras
6e60ea6984
Added extra Fairware reminder. We'll see if that boosts dupeGuru contributions.
2011-03-05 13:03:23 +01:00
Virgil Dupras
4249c528e9
[ #144 state:fixed] Fixed crash on error handling under windows when sys.stderr is None.
2011-02-18 10:10:11 +00:00