281 Commits

Author SHA1 Message Date
Henrik Rydgård
03c383d49c Merge pull request #708 from mikusp/inputlag
Fix input responsiveness
2013-02-16 05:04:24 -08:00
Marcin Mikołajczyk
b90b0854e0 Fix input responsiveness 2013-02-16 13:51:31 +01:00
Sacha
4feefda8d0 Symbian build fix: use glib for atomics. 2013-02-15 03:07:32 +10:00
Marcin Mikołajczyk
ddb7d849b3 Update translation files 2013-02-13 23:50:52 +01:00
Marcin Mikołajczyk
3ac471eb2f Rearrangement of Qt menu 2013-02-13 23:08:55 +01:00
Marcin Mikołajczyk
9e26f41a3b Fix antialiasing option 2013-02-13 23:07:02 +01:00
Sacha
3faeeea2f9 Support other MSVC compilers in Qt. Update native reference. 2013-02-14 01:34:53 +10:00
Sacha
aac079f5ac Simplify translations includes. Fix for VS2010, remove some warnings. 2013-02-13 22:50:20 +10:00
Sacha
fd16744f36 Fix for Qt UI 2013-02-13 21:16:40 +10:00
Sacha
f55776ee59 Windows MSVC 2010 compiler support for Qt. 2013-02-13 21:09:18 +10:00
Henrik Rydgård
5849cf5c60 Merge pull request #683 from raven02/patch-2
Add traditional chinese ppsspp_tc.ts for QT interface
2013-02-13 01:50:00 -08:00
raven02
949650b3e9 traditional Chinese , ppsspp_tc.ts 2013-02-13 17:39:54 +08:00
Sacha
e16c0dea9b Use English version of the language on Qt4.7 where nativeLanguageName isn't supported. 2013-02-13 16:39:52 +10:00
Marcin Mikołajczyk
9c16223f8e Fix loading translations at runtime 2013-02-12 22:01:00 +01:00
Henrik Rydgård
b3cdf8dc05 Merge pull request #675 from Apology11/master
German translation (unfinished)
2013-02-12 12:22:08 -08:00
Daniel Reiser
3205d3dbea updated german translation 2013-02-12 11:32:09 -08:00
Sacha
d563478b9d Allow all desktop systems to use desktop UI, not just Windows. 2013-02-13 05:14:57 +10:00
Daniel Reiser
4dc3413437 Updated PPSSPP.pro and added german language 2013-02-12 11:13:13 -08:00
Sacha
952ea28b76 Move PPSSPP specific window init in to PPSSPP as native should be generic. 2013-02-13 04:54:04 +10:00
Sacha
1bfede452d Compile translations in to binary. This helps with packaging on mobile platforms. Also, build resources in a different dir so it doesn't conflict. 2013-02-13 03:07:36 +10:00
Henrik Rydgård
9d29dbdebb Merge pull request #662 from mikusp/qt
Qt minor cleanup and add antialiasing, anisotropic filtering, show fps counter to options
2013-02-11 23:56:43 -08:00
Sacha
7043419cb8 More translations for Chinese. Thanks to lg560852. 2013-02-12 16:47:12 +10:00
Sacha
4e5250ab92 Add Chinese (Simplified) translations to Qt front-end. Thanks to Chinese community. See: http://i.imgur.com/Satyijz.png 2013-02-12 12:55:15 +10:00
Marcin Mikołajczyk
41aed1a094 Qt: add AA, AF, show FPS to options 2013-02-12 01:40:53 +01:00
Marcin Mikołajczyk
603a6d93f4 Minor code cleanup 2013-02-12 01:36:16 +01:00
Marcin Mikołajczyk
887c139326 Qt: Resize GL widget while no game is running 2013-02-11 22:12:17 +01:00
Marcin Mikołajczyk
98aedc37d8 Update translation files and translate debugger to Polish 2013-02-11 15:37:07 +01:00
Marcin Mikołajczyk
dcc50da460 Fix debugger windows names 2013-02-11 15:36:58 +01:00
Marcin Mikołajczyk
151abd60a7 Controls: react to language change 2013-02-11 15:36:21 +01:00
Xele02
69b837f18b Add debug dialogs (DisAsm, Memory, VFPU).
New features : Breakpoint display, thread status, display list status
Update translation and start french translation
2013-02-10 17:33:34 +01:00
Henrik Rydgård
e6902f3ef5 Merge pull request #616 from mikusp/qt
Allow translation of Qt interface and add initial Polish translation
2013-02-09 06:39:12 -08:00
Marcin Mikołajczyk
635822cf47 Fix unnecessary translation in GamePadDialog 2013-02-09 12:39:45 +01:00
Marcin Mikołajczyk
74348b08de Improve Polish translation 2013-02-08 00:26:33 +01:00
Marcin Mikołajczyk
ff9b38f03d Make GamePadDialog class translatable 2013-02-08 00:18:29 +01:00
Sacha
e79c8e032a Buildfix for Blackberry, Meego. Optimisations to Qt build. 2013-02-07 14:41:02 +10:00
Marcin Mikołajczyk
1578ca83ed Translations mostly working, initial Polish translation 2013-02-07 00:04:49 +01:00
Marcin Mikołajczyk
31704a4125 Merge branch 'master' into qt 2013-02-06 18:49:26 +01:00
Marcin Mikołajczyk
88dd9e4b6a Initial multi language support 2013-02-06 18:49:20 +01:00
Marcin Mikołajczyk
2a8dcbd620 Use current version in Qt window title 2013-02-05 13:26:32 +01:00
Xele02
f6852a32d2 Readme update for Qt Ubuntu build 2013-02-04 22:52:58 +01:00
Marcin Mikołajczyk
5bbe7229c4 Fix Qt interface compilation 2013-02-04 16:10:07 +01:00
Sacha
148c390524 Buildfix for Symbian 2013-02-04 09:55:56 +10:00
Xele02
19a3cb9f8e Make OpenGL always draw something. Where there is no game, display the PPSSPP logo screen.
Add hack for X11 user which can have a crash when opening the first dialog and Gl is drawing.
Remove the "open file" dialog automatic display on startup, very annoying.
2013-02-05 22:23:42 +01:00
Xele02
04229cbd83 Add support to gamePad using SDL
Add a dialog to config gamepad bindings
2013-02-04 00:48:29 +01:00
Xele02
966ded6de5 User defined keys binding was only loaded when displayed controls dialog. Now load also on PPSSPP launch. 2013-02-03 02:21:34 +01:00
Xele02
706ac18ec1 Update psp image with one I made. 2013-02-02 17:43:56 +01:00
Xele02
d5c2560212 Add window to config key bindings
Save the bindings in the conf file in a map.
2013-02-02 17:43:56 +01:00
Xele02
f7205f6543 Force Qt to build the libs in order, and relink exe if a lib change 2013-02-02 17:43:56 +01:00
Xele02
d903f05dde Make fullscreen works 2013-02-01 02:11:43 +01:00
Xele02
34946d2fd8 Correct exit crash
Save directory of last game
2013-02-01 02:11:43 +01:00