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