Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Massive removal of unused modules | James Rowe | |
2017-05-07 | Remove ability to load symbol maps | Yuri 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-29 | citra-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-26 | Qt: Add (empty) status bar | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Move some connections from .ui file to code | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Re-organize setup of debugging widgets | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Fix action name to match conventions | Yuri Kunde Schlesner | |
2016-11-11 | Minor Menu Fixes | Pringo | |
2016-03-21 | Add Configure widget | LittleWhite | |
2015-10-04 | Implement gdbstub | polaris- | |
2015-10-01 | Add menu item for selecting the game list folder | archshift | |
2015-08-16 | Merge pull request #1017 from LittleWhite-tb/qt-recent-files | bunnei | |
citra-qt: save path for recent files loaded | |||
2015-08-15 | Shader: 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-11 | Add 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-29 | QT: Remove border around widgets | Sean Maas | |
2015-05-22 | OpenGL renderer | tfarley | |
2015-05-01 | Qt: Disable "Start" unless we are paused (it otherwise has no meaning and ↵ | bunnei | |
causes a crash). | |||
2015-01-20 | citra-qt: Add option to hide dock widget title bars | Kingcom | |
2015-01-01 | Make letter cases consistent in menus and widgets | Daniel 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-01 | Change popout mode to "Single Window Mode" | Daniel Lundqvist | |
2014-04-30 | added symbol map load function to Qt GUI | bunnei | |
2014-04-21 | Re-enable toggling window mode. | Mathieu Vaillancourt | |
2014-04-12 | Init window size from VideoCore. Start changing the default window behavior... | Mathieu Vaillancourt | |
2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |