Henrik Rydgård
30e58d9848
More work on smoother keyboard focus
2014-03-03 12:56:01 +01:00
Henrik Rydgård
36c8d7f408
Focus the start button on the pause screen. Update native with focus fixes.
2014-03-03 11:39:42 +01:00
Henrik Rydgard
3ba629081b
Temporary: Exit "hard" on Android again.
...
This is to prevent more unforeseen issues like the rotation lock
problem in the bugfix release.
Will be reverted again later.
2014-02-15 10:00:29 +01:00
Henrik Rydgård
1e1cd730bd
Fix crash on exit in SDL builds and possibly others.
...
This was caused by NativeShutdown getting called twice.
Native* functions should not be called by the app directly, they should
always be called by the platform abstraction. Dunno what I was thinking
here.
2014-02-11 11:32:54 +01:00
Henrik Rydgård
25bf95fcf3
Merge pull request #5388 from unknownbrackets/reporting
...
Adjust reporting to track and send more things
2014-02-10 09:48:20 +01:00
Unknown W. Brackets
739da04322
Also need this to prevent double-shutdown.
...
That exit(0) before was skipping a lot of stuff..
2014-02-09 18:18:36 -08:00
Unknown W. Brackets
b46ca9f94b
Lock out reporting if harmful settings are used.
...
Before, if you turned it on, broke stuff, and then turned it off, we
reported the broken stuff. This could be responsible for various
messages that have seemed strange.
2014-02-09 17:39:16 -08:00
Unknown W. Brackets
274160bc22
Centralize game background drawing code.
...
No need to duplicate it everywhere.
2014-02-09 17:39:15 -08:00
Henrik Rydgard
ca500b0bf4
Add setting for Kitkat Immersive Mode on Android.
2014-02-09 23:16:08 +01:00
Unknown W. Brackets
7add81fbd2
Use USING_WIN_UI instead of _WIN32 for differences.
...
Just makes the code clearer and probably helps other UIs work on Windows
more easily.
2014-02-08 16:38:45 -08:00
The Dax
73f61d908c
Use [Unknown]'s suggested method instead.
2014-01-31 00:54:38 -05:00
The Dax
910abacb3f
Skip showing the info menu if the RMB is bound.
2014-01-31 00:48:25 -05:00
Unknown W. Brackets
8f98fa78aa
Allow right click / triangle on a game item.
...
Fixes #3866 , makes keyboard navigation a bit better.
2014-01-25 11:24:06 -08:00
Unknown W. Brackets
2618f2ed39
Add a simple extract file command.
...
Mostly useful for quickly/easily extracting pmf/atrac/etc. files.
2014-01-01 16:47:15 -08:00
Unknown W. Brackets
1513701d0e
Oops, make things translatable.
2013-12-14 22:36:42 -08:00
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