summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* qt: Add a configuration tab for Graphics and move relevant fields.bunnei2016-08-301-0/+3
* Input GUI: Add tab to remap controls (#1900)Anon2016-07-291-0/+3
* Qt: add system settings config tabwwylele2016-07-101-0/+3
* Merge pull request #1765 from JayFoxRox/debug-surface-viewerbunnei2016-06-081-2/+2
|\
| * citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel2016-05-071-2/+2
* | Remove unused and bitrotted "controller config" filesarchshift2016-06-021-5/+0
* | Config: Audio sink configuration (#1798)Maribel2016-05-191-0/+3
|/
* add missing headerwwylele2016-05-041-0/+1
* Qt Frontend: Add Threads::Threads import in CMakeLists.txt.Emmanuel Gil Peyrot2016-04-261-1/+1
* Add Configure widgetLittleWhite2016-03-211-2/+13
* Dependencies: Remove GLFW, Add SDL2MerryMage2016-03-021-18/+7
* AudioCore: Skeleton ImplementationMerryMage2016-02-211-1/+1
* citra-qt: Add icon to Mac appPierre de La Morinerie2015-10-141-1/+3
* citra-qt: Use custom Info.plist for Mac buildsPierre de La Morinerie2015-10-041-0/+2
* Initial implementation of a game listarchshift2015-10-021-0/+2
* citra-qt: Add helper function to get a monospace QFontYuri Kunde Schlesner2015-08-251-0/+2
* Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei2015-08-151-1/+1
* Add CiTrace recording support.Tony Wasserka2015-07-131-0/+2
* Citra, CitraQt: Tell cmake to install the compiled binaries.Emmanuel Gil Peyrot2015-07-091-1/+3
* Robocopy doesn't like trailing slashesClienthax2015-06-091-4/+4
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-3/+3
* unsetting a few more variables that arent needed outside of this functionJames Rowe2015-03-261-0/+3
* Updated the copy commands to run on post_build and use generator expressions to simplify the code as wellJames Rowe2015-03-261-27/+26
* Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build timeJames Rowe2015-03-261-22/+12
* More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories.James Rowe2015-03-261-0/+44
* Build app bundles on OS X. Fixes the issue where the menubar would not appear.archshift2015-03-081-1/+5
* Add profiling infrastructure and widgetYuri Kunde Schlesner2015-03-021-0/+3
* citra-qt: Add a vertex shader debugger.Tony Wasserka2015-02-111-0/+2
* Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Tony Wasserka2015-02-111-0/+2
* Use -pthread where and only where neededJohannes Ekberg2015-01-091-4/+0
* Generic PLATFORM_LIBRARIES varJohannes Ekberg2015-01-091-8/+1
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-15/+15
* SOC_U: Preliminary implementation of sockets.Subv2014-12-311-1/+1
* Add citra icon to Windows executable and title barChin2014-12-311-0/+1
* Clean up CMake library specificationYuri Kunde Schlesner2014-12-151-0/+4
* Some code cleanup.Tony Wasserka2014-12-091-0/+1
* citra-qt: Add pica framebuffer widget.Tony Wasserka2014-12-091-0/+2
* Add GUI widget for controlling pica breakpoints.Tony Wasserka2014-12-091-0/+2
* citra-qt: Add a utility spinbox class called CSpinBox.Tony Wasserka2014-12-091-0/+2
* Added configuration file system.archshift2014-10-081-0/+2
* CMake cleanupYuri Kunde Schlesner2014-09-011-16/+23
* Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner2014-09-011-1/+1
* Pica: Add support for dumping textures.Tony Wasserka2014-08-251-1/+1
* Add Qt5 option. Use Qt5 by default.Sacha2014-08-191-13/+19
* CMake CleanupSacha2014-08-181-23/+9
* citra-qt: Add command list view.Tony Wasserka2014-06-121-0/+2
* citra-qt: Add GX command history viewer.Tony Wasserka2014-06-121-0/+2
* CMakeLists: rename HEADS, improved commentsarchshift2014-05-201-2/+2
* Fixed indentsarchshift2014-05-011-1/+1
* Linux supportarchshift2014-05-011-1/+1
* A bit of Cmake lovearchshift2014-05-011-2/+2
* IT'S ALIVE!archshift2014-04-291-2/+23
* fixes to build on linuxbunnei2014-04-231-12/+12
* updated CMakeLists for missing filesShizZy2014-04-231-6/+6
* Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt2014-04-111-25/+25
* Basic QT windowMathieu Vaillancourt2014-04-011-0/+38