Sacha
5c6ccfe56d
Qt: Drop QtMultimedia dependency if SDL is used. Force OSX10.9 SDK. Should fix #5835
2014-07-01 17:16:13 +10:00
Sacha
d2f43889a0
Android: Fixes for CMake and Qt.
2014-06-28 02:50:24 +10:00
Sacha
5215d12385
Qt: Let Qt decide directories in Qt5. Require OSX use Qt5. Fix config directory. Fixes #5409 .
2014-06-25 16:10:00 +10:00
Sacha
92db2c89c1
Qt: Fix some qmake replace commands that work differently on different versions of qmake. Use SDL Audio when available. Fix a bug. Qt4+Qt5 tested working perfectly on Arch Linux.
2014-06-25 13:25:05 +10:00
Sacha
946deda4b3
Remove some redundancy (Symbian/Qt). Symbian has cstdint now.
2014-06-24 08:29:04 +10:00
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
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
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
5876823478
Qt: Icons on more platforms. Fix for lrelease suffix (qt4/qt5). Fixes #6327
2014-06-18 00:34:11 +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
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
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
fd034b25cf
Qt Mac: Fix #5835 (update lib for new ffmpeg)
2014-05-28 02:16:53 +10:00
Sacha
ed4f5054c6
Qt: Clean up QtHost.
2014-03-02 01:09:38 +10: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 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
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
Sacha
2387509896
Proper fix for libpng16 includes.
...
Improve Blackberry CMake toolchain.
2013-12-10 02:14:56 +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
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
f6cc234393
Qt: Detect version in qmake instead.
2013-11-25 03:25:11 +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
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
efa0e62e8d
Qt: Allow building project from any directory. #4605
2013-11-22 04:07:18 +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
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