N00byKing
1b7dc84132
Port citra-emu/citra#3610 to yuzu
8 years ago
N00byKing
78e974ba68
Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
8 years ago
N00byKing
91e67ed430
main.cpp: Replace Citra with yuzu Wiki Links
8 years ago
N00byKing
d248b90c85
main.cpp: Update Dialog from citra to yuzu
8 years ago
Subv
0ce52b1da2
GPU: Make the debug_context variable a member of the frontend instead of a global.
8 years ago
Subv
025d111308
Frontend: Allow opening the Surface View widget in the Qt frontend.
8 years ago
Subv
77fd0d47e7
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
8 years ago
Daniel Lim Wee Soong
47f96fe13a
Change "yuzu starting..." to be logged with the new macro
Just as a proof that it works
8 years ago
N00byKing
34b733e70e
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
8 years ago
Vishal Sharma
65f3119074
Removes the use of QKeySequence::Cancel ( #186 )
* Removes the use of QKeySequence::Cancel to remove issues while running make
* Corrects characters in a line for travis failure
* Corrects space in a line for travis failure
8 years ago
Lioncash
5e46a9bb2b
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
8 years ago
MerryMage
e35644c005
clang-format
8 years ago
N00byKing
8b097aa17e
Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError ( #39 )
8 years ago
goaaats
8cdc1be0df
Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)
8 years ago
goaaats
f473780c52
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
8 years ago
Jannik Vogel
1a93237c23
Remove Surface Viewer stub
8 years ago
spycrab
c493bd9cc9
Implement "About" dialog
8 years ago
MerryMage
80db02c497
Minor cleanup
8 years ago
James Rowe
18ca3ca751
Removing unused settings and yuzu rebranding
8 years ago
James Rowe
389979018c
Remove gpu debugger and get yuzu qt to compile
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
bunnei
72b03025ac
Remove lots more 3DS-specific code.
8 years ago
bunnei
40f417125b
telemetry: Log frontend type.
8 years ago
bunnei
59ad933022
citra_qt: Show one-time callout messages to user.
8 years ago
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