Commit Graph

770 Commits

Author SHA1 Message Date
Sacha
e2664c7ec2 Qt: The .desktop version isn't related to app version.
App uses VERSION from Settings.pri instead.
Also, Qt version checker didn't work in Qt3 anyway so no need for this check.
Update outdated comments in PPSSPP.pro.
2014-06-24 00:11:31 +10:00
Sacha
756ad884ed Qt: Workaround for Qt4 quotes. 2014-06-23 04:08:09 +10:00
Henrik Rydgård
b2ae317560 Merge pull request #6393 from hrydgard/menu-audio
Play the game's SND0.AT3 when a game is selected in the menu and on the "game screen".
2014-06-22 19:35:16 +02:00
Sacha
6e5d7ed455 Qt: Fix up lrelease path when outside of qtdir and version string for Symbian. 2014-06-23 01:59:42 +10:00
Henrik Rydgard
cefc0bc96f Play the game's SND0.AT3 when a game is selected in the menu and on the "game screen". 2014-06-22 17:02:04 +02:00
Sacha
46abce78c0 Qt: Use inbuilt png handler instead of building libpng. Resolves a conflict with QWidget and QPainter in desktop menus. 2014-06-18 15:37:12 +10:00
Sacha
f92a842a34 Qt: Move debugger files to a new dir. 2014-06-18 15:37:12 +10:00
Sacha
ea17e17ebd Join both Maemo platforms (Maemo5 + Meego Harmattan/Maemo 6) to MAEMO define. Technically they are very similar and anything that wasn't already defined for both probably needed to be. 2014-06-18 03:42:31 +10:00
Sacha
73aa17a2de Misc fixes. CMake: Don't compile neon on armv6 (rpi). Qt: Correct path for lrelease. SDL: Fix a warning. 2014-06-18 03:28:33 +10:00
Sacha
b928ec4717 CMake: Add RPI method. Fixes #1695 Qt: Add bitness define. Fixes #6306 2014-06-18 02:48:10 +10:00
Sacha
5876823478 Qt: Icons on more platforms. Fix for lrelease suffix (qt4/qt5). Fixes #6327 2014-06-18 00:34:11 +10:00
Sacha
4c0047dc8f Qt: Get debugger compiling with GLES2 2014-06-17 23:58:41 +10:00
Sacha
7bbdabdfa2 glBindFragDataLocation is not needed. Thanks HdkR. 2014-06-17 15:52:46 +10:00
Sacha
9961ef1ba7 Qt: Buildfix USING_GLES2 and not MOBILE_DEVICE 2014-06-17 15:30:03 +10:00
Sacha
53642d3cc4 Qt: Optimisations for ARM desktop/tablet hosts. 2014-06-17 14:23:36 +10:00
Sacha
f11e2aaf69 Qt: Split GPU from Core to fix Debugger conflict. 2014-06-15 03:43:52 +10:00
Unknown W. Brackets
005e3c0920 Oops, fix Qt missing debugger stuff. 2014-06-13 09:15:04 -07:00
Sacha
89fde3bc7c Typo 2014-06-12 03:20:17 +10:00
Sacha
e65798014a Qt: Allow Mac OSX to use SDL Joysticks as well. Fixes #6284 2014-06-12 02:19:53 +10:00
Sacha
4ed944a576 Remove redundant armv7 defines. 2014-06-11 15:15:39 +10:00
Sacha
c745072b55 Update Symbian to GCC 4.8.3 2014-06-11 03:10:50 +10:00
Sacha
561935907e Bring back some ifdefs 2014-06-10 23:22:44 +10:00
Sacha
37b7667038 Remove some unnecessary #ifdef's relating to Symbian. 2014-06-10 23:06:00 +10:00
Sacha
154d5f7c80 Qt: Prevent unexpected bitness override on Mac. 2014-06-10 16:05:53 +10:00
Sacha
87c7b31e77 Qt: Mac arch detection workaround on Qt4. Fix a conflict. 2014-06-10 15:11:25 +10:00
Sacha
b57c3e0fe5 Qt: Some bug fixes. Get Meego Harmattan compiling with gcc4.8.2 2014-06-06 14:17:47 +10:00
Sacha
d50f08fb6e Fix Symbian debug build. 2014-06-05 18:15:24 +10:00
xsacha
818f898d5a Maemo/Meego buildfix. Compiles but requires arm ffmpeg. 2014-06-05 05:01:01 +10:00
Sacha
1378b891dc Qt .pro cleanup. Use armv7 on Android. 2014-06-03 17:30:37 +10:00
Sacha
438b219eb2 Qt: Support Android armv6. Compiles and runs fine with gcc4.8. Creates 16MB APK but less than 10MB with Ministro. 2014-06-03 09:27:30 +10:00
Sacha
da0a497aba Allow Symbian to compile gl3stub (MAY_HAVE_GLES3). 2014-06-02 11:33:28 +10:00
Unknown W. Brackets
089ee41d9c Implement a very basic stencil upload.
This is not fast or efficient, but works.
2014-05-31 21:48:09 -07:00
Sacha
83f498f3be Qt: Update to libpng17. Update native. 2014-05-31 05:14:35 +10:00
Sacha
9b7ab3816f Clean up MemArena and MemMap. Remove Symbian from MemArena (shouldn't have more ifdefs than code) 2014-05-29 03:30:23 +10:00
Henrik Rydgard
2d31dd5e73 Try to fix Qt build 2014-05-27 22:09:27 +02:00
Sacha
fd034b25cf Qt Mac: Fix #5835 (update lib for new ffmpeg) 2014-05-28 02:16:53 +10:00
Bhavin
48f6bf3521 Update vaersion to 0.9.8
It was 0.9.6 :(
2014-05-06 22:44:58 +05:30
Henrik Rydgard
fddc0e74b6 Buildfix non-windows platforms 2014-04-21 12:51:20 +02:00
Unknown W. Brackets
bbda0d8c08 Fix Qt build on x86 and probably NEON. 2014-03-23 23:40:37 -07:00
Henrik Rydgard
962e08ecda Attempt to fix Qt build on x86/x64 (untested). See #5702 2014-03-24 01:39:07 +01:00
Henrik Rydgard
7a302039c5 Update Symbian native build 2014-03-22 23:32:02 +01:00
Henrik Rydgard
cbc46be3f9 Update version to 0.9.8 2014-03-22 11:58:53 +01:00
Sacha
ed4f5054c6 Qt: Clean up QtHost. 2014-03-02 01:09:38 +10:00
Henrik Rydgard
eb4f17c65d 0.9.7.2 2014-02-17 21:25:53 +01:00
Unknown W. Brackets
60fe544bd5 Use the resize event to update screen size on Qt.
Fixes #5491.
2014-02-16 22:15:38 -08:00
Henrik Rydgard
aafdd674dc Update version to 0.9.7.1 2014-02-15 20:09:49 +01:00
Unknown W. Brackets
958786cb36 Update screen size immediately in Qt. 2014-02-15 02:09:58 -08:00
Unknown W. Brackets
2459f4e351 Avoid a char * for a constant string. 2014-02-15 01:56:27 -08:00
The Dax
f6e6b54f2a Bump version numbers for 0.9.7 release. 2014-02-13 16:55:17 -05:00
Henrik Rydgard
8c63f38d75 Yet another Qt fix (see #5395) 2014-02-10 18:41:51 +01:00
Henrik Rydgard
2200f530c7 Try to fix Qt build. See #5395 2014-02-10 16:28:53 +01:00
Unknown W. Brackets
d2108a962e Switch from USING_GLES2 to MOBILE_DEVICE.
Still using USING_GLES2 for, well, GLES2.  But for things that are really
about mobile, we need a new define.  Devices are coming that don't use
GLES2.
2014-02-08 16:37:58 -08:00
Unknown W. Brackets
0314198ebd Update Qt symbol map usage.
Should fix #5256, not well tested.
2014-01-28 07:43:03 -08:00
Unknown W. Brackets
42e4856900 Include backtrace on Qt.
Should fix Symbian / Blackberry I expect.
2014-01-25 15:56:59 -08:00
Henrik Rydgård
5d4ac24858 Merge pull request #5000 from amirzaim/patch-6
Qt Linux buildfix for Qt 5.2.0
2014-01-09 04:33:29 -08:00
Sacha
bb864bdb9a Fix Qt for Maemo 2014-01-05 10:54:05 +10:00
Amir Zaim Mohd Zaini
33f26a68c2 Qt buildfix for Qt 5.2.0
adding the -lz in line "LIBS" in Linux section to fix compilation error when compiling under Qt version 5.2.0. See issue #4885
2014-01-04 16:43:37 +08:00
Sacha
ec3815e4f1 Qt: Add Maemo compatibility. Hopefully an alternative to EGL/SDL frontend. 2014-01-02 16:16:13 +10:00
Henrik Rydgard
845235e4f6 Possible Qt buildfix 2014-01-01 23:42:36 +01:00
Henrik Rydgård
b0bfda6333 Merge pull request #4515 from bollu/improvedTilControls
Redid the tilt controls in a nicer way
2013-12-22 02:13:28 -08:00
Sacha
af1c326617 Qt: Remove renaming of 'lowmem' zim so that it can be loaded externally as well. Update version. 2013-12-20 01:30:39 +10:00
Henrik Rydgard
83534c0490 Linux build fixes. See #4880 2013-12-19 01:03:22 +01:00
bollu
094bc01848 fixed Qt build 2013-12-16 08:15:18 +05:30
Unknown W. Brackets
dcee781ae8 Add CityHash back to Linux/iOS/etc.
This reverts commit ecfe43c149.
2013-12-14 15:46:11 -08:00
bhavin192
8a671c6420 Add RAR and ZIP icons also for desktop qt 2013-12-12 20:15:51 +05:30
bhavin192
7164b57927 Update assets.qrc
Add ZIP and RAR icons
2013-12-12 17:53:12 +05:30
The Dax
de4a3aed14 Bump version numbers for 0.9.6 release. 2013-12-11 15:54:15 -05:00
Sacha
2387509896 Proper fix for libpng16 includes.
Improve Blackberry CMake toolchain.
2013-12-10 02:14:56 +10:00
Sacha
a0c5af288c Add InputBox as a platform-specific system function instead of a host function. Enable it on all Qt platforms. Add Set Nickname to mobile Qt. 2013-12-08 20:16:34 +10:00
Sacha
d5147c4234 Add ability to change nickname and take screenshot to Qt Desktop UI. 2013-12-08 04:57:06 +10:00
Sacha
21ae157f66 Remove stb_image usage (no longer used for anything). 2013-12-08 02:37:06 +10:00
Sacha
6ea758db67 Use libpng to load PNGs. Fixes #4689. 2013-12-08 01:42:17 +10:00
Sacha
0d58d7d214 Proper fix for german translation. 2013-12-07 18:16:43 +10:00
turbedi
6996262380 Qt: Update German translations. Fix #4653 2013-12-07 15:33:23 +10:00
Sacha
f3a0193777 Buildfix: Qt + MSVC2012 2013-12-06 14:00:17 +10:00
Sacha
26030e068b Qt: Add libzip. Buildfix. 2013-12-06 01:30:45 +10:00
Sacha
ce5f8b63a0 Linux and Qt buildfix. 2013-12-05 22:53:54 +10:00
Sacha
aab55aec76 Travis: Add support for Symbian. 2013-12-02 17:03:00 +10:00
Sacha
10efbd5457 Qt: Small fix. Wasn't declared as slot. 2013-11-28 13:27:10 +10:00
Henrik Rydgård
ed13c21a37 Merge pull request #4649 from Kingcom/Debugger
Rewrite symbol table
2013-11-27 07:43:25 -08:00
Kingcom
eeb9667726 Fix QT build (hopefully) 2013-11-27 15:06:41 +01:00
Sacha
d6cb23e77d Buildfix for gcc (GNU) and Qt. 2013-11-27 03:02:29 +10:00
Sacha
f1d234e2a7 Qt Desktop: Use the existing mobile GL widget instead of duplicating the work. 2013-11-27 01:46:06 +10:00
Henrik Rydgard
c53b32d154 Show a dismissable notification if PPSSPP is behind the latest official release 2013-11-26 14:04:29 +01:00
Sacha
64ba644734 Qt: Use more cross-platform key sequences in menu where possible. 2013-11-26 17:03:31 +10:00
Sacha
a4eb862c19 Qt: Fix version strings (some platforms need this) 2013-11-25 16:06:51 +10:00
Sacha
12bfcd0599 Qt: Some platforms don't like letters in version number. 2013-11-25 14:17:50 +10:00
Sacha
2b6e029f0c Qt buildfix (split vertexdecoder arm/x86). 2013-11-25 03:25:11 +10:00
Sacha
f6cc234393 Qt: Detect version in qmake instead. 2013-11-25 03:25:11 +10:00
Peter Tissen
520daeeb24 Remove empty lines in disasmview to remove visual noise.
Port over part of the callstack code, still missing function name lookup
and navigation on double click. This is just an intermediate commit, I
don't want to have to rebase this again when I contine to work on it.
2013-11-24 09:26:51 +01:00
Sacha
132fe47c7d Use XDG Directory Specification for Linux. See: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Means that everyone will have to manually move their existing config's.
Fixes #4623
2013-11-24 16:58:47 +10:00
Sacha
67b4339d58 Qt: Lots of misc fixes.
Use QtMultimedia everywhere except Ubuntu (they forgot to include it). Makes audio much better. It is supported now on Symbian.
Remove unused resources. Include translations that weren't being included. Consolidate in to a single resource to fix a rebuilding issue.
2013-11-24 15:49:32 +10:00
Sacha
a64ae3d026 Buildfix. Strict qmake. 2013-11-24 14:17:41 +10:00
Sacha
70d7f69c5d Qt: Basic iOS support. iOS now fully supported in QtCreator 3.0 + Qt 5.2 2013-11-24 13:36:22 +10:00
Sacha
1ee0fbf94c Qt: Fixes and cleanup to qmake files. 2013-11-24 13:24:16 +10:00
Henrik Rydgård
7ec0069f4e Merge branch 'QtJoypad' of https://github.com/Bigpet/ppsspp into Bigpet-QtJoypad
Conflicts:
	native
2013-11-22 13:19:47 +01:00
Sacha
fa7871869e Qt: Put all resources in to the binary. The app should be standalone now. Also fixes #4615 2013-11-22 16:15:10 +10:00
Sacha
d892f7077d Qt: Cleanup the menu creation even more. Use classes instead of defines. Now automatically translates and sets state. Update translations. 2013-11-22 14:05:36 +10:00
Peter Tissen
746a88c23d enable SDL Joystick support to Qt
Cmake file update add new SDL joystick files
2013-11-22 02:37:52 +01:00
Sacha
5ed685d54b Qt: Show window before expanding widget. Fixes #4608 2013-11-22 04:25:56 +10:00
Sacha
efa0e62e8d Qt: Allow building project from any directory. #4605 2013-11-22 04:07:18 +10:00
Sacha
693938e859 Qt: Load the language too, if detected on boot. 2013-11-22 02:38:19 +10:00
Sacha
e3f48b4824 Qt: Update menubar action code. Make it more readable. 2013-11-22 02:32:46 +10:00
Sacha
c256c15cdd Qt: zlib is already used by Qt. Only compile it for exotic Qt builds where 'no-zlib' is configured. We will need to link it manually if 'system-zlib' is configured. Otherwise we already have it. 2013-11-21 22:36:02 +10:00
Sacha
61cf802836 Qt: Use AssetsAssetReader to load Qt assets. 2013-11-21 20:11:37 +10:00
Sacha
061966dae2 Qt: Hide menubar. Attach shortcuts to the main window so they still trigger when menubar is hidden. Fix bug with ctrl+number for screen size during full screen. 2013-11-21 13:48:16 +10:00
Sacha
392abf4a26 Qt: Prevent window resize, fixes #4594 2013-11-21 13:24:33 +10:00
Sacha
89c136473f Qt: Allow shortcuts to work in fullscreen. Fixes #4601 2013-11-21 12:45:45 +10:00
Sacha
b84ce4bc44 Qt: Load language at boot. 2013-11-21 11:59:02 +10:00
Sacha
a151abf115 Qt Fullscreen: Remove some redundant code. Let the window resize naturally to changes in its content. 2013-11-21 00:07:04 +10:00
Sacha
7b6c59ea18 Qt: Fix font display on non-UTF systems (eg. Symbian). 2013-11-20 15:16:44 +10:00
Sacha
5cdfe40c03 Qt5: Buildfix. Thanks to @Bigpet.
Implement an about section. Maybe this should run credits?
Fixes #4587
2013-11-20 11:50:16 +10:00
Sacha
a41e3d3432 Qt: Remove controls. Undefine emit so that it is easier to use Qt headers in native files. 2013-11-20 01:25:59 +10:00
Sacha
47f3e700c4 Qt: Clean up messy code. 2013-11-19 21:02:43 +10:00
Sacha
7adb819a41 Qt: Some more improvements to the code. 2013-11-19 20:18:11 +10:00
Sacha
fef8abd129 Qt: Update languages and translations code. 2013-11-19 20:16:30 +10:00
Sacha
ab8001b521 Replace mainwindow.ui with C++ so that it is easier to maintain. 2013-11-19 20:16:30 +10:00
Sacha
960c0cc2a0 Buildfix for Qt (some platforms). Fixes #4574 2013-11-18 22:56:14 +10:00
Peter Tissen
6646605778 reintroduce lowmem texture atlas for the qt build
added comiled lowmem version with ASCII only
add lowmem atlas, this is the automatically generated file from the atlastool
remove nofont generated *.cpp  and only add the first 127 bytes of ASCII to the lowmem generation configuration

For Qt only: using platform independent usleep and load lowmem atlas map
2013-11-18 02:57:46 +01:00
Sacha
196beabb7a Symbian+Meego: Add unknown.png to package. 2013-11-18 03:59:27 +10:00
Sacha
89891302cc Remove 'lowmem' atlas. Use a 'nofont' atlas for Qt platform. Frees up ~15MB VRAM. 2013-11-18 03:05:08 +10:00
Sacha
c94c8d890d Symbian: Should support all languages now, via native fonts. 2013-11-18 02:01:21 +10:00
Sacha
be4ad14b92 Enable native text draw on Linux Qt. 2013-11-18 01:58:33 +10:00
Sacha
ea7c1b5cfb Qt desktop Buildfix. 2013-11-17 19:51:33 +10:00
Retem
8c52ce3274 OSX build fixes for the Qt version 2013-11-16 16:49:08 +01:00
Sacha
08803c101e Remove MathUtil.{cpp,h} 2013-11-13 11:26:12 +10:00
Sacha
91ddddc2ef Remove unused Thread.{cpp,h} 2013-11-13 02:50:46 +10:00
Sacha
b04f6b562b Meego: Need to use gnu++0x to support lambdas. 2013-11-13 01:06:34 +10:00
Sacha
11b794afda Symbian: Remove glib. 2013-11-13 00:30:26 +10:00
Sacha
4d4a32f115 Don't link ffmpeg libs on Meego. 2013-11-12 19:43:56 +10:00
Sacha
3e762f2864 Make !USE_FFMPEG savestates compatible. 2013-11-12 18:06:43 +10:00
Sacha
aad70d8912 Symbian: Support software GPU. It seems to compile properly now. May allow Nokia 500 to run PPSSPP (albeit very slowly). 2013-11-12 16:20:52 +10:00
Sacha
e2d2e93e1a Symbian: Switch to Nokia Belle as minimum OS. 2013-11-12 15:00:54 +10:00
Peter Tissen
b40278fff6 Set Qt to build debug menus on non Linux platforms and fix some debugger crashes
This makes Common.pro and Native.pro use their own distinct object directories
to prevent the two fbo.cpp and sha1.c files repectively to clash into the same
*.obj file.

The registerlist had polled register values of -1 in some cases when resizing
the window. Making sure it doesn't poll values smaller than 0 fixes it.

The memoryview crashed if it was switched into symbol mode outside of the
symbol definition range. Also, under Windows the monospace font wasn't
used because there's not literal font called "monospace" so a font family
hint had to be used.

The UpdateDisassembly() function jumped to the current PC, which sounds
reasonable at first but the issue is that this function gets called when a
breakpoint get set, so if you set a breakpoint somewhere completely
different then you suddenly lose that position for no good reason.

Enable the desktop QT interface for all non ARM QT platforms

make sure the QtMain.cpp in the native submodule is also updated
2013-11-05 13:17:27 +01:00
Sacha
ff14b69e00 Qt: Update touch controller layout on switch to fullscreen. Note: The touch controller configuration still will not update. 2013-11-05 16:00:13 +10:00
Sacha
747346b12d Qt: Use different temporary file dirs for each project so that names do not conflict. 2013-11-05 12:17:34 +10:00
Sacha
296372262c Qt: Don't allow double click to resize window when the user could be using touch controls. 2013-11-05 11:53:49 +10:00
Sacha
5263d53282 Implement throttling for Qt desktop UI (same as the Windows-only one in Core/Config) to stop it using 100% cpu in menus. 2013-11-05 10:54:37 +10:00
Sacha
04a4f31215 Qt Desktop: Hide cursor in fullscreen during gameplay, unless on-screen controls are enabled. 2013-11-04 22:30:38 +10:00
Sacha
52eb46c291 Buildfix for Symbian. Remove unused swap code.
Symbian didn't like the -= even though Linux did.
2013-11-03 20:40:40 +10:00
Sacha
159e30cbb2 Qt: Don't compile NEON if unsupported. Fixes #4422 2013-11-03 13:54:04 +10:00
Sacha
4e4657e94f Blackberry: remove invocation check from NativeApp (moved to native/).
LogoScreen: Don't take boot_filename as a parameter (no one uses it anyway) but check the global variable, boot_filename in case it was populated during initialisation, eg. Blackberry system message.
2013-11-03 13:18:28 +10:00
Henrik Rydgård
775915e523 Merge pull request #4165 from thedax/win32BumpVersionNumbers
All platforms: Bump up version numbers to 0.9.5.
2013-11-01 04:38:12 -07:00
Sacha
ecfe43c149 CityHash is not used anymore, so we won't compile it. 2013-10-28 03:26:00 +10:00
Sacha
005e3cb5a8 Remove unnecessary compiles from CMake, Qt. 2013-10-28 00:28:18 +10:00
The Dax
78b7e52fba Update PPSSPP.pro, too. 2013-10-26 17:33:25 -04:00
The Dax
08bf80ade6 Update other platforms, too. 2013-10-26 17:33:25 -04:00
Sacha
a605c0a8e8 Switch to Qt vibrator instead of Symbian C++ one. 2013-10-27 05:34:23 +10:00
Sacha
3ca86d86f9 Symbian: add support for media keys such as volume up and volume down.
Mappable in settings.
2013-10-27 03:49:46 +10:00
Sacha
fc37c16aa2 No need to enable FZ every frame. 2013-10-25 21:52:50 +10:00
Sacha
7aa0608c4c Qt: DL lib still needed for VFS Handler. Some Linux don't automatically link it. 2013-10-22 04:00:55 +10:00
Sacha
e6ef338ba3 Qt: So apparently Symbian comes under unix. 2013-10-22 00:24:59 +10:00
Sacha
8aae02154a Rearrange the contents of Qt project files. Fixes several issues.
Use ARM to define a mobile platform instead of GLES.
Allow ARM devices such as Raspberry Pi to access previously desktop-only features like SDL.
Detect if the users Linux distro has opted to use QtMultimedia. In this situation, use it instead of QtMobility which should save a download.
Organise libraries in a way that makes more sense.
Only compile translations for Linux desktop, which will use these translations.
Use the constant macros define on all platforms.
Clean up some redundant comments and add some new ones.
Add Qt support back for Blackberry (ffmpeg) and raspberry pi (requires ffmpeg).
2013-10-22 00:06:23 +10:00
Unknown W. Brackets
c486a09c2c Use a better default font path on Linux/Mac OS X.
This way people don't have to copy to ~/.ppsspp/flash0.
The override in ~/.ppsspp/PSP/flash0 still works.
2013-10-20 23:45:56 -07:00
Unknown W. Brackets
afb578a325 Use the newer interface for Qt's gpu debugging. 2013-10-20 00:14:39 -07:00
Unknown W. Brackets
9131371df9 Fix Qt, update native. 2013-10-19 15:15:19 -07:00
Unknown W. Brackets
b243df424e Fix a bad constant and unused var. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets
3a36d5a0fa Qt: remove switch to show log (not supported.) 2013-10-19 14:57:45 -07:00
Unknown W. Brackets
7c23863102 Qt: Enable graphics logging by default (like Win.) 2013-10-19 14:57:45 -07:00
Unknown W. Brackets
3e18027b8d Fix some type comparison warnings. 2013-10-19 14:57:45 -07:00
Unknown W. Brackets
9a9aa5b194 Fix initialization order warnings. 2013-10-19 14:57:45 -07:00
Sacha
2b11a6c92a Qt5 Linux no longer runs both UIs. 2013-10-19 23:18:37 +02:00
Sacha
8c1d4e8ad7 Some Qt compatibility improves for Windows.
(Reapplied since I lost it in a bad push :/)

Conflicts:
	Qt/Core.pro
	Qt/PPSSPP.pro
2013-10-19 23:18:10 +02:00
Sacha
b0fa1a6835 Complete Qt5 support on Windows. http://i.imgur.com/uSIrRsp.png
Conflicts:
	Qt/Core.pro
	Qt/PPSSPP.pro
2013-10-19 23:15:16 +02:00
Sacha
027ba31752 Qt: Fix for audiooutput on qt5. Final fix for arch detection. 2013-10-20 02:44:03 +10:00
Sacha
721bc6f34f Qt: Fix arch detection for Linux. Add ffmpeg for windows. 2013-10-19 14:16:28 +10:00
Sacha
8de3d882a1 Buildfix for Qt, Qt5, Windows on Qt. 2013-10-19 05:22:32 +10:00
Sacha
f8e386995f Buildfix for Qt on Windows. Rearrange parts of the Qt project file. 2013-10-19 04:03:11 +10:00
Sacha
3c0772a142 Change shaders install path for Qt to match up with code. 2013-10-18 12:21:23 +10:00
Sacha
e112cf5aff Also install the langregion file on Blackberry & Symbian. Don't auto enable hardware transform on Symbian. 2013-10-17 23:24:49 +10:00
Sacha
eb19a8b869 Include shaders in the installable packages for Blackberry, Symbian, Meego. 2013-10-17 14:29:34 +10:00
Sacha
a7d6b0b98b Increase Qt optimisation level to O3. 2013-10-15 04:03:25 +10:00
Sacha
7927b889b3 Buildfix Qt Linux. 2013-10-15 00:40:46 +10:00
Unknown W. Brackets
af2ccbb9da Rename flashDirectory to flash0Directory. 2013-10-12 16:08:39 -07:00
Unknown W. Brackets
79143b56d2 Allow config files to be placed under the memstick.
This way, they can be configured more easily on Android, etc.
2013-10-12 16:02:03 -07:00
Sacha
51a3e16295 Add vibration support for Symbian. Update native. 2013-10-11 02:50:01 +10:00
Sacha
02e076ec95 Build fixes. 2013-10-09 14:17:48 +10:00
Sacha
a7346e5d59 Buildfix for CMake / Qt 2013-10-09 01:45:37 +10:00
Henrik Rydgård
e7f3a433c0 Merge pull request #4065 from unknownbrackets/savestates
Fix some savestate compatibility issues
2013-10-06 23:58:31 -07:00
Sacha
8b3f1e6fa4 Fix Symbian build. 2013-10-07 15:36:54 +10:00
Unknown W. Brackets
0ec09f9700 Move parts of ChunkFile into a cpp, cleanup. 2013-10-06 22:09:50 -07:00
Unknown W. Brackets
a2d1fd5a79 Linux buildfix (a bit blind.) 2013-09-29 10:46:46 -07:00
adrian17
db6ed6f399 Removed unused files from Common. 2013-09-27 16:47:21 +02:00
Unknown W. Brackets
3787471791 Add some initial methods to GPUDebugInterface. 2013-09-22 10:22:33 -07:00
Sacha
996c47a9b9 Buildfix. 2013-09-16 01:26:29 +10:00
Sacha
893ecffebe Symbian: Make distribution easier. 2013-09-12 10:58:13 +10:00
Zetro
43f78b5d5a Use key mappings in desktop Qt frontend 2013-09-10 19:12:38 +02:00
Zetro
ea2de859b5 Handle mouse move and scroll wheel events in Qt 2013-09-10 19:12:07 +02:00
Kokusho
8c811009b0 fix zlib compilation error
on ubuntu 13.04 if -lz isn't the last parameter occurs a compilation error
2013-09-08 01:37:02 +02:00
Kokusho
eef5fa3d94 linux qt build failed fix ( Issue 3599 )
simple fix based on NativeApp.cpp
2013-09-08 01:18:46 +02:00
Unknown W. Brackets
2e8b475789 Don't ignore the low bits of the framebuf pointer. 2013-09-07 02:01:01 -07:00
Sacha
97b191bc77 Remove unnecessary and unsupported language files: Symbian and Meego. 2013-09-03 16:35:25 +10:00
Sacha
d6709a0b32 Remove unnecessary define. Add Qt5 compatibility to qmake file. 2013-08-28 03:19:49 +10:00
Zetro
e837fd13bd Initialize UI theme in Qt 2013-08-24 20:46:45 +02:00
Sacha
cfbc64f50e Build fix Blackberry and Linux Qt. 2013-08-23 12:31:12 +10:00
Henrik Rydgard
0a0377a106 Update version 2013-08-21 20:02:53 +02:00
The Dax
4ccf58c168 Attempt to fix Qt build. 2013-08-21 05:40:12 -04:00
Henrik Rydgard
3e87581dc8 Update version to 0.9 2013-08-20 20:29:36 +02:00
Sacha
92f0678f2f Introduce 'lowmem' fonts for Symbian.
Right now it is for all Symbian devices. Although, high mem devices should continue to use the old fonts.
2013-08-18 19:07:18 +10:00
Sacha
8908ec22a8 Small changes. Symbian buildfix. 2013-08-18 18:17:23 +10:00
Sacha
e7cf9361ff Symbian can't compile Software GPU (internal compiler error). Probably can't run it well either. So, disabled. 2013-08-18 18:07:15 +10:00
Henrik Rydgård
fa59ba4e3d Merge pull request #3197 from neobrain/softgpu2
Software Renderer
2013-08-17 02:22:22 -07:00
neobrain
f02f13f2dc Fix Qt and Android build. 2013-08-17 10:50:22 +02:00
Unknown W. Brackets
95c347b75c Add xxHash-r32 to build (not used yet.) 2013-08-16 23:48:41 -07:00
Ilya Zhuravlev
b3a91db87e Fix Qt build on Linux. 2013-08-14 23:02:56 +04:00
Sacha
b5c6b758f8 Qt desktop buildfix. Implement Qt keymapping. 2013-08-05 20:09:12 +10:00
Sacha
cbdd5654eb Qt buildfix. 2013-08-03 22:40:54 +10:00
Sacha
b0c5906c2b Linux Desktop buildfix. 2013-07-30 04:31:35 +10:00
Sacha
79990fe01d Implement parts of the new input system for Blackberry and Qt. Touchscreen now works again. 2013-07-25 14:29:25 +10:00
Sacha
74e0d51d26 Use more wildcards in Qt to prevent updating issues in future. 2013-07-17 11:14:58 +10:00
Sacha
8689fd290f Qt Buildfix. 2013-07-16 10:51:38 +10:00
Sacha
05f019d434 Change flash to flash0. 2013-07-12 11:15:13 +10:00
Sacha
f5246c07e3 Linux buildfix. Remove gamepad support from Linux.
Was required to rebuild. Would probably have to be rewritten any to support the new input system.
Although keys can be remapped in the UI now, it would still be nice to have this done in the menu system.
2013-07-10 09:49:53 +10:00
Sacha
a0aa6e3212 Rearrange NativeInit dirs. Linux buildfix. 2013-07-10 09:49:53 +10:00
Sacha
43906e5e96 Qt and Blackberry buildfix. 2013-07-07 18:08:41 +10:00
Sacha
4b4270a225 Qt buildfix. 2013-07-05 14:53:55 +10:00
The Dax
a476481208 Fix typo in Common.pro. 2013-07-03 14:39:18 -04:00
The Dax
ab8c1f5b5f Fix multiple compilation issues for all platforms. 2013-07-03 14:37:31 -04:00
Sacha
676c000b8a Add FFMPEG to Qt Linux x86. Buildfix for CMake 2013-07-04 01:35:35 +10:00
Sacha
7ebd9e41e6 Qt buildfix. Native update. 2013-07-03 04:43:39 +10:00
Unknown W. Brackets
0f0c068e10 Blind fix to Qt build errors. 2013-07-02 08:03:07 -07:00
Kingcom
e3d3d75e38 Moved expression parser to native and changed how it's accessed 2013-07-01 01:41:06 +02:00
Sacha
217e6482eb Qt Buildfix. 2013-06-28 03:40:45 +10:00
Sacha
8f163301eb Buildfix 2013-06-28 02:19:52 +10:00
Sacha
d7e8476cc4 Update versions to 0.8.1 for Symbian, Blackberry, Meego. 2013-06-28 01:40:44 +10:00
The Dax
cc78160ff1 Forgot QT. 2013-06-26 16:02:53 -04:00
Motaz Alnuweiri
3638863fe0 Update PPSSPP.pro
I updated Symbian variables to look more clear
2013-06-25 20:06:41 +03:00
Sacha
008cb0fa70 Update ffmpeg scripts for Symbian and CMake 2013-06-24 21:07:29 +10:00
Sacha
8f3f93fe2a Update versions for Qt/Symbian/Blackberry 2013-06-24 14:48:10 +10:00
Sacha
cee1bcf7e9 Symbian buildfix. 2013-06-22 04:56:39 +10:00
Sacha
0d808188a0 Add FFMPEG support for Symbian. 2013-06-22 03:00:35 +10:00
Sacha
286caf3deb Linux Qt buildfix. 2013-06-22 01:33:55 +10:00
Sacha
2570268393 Remove 'BLACKBERRY10' define as it is now the minimum OS requirement. 2013-06-21 15:40:52 +10:00
HuangKangJing
9ac2b605d5 Fixed a build error of qt interface on Linux 2013-06-14 15:04:37 +08:00
Sacha
29d1e40c79 Buildfix for Blackberry, Linux, Symbian, non-ffmpeg platforms, Meego, ... 2013-06-09 22:53:22 +10:00
Swyter
1d91aa7659 *Press the traditionally used F11 key to go fullscreen instead of F12.
I was confused the first time I tried. Patched for both Windows and Qt frontends, includes Qt translations.
2013-06-06 16:00:00 +02:00
Sacha
5ba64b586a Qt buildfix. 2013-06-06 03:26:04 +10:00
Sacha
3956bd004e Qt Buildfix. 2013-06-01 15:31:05 +10:00
Motaz Alnuweiri
48ce6169a5 Update PPSSPP.pro
Hi, you can use "VERSION" Variable
----------------------------------
VERSION
This variable contains the version number of the application or library if either the app TEMPLATE or the lib TEMPLATE is specified.
2013-05-26 17:44:12 +03:00
Motaz Alnuweiri
0391709912 Update PPSSPP.pro
Hello, I changed PPSSPPQt version for Symbian from 0.7.5 to 0.7.6
2013-05-26 14:59:33 +03:00
Sacha
a65fcd8645 Buildfix for Qt 2013-05-23 21:54:24 +10:00
Sacha
dde85e581e Add controller/gamepad support to Blackberry 10 (update native). Buildfix for Qt. 2013-05-22 01:35:22 +10:00
Sacha
8cb0423f32 Avoid name collision with ThreadPool on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. 2013-05-03 16:31:53 +10:00
Sacha
2396574f45 Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. 2013-05-03 16:22:15 +10:00
Unknown W. Brackets
c73657e39a Buildfix for iOS and Android. 2013-05-01 23:31:18 -07:00
Sacha
ae9490ad30 Use boost to do C++11 features on Symbian. Use namespaces. 2013-05-02 15:46:41 +10:00
Sacha
6e082c62ec Qt Buildfix. Wrong dir. 2013-05-01 04:30:59 +10:00
Sacha
c02670eedf Buildfix for Qt 2013-05-01 04:10:17 +10:00
Sacha
980ad7b972 Harmattan buildfix. It is always compiled in linux environment (even on Windows), so it runs .sh script. Also, it complains of StringUtil functions unless the .cpp is included directly (HACK). 2013-04-28 16:14:20 +10:00
vinanrra
7dcb181075 Fixed version number for symbian 2013-04-24 19:07:35 +03:00
Sacha
dd8f1b3c27 Add 'lang' directory for Symbian and Meego 2013-04-23 23:23:34 +10:00
Sacha
12d50f25bf Define vasprintf in native for Blackberry instead (as it is also used there). Remove some redundancy in Settings.pri. 2013-04-22 14:23:13 +10:00
Marcin Mikołajczyk
bda904b364 Qt: fix pausing/resuming game 2013-04-20 12:43:55 +02:00
Marcin Mikołajczyk
a43d79a2a3 Clickable OpenGL widget in Qt interface 2013-04-20 12:13:32 +02:00
Marcin Mikołajczyk
d8d1ab286f Working Qt interface (debuggers broken) 2013-04-19 22:17:54 +02:00
Sacha
13f1acf80e Buildfix for Qt 2013-04-20 01:12:03 +10:00
Sacha
4c46426d00 Update assets and fonts for Qt build. 2013-04-18 13:33:01 +10:00
Sacha
a0665d0421 Disable screensaver and dim lights due to inactivity on Symbian. Allows playing Fieldrunners and playing racing games with just the accelerometer without touching the screen. 2013-04-18 00:24:08 +10:00
HuangKangJing
dbeb0f926d Minor fixes of qt interface. 2013-04-16 16:49:51 +08:00
Sacha
ccdb1ef51b Fix Qt build (new thread source). 2013-04-14 23:09:37 +10:00
Sacha
3dacb27a75 Update Symbian+Blackberry version numbers. 2013-04-14 21:54:09 +10:00
Sacha
adb39a66c9 Support 'app booster' on Harmattan. A method where apps are loaded in to existing Qt shells to speed startup time. 2013-04-14 03:04:19 +10:00
Sacha
e44a00dc8f Harmattan: add app launcher, icon, fix fonts. 2013-04-12 04:02:29 +10:00
Sacha
4164e81de0 Update Readme. Update native. Don't use Qt file dialog on Harmattan (it isn't themed). 2013-04-12 02:58:58 +10:00
Sacha
97221ad2a5 Build fix for Harmattan/N9 2013-04-12 00:23:51 +10:00
Klimis Ioannidis
6bcb32daf9 Greek Translation Cleanup
Remove obsolete functions lines.
2013-04-09 03:04:34 +03:00
Sacha
e98845f71d Qt: Fix stuck keys, support accelerometer on all mobile platforms. 2013-04-07 00:53:19 +10:00
Sacha
396b4e02d3 Qt Fix that was meant to be included before. No longer crashes after running a game. 2013-04-06 20:04:03 +10:00
Marcin Mikołajczyk
de92db5dd3 Fix PSP_GE_DL_* in Qt debuggers 2013-04-06 11:09:05 +02:00
Sacha
89c569612a Update menus for Qt version 2013-04-06 04:16:02 +10:00
Sacha
d5bb7e127c More fixes for Qt. Get games to launch (but black screen). 2013-04-04 17:29:58 +10:00
Sacha
9e5b512edb Get Qt running and aware of UIState. Update native. 2013-04-04 11:58:10 +10:00
Sacha
bad4994921 Buildfix for Qt. Gets Qt compiling again but not working yet. Hasn't compiled in a days now so I thought this was worthwhile. 2013-04-01 22:45:27 +10:00
Sacha
7282a1c6a3 Support loading assets from QRC (inbuilt in binary). Some Qt fixes. Mobile UI compiles. Qt still has issues. 2013-03-31 16:55:48 +10:00
Henrik Rydgard
7425532e99 Move non-Android specific stuff from android/jni to /UI.
Move source_assets one level up, too.
Also, start prototyping GameInfoCache, you'll see what it's for soon...
2013-03-30 15:46:26 +01:00
Henrik Rydgard
f02e682021 Merge branch 'master' into win32-gl-ui
Conflicts:
	Qt/Native.pro
2013-03-29 23:37:59 +01:00
Henrik Rydgard
bb939321bc Fix symbol map loading, Qt fullscreen build 2013-03-29 22:56:57 +01:00
Sacha
662613c196 Build fix for CMake/Qt: etcpack -> rg_etc 2013-03-30 01:16:40 +10:00
Xele02
73baa8a779 Qt build fix 2013-03-25 21:28:07 +01:00
Sacha
f56c397c48 In Qt, use mobile UI for anything non-Linux due to threads issue. So, Windows Qt UI runs fine now. 2013-03-20 08:58:26 +10:00
Sacha
6673a938da Fix Qt for Blackberry. Remove unnecessary dependencies for Blackberry and Windows. 2013-03-20 08:17:22 +10:00
Sacha
85e10b6c39 Remove some now unnecessary dependencies for Symbian. 2013-03-20 05:30:29 +10:00
Marcin Mikołajczyk
cea9fedf10 Add Use MediaEngine option to Qt interface 2013-03-14 15:32:32 +01:00
yadro
c375958457 Fixed Russian Qt translation 2013-03-13 22:25:44 +07:00
yadro
355a161e13 Fixed Russian Qt translation 2013-03-13 22:20:04 +07:00
yadro
71543ab747 Fixed Russian Qt translation 2013-03-13 22:12:38 +07:00
yadro
75f4c344e8 Fixed Russian translation & added to resources.qrc 2013-03-13 20:13:55 +07:00
yadro
48f2999b77 Fixed Russian translation & added to resources.qrc 2013-03-13 20:10:26 +07:00
yadro
88f33c818f Update Russian localization 2013-03-13 19:01:22 +07:00
yadro
81b6bc0d6d Added R=ussian translation 2013-03-13 18:55:07 +07:00
Sacha
e4b43b73b4 Update version to v0.7 for Windows, Blackberry, Symbian 2013-03-12 12:44:30 +10:00
Xele02
15c2853035 Qt build broke 2013-03-11 08:30:38 +01:00
Sacha
6ffefb49b2 Enable accelerometer support for Qt (Symbian for now). Add back vertex cache option for Symbian. 2013-03-11 11:53:37 +10:00
Nezarn
7d006a801f Add Hungarian translation to Qt4 UI
debug stuff is not translated, but this should be enough for normal
users
2013-03-09 17:25:49 +01:00
Apology11
cb60ab2859 more work on the german translation 2013-03-08 12:45:31 -08:00
Sacha
6adb6762f2 Enable instructions: ceil, ins (confirmed working). Buildfix for Qt platforms. 2013-03-08 12:36:04 +10:00
Henrik Rydgård
33902ed8c8 Merge pull request #883 from m45t3r/master
Fixes to Portuguese (Brazillian) translation.
2013-03-06 00:18:23 -08:00
Thiago Kenji Okada
ce6036400f Fixes to Portuguese (Brazillian) translation. 2013-03-05 20:54:24 -03:00
Xele02
5d2dffbad1 Reencode in UTF8 and correct bug in file 2013-03-05 23:38:48 +01:00
Henrik Rydgård
95a125c4fb Merge pull request #874 from mikusp/master
Add new translations to resources.qrc
2013-03-05 12:07:42 -08:00
Chris
1b0efd2c44 Add French translation to Qt4 UI
Almost full translation of the UI (missing some too scientific words or
expressions, but as almost all the untranslated words are in the
debuging menu, it won't affect the user who just wants to play)
2013-03-05 18:43:17 +01:00
Marcin Mikołajczyk
4da104618f Compile Portuguese (Brazilian) and Indonesian translations 2013-03-05 16:01:25 +01:00
Klimis Ioannidis
2364fdfeb9 Add Greek translation to Qt4 UI
All basic UI is fully translated, though I left some terms that have no
direct translation in Greek untouched. (Won't affect the end-user)
2013-03-05 10:30:29 +02:00
Thiago Kenji Okada
6e537fc18c Add Portuguese (Brazillian) translation. 2013-03-04 19:11:50 -03:00
Sacha
20fe29a05d Automatically generate translations in Qt. 2013-03-05 01:11:29 +10:00
Sacha
d6fb8b3872 Deploy fonts from assets folder on Symbian.
Should be copied from flash0 or from your PSP.
2013-03-04 23:29:51 +10:00
Unknown W. Brackets
2589a02934 Add basic server reporting interface, needs work. 2013-03-04 00:01:37 -08:00
Unknown W. Brackets
c30dbc3884 Fix Qt build on Windows hosts. 2013-03-03 22:53:34 -08:00
rasyid-irsyadi
8044ee24e0 Update ppsspp_id.ts 2013-03-03 11:12:22 +07:00
rasyid-irsyadi
0f93b75eaf id_id translation for Bahasa Indonesia.
id_id translation for Bahasa Indonesia.
2013-03-03 10:57:06 +07:00
Unknown W. Brackets
35fe2b4a63 Actually use the git version.
Also switch to cpp, duh.
2013-03-02 12:42:25 -08:00
Unknown W. Brackets
fc48fdbd97 Add git-version.c generation for Qt. 2013-03-02 12:03:06 -08:00
Unknown W. Brackets
4ab5348a8a Oops, need to update these too. 2013-02-28 08:13:58 -08:00
Sacha
76433a4fad Future-proof the Qt platform detection 2013-02-27 05:04:43 +10:00
Marcin Mikołajczyk
183acbeb28 Enable frameskip option 2013-02-25 23:55:37 +01:00
Marcin Mikołajczyk
7f1eb1bb2a Displaylist cleanup 2013-02-24 20:05:18 +01:00
Marcin Mikołajczyk
41c2bdd9ee Fix some warnings 2013-02-24 20:05:18 +01:00
Marcin Mikołajczyk
924709b9af Ctrl widgets code cleanup 2013-02-24 20:05:17 +01:00
Marcin Mikołajczyk
b213c8e6ef Mainwindow class code cleanup 2013-02-24 20:05:17 +01:00
Henrik Rydgård
2891576549 Merge pull request #774 from unknownbrackets/savestates
Wait for jit to exit the runloop in debug, quit, and savestates
2013-02-23 14:27:05 -08:00
Unknown W. Brackets
8f9ea31a87 Don't bother resuming/pausing around savestates.
Only makes things more likely to crash.
2013-02-23 13:54:47 -08:00
sum2012
a1835e0443 Updated Trad Chinese for Qt interface.
Based on https://github.com/hrydgard/ppsspp/pull/749
2013-02-24 03:07:17 +08:00
HuangKangJing
a1d9576e62 Updated zh_CN translation. 2013-02-20 22:46:59 +08:00
HuangKangJing
7a39633ce6 Updated chinese simplified translation 2013-02-20 22:40:11 +08:00
Xele02
0c3d310a31 Avoid exit crash 2013-02-20 00:29:29 +01:00
Xele02
d90a024fc6 Parse in UInt or big int fail to decode. 2013-02-20 00:29:28 +01:00
Xele02
804bd08374 Correct vertex info not displayed correctly anymore 2013-02-20 00:29:28 +01:00
Apology11
4f18639ca6 Adding missing languages to resources 2013-02-19 18:23:18 +01:00
Sacha
b9a137d621 Note about Qt UI only working on X11, needing to be thread-aware. Allocate tmp as an array instead. 2013-02-20 01:36:06 +10:00
Sacha
6be288b678 Add new file 'OpenGLBase' to Qt Windows build. Fixup previous mistake, missing 'new'. Update native. 2013-02-20 00:34:03 +10:00
Sacha
73842db159 Fix Qt for Windows (should compile now)
Stride needs to be allocated dynamically. Maybe g++ ignores this, msvc doesn't.
Home dir should use QDir::homePath() to be cross-platform.
Windows has its own DrawText(), compile with NODRAWTEXT.
Allow compiling on release and debug for windows.
Ignore some warnings.
2013-02-20 00:08:00 +10:00
Xele02
20597e4990 Sync native
Put gui command in the gui thread.
2013-02-17 22:05:31 +01:00
Xele02
ec8d32378a Add possibility to modify memory values
Optim time when parsing DList for debug.
2013-02-17 21:43:44 +01:00
Xele02
9e0bc2ae89 Better info for the display list code 2013-02-17 21:43:44 +01:00
Xele02
0fefca672d Add 2 step mode for display list : Go to selected line and go to next draw using selected texture 2013-02-17 21:43:44 +01:00
Xele02
6339c2fc9a Correct crash when texture too small loaded in memory tex viewer
Correct current thread PC in the list.
2013-02-17 21:43:44 +01:00
Xele02
3a00e0b9cc Oops, too much line deleted 2013-02-17 01:53:55 +01:00
Xele02
2a6af9b8a3 Add displayList debug dialog 2013-02-17 01:28:43 +01:00
Marcin Mikołajczyk
49e04609a8 Remove fast interpreter option 2013-02-17 00:55:15 +01:00
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
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