Commit Graph

43 Commits (f1080de47d22bec2b55947718cc7f489bfd0c6ba)

Author SHA1 Message Date
Kingcom 2bbc12e6c3 citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft 10 years ago
chrisvj b0a14cfe7f citra-qt: Renamed all .hxx headers to .h 10 years ago
Dante38490 35a085d567 Add support load 3DS room 10 years ago
chrisvj 6dfcf2271b citra-qt: Added license headers to files. 10 years ago
Daniel Lundqvist 85c150a4fd Make letter cases consistent in menus and widgets
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.
10 years ago
Daniel Lundqvist 3f3b890694 Change popout mode to "Single Window Mode" 10 years ago
Daniel Lundqvist 7e3f62a367 Remove duplicate work 10 years ago
Daniel Lundqvist ba4ca041f4 Allow focus only when in popout mode
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.
10 years ago
Daniel Lundqvist 9d90b26020 Allow focus on the Qt render widget
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.
10 years ago
Yuri Kunde Schlesner ca67bb7945 HLE: Rename namespaces to match move & fix initialization order 10 years ago
Yuri Kunde Schlesner 4d2a6f8b9b Remove old logging system 10 years ago
Yuri Kunde Schlesner 0e0a007a25 Add configurable per-class log filtering 10 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 10 years ago
Yuri Kunde Schlesner 616d874443 New logging system 10 years ago
Tony Wasserka 55ce9aca71 citra-qt: Add pica framebuffer widget. 10 years ago
Tony Wasserka c63a495de6 Add GUI widget for controlling pica breakpoints. 10 years ago
Tony Wasserka 2c71ec7052 Pica/DebugUtils: Add breakpoint functionality. 10 years ago
ichfly 1aa969741d Loader: Add 3DSX support 10 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 11 years ago
Tony Wasserka 182476c96a EmuWindow: Remove window title getters/setters.
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.
11 years ago
Tony Wasserka 80e9c02bd6 Merge pull request #159 from SeannyM/enable_log
Add support for disabling log from settings
11 years ago
archshift 1efb83bf53 Qt: Auto-start game when selected, play game that's passed via argv[1].
Also moves system initialization to when the game is booted.
11 years ago
Sean 371b61f3ea Add support for disabling log from settings 11 years ago
Gareth Poole 1c074ced94 Fixed capitalization issues 11 years ago
archshift e6594f9f53 Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
11 years ago
bunnei 6966fdf025 Loader: Added support for loading raw BIN executables.
- Useful for debugging homebrew

Qt: Updated GUI to support loading .bin files.
11 years ago
Tony Wasserka 26ade98411 Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. 11 years ago
Sacha a3a70e56ac Fix the threading for GL Context in Qt5.
Connect the emu_thread start/finish to a moveContext slot.
11 years ago
archshift 6096b289b7 Bootmanager: changed `filename` to std::string 11 years ago
bunnei 1ccdb6a769 Qt: Updated open dialog to include NCCH formats. 11 years ago
bunnei 7889cafc76 Loader: Implemented AppLoader interface for abstracting application loading.
- 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.
11 years ago
bunnei 0aca202ae9 Loader: Moved elf and loader modules to a "loader" subdirectory. 11 years ago
Tony Wasserka 6893732348 citra-qt: Add command list view. 11 years ago
Tony Wasserka 87e98ff97b citra-qt: Add GX command history viewer. 11 years ago
bunnei 3c240abf10 added ability to load AXF files (same as ELF) 11 years ago
bunnei 08fb71108a added symbol map load function to Qt GUI 11 years ago
bunnei 66a98ea686 made qt window title consistent 11 years ago
Mathieu Vaillancourt 81f6062c85 Re-enable toggling window mode. 11 years ago
bunnei bf025ed03c fixed order of LogManager and System init 11 years ago
Mathieu Vaillancourt e5f09b8be6 UI/debugger changes 11 years ago
Mathieu Vaillancourt 68a8594d04 Init window size from VideoCore. Start changing the default window behavior... 11 years ago
Mathieu Vaillancourt ff4fe52bf6 Temporarily "fix" citra_qt for Windows 11 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 11 years ago