Commit Graph
34 Commits
Author SHA1 Message Date
Sacha a0c5af288c Add InputBox as a platform-specific system function instead of a host function. Enable it on all Qt platforms. Add Set Nickname to mobile Qt. 2013-12-08 20:16:34 +10:00
Sacha d5147c4234 Add ability to change nickname and take screenshot to Qt Desktop UI. 2013-12-08 04:57:06 +10:00
Sacha 10efbd5457 Qt: Small fix. Wasn't declared as slot. 2013-11-28 13:27:10 +10:00
Sacha f1d234e2a7 Qt Desktop: Use the existing mobile GL widget instead of duplicating the work. 2013-11-27 01:46:06 +10:00
Sacha d892f7077d Qt: Cleanup the menu creation even more. Use classes instead of defines. Now automatically translates and sets state. Update translations. 2013-11-22 14:05:36 +10:00
Sacha 5ed685d54b Qt: Show window before expanding widget. Fixes #4608 2013-11-22 04:25:56 +10:00
Sacha e3f48b4824 Qt: Update menubar action code. Make it more readable. 2013-11-22 02:32:46 +10:00
Sacha 5cdfe40c03 Qt5: Buildfix. Thanks to @Bigpet.
Implement an about section. Maybe this should run credits?
Fixes #4587
2013-11-20 11:50:16 +10:00
Sacha 47f3e700c4 Qt: Clean up messy code. 2013-11-19 21:02:43 +10:00
Sacha 7adb819a41 Qt: Some more improvements to the code. 2013-11-19 20:18:11 +10:00
Sacha fef8abd129 Qt: Update languages and translations code. 2013-11-19 20:16:30 +10:00
Sacha ab8001b521 Replace mainwindow.ui with C++ so that it is easier to maintain. 2013-11-19 20:16:30 +10:00
Sacha 7927b889b3 Buildfix Qt Linux. 2013-10-15 00:40:46 +10:00
Zetro 43f78b5d5a Use key mappings in desktop Qt frontend 2013-09-10 19:12:38 +02:00
Ilya Zhuravlev b3a91db87e Fix Qt build on Linux. 2013-08-14 23:02:56 +04:00
Sacha b0c5906c2b Linux Desktop buildfix. 2013-07-30 04:31:35 +10:00
Sacha f5246c07e3 Linux buildfix. Remove gamepad support from Linux.
Was required to rebuild. Would probably have to be rewritten any to support the new input system.
Although keys can be remapped in the UI now, it would still be nice to have this done in the menu system.
2013-07-10 09:49:53 +10:00
Sacha 29d1e40c79 Buildfix for Blackberry, Linux, Symbian, non-ffmpeg platforms, Meego, ... 2013-06-09 22:53:22 +10:00
Sacha dde85e581e Add controller/gamepad support to Blackberry 10 (update native). Buildfix for Qt. 2013-05-22 01:35:22 +10:00
Marcin Mikołajczyk bda904b364 Qt: fix pausing/resuming game 2013-04-20 12:43:55 +02:00
Marcin Mikołajczyk d8d1ab286f Working Qt interface (debuggers broken) 2013-04-19 22:17:54 +02:00
Marcin Mikołajczyk cea9fedf10 Add Use MediaEngine option to Qt interface 2013-03-14 15:32:32 +01:00
Marcin Mikołajczyk b213c8e6ef Mainwindow class code cleanup 2013-02-24 20:05:17 +01:00
Xele02 2a6af9b8a3 Add displayList debug dialog 2013-02-17 01:28:43 +01:00
Marcin Mikołajczyk 49e04609a8 Remove fast interpreter option 2013-02-17 00:55:15 +01:00
Marcin Mikołajczyk b90b0854e0 Fix input responsiveness 2013-02-16 13:51:31 +01:00
Marcin Mikołajczyk 3ac471eb2f Rearrangement of Qt menu 2013-02-13 23:08:55 +01:00
Marcin Mikołajczyk 41aed1a094 Qt: add AA, AF, show FPS to options 2013-02-12 01:40:53 +01:00
Marcin Mikołajczyk 603a6d93f4 Minor code cleanup 2013-02-12 01:36:16 +01:00
Xele02 69b837f18b Add debug dialogs (DisAsm, Memory, VFPU).
New features : Breakpoint display, thread status, display list status
Update translation and start french translation
2013-02-10 17:33:34 +01:00
Marcin Mikołajczyk 88dd9e4b6a Initial multi language support 2013-02-06 18:49:20 +01:00
Xele02 04229cbd83 Add support to gamePad using SDL
Add a dialog to config gamepad bindings
2013-02-04 00:48:29 +01:00
Sacha 4ab88cad12 Qt code refactor. Stage 1 in a code refactor. Removed NativeApp.cpp redundancy (since the Qt code reimplemented almost all of it). Changed to Qt types where logical. Cleaned up globals. Start of work at integrating more of the Qt code in to native/ (where GUI should be). 2013-01-16 02:20:21 +10:00
Xele02 fd301a000a Implement Qt window like Windows version. 2013-01-14 00:29:42 +01:00