summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Created a whitelist of system archives to prevent false positives creating dialogs.TheKoopaKingdom2017-06-031-1/+2
|
* Optimized messages that were repetitive and added ability for core errors to specify more details optionally.TheKoopaKingdom2017-06-031-1/+1
|
* Added message to status bar to show core errors ignored by the user.TheKoopaKingdom2017-06-031-0/+1
|
* Added system for handling core errors in citra-qt.TheKoopaKingdom2017-06-031-0/+1
|
* Remove ability to load symbol mapsYuri Kunde Schlesner2017-05-081-1/+0
| | | | | This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread.
* citra-qt: Remove callstack widgetYuri Kunde Schlesner2017-05-081-2/+0
| | | | | | | | 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
* citra-qt: Remove disassembler widgetYuri Kunde Schlesner2017-05-081-2/+0
| | | | | | | | | 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
* citra-qt: game list search function (#2673)Nico Bosshard2017-04-301-0/+3
| | | | | | | | | | | | | | | | * 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
* Add performance statistics to status barYuri Kunde Schlesner2017-02-271-0/+3
|
* Qt: Add (empty) status barYuri Kunde Schlesner2017-02-271-0/+6
|
* Qt: Reorganize connection of menu eventsYuri Kunde Schlesner2017-02-181-0/+1
|
* Qt: Re-organize setup of debugging widgetsYuri Kunde Schlesner2017-02-181-1/+1
|
* Qt: Remove orpahned function declarationYuri Kunde Schlesner2017-02-181-6/+0
|
* Qt: Remove unnecessary std::string usageYuri Kunde Schlesner2017-02-181-3/+3
|
* added drag n drop featurenoah the goodra2017-02-161-0/+6
|
* citra-qt: Move bits of constructor behavior to named functionsLioncash2016-12-191-6/+22
| | | | | Makes the initialization process a tad easier to grok, since the constructor isn't just a glob of random unrelated behaviors.
* main: Open folder when open save folder location context menu is clickedMerryMage2016-12-151-0/+1
|
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv2016-11-201-1/+6
| | | | | | | 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849
* Add default hotkey to swap primary screens.James Rowe2016-11-051-0/+1
| | | | Also minor style changes
* implement wait tree widgetwwylele2016-09-221-0/+2
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+2
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+4
|
* citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel2016-05-071-0/+1
|
* Add more stuff to configure.LittleWhite2016-03-221-1/+0
|
* Whole config is handled by Config class.LittleWhite2016-03-211-0/+3
| | | | This also means : we have only one config file, now
* Add Configure widgetLittleWhite2016-03-211-4/+0
|
* Register ROM started through the gamelist in the list of ROM recently startedLittleWhite2016-03-161-1/+1
|
* Improve error report from Init() functionsLittleWhite2016-03-081-0/+2
| | | | Add error popup when citra initialization failed
* Add a configuration entry to enable/disable the checkLittleWhite2016-02-041-0/+1
|
* Add check before closure when emulation is runningLittleWhite2016-02-041-0/+7
| | | | | | | Implement confirmation in a specific function Fix typos and coding style Coding convention
* Implement gdbstubpolaris-2015-10-041-0/+1
|
* Add menu item for selecting the game list folderarchshift2015-10-021-0/+2
|
* Initial implementation of a game listarchshift2015-10-021-0/+4
|
* Don't show render window until a game is startedarchshift2015-10-021-0/+2
|
* Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2015-08-251-0/+2
| | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view.
* Improvements for MRULittleWhite2015-08-191-0/+18
| | | | | avoid duplicates always put the last file loaded to top of the list
* Merge pull request #1017 from LittleWhite-tb/qt-recent-filesbunnei2015-08-161-0/+7
|\ | | | | citra-qt: save path for recent files loaded
| * Add menu and logic to save and load recently loaded files.LittleWhite2015-08-111-0/+7
| | | | | | | | | | This menu is only for ROM and will not save symbols recently loaded. When the menu is empty, the menu is disabled (greyed out)
* | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei2015-08-161-0/+1
|/ | | | | - Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT.
* citra-qt: Pass string by const referenceLioncash2015-07-291-1/+1
|
* OpenGL renderertfarley2015-05-231-0/+1
|
* Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei2015-05-021-4/+20
|
* Qt: Fix loading a new game without stopping emulation.bunnei2015-05-021-0/+1
|
* Qt: Move EmuThread ownership from render window to main window.bunnei2015-05-021-0/+6
|
* Add profiling infrastructure and widgetYuri Kunde Schlesner2015-03-021-0/+2
|
* citra-qt: Add option to hide dock widget title barsKingcom2015-01-201-0/+1
|
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-0/+63