Sacha
6ea758db67
Use libpng to load PNGs. Fixes #4689 .
2013-12-08 01:42:17 +10:00
Sacha
0d58d7d214
Proper fix for german translation.
2013-12-07 18:16:43 +10:00
turbedi
6996262380
Qt: Update German translations. Fix #4653
2013-12-07 15:33:23 +10:00
Sacha
f3a0193777
Buildfix: Qt + MSVC2012
2013-12-06 14:00:17 +10:00
Sacha
26030e068b
Qt: Add libzip. Buildfix.
2013-12-06 01:30:45 +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
10efbd5457
Qt: Small fix. Wasn't declared as slot.
2013-11-28 13:27:10 +10:00
Henrik Rydgård
ed13c21a37
Merge pull request #4649 from Kingcom/Debugger
...
Rewrite symbol table
2013-11-27 07:43:25 -08:00
Kingcom
eeb9667726
Fix QT build (hopefully)
2013-11-27 15:06:41 +01:00
Sacha
d6cb23e77d
Buildfix for gcc (GNU) and Qt.
2013-11-27 03:02:29 +10:00
Sacha
f1d234e2a7
Qt Desktop: Use the existing mobile GL widget instead of duplicating the work.
2013-11-27 01:46:06 +10:00
Henrik Rydgard
c53b32d154
Show a dismissable notification if PPSSPP is behind the latest official release
2013-11-26 14:04:29 +01:00
Sacha
64ba644734
Qt: Use more cross-platform key sequences in menu where possible.
2013-11-26 17:03:31 +10:00
Sacha
a4eb862c19
Qt: Fix version strings (some platforms need this)
2013-11-25 16:06:51 +10:00
Sacha
12bfcd0599
Qt: Some platforms don't like letters in version number.
2013-11-25 14:17:50 +10:00
Sacha
2b6e029f0c
Qt buildfix (split vertexdecoder arm/x86).
2013-11-25 03:25:11 +10:00
Sacha
f6cc234393
Qt: Detect version in qmake instead.
2013-11-25 03:25:11 +10:00
Peter Tissen
520daeeb24
Remove empty lines in disasmview to remove visual noise.
...
Port over part of the callstack code, still missing function name lookup
and navigation on double click. This is just an intermediate commit, I
don't want to have to rebase this again when I contine to work on it.
2013-11-24 09:26:51 +01:00
Sacha
132fe47c7d
Use XDG Directory Specification for Linux. See: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
...
Means that everyone will have to manually move their existing config's.
Fixes #4623
2013-11-24 16:58:47 +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
Sacha
d892f7077d
Qt: Cleanup the menu creation even more. Use classes instead of defines. Now automatically translates and sets state. Update translations.
2013-11-22 14:05:36 +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
5ed685d54b
Qt: Show window before expanding widget. Fixes #4608
2013-11-22 04:25:56 +10:00
Sacha
efa0e62e8d
Qt: Allow building project from any directory. #4605
2013-11-22 04:07:18 +10:00
Sacha
693938e859
Qt: Load the language too, if detected on boot.
2013-11-22 02:38:19 +10:00
Sacha
e3f48b4824
Qt: Update menubar action code. Make it more readable.
2013-11-22 02:32:46 +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
Sacha
061966dae2
Qt: Hide menubar. Attach shortcuts to the main window so they still trigger when menubar is hidden. Fix bug with ctrl+number for screen size during full screen.
2013-11-21 13:48:16 +10:00
Sacha
392abf4a26
Qt: Prevent window resize, fixes #4594
2013-11-21 13:24:33 +10:00
Sacha
89c136473f
Qt: Allow shortcuts to work in fullscreen. Fixes #4601
2013-11-21 12:45:45 +10:00
Sacha
b84ce4bc44
Qt: Load language at boot.
2013-11-21 11:59:02 +10:00
Sacha
a151abf115
Qt Fullscreen: Remove some redundant code. Let the window resize naturally to changes in its content.
2013-11-21 00:07:04 +10:00
Sacha
7b6c59ea18
Qt: Fix font display on non-UTF systems (eg. Symbian).
2013-11-20 15:16:44 +10:00
Sacha
5cdfe40c03
Qt5: Buildfix. Thanks to @Bigpet.
...
Implement an about section. Maybe this should run credits?
Fixes #4587
2013-11-20 11:50:16 +10:00
Sacha
a41e3d3432
Qt: Remove controls. Undefine emit so that it is easier to use Qt headers in native files.
2013-11-20 01:25:59 +10:00
Sacha
47f3e700c4
Qt: Clean up messy code.
2013-11-19 21:02:43 +10:00
Sacha
7adb819a41
Qt: Some more improvements to the code.
2013-11-19 20:18:11 +10:00
Sacha
fef8abd129
Qt: Update languages and translations code.
2013-11-19 20:16:30 +10:00
Sacha
ab8001b521
Replace mainwindow.ui with C++ so that it is easier to maintain.
2013-11-19 20:16:30 +10:00
Sacha
960c0cc2a0
Buildfix for Qt (some platforms). Fixes #4574
2013-11-18 22:56:14 +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