summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.h
AgeCommit message (Collapse)Author
2018-01-12Massive removal of unused modulesJames Rowe
2017-08-25citra_qt: Show one-time callout messages to user.bunnei
2017-06-24citra-qt: load ui theme at startup and config change.Kloen
2017-06-02Created a whitelist of system archives to prevent false positives creating ↵TheKoopaKingdom
dialogs.
2017-06-02Optimized messages that were repetitive and added ability for core errors to ↵TheKoopaKingdom
specify more details optionally.
2017-06-02Added message to status bar to show core errors ignored by the user.TheKoopaKingdom
2017-06-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-05-07Remove ability to load symbol mapsYuri Kunde Schlesner
This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread.
2017-05-07citra-qt: Remove callstack widgetYuri Kunde Schlesner
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
2017-05-07citra-qt: Remove disassembler widgetYuri Kunde Schlesner
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
2017-04-29citra-qt: game list search function (#2673)Nico Bosshard
* 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
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2017-02-26Qt: Add (empty) status barYuri Kunde Schlesner
2017-02-18Qt: Reorganize connection of menu eventsYuri Kunde Schlesner
2017-02-18Qt: Re-organize setup of debugging widgetsYuri Kunde Schlesner
2017-02-17Qt: Remove orpahned function declarationYuri Kunde Schlesner
2017-02-17Qt: Remove unnecessary std::string usageYuri Kunde Schlesner
2017-02-16added drag n drop featurenoah the goodra
2016-12-19citra-qt: Move bits of constructor behavior to named functionsLioncash
Makes the initialization process a tad easier to grok, since the constructor isn't just a glob of random unrelated behaviors.
2016-12-15main: Open folder when open save folder location context menu is clickedMerryMage
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849
2016-11-05Add default hotkey to swap primary screens.James Rowe
Also minor style changes
2016-09-22implement wait tree widgetwwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel
2016-03-22Add more stuff to configure.LittleWhite
2016-03-21Whole config is handled by Config class.LittleWhite
This also means : we have only one config file, now
2016-03-21Add Configure widgetLittleWhite
2016-03-16Register ROM started through the gamelist in the list of ROM recently startedLittleWhite
2016-03-08Improve error report from Init() functionsLittleWhite
Add error popup when citra initialization failed
2016-02-04Add a configuration entry to enable/disable the checkLittleWhite
2016-02-04Add check before closure when emulation is runningLittleWhite
Implement confirmation in a specific function Fix typos and coding style Coding convention
2015-10-04Implement gdbstubpolaris-
2015-10-01Add menu item for selecting the game list folderarchshift
2015-10-01Initial implementation of a game listarchshift
2015-10-01Don't show render window until a game is startedarchshift
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
This brings goodies such as a configurable user interface and multi-threaded timeline view.
2015-08-19Improvements for MRULittleWhite
avoid duplicates always put the last file loaded to top of the list
2015-08-16Merge pull request #1017 from LittleWhite-tb/qt-recent-filesbunnei
citra-qt: save path for recent files loaded
2015-08-15Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei
- Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT.
2015-08-11Add menu and logic to save and load recently loaded files.LittleWhite
This menu is only for ROM and will not save symbols recently loaded. When the menu is empty, the menu is disabled (greyed out)
2015-07-29citra-qt: Pass string by const referenceLioncash
2015-05-22OpenGL renderertfarley
2015-05-01Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei
2015-05-01Qt: Fix loading a new game without stopping emulation.bunnei
2015-05-01Qt: Move EmuThread ownership from render window to main window.bunnei
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2015-01-20citra-qt: Add option to hide dock widget title barsKingcom