Commit Graph

230 Commits

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