Commit graph

615 commits

Author SHA1 Message Date
Zangetsu38
2fe89039bd gui/app context menu: some refactor.
gui/app selector: some refactor.
2020-06-16 19:53:48 +02:00
Zangetsu38
5490d680bb themes: fix theme view if fw is not installed. 2020-06-16 18:04:41 +02:00
Zangetsu38
f511b29d5c pkg install: Add choice for mode set zriff key.
pkg install: Add info for content installed.
pkg install: refactor dialog.
2020-06-16 18:04:41 +02:00
Zangetsu38
0e4de83066 gui: Add trophy manager. 2020-06-15 22:58:25 +02:00
Zangetsu38
68a2b38b94 np/trophy: Some refactor and prepare for trophy manager. 2020-06-15 20:32:20 +02:00
Nick Renieris
6ae63c7f6e
Improve code log and memory log & add GUI toggles (#743) 2020-06-09 14:27:15 +03:00
Sunho Kim
7981d7d035 vita3k: improve code log and memory log & add toggling them through gui 2020-06-09 18:38:14 +09:00
IllusionMan1212
8fb3c96e10 SceCommonDialog: implement savedatadialog substatus and fix other bugs 2020-06-08 15:41:22 +02:00
scribam
54dec3e907 gui: Compilation fixes for clang-10 2020-05-31 18:10:53 +02:00
Nicolas Jallamion
bed03eadd5
gui: add initial theme support. (#676)
pkg/archive: add support install official theme.
2020-05-27 13:04:38 -04:00
scribam
e241d98f18 vita3k: Clean up headers 2020-05-25 18:07:28 +02:00
scribam
d6bd597f13 formatting: Run clang-format on project 2020-05-22 18:39:11 +02:00
scribam
ae673459a7 build: Compilation warning fixes 2020-05-22 18:39:09 +02:00
Zangetsu38
8cbd3ee364 gui: fix double view on app context. 2020-05-21 06:27:01 +03:00
Zangetsu38
844762baee external: update imgui submodule.
gui/app_selector: fix size on text if firmware font is missing.
emu: fix not show app_selector with using command run or vpk drop.
2020-05-13 18:36:58 +03:00
Zangetsu38
76189aa57f gui: add grid mode for apps list.
gui/main_menubar: fix crash with forget remove code.
2020-05-12 17:42:58 +03:00
Zangetsu38
7817355827 gui/App context menu: Add open and delete dlc folder. 2020-05-12 17:24:01 +03:00
Zangetsu38
bb0e362620 gui: Delete color in double. 2020-05-12 17:24:01 +03:00
Zangetsu38
2031e60a33 gui: Add new menu for launch last app. 2020-05-12 17:24:01 +03:00
Nicolas Jallamion
811991d2b8
gui: move app background on boot app (#689) 2020-05-03 16:32:07 -04:00
KorewaWatchful
3c6733bed7
vita3k: add pkg, nonpdrm support (#683) 2020-05-02 01:33:21 -04:00
1whatleytay
47babc6425
gui: add missing c_str() (#680) 2020-04-19 13:21:44 -04:00
Nicolas Jallamion
ef124adbf7
game context menu: add check game compat. (#670)
game context menu: refactor dialog and simplify code.
game context menu: Add trophy earning On information dialog.
game selector: add support lang on title & new short title.
game selector: add category tab.
2020-04-07 16:48:57 -04:00
Nicolas Jallamion
32e3e8b5e2
gui: improve live area game screen. (#642)
live area: improve manual.
2020-04-05 21:02:28 -04:00
KorewaWatchful
02932146d0
config: remappable keyboard controls (#671)
* commit

* moved everything to settings dialog, aligned buttons, got rid of controls dialog

* format

* ocd

* created new menubar entry for controls, moved controls there

* put variables inside of controls struct, renamed variables, formatting nitpicks, got rid of range check

* format

* fix

* save lines, save lives

* format??

* done

* fix typo

* ext

* i had to watchful, I just had to

Co-authored-by: 1whatleytay <1whatleytay@hdsb.ca>
2020-03-30 20:37:44 -04:00
Hesham Abourgheba
1680a63aff
gui: added a button to open pref path (#659) 2020-03-29 13:39:34 -04:00
1whatleytay
34a02553c4
vita3k: remove vita-headers (#649) 2020-02-06 09:44:49 -05:00
Zangetsu38
25081061f5 all: clang format project bis 2020-01-17 02:10:23 +02:00
IllusionMan1212
0c8872059e modules/gui: implemented sceSaveDataDialog 2020-01-15 00:40:19 +02:00
IllusionMan1212
eeb5036d92 modules/gui: implemented the progress bar for sceMsgDialog 2020-01-15 00:40:19 +02:00
Zangetsu38
8f0b0fd7e0 gui: Add Live Area game screen.
gui: Add Manual dialog on live area screen.
fix some warning.
2020-01-12 22:35:27 -05:00
Zangetsu38
ba41e627c2 all: Format project 2020-01-12 22:35:27 -05:00
Nicolas Jallamion
d5378b81ac gui: add context options (#624)
game context menu: Add Open folder for game and savedata.
game context menu: Add game information.
game context menu: refactor misc things.
2020-01-09 22:35:15 -05:00
totlmstr
c2a014f1f2 config: generate config members using higher-order macros (#610)
* config: Generate members using higher order macros.

WARNING: This breaks earlier config.yml files.

* config: Move Config struct to new state.h

* config: Macro rewrite of merge_config as operator+=

Divide options into vectors and individual options.

* config: Add member_name parameter and enum based on said addition
2019-12-13 22:25:06 -05:00
Nicolas Jallamion
2bcd21f1e9 gui/firmware/install: Check for deleting files after installation. (#622)
Also:
- gui/firmware install: add firmware version installed in popup.
2019-11-30 17:21:00 +01:00
Nicolas Jallamion
6ef0abe9a9 module/SceCommonDialog: stub sceSaveDataDialogGetStatus. (#611)
format: run clang format.
small refactor firmware install dialog
small refactor for game install dialog.
button on setting dialog for download last firmware if it is missing.
fix popup failed installation with correct typo
stub savedatadialogstatus
2019-11-10 15:09:32 -05:00
IllusionMan1212
21e0648bcd gui added a confirmation dialog when firmware installation is finished 2019-11-02 01:30:01 +02:00
IllusionMan1212
b8a0a1abf8 host/gui: add firmware hint when no modules are present and code cleanup 2019-11-02 00:47:13 +02:00
IllusionMan1212
7595e32191 host/gui: fix warnings, gave proper credit and made requested changes 2019-11-02 00:44:20 +02:00
IllusionMan1212
a8fa91b928 formatting: run clang-format 2019-11-02 00:44:20 +02:00
IllusionMan1212
77dac0f6f8 gui: add file menu and install dialog for firmware installation 2019-11-02 00:44:19 +02:00
Zangetsu38
664ea1e7e2 gui/setting: refactor modules list.
gui/setting: add refresh module list button.
2019-10-29 21:08:19 +01:00
Zangetsu38
50853dd64b gui: Add game install menu dialog and popup.
format: run clang format.
2019-10-29 02:42:48 +01:00
Zangetsu38
2478aa5d7c setting: Use file explorer for change background image and emu path.
format: run clang format
2019-10-27 21:43:32 +01:00
IllusionMan1212
2c3c78b772 external: add nativefiledialog submodule 2019-10-27 21:43:32 +01:00
Zangetsu38
eb6b31fce5 gui: Add game context menu. 2019-10-27 21:37:32 +01:00
Nick Renieris
e065d3ab5b gui/settings_dialog: Fix LLE module list
Deselecting was broken due to std::vector<bool>'s invalid references.

Also:
- Simplify some logic in LLE module selection code
2019-10-26 21:04:15 +02:00
Nicolas Jallamion
1cad932f2b gui: Add Refresh game list button and small refactor. (#564)
setting: workaround 2 function for fix crash.
buid: fix some warnings for game_selector.cpp.
2019-10-25 11:18:51 +07:00
Zangetsu38
ebcbe1cb3e gui: Replace hardcoded LLE module list with present modules. 2019-10-25 01:56:43 +02:00
Nicolas Jallamion
1f457ee4a0 config/gui/io: add profiles manager dialog for multi user. (#525)
build: fix some warning compile.
2019-10-24 12:36:41 -04:00