Commit Graph
279 Commits
Author SHA1 Message Date
Unknown W. Brackets 65c3206da4 Oops, fix reversed paused menu item. 2013-08-30 22:51:49 -07:00
Unknown W. Brackets 5dea33baa1 Put all Windows UI translation strings in same cat.
Rationale: non-English may often need to use "NON-ENGLISH (&X)" for menus,
to get shortcuts properly identified.  Ignoring ampersands makes this
"NON-ENGLISH ()", which is a poor experience.

Also, it should allow better consistency in the menu capitalization.
2013-08-30 22:40:50 -07:00
Unknown W. Brackets 2ce6f7121b Fix an appverif warning with an unused item. 2013-08-30 22:18:37 -07:00
Unknown W. Brackets 831c6c28f1 Fix bad bitwise precedence, wrong checking. 2013-08-30 22:16:41 -07:00
Unknown W. Brackets 92c4c5825f Update ui menus AFTER loading lang ini. 2013-08-30 22:12:04 -07:00
The Dax 6f213b3bfc Reinstate some ampersand shortcuts in the RC file, and move TranslateMenuItemByText up with the other translation stuff. A lang pullrq will follow shortly to re-instate the rest. 2013-08-30 17:29:22 -04:00
Henrik Rydgard 73dd1c4b8d Remove accidentally added return from TranslateMenus 2013-08-30 23:07:42 +02:00
Henrik Rydgård 30d8d5cdff Merge pull request #3509 from kaienfr/ppsspp_fix_translation_1
Fix mune translation from ini (run/pause) button translation
2013-08-30 11:49:02 -07:00
Henrik Rydgard 9ac2cb92ba android buildfix 2013-08-30 20:19:03 +02:00
kaienfr 7c3f7a2324 Fix mune translation from ini (run/pause) buttion 2013-08-30 20:15:13 +02:00
The Dax 6ddccae5b9 Win32 UI: Tiny cleanup and add a few comments to clarify a few things regarding the translation stuff. 2013-08-30 10:42:00 -04:00
Henrik Rydgård 5b027fec96 Merge pull request #3495 from thedax/master
Fix yet another small error. This time it's Rendering Resolution.
2013-08-30 07:04:37 -07:00
The Dax 546075198f Fix yet another small error. This time it's Rendering Resolution. 2013-08-30 09:52:45 -04:00
Henrik Rydgård b99be482bf Merge pull request #3494 from thedax/master
Win32 UI: Fix incorrect translation of Atrac3+ sound, and some accelerator key strings.
2013-08-30 06:47:23 -07:00
The Dax afea54f3dc Fix incorrect translation of Atrac3+ sound, and some accelerator key strings. 2013-08-30 09:39:34 -04:00
Henrik Rydgard e8d0376090 Crashfix in menu translation code 2013-08-30 15:27:16 +02:00
The Dax 5120a6ee73 Fix some incorrect things. 2013-08-30 09:01:51 -04:00
The Dax d765d8783b Tidy the code. 2013-08-30 09:01:50 -04:00
The Dax a42b780141 Change a few menu texts so that they don't need to be translated. 2013-08-30 09:01:50 -04:00
The Dax 64984c5991 Use a timer to translate PPSSPP, then turn it off. 2013-08-30 09:01:50 -04:00
The Dax a6e21bd85a Make submenus(Rendering Mode, Rendering Resolution, etc.) translatable. 2013-08-30 09:01:50 -04:00
The Dax 2f2c313b54 Make Win32 UI translatable. Remove all ampersand accelerators; they're not really needed, however, some can of course be added back in. 2013-08-30 09:01:50 -04:00
Henrik Rydgård 5002979fc6 Merge pull request #3447 from thedax/master
Cleanup: Remove some unused options, and move some out of the "These are broken" section.
2013-08-27 14:42:47 -07:00
The Dax d583732e0e Remove some unused options, and move one out of the "These are broken" section. 2013-08-27 17:36:04 -04:00
Henrik Rydgård 87c1dc3dd9 Merge pull request #3420 from Kingcom/Debug
Don't recreate debug windows
2013-08-27 01:48:01 -07:00
Henrik Rydgard b6ce0b3d3b Fix some unicode bugs (open file dialog) 2013-08-26 21:32:35 +02:00
Henrik Rydgard 55aa3d13c7 Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
Kingcom 7d9964c5d9 Don't enable memory window at the start 2013-08-26 17:41:31 +02:00
Kingcom d6009d9e3d Create a single instance of the debug windows and keep them 2013-08-26 14:19:46 +02:00
The Dax e843f3955f Fix Windows build. 2013-08-24 06:00:50 -04:00
Steven Cherry 761186ec4c Rebase 2013-08-23 22:28:21 -05:00
The Dax ad2368001b Use the correct "Frame Skipping" translation string. 2013-08-21 13:47:21 -04:00
The Dax 3e081f170c Keep it simple, stupid..heh. 2013-08-21 13:35:26 -04:00
The Dax b642ceea9a Check frameskipStr too. 2013-08-21 13:22:13 -04:00
The Dax be5e250ca2 Avoid possible crashes with 0 delimiters, more than 2 delimiters, or any delimiters that aren't for integers or strings. 2013-08-21 12:25:30 -04:00
The Dax 27fb798bf4 Make Win32 Frameskipping OSMs more translator-friendly. 2013-08-21 11:48:14 -04:00
The Dax 6150c6157d Fix minor bug in NewUI and make frameskipping strings translatable. 2013-08-21 08:32:06 -04:00
The Dax c9447fbe67 Win32: Fix frameskip menu and reinstate removed frameskip strings. They're all correct, now. 2013-08-21 08:19:25 -04:00
Henrik Rydgard 87e51a5c04 Fix some window title issues, etc. 2013-08-20 17:21:25 +02:00
Henrik Rydgard e5c6cea6f1 Disable Run/Stop/Pause in windows menu when in pausemenu 2013-08-20 17:07:01 +02:00
Henrik Rydgard a902146d7d Remove wrong OSM message 2013-08-20 01:14:17 +02:00
The Dax fa31951ca2 Fix C4800 warnings. 2013-08-19 07:37:49 -04:00
The Dax 01e84df852 Don't spam KEY_UP messages. 2013-08-19 07:28:31 -04:00
The Dax 72c9887fc6 Small bug fix. 2013-08-19 07:17:11 -04:00
The Dax 4f76c3f4fb Win32: Allow right mouse button to be bound to anything. 2013-08-19 07:05:32 -04:00
Henrik Rydgard 71404c3d13 Fix checkmark for multithreaded I/O, fixes #3216 2013-08-18 00:45:10 +02:00
The Dax 229c0f16ab Eliminate most of the popup menus as per Henrik's request, and fix a minor bug with AT3+ in NewUI. 2013-08-17 07:52:17 -04:00
The Dax ef88f78aab Win32 UI improvements: Improve the Emulation menu by consolidating down the sound, threading, CPU modes, and GPU modes into pop-out menus. 2013-08-17 07:52:17 -04:00
Kingcom 984a038b36 Merge stop and go buttons 2013-08-17 10:57:29 +02:00
The Dax 0ead143013 Overhaul the sound fix. It was rooted deeper than I thought. This should cover all complaints now(except pressing escape which discards any settings changed: is this by design? :\). Also add new menu option to Win32 UI under Emulation to control whether Atrac 3 should be on/off. 2013-08-14 15:00:54 -04:00