Virgil Dupras
|
35a162faf4
|
Added "..." next to "Re-Prioritize Results" in cocoa's main menu.
[#225 state:fixed]
|
2013-04-28 14:32:57 -04:00 |
|
Virgil Dupras
|
11450ae56a
|
[#222] Tweaked ref-swapping action text.
Make Selected Reference --> Make Selected into Reference.
|
2013-04-27 09:38:08 -04:00 |
|
Virgil Dupras
|
b028670250
|
Updated locs and improved brazilian loc with Victor Figueiredo's tips.
|
2012-08-30 16:09:33 -04:00 |
|
Virgil Dupras
|
9cb62e0544
|
Updated locs.
|
2012-08-01 16:42:35 -04:00 |
|
Virgil Dupras
|
51f8c51ef3
|
Updated locs.
|
2012-07-31 16:47:10 -04:00 |
|
Virgil Dupras
|
deb5260c6a
|
Pushed the error message logic in Cocoa' addDirectory into the core.
|
2012-07-31 15:33:44 -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
|
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
|
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
|
fd706e752f
|
xibless-ified IgnoreListDialog.
--HG--
branch : xibless
|
2012-07-22 12:46:43 -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
|
3e79b57409
|
Updated loc.
|
2012-06-06 14:59:23 -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
|
6ab074decb
|
Added localizations for Yes/No/OK in Dialogs and straightened up ui po files which had (near) duplicate problems.
|
2011-11-09 11:49:54 -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
|
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
|
818bc908a0
|
[#138] Updated localizations so they include new strings from the pri-dialog.
|
2011-09-16 18:01:56 -04: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 |
|