Kloen
ffa035529d
citra-qt: load ui theme at startup and config change.
9 years ago
TheKoopaKingdom
b817071212
Created a whitelist of system archives to prevent false positives creating dialogs.
9 years ago
TheKoopaKingdom
4799017aec
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
9 years ago
TheKoopaKingdom
beefa1482e
Added message to status bar to show core errors ignored by the user.
9 years ago
TheKoopaKingdom
3a32a33fde
Added system for handling core errors in citra-qt.
9 years ago
Yuri Kunde Schlesner
88fddcbce4
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
fc0204b2c0
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
1465b0b919
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
52d2e4a5f3
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
3a9447bc16
Add performance statistics to status bar
9 years ago
Yuri Kunde Schlesner
249bd04274
Qt: Add (empty) status bar
9 years ago
Yuri Kunde Schlesner
632bf59854
Qt: Reorganize connection of menu events
9 years ago
Yuri Kunde Schlesner
e00a6d67f5
Qt: Re-organize setup of debugging widgets
9 years ago
Yuri Kunde Schlesner
6f64a25225
Qt: Remove orpahned function declaration
9 years ago
Yuri Kunde Schlesner
df894125af
Qt: Remove unnecessary std::string usage
9 years ago
noah the goodra
43acf2a17a
added drag n drop feature
9 years ago
Lioncash
bf5974f077
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
ee1822efa9
main: Open folder when open save folder location context menu is clicked
9 years ago
Subv
d00d0d61e0
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
72786d410e
Add default hotkey to swap primary screens.
Also minor style changes
9 years ago
wwylele
8b25c12ce8
implement wait tree widget
10 years ago
Emmanuel Gil Peyrot
1138ec0d49
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
1e4a5da9f4
Manually tweak source formatting and then re-run clang-format
9 years ago
Emmanuel Gil Peyrot
628ed4376a
Sources: Run clang-format on everything.
9 years ago
Jannik Vogel
3261520e19
citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'
10 years ago
LittleWhite
aad774fa01
Add more stuff to configure.
10 years ago
LittleWhite
9ddc04971b
Whole config is handled by Config class.
This also means : we have only one config file, now
10 years ago
LittleWhite
e5b8519b62
Add Configure widget
10 years ago
LittleWhite
7cbbcfd995
Register ROM started through the gamelist in the list of ROM recently started
10 years ago
LittleWhite
59fe02348a
Improve error report from Init() functions
Add error popup when citra initialization failed
10 years ago
LittleWhite
3a13842bb2
Add a configuration entry to enable/disable the check
10 years ago
LittleWhite
68325884e3
Add check before closure when emulation is running
Implement confirmation in a specific function
Fix typos and coding style
Coding convention
10 years ago
polaris-
1d319e5b46
Implement gdbstub
10 years ago
archshift
7b1025c819
Add menu item for selecting the game list folder
10 years ago
archshift
6da3f4480e
Initial implementation of a game list
10 years ago
archshift
eb41ca3d00
Don't show render window until a game is started
10 years ago
polaris-
021fab70ac
Implement gdbstub
10 years ago
Yuri Kunde Schlesner
424b0fa646
Integrate the MicroProfile profiling library
This brings goodies such as a configurable user interface and
multi-threaded timeline view.
11 years ago
LittleWhite
02b4412e66
Improvements for MRU
avoid duplicates
always put the last file loaded to top of the list
11 years ago
bunnei
c03924e60e
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
- Config: Add an option for selecting to use shader JIT or interpreter.
- Qt: Add a menu option for enabling/disabling the shader JIT.
11 years ago
LittleWhite
35a2f138b8
Add menu and logic to save and load recently loaded files.
This menu is only for ROM and will not save symbols recently loaded.
When the menu is empty, the menu is disabled (greyed out)
11 years ago
Lioncash
13ddf60f60
citra-qt: Pass string by const reference
11 years ago
tfarley
05dc633a8c
OpenGL renderer
11 years ago
bunnei
43cf424907
Qt: Use signals for emu_thread start/stop and fix disasm widget.
11 years ago
bunnei
3dd2688785
Qt: Fix loading a new game without stopping emulation.
11 years ago
bunnei
762c1a9ff5
Qt: Move EmuThread ownership from render window to main window.
11 years ago
Yuri Kunde Schlesner
cd1fbfcf1b
Add profiling infrastructure and widget
11 years ago
Kingcom
76c74ffc96
citra-qt: Add option to hide dock widget title bars
11 years ago
chrisvj
b0a14cfe7f
citra-qt: Renamed all .hxx headers to .h
11 years ago
chrisvj
6dfcf2271b
citra-qt: Added license headers to files.
11 years ago