Lioncash
c8f6754417
qt/hotkey: Get rid of global hotkey map instance
Instead, we make a proper registry class and house it within the main
window, then pass it to whatever needs access to the loaded hotkeys.
This way, we avoid a global variable, and don't need to initialize a
std::map instance before the program can do anything.
8 years ago
Lioncash
7846295a8f
qt: Add missing override specifiers where applicable
8 years ago
Zach Hilman
f969ddb54e
Add 'Load Folder' menu option
8 years ago
Subv
7786f41cc0
Qt: Removed the Registers widget.
It was crashing and nobody actually uses this.
8 years ago
BreadFish64
0641950f9a
qt: add check for GL extension support
8 years ago
N00byKing
1b7dc84132
Port citra-emu/citra#3610 to yuzu
8 years ago
N00byKing
78e974ba68
Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
8 years ago
N00byKing
16b14aa7e3
main.h: Add pragma once, remove ifndef
8 years ago
Subv
0ce52b1da2
GPU: Make the debug_context variable a member of the frontend instead of a global.
8 years ago
Subv
025d111308
Frontend: Allow opening the Surface View widget in the Qt frontend.
8 years ago
Subv
77fd0d47e7
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
8 years ago
goaaats
8cdc1be0df
Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)
8 years ago
goaaats
f473780c52
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
8 years ago
Jannik Vogel
1a93237c23
Remove Surface Viewer stub
8 years ago
spycrab
c493bd9cc9
Implement "About" dialog
8 years ago
James Rowe
18ca3ca751
Removing unused settings and yuzu rebranding
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
bunnei
59ad933022
citra_qt: Show one-time callout messages to user.
9 years ago
Kloen
9c2335b984
citra-qt: load ui theme at startup and config change.
9 years ago
TheKoopaKingdom
a8aef599e0
Created a whitelist of system archives to prevent false positives creating dialogs.
9 years ago
TheKoopaKingdom
0409bdfea5
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
9 years ago
TheKoopaKingdom
b6bab59000
Added message to status bar to show core errors ignored by the user.
9 years ago
TheKoopaKingdom
1ecb322daa
Added system for handling core errors in citra-qt.
9 years ago
Yuri Kunde Schlesner
6577bbc3c5
Remove ability to load symbol maps
This was now mostly unused except by thread creation, which used a
symbol of the entrypoint, if available, to name the thread.
9 years ago
Yuri Kunde Schlesner
4af2a1a3d7
citra-qt: Remove callstack widget
Appears to be currently broken, and given the complexity of doing this
for ARM code without debugging information, should probably be left to
an external tool or library. Use the GDB stub instead.
Closes #586
9 years ago
Yuri Kunde Schlesner
47e806b084
citra-qt: Remove disassembler widget
It has performance problems, a very misleading UI, and is broken in
general. It has essentially been superceded by the GDB stub, but if we
wanted a built-in disassembler in the future it'd essentially need to be
rewritten from scratch anyway.
Closes #427 , #1480
9 years ago
Nico Bosshard
06d4654966
citra-qt: game list search function ( #2673 )
* citra-qt: game list search function
* Empty search field during game list refresh
* Code improvements
* Code formatting
* Autofocus search field
* JayFoxRox's recommendations
* lioncash's review
9 years ago
Yuri Kunde Schlesner
c75ae6c585
Add performance statistics to status bar
9 years ago
Yuri Kunde Schlesner
1b28b26682
Qt: Add (empty) status bar
9 years ago
Yuri Kunde Schlesner
5b96915c69
Qt: Reorganize connection of menu events
9 years ago
Yuri Kunde Schlesner
4cb1f36896
Qt: Re-organize setup of debugging widgets
9 years ago
Yuri Kunde Schlesner
c7c0219f8a
Qt: Remove orpahned function declaration
9 years ago
Yuri Kunde Schlesner
5f00fe905c
Qt: Remove unnecessary std::string usage
9 years ago
noah the goodra
6bcd5ce047
added drag n drop feature
9 years ago
Lioncash
cc1f2c131b
citra-qt: Move bits of constructor behavior to named functions
Makes the initialization process a tad easier to grok,
since the constructor isn't just a glob of random unrelated behaviors.
9 years ago
MerryMage
5a4e1b469d
main: Open folder when open save folder location context menu is clicked
9 years ago
Subv
1323ab2f5f
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
3dsx and elf files default to system mode 2 (96MB allocated to the application).
This allows Home Menu to boot without modifications.
Closes #1849
9 years ago
James Rowe
d9305b0a07
Add default hotkey to swap primary screens.
Also minor style changes
9 years ago
wwylele
f69a543110
implement wait tree widget
10 years ago
Emmanuel Gil Peyrot
ebdae19fd2
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Yuri Kunde Schlesner
396a8d91a4
Manually tweak source formatting and then re-run clang-format
9 years ago
Emmanuel Gil Peyrot
dc8479928c
Sources: Run clang-format on everything.
9 years ago
Jannik Vogel
7d7849d71a
citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'
10 years ago
LittleWhite
3eb737a5f5
Add more stuff to configure.
10 years ago
LittleWhite
e33b938505
Whole config is handled by Config class.
This also means : we have only one config file, now
10 years ago
LittleWhite
426c4a2a5b
Add Configure widget
10 years ago
LittleWhite
5912c9c327
Register ROM started through the gamelist in the list of ROM recently started
10 years ago
LittleWhite
4be68dddfb
Improve error report from Init() functions
Add error popup when citra initialization failed
10 years ago
LittleWhite
973a6c40da
Add a configuration entry to enable/disable the check
10 years ago
LittleWhite
c2b210f713
Add check before closure when emulation is running
Implement confirmation in a specific function
Fix typos and coding style
Coding convention
10 years ago