citra/src/citra_qt
Paulo Faustino 8e4b806419 More accessible screen layout settings. (#3340)
* Remove borders from status bar items

On Ubuntu the status bar didn't look as good as on Windows due to some border being drawn around each status bar cell.

* Revert "Remove borders from status bar items"

This reverts commit 15fd32bf2b.

* Remove borders from status bar items 

On Ubuntu the status bar didn't look as good as on Windows due to some border being drawn around each status bar cell.

* More accessible screen layout settings.

Depending on the game I'm playing I find myself needing to switch screen layouts very often and it's currently a hassle to have to open the settings dialog in order to do that so I've added shortcuts for the screen layout options and swap screen option on the main menu plus I added a keyboard shortcut to quickly toggle between the available layouts during game play (F10). I've also updated the swap screen shortcut (F9 now, used to be Ctrl + Tab) so it's next to the layout toggle shortcut by default (F9 and F10).

* Clean up.
2018-02-02 12:19:49 -08:00
..
configuration citra-qt: Add customizable speed limit target (#3353) 2018-01-25 22:24:40 -07:00
debugger Remove tr from image formats 2018-01-18 23:04:31 +01:00
updater Fixed up method docs for updater 2017-11-04 15:10:59 -06:00
util citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2017-12-17 18:44:48 -05:00
aboutdialog.cpp Implement About Button Functionality (#3005) 2017-11-04 13:59:27 -04:00
aboutdialog.h Implement About Button Functionality (#3005) 2017-11-04 13:59:27 -04:00
aboutdialog.ui citra-qt: fix broken About box 2018-01-19 15:26:03 +01:00
bootmanager.cpp Moved when to pause because it wasnt fast enough 2017-12-29 06:17:21 +11:00
bootmanager.h bootmanager: Make EmuThread's IsRunning() member function const 2017-12-10 20:12:47 -05:00
citra-qt.rc Fix icon for citra qt 2017-09-03 11:26:10 -06:00
CMakeLists.txt Merge branch 'master' into CompatibiltyReporting 2018-01-18 10:36:32 -06:00
compatdb.cpp enum class 2018-01-20 09:56:02 -06:00
compatdb.h enum class 2018-01-20 09:56:02 -06:00
compatdb.ui add compatibility reporting to qt frontend 2018-01-01 19:25:38 -06:00
game_list_p.h remove spaces 2018-01-24 10:17:04 -06:00
game_list.cpp Add Context Menu Options to Open Application and Update Location (#3411) 2018-02-02 12:18:19 -08:00
game_list.h Add Context Menu Options to Open Application and Update Location (#3411) 2018-02-02 12:18:19 -08:00
hotkeys.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
hotkeys.h Doxygen: Amend minor issues (#2593) 2017-02-26 17:58:51 -08:00
hotkeys.ui Add Configure widget 2016-03-21 20:03:18 +01:00
Info.plist CMake: Fix Info.plist template for citra_qt/OSX 2016-07-21 21:33:54 +01:00
main.cpp More accessible screen layout settings. (#3340) 2018-02-02 12:19:49 -08:00
main.h More accessible screen layout settings. (#3340) 2018-02-02 12:19:49 -08:00
main.ui More accessible screen layout settings. (#3340) 2018-02-02 12:19:49 -08:00
ui_settings.cpp Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
ui_settings.h citra_qt: load translation from resource 2017-12-16 13:11:05 +02:00