summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove duplicate workGravatar Daniel Lundqvist2014-12-261-7/+0
|
* Allow focus only when in popout modeGravatar Daniel 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 widgetGravatar Daniel 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 orderGravatar Yuri Kunde Schlesner2014-12-161-6/+0
|
* Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-131-1/+0
|
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-131-5/+7
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-3/+3
|
* New logging systemGravatar Yuri Kunde Schlesner2014-12-131-3/+15
|
* citra-qt: Add pica framebuffer widget.Gravatar Tony Wasserka2014-12-091-0/+6
|
* Add GUI widget for controlling pica breakpoints.Gravatar Tony Wasserka2014-12-091-0/+6
|
* Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka2014-12-091-0/+4
|
* Loader: Add 3DSX supportGravatar ichfly2014-12-081-1/+1
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-031-4/+4
|
* EmuWindow: Remove window title getters/setters.Gravatar 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_logGravatar Tony Wasserka2014-11-151-0/+5
|\ | | | | Add support for disabling log from settings
| * Add support for disabling log from settingsGravatar Sean2014-11-031-0/+5
| |
* | Qt: Auto-start game when selected, play game that's passed via argv[1].Gravatar archshift2014-11-041-2/+7
| | | | | | | | Also moves system initialization to when the game is booted.
* | Fixed capitalization issuesGravatar Gareth Poole2014-11-011-2/+2
|/
* Added configuration file system.Gravatar archshift2014-10-071-1/+4
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Loader: Added support for loading raw BIN executables.Gravatar 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 ↵Gravatar Tony Wasserka2014-08-251-2/+2
| | | | with something more sophisticated.
* Fix the threading for GL Context in Qt5.Gravatar Sacha2014-08-251-3/+0
| | | | Connect the emu_thread start/finish to a moveContext slot.
* Bootmanager: changed `filename` to std::stringGravatar archshift2014-08-141-3/+2
|
* Qt: Updated open dialog to include NCCH formats.Gravatar bunnei2014-07-041-1/+1
|
* Loader: Implemented AppLoader interface for abstracting application loading.Gravatar bunnei2014-06-241-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.Gravatar bunnei2014-06-161-1/+2
|
* citra-qt: Add command list view.Gravatar Tony Wasserka2014-06-121-0/+6
|
* citra-qt: Add GX command history viewer.Gravatar Tony Wasserka2014-06-121-0/+6
|
* added ability to load AXF files (same as ELF)Gravatar bunnei2014-05-151-1/+1
|
* added symbol map load function to Qt GUIGravatar bunnei2014-04-301-1/+9
|
* made qt window title consistentGravatar bunnei2014-04-231-0/+4
|
* Re-enable toggling window mode.Gravatar Mathieu Vaillancourt2014-04-211-34/+26
|
* fixed order of LogManager and System initGravatar bunnei2014-04-211-1/+1
|
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-181-16/+23
|
* Init window size from VideoCore. Start changing the default window behavior...Gravatar Mathieu Vaillancourt2014-04-121-10/+12
|
* Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt2014-04-101-5/+5
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+230