summaryrefslogtreecommitdiff
path: root/src/citra_qt/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive removal of unused modulesGravatar James Rowe2018-01-121-116/+0
* externals: Use unicorn DLL instead of static lib.Gravatar bunnei2018-01-041-0/+2
* WebService: Verify username and token (#2930)Gravatar B3n302017-09-181-2/+3
* qt: Add web configuration tab.Gravatar bunnei2017-08-251-0/+3
* Merge pull request #2804 from Kloen/themingGravatar bunnei2017-07-171-2/+5
|\
| * citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheetGravatar Kloen2017-06-241-2/+5
* | Implement basic virtual Room support based on enet (#2803)Gravatar B3n302017-07-071-1/+1
|/
* CMake: Create INTERFACE targets for microprofile and nihstroGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* CMake: Remove CITRA_QT_LIBS varGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* CMake: Stop using FindOpenGL, which seems to not be required anymoreGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* CMake: Use IMPORTED target for BoostGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-3/+3
* citra-qt: Remove callstack widgetGravatar Yuri Kunde Schlesner2017-05-071-3/+0
* citra-qt: Remove disassembler widgetGravatar Yuri Kunde Schlesner2017-05-071-3/+0
* citra-qt: Move config dialog code to its own directoryGravatar Lioncash2017-04-031-23/+23
* InputCommon: add KeyboardGravatar wwylele2017-03-011-1/+1
* Remove built-in (non-Microprofile) profilerGravatar Yuri Kunde Schlesner2017-02-261-1/+0
* Removed unused and outdated external qhexeditGravatar Kloen2017-01-221-1/+1
* citra-qt: Removed unused and unimplemented ramview files.Gravatar Kloen2017-01-221-2/+0
* citra-qt: Move graphics debugging code into its own folderGravatar Lioncash2016-12-211-15/+15
* Modularized Qt and SDL file copyingGravatar freiro2016-12-131-2/+4
* Modularization of copy_msvc_libraries cmake functGravatar freiro2016-12-111-20/+2
* Removed redundant Qt check and other fixesGravatar freiro2016-12-111-20/+19
* [MSVC] Copy SDL2.dll to build folderGravatar freiro2016-12-111-20/+20
* Remove unused version.hGravatar Jannik Vogel2016-12-011-1/+0
* build: add default install for DragonFly, Solaris, etc.Gravatar Jan Beich2016-10-271-1/+1
* implement wait tree widgetGravatar wwylele2016-09-221-0/+2
* qt: Add a configuration tab for Graphics and move relevant fields.Gravatar bunnei2016-08-291-0/+3
* Input GUI: Add tab to remap controls (#1900)Gravatar Anon2016-07-291-0/+3
* Qt: add system settings config tabGravatar wwylele2016-07-101-0/+3
* Merge pull request #1765 from JayFoxRox/debug-surface-viewerGravatar bunnei2016-06-071-2/+2
|\
| * citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Gravatar Jannik Vogel2016-05-071-2/+2
* | Remove unused and bitrotted "controller config" filesGravatar archshift2016-06-011-5/+0
* | Config: Audio sink configuration (#1798)Gravatar Maribel2016-05-181-0/+3
|/
* add missing headerGravatar wwylele2016-05-041-0/+1
* Qt Frontend: Add Threads::Threads import in CMakeLists.txt.Gravatar Emmanuel Gil Peyrot2016-04-261-1/+1
* Add Configure widgetGravatar LittleWhite2016-03-211-2/+13
* Dependencies: Remove GLFW, Add SDL2Gravatar MerryMage2016-03-021-18/+7
* AudioCore: Skeleton ImplementationGravatar MerryMage2016-02-211-1/+1
* citra-qt: Add icon to Mac appGravatar Pierre de La Morinerie2015-10-141-1/+3
* citra-qt: Use custom Info.plist for Mac buildsGravatar Pierre de La Morinerie2015-10-041-0/+2
* Initial implementation of a game listGravatar archshift2015-10-011-0/+2
* citra-qt: Add helper function to get a monospace QFontGravatar Yuri Kunde Schlesner2015-08-241-0/+2
* Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.Gravatar bunnei2015-08-151-1/+1
* Add CiTrace recording support.Gravatar Tony Wasserka2015-07-131-0/+2
* Citra, CitraQt: Tell cmake to install the compiled binaries.Gravatar Emmanuel Gil Peyrot2015-07-091-1/+3
* Robocopy doesn't like trailing slashesGravatar Clienthax2015-06-091-4/+4
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-3/+3
* unsetting a few more variables that arent needed outside of this functionGravatar James Rowe2015-03-261-0/+3
* Updated the copy commands to run on post_build and use generator expressions ...Gravatar James Rowe2015-03-261-27/+26