summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.ui
AgeCommit message (Collapse)Author
2018-01-12Massive removal of unused modulesJames Rowe
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-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-26Qt: Add (empty) status barYuri Kunde Schlesner
2017-02-18Qt: Move some connections from .ui file to codeYuri Kunde Schlesner
2017-02-18Qt: Re-organize setup of debugging widgetsYuri Kunde Schlesner
2017-02-18Qt: Fix action name to match conventionsYuri Kunde Schlesner
2016-11-11Minor Menu FixesPringo
2016-03-21Add Configure widgetLittleWhite
2015-10-04Implement gdbstubpolaris-
2015-10-01Add menu item for selecting the game list folderarchshift
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-05-29QT: Remove border around widgetsSean Maas
2015-05-22OpenGL renderertfarley
2015-05-01Qt: Disable "Start" unless we are paused (it otherwise has no meaning and ↵bunnei
causes a crash).
2015-01-20citra-qt: Add option to hide dock widget title barsKingcom
2015-01-01Make letter cases consistent in menus and widgetsDaniel Lundqvist
In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
2015-01-01Change popout mode to "Single Window Mode"Daniel Lundqvist
2014-04-30added symbol map load function to Qt GUIbunnei
2014-04-21Re-enable toggling window mode.Mathieu Vaillancourt
2014-04-12Init window size from VideoCore. Start changing the default window behavior...Mathieu Vaillancourt
2014-04-08got rid of 'src' folders in each sub-projectbunnei