Commit Graph
367 Commits
Author SHA1 Message Date
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
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
Xele02 aa01751589 Save encryption. Load/Save encrypted/decrypted save
RE of Chnnlsv lib
Correct size bug in kirk
2013-01-29 00:11:02 +01:00
Sacha cf9b2ab975 Fix for Qt/Symbian. 2013-01-28 01:01:47 +10:00
Henrik Rydgard 68991511ee Split out the FPU reg cache into its own file too. 2013-01-26 01:34:19 +01:00
Sacha 0ce45cef55 Update for Qt project files. New Symbian icon (Belle style) thanks to z435312561. Stat64 -> stat. 2013-01-22 16:17:44 +10:00
Sacha 5552f93fca Fixes for Qt, Symbian and Blackberry. Reorder and remove some redundant ArmEmitter includes so that _SP doesn't conflict. 2013-01-17 11:00:07 +10:00
Henrik Rydgård 3135c218f8 Merge pull request #429 from hrydgard/armjit
Arm JIT - merge to master
2013-01-15 23:39:29 -08:00
Sacha 4ab88cad12 Qt code refactor. Stage 1 in a code refactor. Removed NativeApp.cpp redundancy (since the Qt code reimplemented almost all of it). Changed to Qt types where logical. Cleaned up globals. Start of work at integrating more of the Qt code in to native/ (where GUI should be). 2013-01-16 02:20:21 +10:00
Henrik Rydgard 8ce9ce10bf Merge branch 'master' into armjit
Conflicts:
	Common/ArmEmitter.h
	Common/CPUDetect.cpp
2013-01-14 20:46:17 +01:00
Sacha dde656ddc6 Improve Qt build. Fix for pandora build. Only show controls overlay by default for mobile platforms (Qt). 2013-01-15 01:13:53 +10:00
Xele02 fd301a000a Implement Qt window like Windows version. 2013-01-14 00:29:42 +01:00