Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Massive removal of unused modules | James Rowe | |
2017-10-12 | Remove lots more 3DS-specific code. | bunnei | |
2017-08-25 | telemetry: Log frontend type. | bunnei | |
2017-08-25 | citra_qt: Show one-time callout messages to user. | bunnei | |
2017-08-04 | Quickfix typo in OpenGL 3.3 error message | Andrea Pascal | |
User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it. | |||
2017-06-24 | citra-qt: load ui theme at startup and config change. | Kloen | |
2017-06-02 | Addressed Bunnei's review comments, and made some other tweaks: | TheKoopaKingdom | |
- Deleted GetStatus() because it wasn't used anywhere outside of Core::System. - Fixed design flaw where the message bar status could be set despite the game being stopped. | |||
2017-06-02 | Fixed wiki URLs. | TheKoopaKingdom | |
2017-06-02 | Created a whitelist of system archives to prevent false positives creating ↵ | TheKoopaKingdom | |
dialogs. | |||
2017-06-02 | Optimized messages that were repetitive and added ability for core errors to ↵ | TheKoopaKingdom | |
specify more details optionally. | |||
2017-06-02 | Added message to status bar to show core errors ignored by the user. | TheKoopaKingdom | |
2017-06-02 | Made some changes from review comments: | TheKoopaKingdom | |
- Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff. | |||
2017-06-02 | Added system for handling core errors in citra-qt. | TheKoopaKingdom | |
2017-05-27 | Remove some unnecessary inclusions of video_core.h | Yuri Kunde Schlesner | |
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-05-07 | citra-qt: Remove callstack widget | Yuri Kunde Schlesner | |
Appears to be currently broken, and given the complexity of doing this for ARM code without debugging information, should probably be left to an external tool or library. Use the GDB stub instead. Closes #586 | |||
2017-05-07 | citra-qt: Remove disassembler widget | Yuri Kunde Schlesner | |
It has performance problems, a very misleading UI, and is broken in general. It has essentially been superceded by the GDB stub, but if we wanted a built-in disassembler in the future it'd essentially need to be rewritten from scratch anyway. Closes #427, #1480 | |||
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-04-12 | Better looking status bar under Linux Ubuntu (#2662) | Cereal-Killa | |
* Remove borders from status bar items On Ubuntu the status bar didn't look as good as on Windows due to some border being drawn around each status bar cell. | |||
2017-04-03 | citra-qt: Move config dialog code to its own directory | Lioncash | |
2017-03-17 | citra-qt: remove dead code | wwylele | |
2017-02-26 | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | |
Replace built-in Profiler with indicators in status bar | |||
2017-02-26 | Qt: Tweak status bar styling | Yuri Kunde Schlesner | |
2017-02-26 | Qt: Increase status bar update interval to 2 seconds | Yuri Kunde Schlesner | |
2017-02-26 | Qt: Add tooltips to status bar displays | Yuri Kunde Schlesner | |
2017-02-26 | Qt: Don't show fractional figures in the status bar | Yuri Kunde Schlesner | |
They're not very important and this makes the display changes less often, making it less distracting. | |||
2017-02-26 | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | |
2017-02-26 | Add performance statistics to status bar | Yuri Kunde Schlesner | |
2017-02-26 | Qt: Add (empty) status bar | Yuri Kunde Schlesner | |
2017-02-23 | Gui: Change title bar to include build name | James Rowe | |
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar | |||
2017-02-18 | Qt: Move some connections from .ui file to code | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Reorganize connection of menu events | 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 | |
2017-02-17 | Qt: Make IsSingleFileDropEvent static | Yuri Kunde Schlesner | |
2017-02-17 | Qt: Allow any file extension in Open dialog | Yuri Kunde Schlesner | |
2017-02-17 | Qt: Remove unnecessary std::string usage | Yuri Kunde Schlesner | |
2017-02-16 | added drag n drop feature | noah the goodra | |
2017-02-12 | citra-qt: Don't attempt to scan files with unsupported extensions (#2402) | Kloen Lansfiel | |
2017-01-22 | Removed unused and outdated external qhexedit | Kloen | |
2017-01-22 | citra-qt: Removed unused and unimplemented ramview files. | Kloen | |
2016-12-21 | Address clang-format issues. | bunnei | |
2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | |
2016-12-21 | core: Consolidate top-level system state into a singleton. | bunnei | |
2016-12-21 | citra-qt: Move graphics debugging code into its own folder | Lioncash | |
Keeps all graphics debugging stuff from cluttering up the root debugger folder | |||
2016-12-19 | citra-qt: Move bits of constructor behavior to named functions | Lioncash | |
Makes the initialization process a tad easier to grok, since the constructor isn't just a glob of random unrelated behaviors. | |||
2016-12-18 | Merge pull request #2351 from CaptV0rt3x/master | bunnei | |
Fixed game_list focus issue. | |||
2016-12-19 | screen swap - Hotkey mapping | Vamsi Krishna | |
2016-12-18 | Fixed game_list focusing issue. | Vamsi Krishna | |
added line render_window->setFocus(); | |||
2016-12-15 | main: Open folder when open save folder location context menu is clicked | MerryMage | |