Commit Graph

141 Commits

Author SHA1 Message Date
Sacha
00307429eb Add input state to Qt, as required 2013-04-01 22:43:01 +10:00
Henrik Rydgard
1f34f8ff60 Allow loading textures from a PNG in RAM. Add startsWith string function. 2013-03-30 13:11:52 +01:00
Unknown W. Brackets
abc38a90f6 Buildfix for Mac/Linux/etc.
Although, Qt seems more involved...
2013-03-29 22:20:21 -07:00
Henrik Rydgard
a47c3b465e NativeMix now returns int 2013-03-29 18:09:59 +01:00
Aapo Rantalainen
762d096cc0 Maemo5: SDL_ShowCursor(SDL_DISABLE);
Cursor flickered. And there are no use of cursor with touch screen.
2013-03-25 20:45:39 +02:00
Aapo Rantalainen
0fbb4c3905 Maemo5 support. Almost same than PANDORA 2013-03-22 17:14:18 +02:00
Sacha
3c160ecb5a Only run the UI on X11 for now until threads issue is resolved. 2013-03-20 08:49:50 +10:00
Sacha
a0f4674f0b Use Qt to lock orientation instead of platform-specific code. 2013-03-20 05:27:27 +10:00
Sacha
1ec67d5ac2 Use lowercase letters for mobile Qt UI 2013-03-12 14:41:26 +10:00
Sacha
e0d107ad20 Accelerometer support for Blackberry. 2013-03-11 22:04:06 +10:00
Sacha
9964684920 Add accelerometer support to Qt (Symbian-only for now) 2013-03-11 11:51:35 +10:00
Sacha
b8100e0238 MIPS support 2013-03-10 13:22:46 +10:00
Sacha
7bc8374c88 Change Blackbery paths 2013-03-10 12:28:34 +10:00
Unknown W. Brackets
f26d95dba1 Fix FlushSocket() error check. 2013-03-02 13:40:07 -08:00
Unknown W. Brackets
3c1566b9a7 Linux buildfix, darn. 2013-03-01 22:50:14 -08:00
Unknown W. Brackets
9817448c59 If needed, call send() multiple times in HTTP. 2013-02-28 23:48:41 -08:00
Unknown W. Brackets
17c8eb1ae7 Arg, buildfix for Mac. 2013-02-23 19:52:48 -08:00
Unknown W. Brackets
e77cea0211 Buildfix for Mac. 2013-02-23 19:48:25 -08:00
Unknown W. Brackets
9c183fcca8 Add a timeout event.wait_for() method.
Not exactly like std::condition_variable, but similar.
2013-02-23 13:23:20 -08:00
Sacha
f4cc78cbfd Use RunFast VFPv2 mode on Symbian. 2013-02-20 13:07:19 +10:00
Sacha
f807e225f7 Quick fix for missing QDir 2013-02-20 00:18:13 +10:00
Sacha
14386f87b0 Use temp path from Qt. Fixes windows. 2013-02-20 00:04:30 +10:00
Xele02
be52e8c673 Add mutex, or wait don't work correctly 2013-02-17 01:28:26 +01:00
Sacha
0bb312c92a Now that only mobile platforms use this code path, remove the desktop support 2013-02-13 05:11:56 +10:00
Sacha
14b9794c26 Move PPSSPP window init out of here because native is meant to be generic. 2013-02-13 04:54:47 +10:00
Sacha
21e4e12f65 Fix spinny buttons animation on Qt and Blackberry front-ends. 2013-02-11 21:35:10 +10:00
Sacha
fa10aae32f Use fixed DPI on Symbian. New devices seem to lie about DPI. 2013-02-11 12:10:42 +10:00
Marcin Mikołajczyk
e6dce8e1af Fix PPSSPP Qt interface compilation on 64bit Linux 2013-02-04 15:55:17 +01:00
Xele02
de960cb8c9 Correct audio crash when close 2013-02-01 02:13:32 +01:00
Sacha
a8e30185f2 Small adjustments for Blackberry/Symbian 2013-01-29 07:35:39 +10:00
Henrik Rydgård
2f06061f36 Merge pull request #38 from KentuckyCompass/tab_turbo
tab key for turbo mode
2013-01-26 02:02:39 -08:00
KentuckyCompass
0d8bcfe9ae tab key for turbo mode 2013-01-25 17:24:50 -08:00
Summeli
9493e56b2c Routing loggings in Symbian though qDebug to the console 2013-01-25 17:00:07 +02:00
Sacha
d783975258 Fix cityhash for non-glibc systems where byteswap isn't defined. Define it manually instead. Also, fix harmattan building of Qt frontend. 2013-01-23 11:31:19 +10:00
Sacha
00acbd2f74 Revert some temporary changes for Stage 1 refactor of Qt. 2013-01-16 02:19:22 +10:00
Sacha
ef75aee0a2 Fix Qt audio for all platforms. 2013-01-15 20:45:26 +10:00
Sacha
0578607c84 Pandora buildfix and joystick support. 2013-01-14 21:32:39 +10:00
Sacha
02307d8226 Fix Qt native file and remove redundancies. 2013-01-14 19:20:28 +10:00
Sacha
063087abba Revert "Merge pull request #29 from Xele02/qtwindow"
This reverts commit 170a45ef4f, reversing
changes made to 657f5d32f4.
2013-01-14 19:10:51 +10:00
Henrik Rydgård
170a45ef4f Merge pull request #29 from Xele02/qtwindow
Update native for Qt Window
2013-01-13 15:06:38 -08:00
Xele02
597be2bb04 Update native for Qt Window
Add mutex lock. Wait cond didn't work without it.
2013-01-13 23:27:49 +01:00
Sacha
44e9e946a9 Add names to the magic numbers of left joystick input (Qt/Blackberry). 2013-01-13 02:29:37 +10:00
Henrik Rydgård
9df584067e Merge pull request #28 from xsacha/pandora-port
Port to Pandora.
2013-01-12 08:14:55 -08:00
Sacha
7c0f9617b0 Port to Pandora. Thanks to ptitSeb. 2013-01-13 01:45:01 +10:00
Henrik Rydgard
dcc9785357 Bugfix LoggingDeadline 2013-01-11 23:46:37 +01:00
Florent Castelli
7b9daa28c4 Properly restore all the OpenGL states properly and added a sanity check.
Also set the proper viewport value at startup.
2013-01-11 19:02:56 +01:00
Henrik Rydgard
af5142d32a Add missing printf parameter 2013-01-11 00:29:26 +01:00
Henrik Rydgard
135ae4faf5 Add LoggingDeadline, sprinkle this to track what takes time 2013-01-10 23:47:50 +01:00
Henrik Rydgård
c63061ddfd Merge pull request #25 from xsacha/master
Qt and Blackberry port
2013-01-10 02:29:18 -08:00
Sacha
1d82b785df Fix joystick keys 2013-01-10 20:25:10 +10:00