summaryrefslogtreecommitdiff
path: root/src/citra_qt
AgeCommit message (Expand)Author
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-24citra-qt: fix some untranslated stringswwylele
2017-09-18WebService: Verify username and token (#2930)B3n30
2017-09-03Fix icon for citra qtJames Rowe
2017-09-02Add manifestDaMan
2017-08-29Merge pull request #2899 from wwylele/touch-refactorbunnei
2017-08-25qt: Add an option to view/regenerate telemetry ID.bunnei
2017-08-25# This is a combination of 2 commits.bunnei
2017-08-25qt: Add web configuration tab.bunnei
2017-08-25telemetry: Log frontend type.bunnei
2017-08-25settings: Add enable_telemetry, citra_username, and citra_token.bunnei
2017-08-25citra_qt: Show one-time callout messages to user.bunnei
2017-08-25SidebySide Layout (#2859)ThaMighty90
2017-08-24EmuWindow: refactor touch input into a TouchDevicewwylele
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-08-04Quickfix typo in OpenGL 3.3 error messageAndrea Pascal
2017-07-20debugger/shader: display LOOPwwylele
2017-07-20debugger/shader: print the invert flag for JMPUwwylele
2017-07-20debugger/shader: fix address register for reverted arithmetic opwwylele
2017-07-20debugger/shader: fix inverted uniform flow controlwwylele
2017-07-17Merge pull request #2804 from Kloen/themingbunnei
2017-07-10settings: Add telemetry endpoint URL.bunnei
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n30
2017-06-28configure_debug: Add label warning that CPU JIT needs to be disabled for gdbs...MerryMage
2017-06-24citra-qt: Add option to configure the UI themeKloen
2017-06-24citra-qt: load ui theme at startup and config change.Kloen
2017-06-24citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheetKloen
2017-06-24citra-qt: add new uisetting->themeKloen
2017-06-21Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0.chris062689
2017-06-08Session: Remove/add some forward declarationsYuri Kunde Schlesner
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-06-03Remove unused imports in game_list_p.hKloen
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-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