summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
AgeCommit message (Expand)Author
2018-01-12Massive removal of unused modulesJames Rowe
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-08-25telemetry: Log frontend type.bunnei
2017-08-25citra_qt: Show one-time callout messages to user.bunnei
2017-08-04Quickfix typo in OpenGL 3.3 error messageAndrea Pascal
2017-06-24citra-qt: load ui theme at startup and config change.Kloen
2017-06-02Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom
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-27Remove some unnecessary inclusions of video_core.hYuri Kunde Schlesner
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-04-29citra-qt: game list search function (#2673)Nico Bosshard
2017-04-12Better looking status bar under Linux Ubuntu (#2662)Cereal-Killa
2017-04-03citra-qt: Move config dialog code to its own directoryLioncash
2017-03-17citra-qt: remove dead codewwylele
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-23Gui: Change title bar to include build nameJames Rowe
2017-02-18Qt: Move some connections from .ui file to codeYuri Kunde Schlesner
2017-02-18Qt: Reorganize connection of menu eventsYuri Kunde Schlesner
2017-02-18Qt: Re-organize setup of debugging widgetsYuri Kunde Schlesner
2017-02-18Qt: Fix action name to match conventionsYuri Kunde Schlesner
2017-02-17Qt: Make IsSingleFileDropEvent staticYuri Kunde Schlesner
2017-02-17Qt: Allow any file extension in Open dialogYuri Kunde Schlesner
2017-02-17Qt: Remove unnecessary std::string usageYuri Kunde Schlesner
2017-02-16added drag n drop featurenoah the goodra
2017-02-12citra-qt: Don't attempt to scan files with unsupported extensions (#2402)Kloen Lansfiel
2017-01-22Removed unused and outdated external qhexeditKloen
2017-01-22citra-qt: Removed unused and unimplemented ramview files.Kloen
2016-12-21Address clang-format issues.bunnei
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-21core: Consolidate top-level system state into a singleton.bunnei
2016-12-21citra-qt: Move graphics debugging code into its own folderLioncash
2016-12-19citra-qt: Move bits of constructor behavior to named functionsLioncash
2016-12-18Merge pull request #2351 from CaptV0rt3x/masterbunnei
2016-12-19screen swap - Hotkey mappingVamsi Krishna
2016-12-18Fixed game_list focusing issue.Vamsi Krishna
2016-12-15main: Open folder when open save folder location context menu is clickedMerryMage