spycrab
bb84db54a8
Implement "About" dialog
8 years ago
MerryMage
2c057ef5df
Minor cleanup
8 years ago
James Rowe
31499ecb2e
Removing unused settings and yuzu rebranding
8 years ago
James Rowe
bd5740a721
Remove gpu debugger and get yuzu qt to compile
8 years ago
James Rowe
5dbd091a80
Massive removal of unused modules
8 years ago
bunnei
5993f6f6de
Remove lots more 3DS-specific code.
8 years ago
bunnei
24326a8436
telemetry: Log frontend type.
8 years ago
bunnei
8ed5cd044d
citra_qt: Show one-time callout messages to user.
8 years ago
Andrea Pascal
0aeb557fe7
Quickfix typo in OpenGL 3.3 error message
User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it.
9 years ago
Kloen
ffa035529d
citra-qt: load ui theme at startup and config change.
9 years ago
TheKoopaKingdom
e0f8f75f43
Addressed Bunnei's review comments, and made some other tweaks:
- 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.
9 years ago
TheKoopaKingdom
b5b8dd22e5
Fixed wiki URLs.
9 years ago
TheKoopaKingdom
b817071212
Created a whitelist of system archives to prevent false positives creating dialogs.
9 years ago
TheKoopaKingdom
4799017aec
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
9 years ago
TheKoopaKingdom
beefa1482e
Added message to status bar to show core errors ignored by the user.
9 years ago
TheKoopaKingdom
cee9b78a15
Made some changes from review comments:
- 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.
9 years ago
TheKoopaKingdom
3a32a33fde
Added system for handling core errors in citra-qt.
9 years ago
Yuri Kunde Schlesner
7d74a5daf0
Remove some unnecessary inclusions of video_core.h
9 years ago
Yuri Kunde Schlesner
88fddcbce4
Remove ability to load symbol maps
This was now mostly unused except by thread creation, which used a
symbol of the entrypoint, if available, to name the thread.
9 years ago
Yuri Kunde Schlesner
fc0204b2c0
citra-qt: Remove callstack widget
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
9 years ago
Yuri Kunde Schlesner
1465b0b919
citra-qt: Remove disassembler widget
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
9 years ago
Nico Bosshard
52d2e4a5f3
citra-qt: game list search function ( #2673 )
* 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
9 years ago
Cereal-Killa
45f9915609
Better looking status bar under Linux Ubuntu ( #2662 )
* 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.
9 years ago
Lioncash
bbb41d4504
citra-qt: Move config dialog code to its own directory
9 years ago
wwylele
5899b6b04d
citra-qt: remove dead code
9 years ago
Yuri Kunde Schlesner
5b6f062177
Qt: Tweak status bar styling
9 years ago
Yuri Kunde Schlesner
8e13c43c75
Qt: Increase status bar update interval to 2 seconds
9 years ago
Yuri Kunde Schlesner
9feecc14f6
Qt: Add tooltips to status bar displays
9 years ago
Yuri Kunde Schlesner
b08b9a65d7
Qt: Don't show fractional figures in the status bar
They're not very important and this makes the display changes less
often, making it less distracting.
9 years ago
Yuri Kunde Schlesner
e7c2eba35d
Remove built-in (non-Microprofile) profiler
9 years ago
Yuri Kunde Schlesner
3a9447bc16
Add performance statistics to status bar
9 years ago
Yuri Kunde Schlesner
249bd04274
Qt: Add (empty) status bar
9 years ago
James Rowe
e109f95da9
Gui: Change title bar to include build name
Nightly builds now have "Citra Nightly" in the titlebar
Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
9 years ago
Yuri Kunde Schlesner
c6173ca60d
Qt: Move some connections from .ui file to code
9 years ago
Yuri Kunde Schlesner
632bf59854
Qt: Reorganize connection of menu events
9 years ago
Yuri Kunde Schlesner
e00a6d67f5
Qt: Re-organize setup of debugging widgets
9 years ago
Yuri Kunde Schlesner
8515b7f183
Qt: Fix action name to match conventions
9 years ago
Yuri Kunde Schlesner
be2f0fa3b0
Qt: Make IsSingleFileDropEvent static
9 years ago
Yuri Kunde Schlesner
7f3e4b3b04
Qt: Allow any file extension in Open dialog
9 years ago
Yuri Kunde Schlesner
df894125af
Qt: Remove unnecessary std::string usage
9 years ago
noah the goodra
43acf2a17a
added drag n drop feature
9 years ago
Kloen Lansfiel
21a48770b8
citra-qt: Don't attempt to scan files with unsupported extensions ( #2402 )
9 years ago
Kloen
9578e123ec
Removed unused and outdated external qhexedit
9 years ago
Kloen
e0e1b347a4
citra-qt: Removed unused and unimplemented ramview files.
9 years ago
bunnei
1fd7cfb69e
Address clang-format issues.
9 years ago
bunnei
d504f6cf08
core: Consolidate core and system state, remove system module & cleanups.
9 years ago
bunnei
98bf7cc82f
core: Consolidate top-level system state into a singleton.
9 years ago
Lioncash
0ecbd152b1
citra-qt: Move graphics debugging code into its own folder
Keeps all graphics debugging stuff from cluttering up the root debugger
folder
9 years ago
Lioncash
bf5974f077
citra-qt: Move bits of constructor behavior to named functions
Makes the initialization process a tad easier to grok,
since the constructor isn't just a glob of random unrelated behaviors.
9 years ago
Vamsi Krishna
5d3470c841
screen swap - Hotkey mapping
9 years ago