Virgil Dupras
|
fb8a384a6a
|
cocoa: get rid of edition-specific ResultWindow overrides
|
2016-06-04 21:18:14 -04:00 |
|
Virgil Dupras
|
dff141e800
|
Renamed cocoa/base/ResultWindow to ResultWindowBase to avoid ambiguities in the result_winodw cocoa UI script.
--HG--
rename : cocoa/base/ResultWindow.h => cocoa/base/ResultWindowBase.h
rename : cocoa/base/ResultWindow.m => cocoa/base/ResultWindowBase.m
|
2012-08-30 16:08:21 -04:00 |
|
Virgil Dupras
|
653668dd96
|
Auto-generate Cocoa strings file from code (at last!).
Also, removed TR() macro usage (didn't work with the genstrings command) and tweaked a couple of localized strings.
|
2012-08-01 16:34:12 -04:00 |
|
Virgil Dupras
|
fcdc692b61
|
[#189 state:fixed] Added "Export to CSV" feature.
|
2012-07-31 16:46:51 -04:00 |
|
Virgil Dupras
|
977fb606eb
|
[#202 state:fixed] [#203 state:fixed] Made results table column read-only (they were mistakenly editable) and fixed the column ID edited by the Rename Selected action.
|
2012-07-31 10:42:39 -04:00 |
|
Virgil Dupras
|
9e7d27dcda
|
Fixed a bug where "Reset to Defaults" in the Columns menu wouldn't refresh menu items' marked state.
|
2012-07-31 10:35:19 -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
|
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
|
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
|
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
|
9e1f79c152
|
Added runtime adjustments to UI elements depending on active localization.
|
2012-03-20 15:43:47 -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
|
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
|
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
|
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
|
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
|
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
|
0571151c5f
|
Fixed delta columns.
|
2011-11-27 12:54:58 -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
|
cd2afeb32b
|
Fixed a mix up in the message translations.
|
2011-11-04 15:11:09 -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
|
b8ac192d2a
|
[#82] Added table font size pref (Cocoa).
|
2011-09-23 09:14:16 -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
|
880f0787ce
|
[#138] Added label and ok/cancel buttons to pri-dialog (Cocoa).
|
2011-09-13 18:19:46 -04:00 |
|
Virgil Dupras
|
549e3e1f3b
|
[#138] Began implementing the Cocoa interface of the prioritization dialog.
|
2011-09-13 16:31:25 -04:00 |
|
Virgil Dupras
|
417233a47f
|
[#155 state:fixed] Added dg edition name in results window.
|
2011-04-22 11:37:53 +02:00 |
|
Virgil Dupras
|
0fea59007c
|
Updated copyright year to 2011.
|
2011-04-12 10:04:01 +02:00 |
|
Virgil Dupras
|
da41d07dae
|
[#115 state:fixed] Re-factored the data columns (and delta columns) and made the Dimensions column a delta one.
|
2011-01-29 11:07:33 +01:00 |
|
Virgil Dupras
|
04d7880a0c
|
[#32] Internationalized the cocoa layer and localized it to french.
--HG--
rename : cocoa/base/xib/DetailsPanel.xib => cocoa/base/en.lproj/DetailsPanel.xib
rename : cocoa/base/xib/DirectoryPanel.xib => cocoa/base/en.lproj/DirectoryPanel.xib
rename : cocoa/base/xib/MainMenu.xib => cocoa/base/en.lproj/MainMenu.xib
rename : cocoa/base/xib/ProblemDialog.xib => cocoa/base/en.lproj/ProblemDialog.xib
rename : cocoa/base/xib/ResultWindow.xib => cocoa/base/en.lproj/ResultWindow.xib
rename : cocoa/me/xib/Preferences.xib => cocoa/me/en.lproj/Preferences.xib
rename : cocoa/pe/xib/DetailsPanel.xib => cocoa/pe/en.lproj/DetailsPanel.xib
rename : cocoa/pe/xib/Preferences.xib => cocoa/pe/en.lproj/Preferences.xib
rename : cocoa/se/xib/Preferences.xib => cocoa/se/en.lproj/Preferences.xib
|
2011-01-18 15:35:14 +01:00 |
|
Virgil Dupras
|
ad3114c56b
|
Cleaned ResultWindow's code up.
|
2011-01-15 11:38:59 +01:00 |
|
Virgil Dupras
|
0a22bb8469
|
Made a few UI fixes. Mostly, it's about main menu item not pointing the appropriate target.
|
2011-01-14 15:34:10 +01:00 |
|
Virgil Dupras
|
90e2a1cda0
|
The main window of dupeGuru is now the directories window (and its Done button is replaced by a Start Scanning button).
|
2011-01-14 14:41:43 +01:00 |
|
Virgil Dupras
|
5e47b9f4a7
|
Transfered ownership of pref panel from result window to app delegate.
|
2011-01-14 14:06:54 +01:00 |
|
Virgil Dupras
|
50b6948250
|
Extracted ResultWindow.xib from MainMenu.xib.
|
2011-01-14 13:56:50 +01:00 |
|
Virgil Dupras
|
3ef118c9fa
|
Results are not automatically saved/load anymore. There's a reminder on quitting if you haven't saved your results. Also, for easier re-loading, there's a 'open recent results' menu item.
|
2011-01-13 16:20:03 +01:00 |
|
Virgil Dupras
|
8f71a1318d
|
[#129] Replaced details, power marker and delta values button by one segmented control on OS X.
|
2011-01-13 13:51:00 +01:00 |
|
Virgil Dupras
|
4886982d43
|
Re-licensed to BSD
|
2010-09-30 12:17:41 +02:00 |
|
Virgil Dupras
|
7360f57beb
|
Converted registration system to Fairware.
|
2010-09-29 16:49:50 +02:00 |
|