summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* citra-qt: Add a vertex shader debugger.Tony Wasserka2015-02-111-0/+6
|
* Merge pull request #429 from Kingcom/titlebarTony Wasserka2015-01-201-0/+25
|\ | | | | Add option to hide dock widget title bars
| * citra-qt: Add option to hide dock widget title barsKingcom2015-01-201-0/+25
| |
* | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-111-5/+9
|/
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-11/+11
|
* Add support load 3DS roomDante384902015-01-051-1/+1
|
* citra-qt: Added license headers to files.chrisvj2015-01-041-0/+4
|
* Make letter cases consistent in menus and widgetsDaniel Lundqvist2015-01-011-2/+2
| | | | | | | 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.
* Change popout mode to "Single Window Mode"Daniel Lundqvist2015-01-011-6/+6
|
* Remove duplicate workDaniel Lundqvist2014-12-261-7/+0
|
* Allow focus only when in popout modeDaniel Lundqvist2014-12-261-1/+10
| | | | Only allow manually setting focus to the rendering widget when in Single Window mode. Apply this behavior to when changing the mode while an app is running.
* Allow focus on the Qt render widgetDaniel Lundqvist2014-12-261-0/+1
| | | | | | By default widgets are set to the focus policy Qt::NoFocus which disallows manually focusing it. Changing the policy to allow clicking the widget to set focus to it allows for keyboard input when not rendering to a popout window. This commit also sets focus to the widget when showing it. Fixes issue #158.
* HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-161-6/+0
|
* Remove old logging systemYuri Kunde Schlesner2014-12-131-1/+0
|
* Add configurable per-class log filteringYuri Kunde Schlesner2014-12-131-5/+7
|
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-3/+3
|
* New logging systemYuri Kunde Schlesner2014-12-131-3/+15
|
* citra-qt: Add pica framebuffer widget.Tony Wasserka2014-12-091-0/+6
|
* Add GUI widget for controlling pica breakpoints.Tony Wasserka2014-12-091-0/+6
|
* Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka2014-12-091-0/+4
|
* Loader: Add 3DSX supportichfly2014-12-081-1/+1
|
* Change NULLs to nullptrs.Rohit Nirmal2014-12-031-4/+4
|
* EmuWindow: Remove window title getters/setters.Tony Wasserka2014-11-181-1/+2
| | | | | The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway.
* Merge pull request #159 from SeannyM/enable_logTony Wasserka2014-11-151-0/+5
|\ | | | | Add support for disabling log from settings
| * Add support for disabling log from settingsSean2014-11-031-0/+5
| |
* | Qt: Auto-start game when selected, play game that's passed via argv[1].archshift2014-11-051-2/+7
| | | | | | | | Also moves system initialization to when the game is booted.
* | Fixed capitalization issuesGareth Poole2014-11-021-2/+2
|/
* Added configuration file system.archshift2014-10-081-1/+4
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Loader: Added support for loading raw BIN executables.bunnei2014-08-281-1/+1
| | | | | | - Useful for debugging homebrew Qt: Updated GUI to support loading .bin files.
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-251-2/+2
|
* Fix the threading for GL Context in Qt5.Sacha2014-08-241-3/+0
| | | | Connect the emu_thread start/finish to a moveContext slot.
* Bootmanager: changed `filename` to std::stringarchshift2014-08-151-3/+2
|
* Qt: Updated open dialog to include NCCH formats.bunnei2014-07-051-1/+1
|
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-5/+2
| | | | | | | | | | | | | | | | | | - Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr.
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-1/+2
|
* citra-qt: Add command list view.Tony Wasserka2014-06-121-0/+6
|
* citra-qt: Add GX command history viewer.Tony Wasserka2014-06-121-0/+6
|
* added ability to load AXF files (same as ELF)bunnei2014-05-161-1/+1
|
* added symbol map load function to Qt GUIbunnei2014-05-011-1/+9
|
* made qt window title consistentbunnei2014-04-241-0/+4
|
* Re-enable toggling window mode.Mathieu Vaillancourt2014-04-221-34/+26
|
* fixed order of LogManager and System initbunnei2014-04-221-1/+1
|
* UI/debugger changesMathieu Vaillancourt2014-04-191-16/+23
|
* Init window size from VideoCore. Start changing the default window behavior...Mathieu Vaillancourt2014-04-131-10/+12
|
* Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt2014-04-111-5/+5
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+230