Commit Graph

752 Commits

Author SHA1 Message Date
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
Sacha
78f8dd0a1e Simplify Qt project files and make it easier to respond to updates. 2013-02-01 02:30:27 +10:00
Sacha
9bcf98c378 Modify Symbian build to improve performance. Update instructions. 2013-02-01 02:30:27 +10:00
Sacha
2adac54060 Update for Blackberry/Symbian versions: v0.6.1 2013-02-01 02:30:26 +10:00
Xele02
806dd5ff3d Make the running thread wait if we are too fast. Jit is so fast in QT
compared to SDL, it's not playable.
2013-01-30 02:31:56 +01:00