Andrea Pascal
f55b7aefd9
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
9c2335b984
citra-qt: load ui theme at startup and config change.
9 years ago
TheKoopaKingdom
f008b22e3b
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
ff04320c97
Fixed wiki URLs.
9 years ago
TheKoopaKingdom
a8aef599e0
Created a whitelist of system archives to prevent false positives creating dialogs.
9 years ago
TheKoopaKingdom
0409bdfea5
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
9 years ago
TheKoopaKingdom
b6bab59000
Added message to status bar to show core errors ignored by the user.
9 years ago
TheKoopaKingdom
37bec598ea
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
1ecb322daa
Added system for handling core errors in citra-qt.
9 years ago
Yuri Kunde Schlesner
e91f2b7663
Remove some unnecessary inclusions of video_core.h
9 years ago
Yuri Kunde Schlesner
6577bbc3c5
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
4af2a1a3d7
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
47e806b084
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
06d4654966
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
bf18e584e5
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
1631e99eed
citra-qt: Move config dialog code to its own directory
9 years ago
wwylele
560884336f
citra-qt: remove dead code
9 years ago
Yuri Kunde Schlesner
1469b3212b
Qt: Tweak status bar styling
9 years ago
Yuri Kunde Schlesner
915d69ac4c
Qt: Increase status bar update interval to 2 seconds
9 years ago
Yuri Kunde Schlesner
f273959205
Qt: Add tooltips to status bar displays
9 years ago
Yuri Kunde Schlesner
008c709dbf
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
3b4e400333
Remove built-in (non-Microprofile) profiler
9 years ago
Yuri Kunde Schlesner
c75ae6c585
Add performance statistics to status bar
9 years ago
Yuri Kunde Schlesner
1b28b26682
Qt: Add (empty) status bar
9 years ago
James Rowe
b090422991
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
80762583c2
Qt: Move some connections from .ui file to code
9 years ago
Yuri Kunde Schlesner
5b96915c69
Qt: Reorganize connection of menu events
9 years ago
Yuri Kunde Schlesner
4cb1f36896
Qt: Re-organize setup of debugging widgets
9 years ago
Yuri Kunde Schlesner
e823c908ea
Qt: Fix action name to match conventions
9 years ago
Yuri Kunde Schlesner
cef18c94e2
Qt: Make IsSingleFileDropEvent static
9 years ago
Yuri Kunde Schlesner
c81a2aabbf
Qt: Allow any file extension in Open dialog
9 years ago
Yuri Kunde Schlesner
5f00fe905c
Qt: Remove unnecessary std::string usage
9 years ago
noah the goodra
6bcd5ce047
added drag n drop feature
9 years ago
Kloen Lansfiel
30ff675f02
citra-qt: Don't attempt to scan files with unsupported extensions ( #2402 )
9 years ago
Kloen
abc5c134a3
Removed unused and outdated external qhexedit
9 years ago
Kloen
380c165339
citra-qt: Removed unused and unimplemented ramview files.
9 years ago
bunnei
5ac5cbeab7
Address clang-format issues.
9 years ago
bunnei
232ef55c1a
core: Consolidate core and system state, remove system module & cleanups.
9 years ago
bunnei
198b6c9bdd
core: Consolidate top-level system state into a singleton.
9 years ago
Lioncash
8309d0dade
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
cc1f2c131b
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
77f4743199
screen swap - Hotkey mapping
9 years ago
Vamsi Krishna
27217c621b
Fixed game_list focusing issue.
added line render_window->setFocus();
9 years ago
MerryMage
5a4e1b469d
main: Open folder when open save folder location context menu is clicked
9 years ago
Subv
d171409f29
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
3dsx and elf files default to system mode 2 (96MB allocated to the application).
This allows Home Menu to boot without modifications.
Closes #1849
9 years ago
Subv
1323ab2f5f
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
3dsx and elf files default to system mode 2 (96MB allocated to the application).
This allows Home Menu to boot without modifications.
Closes #1849
9 years ago
James Rowe
c3ea6f4ddb
Add mingw compile support
10 years ago
Pringo
51750dc8f5
Minor Menu Fixes
9 years ago
James Rowe
d9305b0a07
Add default hotkey to swap primary screens.
Also minor style changes
9 years ago
wwylele
3aa047cd1d
qt: shutdown system if error
9 years ago