Commit Graph

369 Commits

Author SHA1 Message Date
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