Commit Graph

140 Commits

Author SHA1 Message Date
Unknown W. Brackets
11f676d176 Support extracted ISOs (for debugging) in browser. 2013-12-14 22:36:40 -08:00
Unknown W. Brackets
4ed419d4d5 Support pinning paths in the game browser.
For example, you might have games in multiple places, internal and
external storage, or a projects directory in addition to regular games,
etc.
2013-12-14 22:34:44 -08:00
vnctdj
253b4037f1 Shorten the key 2013-12-13 14:58:06 +01:00
vnctdj
f8b26a586f Make "Download from the PPSSPP Homebrew Store" translatable in [MainMenu] 2013-12-13 14:31:34 +01:00
Henrik Rydgard
f4a9a9cde1 Disable "hold" on zip buttons. Add subtle glow to indicate to keep holding game buttons. 2013-12-11 20:37:57 +01:00
Henrik Rydgard
a70ed3cb85 UI fixes (including zip button clickability) 2013-12-11 20:01:17 +01:00
Henrik Rydgård
92d9ad4fe0 Always show zip files as full lines, to emphasize that they are different than working games. 2013-12-11 18:25:55 +01:00
Henrik Rydgård
868a3d6dd5 Load unknown.png for ELFs masquerading as PBP 2013-12-11 14:22:25 +01:00
Henrik Rydgard
48fb1f0ff0 Restyle directory buttons 2013-12-11 11:03:43 +01:00
Henrik Rydgard
dd6ae19e7e Gamelist: Remove line breaks in game titles, seen in fan translation patch. 2013-12-11 10:32:39 +01:00
Henrik Rydgard
ab13e37ebe Fix directory up button, now that it doesn't contain the string ".." 2013-12-11 10:11:01 +01:00
Henrik Rydgard
3baddab8a9 Tweak the new button style to add slight drop shadows, add folder icons.
Set the new style as default now that it works on white backgrounds too.
2013-12-11 09:37:07 +01:00
pal1000
658c6a95e2 Update MainScreen.cpp 2013-12-09 11:50:19 +02:00
Henrik Rydgård
cc22a70667 Show the homebrew & demos tab after having installed a zip file. 2013-12-06 12:29:27 +01:00
Henrik Rydgård
6277a95bb8 Minor gamelist polish (fix & signs, avoid double dots for zip files) 2013-12-06 11:44:46 +01:00
Henrik Rydgård
bc6ecb8ef6 Hide the homebrew store behind a ini option for now 2013-12-05 12:48:09 +01:00
Henrik Rydgård
5905849182 Show homebrew as a list by default, allow changing the view mode
Homebrew often has poor icons, making the names important.
2013-12-05 12:48:09 +01:00
Henrik Rydgård
29bbb826a1 Put the store button on the homebrew tab. Make it look slightly less awful. 2013-12-05 12:48:09 +01:00
Henrik Rydgård
7f481905b0 More work on the Homebrew Store, get it working on Windows and Android 2013-12-05 12:48:09 +01:00
Henrik Rydgård
2fb2602387 Initial draft of the Homebrew Store. Lets you install a few homebrew. 2013-12-05 12:48:08 +01:00
Henrik Rydgard
50f67d631d VS 2013 buildfix? 2013-12-04 19:22:40 +01:00
Henrik Rydgard
32f479b0a6 Assorted log spam reductions.
Also let Java know of some important events. Not used for anything yet.
2013-12-04 17:43:00 +01:00
Henrik Rydgård
49df18e305 Fix minor ui layout issue 2013-12-03 17:40:29 +01:00
Henrik Rydgård
1509176dad Remove "topbar" from recents screen, looked cluttered and didn't feel
necessary.
2013-12-03 16:49:49 +01:00
Henrik Rydgård
e017a17dbb Show homebrew as a list by default, allow changing the view mode
Homebrew often has poor icons, making the names important.

Also fix an issue with touch button scaling.

Conflicts:
	Core/Config.cpp
	UI/MainScreen.cpp
2013-12-02 12:34:09 +01:00
Unknown W. Brackets
a69ddf840c Fix some formatting warnings. 2013-12-01 11:21:15 -08:00
Henrik Rydgård
ba7536d5ce Allow translations of post processing shaders (new section PostShaders).
Minor tweaks.
2013-11-29 11:37:15 +01:00
The Dax
4b9d38dccc Fix VS2013 build. 2013-11-27 05:15:46 -05:00
sum2012
fbdbbc3d36 Re-use "Cancel" transate in change umd 2013-11-27 05:57:14 +08:00
shenweip
f772cba43d Make distinction for multiple disc. 2013-11-26 18:23:08 +01:00
shenweip
7832cebacd CleanUp. 2013-11-26 18:20:33 +01:00
shenweip
8d692f26e0 Update screen. 2013-11-26 18:20:33 +01:00
shenweip
9814b1d6d2 Add support for multiple disc. 2013-11-26 18:20:33 +01: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
be9c4b14c4 Game list: Scroll game titles that are too long. 2013-11-26 14:45:36 +01: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
4cb1ecb4dc Qt: Some improvements to main screen. 2013-11-21 12:44:06 +10:00
Sacha
a5a69e9f67 Use correct home location for Blackberry. Hide /home/sacha paths. 2013-11-20 01:25:59 +10:00
Henrik Rydgård
a08d4818be Move PathBrowser to native 2013-11-18 14:05:56 +01:00
Sacha
4403b2acc9 Update ImageView usage in UI. 2013-11-12 14:54:38 +10:00
Unknown W. Brackets
5328e213a6 Clear the jit cache when toggling debug stats.
This way we can bypass that check normally, for speed.
2013-11-04 08:03:50 -08:00
The Dax
728101aebb Revise how the language system works.
On Win32, the Language menubar is eliminated in favour of displaying a NewLanguageScreen on screens that are of type UIDialogScreenWithBackground/UIScreenWithBackground; UIScreen inheriting screens (e.g. GamePauseScreen) still require manual additions.
2013-11-03 19:21:53 -05:00
Unknown W. Brackets
2f010773e1 Add rewind feature to the UI.
May not be perfect yet.
2013-11-02 18:33:23 -07:00
Henrik Rydgård
ebfc706e46 Minor UI tweak 2013-10-31 13:34:34 +01:00
Henrik Rydgård
787db5812d UI cleanup and a crashfix for duplicate back key events 2013-10-28 16:04:53 +01:00
Henrik Rydgård
c17dd02ace Merge pull request #4345 from shenweip/patch-14
Move Exit botton to last column.
2013-10-28 03:55:17 -07:00
shenweip
103aece36c Move Exit botton to last column. 2013-10-28 17:41:09 +08:00
Henrik Rydgård
0ae5e5cf1c Fix returning to game with ESC or other mapped back button, minor
cleanups.
2013-10-27 10:04:38 +01:00
Henrik Rydgård
4590e44954 add "onFinish" to screens so that ESC (etc) works the same as the back
touch button.
2013-10-25 13:19:08 +02:00
Henrik Rydgard
62685b6145 Fix a bug where we would push two gamepausescreens in some circumstances.
+ a cosmetic fix.
2013-10-22 16:19:46 +02:00