Virgil Dupras
b0f9a94375
Add the ME-specific "Remove Dead Tracks" menu item in the UI script instead of in the objc code.
...
--HG--
branch : xibless
2012-07-29 16:07:17 -04:00
Virgil Dupras
ad5c4a954c
Fixed action menu arrow which was misplaced under os x 10.6.
...
--HG--
branch : xibless
2012-07-29 13:42:41 -04:00
Virgil Dupras
1fe42f673f
Fixed warning during the compilation of PE's cocoa UI unit.
...
--HG--
branch : xibless
rename : cocoa/base/DetailsPanel.h => cocoa/base/DetailsPanelBase.h
rename : cocoa/base/DetailsPanel.m => cocoa/base/DetailsPanelBase.m
rename : cocoa/pe/DetailsPanelPE.h => cocoa/pe/DetailsPanel.h
rename : cocoa/pe/DetailsPanelPE.m => cocoa/pe/DetailsPanel.m
2012-07-29 11:57:46 -04:00
Virgil Dupras
244af5b652
Instead of "manually" added a "Clear Picture Cache" menu item in the objc code, added an "edition" argument to main_menu UI script and conditionally add it there.
...
--HG--
branch : xibless
2012-07-29 11:28:39 -04:00
Virgil Dupras
abe9041a67
De-IBAction-ified actions in ResultsWindow and fixed a few mis-connections in the main menu.
...
--HG--
branch : xibless
2012-07-29 11:16:04 -04:00
Virgil Dupras
a2d73b216c
Added missing (for PE) cocoalib units in waf script.
...
--HG--
branch : xibless
2012-07-29 11:01:28 -04:00
Virgil Dupras
f08b593acb
Converted PE's preference panel to xibless and thus completed its transition to waf-based building.
...
--HG--
branch : xibless
2012-07-29 10:38:29 -04:00
Virgil Dupras
cb35dc7897
Converted ME's preference panel to xibless and thus completed its transition to waf-based building.
...
--HG--
branch : xibless
rename : cocoa/se/ui/preferences_panel.py => cocoa/base/ui/preferences_panel.py
2012-07-28 19:07:37 -04:00
Virgil Dupras
903ecd9eae
Added build support for ME in the new waf script (but I haven't converted ME's pref panel to xibless yet).
...
--HG--
branch : xibless
2012-07-28 18:10:05 -04:00
Virgil Dupras
79e9251511
Generate cocoalib stuff in the same autogen folder as the rest instead of in its own autogen folder.
...
--HG--
branch : xibless
2012-07-28 16:49:36 -04:00
Virgil Dupras
81daef6145
Replaced dupeGuru XCode project with a WAF build script.
...
--HG--
branch : xibless
2012-07-28 16:22:51 -04:00
Virgil Dupras
6a7af81685
xibless-ified MainMenu.
...
--HG--
branch : xibless
rename : cocoa/base/AppDelegate.h => cocoa/base/AppDelegateBase.h
rename : cocoa/base/AppDelegate.m => cocoa/base/AppDelegateBase.m
2012-07-27 18:30:34 -04:00
Virgil Dupras
85e5b4cfa7
xibless-ified SE's preferences panel.
...
--HG--
branch : xibless
2012-07-27 15:21:35 -04:00
Virgil Dupras
79e6020982
Tweaked the result window xibless file and removed the old results XIB.
...
--HG--
branch : xibless
2012-07-27 09:02:03 -04:00
Virgil Dupras
b7e7e67c99
Tweaked match table settings and bindings in results_window xibless UI.
...
--HG--
branch : xibless
2012-07-26 16:33:12 -04:00
Virgil Dupras
1017e3c730
Fixed dupeGuru building under virtualenv, which mistakenly didn't include distutils.sysconfig during the dependencies collection phase.
...
--HG--
branch : xibless
2012-07-26 12:48:47 -04:00
Virgil Dupras
b74e33f4b0
Began designing a xibless result window. The basics are there, but there are still many things missing.
...
--HG--
branch : xibless
2012-07-26 12:18:39 -04:00
Virgil Dupras
c34004ed94
xibless-ified PrioritizeDialog.
...
--HG--
branch : xibless
2012-07-24 11:31:18 -04:00
Virgil Dupras
4db5fae38b
xibless-ified DirectoryPanel.
...
--HG--
branch : xibless
2012-07-23 17:46:01 -04:00
Virgil Dupras
5d5670d4be
xibless-ified ProblemDialog.
...
Also, fixed a bug where the problems table wasn't read-only.
--HG--
branch : xibless
2012-07-23 11:04:13 -04:00
Virgil Dupras
e21a7e18b4
I had forgot to remove the DeletionOptions XIB and to move localized strings in my last commit.
...
--HG--
branch : xibless
2012-07-23 10:22:21 -04:00
Virgil Dupras
a29ed235f6
xibless-ified DeletionOptions.
...
--HG--
branch : xibless
2012-07-23 10:14:50 -04:00
Virgil Dupras
fd706e752f
xibless-ified IgnoreListDialog.
...
--HG--
branch : xibless
2012-07-22 12:46:43 -04:00
Virgil Dupras
729db49183
xibless-ified PE\s details panel.
...
--HG--
branch : xibless
rename : cocoa/pe/DetailsPanel.h => cocoa/pe/DetailsPanelPE.h
rename : cocoa/pe/DetailsPanel.m => cocoa/pe/DetailsPanelPE.m
2012-07-21 16:13:16 -04:00
Virgil Dupras
a68e4310ee
xibless-ified base DetailsPanel. Note that for now, PE's detail panel is broken.
...
--HG--
branch : xibless
2012-07-21 10:39:01 -04:00
Virgil Dupras
500314859d
Switched to cocoalib's xibless branch and adapted build script and cocoa projects to that branch.
...
--HG--
branch : xibless
2012-07-20 17:09:43 -04:00
Virgil Dupras
b6d457f908
Added brazilian Localizable.strings to cocoa projects, something I had forgot to do earlier.
2012-07-20 13:51:06 -04:00
Virgil Dupras
f22baa8d5a
Fixed iTunes intergration which was broken since iTunes 10.6.3.
...
More info at http://www.leancrew.com/all-this/2012/06/the-first-nail-in-the-coffin-of-python-appscript/
I'm a bit late to the party. I hadn't realised that these crash reports were caused by iTunes 10.6.3... Oops.
2012-07-07 15:44:13 -04:00
Virgil Dupras
16e4a5fddd
Brazilian localization by Victor Figueiredo.
2012-07-03 12:42:23 -04:00
Virgil Dupras
16e1ee93d0
Fixed ME cocoa project which had duplicate items in resource copying build phase.
2012-06-13 13:12:22 -04:00
Virgil Dupras
222ae73590
Fix bug where invalid xml in iTunes library would make dgme crash.
2012-06-13 13:11:48 -04:00
Virgil Dupras
8efeab7b40
In Cocoa interface units, added missing @dontwrap decorators where appropriate.
2012-06-06 15:09:38 -04:00
Virgil Dupras
3e79b57409
Updated loc.
2012-06-06 14:59:23 -04:00
Virgil Dupras
362e020585
Changed "Quicklook" in the main menu to "Quick Look" to follow Finder's label.
2012-06-06 14:45:28 -04:00
Virgil Dupras
df5c8ddf22
Appended "..." to "Send to Trash|Recycle bin" to indicate that a dialog is triggered by this action.
2012-06-06 14:40:23 -04:00
Virgil Dupras
dccffd9516
[ #42 state:fixed] Added Aperture support in dupeGuru PE.
2012-06-05 13:56:28 -04:00
Virgil Dupras
05478591a4
Fixed stupid bug with _do_delete() ME/PE overrides not having the right arguments.
2012-06-04 10:08:51 -04:00
Virgil Dupras
7a768bd0e6
[ #182 state:fixed] Added keyboards binding to focus on the filter field.
2012-06-01 10:00:05 -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
65d2581f74
Fix ME and PE cocoa projects which mistakenly weren't changed 2 commits ago.
2012-05-29 17:31:58 -04:00
Virgil Dupras
787f546c17
Adapted to HSPyUtil/HSFairwareProtocol split in cocoalib.
2012-05-28 14:45:13 -04:00
Virgil Dupras
21af7b2fcd
Fixed the "Folders" mode in SE which was broken since the conversion to objp.
2012-05-13 12:45:22 -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
933474400c
Sign OS X app at package time rather than build time.
2012-04-07 11:21:38 -04:00
Virgil Dupras
0741cbe17b
Toggled code signing in Cocoa apps.
2012-03-31 10:35:46 -04:00
Virgil Dupras
9e1f79c152
Added runtime adjustments to UI elements depending on active localization.
2012-03-20 15:43:47 -04:00
Virgil Dupras
c63df97dd6
Fixed prioritize dialog which was broken.
2012-03-19 16:52:08 -04:00
Virgil Dupras
23cb71b522
Fixed results loading for iTunes songs.
2012-03-17 12:13:58 -04:00
Virgil Dupras
97f447fc27
Activated the ability to sort by 'marked' status under Cocoa.
2012-03-16 15:10:33 -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
ae16845477
Removed old automatically generated strings files in Cocoa.
...
They were kept around to make sure that the new localization system behaved correctly, and it does. We can remove them now.
2012-03-14 12:20:29 -04:00
Virgil Dupras
49a7043b4d
Updated hscommon to its tip.
...
Because the latest changes in hscommon include the introduction of a base GUIObject which significantly changes view setting mechanisms, significant adjustments had to be made in dupeGuru.
2012-03-13 14:27:08 -04:00
Virgil Dupras
b4b9393e14
Updated loc.
2012-03-13 11:56:49 -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
b0818f2bdf
Added russian localization to PE's cocoa proj.
...
For some reason, it wasn't there.
2012-02-27 10:07:12 -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
c937f2b20f
Ukrainian localization by Yuri Petrashko.
2012-01-17 20:15:09 -05:00
Virgil Dupras
c53ddcdee1
Fixed crash under Cocoa when dupeGuru was launched from a path containing non-ascii characters.
2012-01-16 14:20:51 -05:00
Virgil Dupras
9a2554d24e
Merge with objp branch.
2012-01-16 12:52:50 -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
302050b2d6
Delegate model instantiation to HSGUIController where possible.
...
--HG--
branch : objp
2012-01-15 18:07:32 -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
475f2c7238
Fixed PyDupeGuru which didn't have its callback set.
...
--HG--
branch : objp
2012-01-13 17:02:41 -05:00
Virgil Dupras
9392f818cc
Pushed connect() calls in objc into the core.
...
--HG--
branch : objp
2012-01-13 16:34:21 -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
45d4915d88
Converted objp code to 2-steps instantiation.
...
--HG--
branch : objp
2012-01-12 14:23:10 -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
f6dd1a6a42
Pushed common py wrapper creation code to cocoalib.
...
--HG--
branch : objp
2012-01-12 10:23:31 -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
a7eeb7db89
Directly embed python rather than going through a plugin.
...
--HG--
branch : objp
2012-01-11 12:18:03 -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
d62bfac95e
Merge with objp branch.
2012-01-05 17:20:02 -05:00
Virgil Dupras
01f1e5e46e
Moved hscommon.cocoa to cocoalib.
...
--HG--
branch : objp
2012-01-05 16:57:31 -05:00
Virgil Dupras
11d8f824e9
Added Russian localization by Igor Pavlov.
2012-01-03 15:03:10 -05:00
Virgil Dupras
ceaf2ee4ba
Fixed bogus imports.
...
--HG--
branch : objp
2011-12-28 15:04:42 -05:00
Virgil Dupras
3b80de869a
Replaced objcmin with objp-based proxy.
...
--HG--
branch : objp
2011-12-28 14:51:33 -05:00
Virgil Dupras
ca602480d9
Added Armenian loc by Hrant Ohanyan. Also, fixed the dgpe Cocoa project which was broken.
2011-12-08 11:06:25 -05:00
Virgil Dupras
98954bd582
Added CFBundleShortVersionString to Cocoa's Info.plist.
2011-12-07 15:26:24 -05:00
Virgil Dupras
804a5a1bbf
Fixed ME project and columns under Cocoa.
2011-12-07 15:09:29 -05:00
Virgil Dupras
d382cec0fe
Added an install destination in Cocoa projects because the built product location changed with XCode 4.2 and it became complicated, in build/package scripts, to locate it.
2011-12-02 10:48:59 -05:00
Virgil Dupras
d8970ca6b4
[ #179 ] Fixed a crash under Cocoa when deleting many folders at once.
2011-11-28 15:42:13 -05:00
Virgil Dupras
1b7068bfe9
[ #179 state:fixed] Added multiple-selection to the folder selection dialog and thus added the ability to remove multiple folders at once.
2011-11-28 15:25:18 -05:00