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
|
df9af9a796
|
Fixed crash on iTunes library parsing when the "Location" element is missing in track data dictionary.
|
2012-04-13 15:21:48 -04:00 |
|
Virgil Dupras
|
23cb71b522
|
Fixed results loading for iTunes songs.
|
2012-03-17 12:13:58 -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
|
5fb7742cf4
|
[#188 state:fixed] Instead of showing a crash report on iTunes communication problems, show a friendlier message.
|
2012-03-09 11:34:08 -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
|
496f29b5c3
|
Fixed localization for ME/PE specific messages under Cocoa.
Despite having localizations for these message, dupeGuru would previously display the english message.
|
2012-02-27 10:12:36 -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
|
b12b70b0a1
|
Added real iTunes support in dgme (similar to iPhoto support in dgpe).
|
2012-02-21 10:23:23 -05:00 |
|
Virgil Dupras
|
c4824b0f16
|
[#185 state:fixed] Made an iPhoto-appscript error a bit friendlier.
|
2012-01-20 11:34:46 -05:00 |
|
Virgil Dupras
|
a487e83f3c
|
Converted ME and PE cocoa projects to objp.
--HG--
branch : objp
rename : cocoa/se/main.m => cocoa/base/main.m
|
2012-01-16 10:30:45 -05:00 |
|
Virgil Dupras
|
1b571f6fd2
|
Create the extra fairware reminder on-the-fly rather than on launch time.
--HG--
branch : objp
|
2012-01-15 17:31:15 -05:00 |
|
Virgil Dupras
|
baa2177439
|
Fixed a bug where re-prioritization criteria list would initially be empty.
That was because the dialog was created on launch time rather than on-the-fly.
--HG--
branch : objp
|
2012-01-15 17:24:30 -05:00 |
|
Virgil Dupras
|
017e483b5a
|
Re-added error handling.
--HG--
branch : objp
|
2012-01-15 11:00:34 -05:00 |
|
Virgil Dupras
|
55db21f3e0
|
Removed temporary objp conversion hacks.
--HG--
branch : objp
|
2012-01-13 15:25:34 -05:00 |
|
Virgil Dupras
|
950cd0c341
|
Completed the conversion wo objp with the conversion of PyDupeGuru. I had to temporarily disable error handling though.
--HG--
branch : objp
|
2012-01-13 14:43:43 -05:00 |
|
Virgil Dupras
|
937ea73c87
|
Converted ProblemDialog to objp.
--HG--
branch : objp
|
2012-01-13 12:19:23 -05:00 |
|
Virgil Dupras
|
7bce70c128
|
Converted ResultsTable to objp.
--HG--
branch : objp
|
2012-01-13 11:49:34 -05:00 |
|
Virgil Dupras
|
f9ced08e6d
|
Fixed the mess I had to introduce earlier to make selectable list work by using objp's new inheritance capabilities.
--HG--
branch : objp
|
2012-01-13 10:20:46 -05:00 |
|
Virgil Dupras
|
4c8ce4b52d
|
Converted the prioritize dialog to objp. A bit hackish though. Refactorings required before going further.
--HG--
branch : objp
|
2012-01-12 17:40:23 -05:00 |
|
Virgil Dupras
|
0d78201548
|
Comverted DirectoryOutline to objp. I converted HSColumns and I realized at the end that I didn't need to do it yet, but well, it will be done for ResultsTable.
--HG--
branch : objp
|
2012-01-12 15:19:40 -05:00 |
|
Virgil Dupras
|
a699a2ef45
|
Converted .h view objp bridge interfaces to python ones. It simplifies them and allows for subclassing.
--HG--
branch : objp
|
2012-01-12 12:34:20 -05:00 |
|
Virgil Dupras
|
e6819781f6
|
Converted details_panel to objp.
--HG--
branch : objp
|
2012-01-12 09:41:03 -05:00 |
|
Virgil Dupras
|
12467c9493
|
Converted extra_fairware_reminder to objp.
--HG--
branch : objp
|
2012-01-11 15:55:25 -05:00 |
|
Virgil Dupras
|
0c7d73854d
|
Converted stats_label to objp.
--HG--
branch : objp
|
2012-01-11 15:14:59 -05:00 |
|
Virgil Dupras
|
989026051c
|
Converted PyStatsLabel to a core instance mode.
--HG--
branch : objp
|
2012-01-09 11:15:20 -05:00 |
|
Virgil Dupras
|
01f1e5e46e
|
Moved hscommon.cocoa to cocoalib.
--HG--
branch : objp
|
2012-01-05 16:57:31 -05:00 |
|
Virgil Dupras
|
3b80de869a
|
Replaced objcmin with objp-based proxy.
--HG--
branch : objp
|
2011-12-28 14:51:33 -05:00 |
|
Virgil Dupras
|
3342b32882
|
[#179] Refactored folder deletion so that it uses selection in the core's directory_tree instead of using the one from the GUI layer.
|
2011-11-28 14:21:10 -05:00 |
|
Virgil Dupras
|
fc5a0d914b
|
Moved DELTA_COLUMNS from app to result_table.
|
2011-11-27 13:10:35 -05:00 |
|
Virgil Dupras
|
fca66d5108
|
Fixed HTML exporting.
|
2011-11-27 13:02:59 -05:00 |
|
Virgil Dupras
|
7e95404903
|
Moved column information in new edition-specific core result_table units.
|
2011-11-27 12:47:00 -05:00 |
|
Virgil Dupras
|
eb83b830df
|
Began a long overdue overhaul of the columns system. Cocoa-only so far, but it will affect the Qt part.
|
2011-11-26 10:55:14 -05:00 |
|
Virgil Dupras
|
b7462f1d17
|
Fixed localization function in cocoa.inter.app
|
2011-11-09 11:02:15 -05:00 |
|
Virgil Dupras
|
428a400848
|
De-message-ified the rest of the project.
|
2011-11-04 14:37:07 -04:00 |
|
Virgil Dupras
|
d80a56db78
|
Started moving towards a gettext-based localization.
|
2011-11-01 15:44:18 -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
|
ae21ff988a
|
[#21 state:fixed] Added quicklook support (Cocoa).
|
2011-09-22 15:59:11 -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
|
43c4dcb267
|
Moved core*.app_cocoa to cocoa/inter.
--HG--
rename : core_me/app_cocoa.py => cocoa/inter/app_me.py
rename : core_pe/app_cocoa.py => cocoa/inter/app_pe.py
rename : core_se/app_cocoa.py => cocoa/inter/app_se.py
|
2011-09-21 16:02:13 -04:00 |
|