Commit Graph
45601 Commits
Author SHA1 Message Date
The Dax 62e3afd297 Tidy up a couple things. toggleSwitch doesn't need to be public. 2013-10-21 16:57:31 -04:00
The Dax db370c1fd3 Call the base class sendMessage when handling messages from native, so every screen can refresh from a language update at any time. 2013-10-21 16:52:44 -04:00
Henrik Rydgård a28151437b Merge pull request #4280 from thedax/truncateOpenGLVerString
SysInfoScreen: Truncate the OpenGL version string so it doesn't run amok.
2013-10-21 11:30:06 -07:00
Sacha 7aa0608c4c Qt: DL lib still needed for VFS Handler. Some Linux don't automatically link it. 2013-10-22 04:00:55 +10:00
Sacha dbef0b21a9 Fix #2 for Qt Audio. Increase samples as it seems to sound much better. 2013-10-22 03:58:56 +10:00
The Dax 17b7ec1d59 Truncate the OpenGL version string so it doesn't run amok. 2013-10-21 11:47:35 -04:00
Sacha 3c605b46fb Fix Qt Audio. Issue #4259 2013-10-22 01:35:56 +10:00
Sacha edab3dc0fb Fix Qt Audio. 2013-10-22 01:35:03 +10:00
Sacha e6ef338ba3 Qt: So apparently Symbian comes under unix. 2013-10-22 00:24:59 +10:00
Sacha 8aae02154a Rearrange the contents of Qt project files. Fixes several issues.
Use ARM to define a mobile platform instead of GLES.
Allow ARM devices such as Raspberry Pi to access previously desktop-only features like SDL.
Detect if the users Linux distro has opted to use QtMultimedia. In this situation, use it instead of QtMobility which should save a download.
Organise libraries in a way that makes more sense.
Only compile translations for Linux desktop, which will use these translations.
Use the constant macros define on all platforms.
Clean up some redundant comments and add some new ones.
Add Qt support back for Blackberry (ffmpeg) and raspberry pi (requires ffmpeg).
2013-10-22 00:06:23 +10:00
Sacha 887d140d55 Qt:Use ARM to define mobile platform. Don't show fullscreen on Windows. 2013-10-21 22:44:46 +10:00
Henrik Rydgård 598e06faa8 Make Home in the game browser available on linux/mac/etc too.
Misc tweaks.
2013-10-21 12:21:22 +02:00
Henrik Rydgård 9275d2aeee Update lang again 2013-10-21 11:19:45 +02:00
Henrik Rydgård 8556eaf59d sceAtrac: Report occurences of multiple packets in one. Update native
with minor UI fix.
2013-10-21 11:19:13 +02:00
Henrik Rydgård 2659a92204 Update lang 2013-10-21 11:19:13 +02:00
Henrik Rydgård fff83ed237 Fix bug causing clickables not to highlight on mousedown in SDL builds 2013-10-21 11:00:09 +02:00
Henrik Rydgård d31ff07e79 Merge pull request #4275 from shenweip/patch-7
Draw default background when pic doesn't exist.
2013-10-21 01:12:58 -07:00
Henrik Rydgård 42464c4d1c Merge pull request #4276 from unknownbrackets/linux-minor
Improve Linux flash0 path handling, fix __cpuidex() in some gccs
2013-10-21 01:10:04 -07:00
Unknown W. Brackets a1c280f46b Simplify __cpuidex().
Wasn't building 32-bit for me on Ubuntu.
2013-10-20 23:45:56 -07:00
Unknown W. Brackets c486a09c2c Use a better default font path on Linux/Mac OS X.
This way people don't have to copy to ~/.ppsspp/flash0.
The override in ~/.ppsspp/PSP/flash0 still works.
2013-10-20 23:45:56 -07:00
shenweip 6aa887e76a Draw default background when pic doesn't exist. 2013-10-21 13:20:12 +08:00
Unknown W. Brackets 569f6132b9 Warning fix. 2013-10-20 22:13:54 -07:00
Henrik Rydgard 0dd0948f81 The built-in draw2d shader doesn't need a version number specified 2013-10-21 00:42:46 +02:00
Henrik Rydgård a39974b06b Merge pull request #4267 from ufdada/master
Translating the Back and Toggle All Buttons
2013-10-20 11:51:31 -07:00
Henrik Rydgård b558c71af6 Update native - fix #4269 2013-10-20 19:40:11 +02:00
Henrik Rydgård e783dbd76b Move the highlight when changing the current tab 2013-10-20 19:39:54 +02:00
Henrik Rydgård 9f3e713b6e Merge pull request #4265 from adrian17/master
Common cleanup: Cleaned up Common.h and simplified MsgHandler
2013-10-20 09:34:55 -07:00
Henrik Rydgård cc1f0872f5 Merge pull request #4261 from bollu/auto-hide-recents
auto hide recents tab when no recent games exist
2013-10-20 09:34:06 -07:00
Henrik Rydgård 8586047a24 Merge pull request #4266 from thedax/touchControlFix
Make touch Dpad and Select show by default.
2013-10-20 09:33:36 -07:00
Siddharth 2359bda823 now highlights games tab if recents is empty 2013-10-20 21:48:06 +05:30
The Dax 98c6e87c0f Make touch Dpad and Select show by default. 2013-10-20 12:02:19 -04:00
ufdada 022c033f57 Translating the Back and Toggle All Buttons
Correcting the Toggle all Button function (it was reverting the selection)
2013-10-20 17:57:35 +02:00
Henrik Rydgård a3f2fcfd8f Merge pull request #4264 from DanyalZia/patch-27
Only turn on filtering when alpha test isn't enabled
2013-10-20 08:44:13 -07:00
adrian17 d71fc887a9 Simplified MsgHandler 2013-10-20 17:42:07 +02:00
Henrik Rydgård 99d4ef1e06 Enable/disable access to the control layout editor properly 2013-10-20 17:40:18 +02:00
Henrik Rydgård 3ab09f6bce Make the touch visibility thing a "subdialog" of the layout editor.
Reorder options a bit too.
2013-10-20 17:33:46 +02:00
Henrik Rydgård 98cb8c3b50 Update native 2013-10-20 17:28:02 +02:00
danyalzia 4567acaf92 Only turn on filtering in FMV when alpha test isn't enabled 2013-10-20 20:15:25 +05:00
Henrik Rydgård a4a052de64 Merge pull request #4262 from thedax/fixTranslation
Fix incorrect translation category.
2013-10-20 08:07:18 -07:00
The Dax fd7ae05b80 Fix incorrect translation category. 2013-10-20 10:53:46 -04:00
adrian17 2752e65727 Removed some unused content from Common.h 2013-10-20 16:32:09 +02:00
Siddharth 0edfe5744a auto hide recents tab when no recent games exist 2013-10-20 19:47:27 +05:30
Henrik Rydgård 5e0c4bc0a6 Just a sanity check 2013-10-20 15:34:02 +02:00
Henrik Rydgård 90eed17c93 Merge pull request #4258 from sum2012/at3
fix maxim-at3plus crash
2013-10-20 06:01:30 -07:00
sum2012 fc3d3c9a78 fix maxim-at3plus crash
Thanks @unknownbrackets
https://github.com/hrydgard/ppsspp/issues/4248
Digimon Adventure Voice probrem can be fixed later
2013-10-20 20:57:24 +08:00
Henrik Rydgard f5a63d7d41 Better fix for the UINT_64 define issue on android 2013-10-20 13:52:31 +02:00
Henrik Rydgard c1f05326c4 Better fix for the UINT_64 errors. 2013-10-20 13:51:10 +02:00
Henrik Rydgård b290b31bd8 Merge pull request #4257 from bollu/control-layout-improvements
Control layout improvements
2013-10-20 04:50:04 -07:00
Siddharth 55a664bd13 made buttons invisible in the layout screen if they are disabled 2013-10-20 17:17:32 +05:30
Henrik Rydgard 9bf55113e0 update native 2013-10-20 13:19:26 +02:00