Lioncash
|
a18a013875
|
citra-qt: Move config dialog code to its own directory
|
2017-04-03 20:43:13 -06:00 |
|
wwylele
|
fe76e9f84c
|
citra-qt: remove dead code
|
2017-03-17 21:45:29 +02:00 |
|
Yuri Kunde Schlesner
|
92daf89e17
|
Merge pull request #2587 from yuriks/status-bar
Replace built-in Profiler with indicators in status bar
|
2017-02-26 17:51:15 -08:00 |
|
Yuri Kunde Schlesner
|
04f8245283
|
Qt: Tweak status bar styling
|
2017-02-26 17:22:04 -08:00 |
|
Yuri Kunde Schlesner
|
3c68b6c7a6
|
Qt: Increase status bar update interval to 2 seconds
|
2017-02-26 17:22:04 -08:00 |
|
Yuri Kunde Schlesner
|
8900e0c81b
|
Qt: Add tooltips to status bar displays
|
2017-02-26 17:22:03 -08:00 |
|
Yuri Kunde Schlesner
|
850c47a14d
|
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.
|
2017-02-26 17:22:03 -08:00 |
|
Yuri Kunde Schlesner
|
ffb3670f6d
|
Remove built-in (non-Microprofile) profiler
|
2017-02-26 17:22:03 -08:00 |
|
Yuri Kunde Schlesner
|
7572bf7839
|
Add performance statistics to status bar
|
2017-02-26 17:22:03 -08:00 |
|
Yuri Kunde Schlesner
|
3b7b43dc98
|
Qt: Add (empty) status bar
|
2017-02-26 17:22:02 -08:00 |
|
James Rowe
|
786117c94b
|
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
|
2017-02-23 00:42:55 -07:00 |
|
Yuri Kunde Schlesner
|
0254be2cd1
|
Qt: Move some connections from .ui file to code
|
2017-02-18 02:30:29 -08:00 |
|
Yuri Kunde Schlesner
|
cadb487d64
|
Qt: Reorganize connection of menu events
|
2017-02-18 02:26:57 -08:00 |
|
Yuri Kunde Schlesner
|
b820064799
|
Qt: Re-organize setup of debugging widgets
|
2017-02-18 02:16:24 -08:00 |
|
Yuri Kunde Schlesner
|
af84a3a7dc
|
Qt: Fix action name to match conventions
|
2017-02-18 01:11:57 -08:00 |
|
Yuri Kunde Schlesner
|
4325239925
|
Qt: Make IsSingleFileDropEvent static
|
2017-02-17 21:44:00 -08:00 |
|
Yuri Kunde Schlesner
|
1f1d2320ef
|
Qt: Allow any file extension in Open dialog
|
2017-02-17 21:44:00 -08:00 |
|
Yuri Kunde Schlesner
|
01231c87af
|
Qt: Remove unnecessary std::string usage
|
2017-02-17 21:44:00 -08:00 |
|
noah the goodra
|
44864ca860
|
added drag n drop feature
|
2017-02-16 14:43:18 -06:00 |
|
Kloen Lansfiel
|
d8a8966969
|
citra-qt: Don't attempt to scan files with unsupported extensions (#2402)
|
2017-02-12 12:28:56 -08:00 |
|
Kloen
|
c1369b02f3
|
Removed unused and outdated external qhexedit
|
2017-01-22 18:46:48 +01:00 |
|
Kloen
|
fa19e1685b
|
citra-qt: Removed unused and unimplemented ramview files.
|
2017-01-22 18:42:15 +01:00 |
|
bunnei
|
ee017bc1d7
|
Address clang-format issues.
|
2016-12-21 23:48:14 -05:00 |
|
bunnei
|
d4f9119dba
|
core: Consolidate core and system state, remove system module & cleanups.
|
2016-12-21 23:29:13 -05:00 |
|
bunnei
|
a9a3bc828f
|
core: Consolidate top-level system state into a singleton.
|
2016-12-21 23:29:04 -05:00 |
|
Lioncash
|
f867bd8104
|
citra-qt: Move graphics debugging code into its own folder
Keeps all graphics debugging stuff from cluttering up the root debugger
folder
|
2016-12-21 17:19:21 -05:00 |
|
Lioncash
|
5d8151cc2b
|
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.
|
2016-12-19 15:12:28 -05:00 |
|
bunnei
|
15324a9699
|
Merge pull request #2351 from CaptV0rt3x/master
Fixed game_list focus issue.
|
2016-12-18 16:12:21 -05:00 |
|
Vamsi Krishna
|
f15b80ab0c
|
screen swap - Hotkey mapping
|
2016-12-19 00:49:57 +05:30 |
|
Vamsi Krishna
|
5facb4f2a1
|
Fixed game_list focusing issue.
added line render_window->setFocus();
|
2016-12-18 16:13:51 +05:30 |
|
MerryMage
|
b836cb8dd5
|
main: Open folder when open save folder location context menu is clicked
|
2016-12-15 18:43:11 +00:00 |
|
Subv
|
7199214c55
|
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
|
2016-11-27 18:03:48 -05:00 |
|
Subv
|
8369e7b59f
|
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
|
2016-11-19 20:40:04 -05:00 |
|
bunnei
|
643fdba55c
|
Merge pull request #2172 from jroweboy/fix-mingw
Fix mingw compilation support
|
2016-11-15 20:07:23 -05:00 |
|
bunnei
|
9911cb5d75
|
Merge pull request #1753 from jroweboy/frame_layouts
Support additional screen layouts.
|
2016-11-15 19:57:08 -05:00 |
|
James Rowe
|
8261bb7403
|
Add mingw compile support
|
2016-11-13 23:50:46 -07:00 |
|
Pringo
|
694259c10f
|
Minor Menu Fixes
|
2016-11-11 09:58:55 -08:00 |
|
James Rowe
|
2ed3d83684
|
Add default hotkey to swap primary screens.
Also minor style changes
|
2016-11-05 03:46:43 -06:00 |
|
bunnei
|
d3e72d5d21
|
Merge pull request #1652 from wwylele/kernal-tool
Debugger: implement wait tree widget
|
2016-10-04 23:01:56 -04:00 |
|
wwylele
|
f417e3050c
|
qt: shutdown system if error
|
2016-09-22 16:40:33 +08:00 |
|
wwylele
|
7a4bb69d51
|
implement wait tree widget
|
2016-09-22 13:52:52 +08:00 |
|
Emmanuel Gil Peyrot
|
e4393f7ff2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Emmanuel Gil Peyrot
|
7e8d205414
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
wwylele
|
b5c664c59c
|
Qt: unify running detection
|
2016-09-02 20:18:45 +08:00 |
|
bunnei
|
02837439f7
|
qt: Recreate GL context on startup to support changing V-Sync.
|
2016-08-29 21:42:32 -04:00 |
|
Anon
|
154268d73a
|
Input GUI: Add tab to remap controls (#1900)
|
2016-07-29 08:45:49 -04:00 |
|
wwylele
|
cffe69d780
|
Qt: add system settings config tab
|
2016-07-10 06:22:38 +03:00 |
|
bunnei
|
154c4c44b8
|
Merge pull request #1765 from JayFoxRox/debug-surface-viewer
Debugger: Pica surface viewer
|
2016-06-07 18:26:24 -04:00 |
|
Emmanuel Gil Peyrot
|
f2ce000e80
|
CitraQt: Simplify the game list loader code
|
2016-05-21 17:09:59 +01:00 |
|
Emmanuel Gil Peyrot
|
6b65a6bbd9
|
Loader, Frontends: Refactor loader creation and game loading
This allows frontends to keep a single loader and use it multiple times
e.g. for code loading and SMDH parsing.
|
2016-05-21 17:09:56 +01:00 |
|