summaryrefslogtreecommitdiff
path: root/src/citra_qt
AgeCommit message (Expand)Author
2017-06-02Fixed wiki URLs.TheKoopaKingdom
2017-06-02Created a whitelist of system archives to prevent false positives creating di...TheKoopaKingdom
2017-06-02Optimized messages that were repetitive and added ability for core errors to ...TheKoopaKingdom
2017-06-02Added message to status bar to show core errors ignored by the user.TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-06-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-05-31Merge pull request #2739 from yuriks/kernel-reorgbunnei
2017-05-29Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner
2017-05-27CMake: Create INTERFACE targets for microprofile and nihstroYuri Kunde Schlesner
2017-05-27CMake: Remove CITRA_QT_LIBS varYuri Kunde Schlesner
2017-05-27CMake: Stop using FindOpenGL, which seems to not be required anymoreYuri Kunde Schlesner
2017-05-27CMake: Use IMPORTED target for BoostYuri Kunde Schlesner
2017-05-27CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner
2017-05-27Remove some unnecessary inclusions of video_core.hYuri Kunde Schlesner
2017-05-27Move screen size constants from video_core to coreYuri Kunde Schlesner
2017-05-10Frontend: Prevent FileSystemWatcher from blocking UI threadJames Rowe
2017-05-07Remove ability to load symbol mapsYuri Kunde Schlesner
2017-05-07citra-qt: Remove callstack widgetYuri Kunde Schlesner
2017-05-07citra-qt: Remove disassembler widgetYuri Kunde Schlesner
2017-05-07Merge pull request #2682 from nicoboss/filterYuri Kunde Schlesner
2017-05-06Don’t focus the search field if the game is emptyNico Bosshard
2017-05-05Create a random console_unique_id (#2668)B3n30
2017-05-03Merge pull request #2606 from wwylele/irbunnei
2017-05-03Fixed some more typosNico Bosshard
2017-05-02citra-qt: game list search function fixed minor mistakesNico Bosshard
2017-04-29citra-qt: game list search function (#2673)Nico Bosshard
2017-04-12Better looking status bar under Linux Ubuntu (#2662)Cereal-Killa
2017-04-09qt: enable config for circle pad prowwylele
2017-04-03citra-qt: Move config dialog code to its own directoryLioncash
2017-03-21Merge pull request #2512 from SonofUgly/custom-layoutbunnei
2017-03-17citra-qt: remove dead codewwylele
2017-03-17citra-qt: release all buttons when render window focus is lostwwylele
2017-03-02qt/config_input: don't connect for null buttonwwylele
2017-03-01Input: remove unused stuff & clean upwwylele
2017-03-01Qt: rework input configuration for new input systemwwylele
2017-03-01InputCommon: add AnalogFromButtonwwylele
2017-03-01InputCommon: add Keyboardwwylele
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-26Merge pull request #2587 from yuriks/status-barYuri Kunde Schlesner
2017-02-26Qt: Tweak status bar stylingYuri Kunde Schlesner
2017-02-26Qt: Increase status bar update interval to 2 secondsYuri Kunde Schlesner
2017-02-26Qt: Add tooltips to status bar displaysYuri Kunde Schlesner
2017-02-26Qt: Don't show fractional figures in the status barYuri Kunde Schlesner
2017-02-26Remove built-in (non-Microprofile) profilerYuri Kunde Schlesner
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2017-02-26Qt: Add (empty) status barYuri Kunde Schlesner
2017-02-26Core: Remove unnecessary include in thread.hYuri Kunde Schlesner
2017-02-23Use QFileSystemWatcher to reload the game list when a change is detected. (#2...James Rowe
2017-02-23Merge pull request #2441 from jroweboy/titlebarbunnei
2017-02-23Add custom layout settings.SonofUgly