Commit Graph

47 Commits

Author SHA1 Message Date
Henrik Rydgård
448e8fb49a Split out QtHost.h from HostTypes.h 2018-03-03 08:46:12 +01:00
Sacha
ed4f5054c6 Qt: Clean up QtHost. 2014-03-02 01:09:38 +10:00
Unknown W. Brackets
958786cb36 Update screen size immediately in Qt. 2014-02-15 02:09:58 -08:00
Henrik Rydgard
8c63f38d75 Yet another Qt fix (see #5395) 2014-02-10 18:41:51 +01:00
Sacha
af1c326617 Qt: Remove renaming of 'lowmem' zim so that it can be loaded externally as well. Update version. 2013-12-20 01:30:39 +10:00
Sacha
2387509896 Proper fix for libpng16 includes.
Improve Blackberry CMake toolchain.
2013-12-10 02:14:56 +10:00
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
Kingcom
eeb9667726 Fix QT build (hopefully) 2013-11-27 15:06:41 +01:00
Sacha
132fe47c7d Use XDG Directory Specification for Linux. See: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Means that everyone will have to manually move their existing config's.
Fixes #4623
2013-11-24 16:58:47 +10:00
Sacha
61cf802836 Qt: Use AssetsAssetReader to load Qt assets. 2013-11-21 20:11:37 +10:00
Sacha
b84ce4bc44 Qt: Load language at boot. 2013-11-21 11:59:02 +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
be4ad14b92 Enable native text draw on Linux Qt. 2013-11-18 01:58:33 +10:00
Sacha
91ddddc2ef Remove unused Thread.{cpp,h} 2013-11-13 02:50:46 +10:00
Peter Tissen
b40278fff6 Set Qt to build debug menus on non Linux platforms and fix some debugger crashes
This makes Common.pro and Native.pro use their own distinct object directories
to prevent the two fbo.cpp and sha1.c files repectively to clash into the same
*.obj file.

The registerlist had polled register values of -1 in some cases when resizing
the window. Making sure it doesn't poll values smaller than 0 fixes it.

The memoryview crashed if it was switched into symbol mode outside of the
symbol definition range. Also, under Windows the monospace font wasn't
used because there's not literal font called "monospace" so a font family
hint had to be used.

The UpdateDisassembly() function jumped to the current PC, which sounds
reasonable at first but the issue is that this function gets called when a
breakpoint get set, so if you set a breakpoint somewhere completely
different then you suddenly lose that position for no good reason.

Enable the desktop QT interface for all non ARM QT platforms

make sure the QtMain.cpp in the native submodule is also updated
2013-11-05 13:17:27 +01:00
Sacha
4e4657e94f Blackberry: remove invocation check from NativeApp (moved to native/).
LogoScreen: Don't take boot_filename as a parameter (no one uses it anyway) but check the global variable, boot_filename in case it was populated during initialisation, eg. Blackberry system message.
2013-11-03 13:18:28 +10:00
Sacha
fc37c16aa2 No need to enable FZ every frame. 2013-10-25 21:52:50 +10:00
Unknown W. Brackets
c486a09c2c Use a better default font path on Linux/Mac OS X.
This way people don't have to copy to ~/.ppsspp/flash0.
The override in ~/.ppsspp/PSP/flash0 still works.
2013-10-20 23:45:56 -07:00
Unknown W. Brackets
afb578a325 Use the newer interface for Qt's gpu debugging. 2013-10-20 00:14:39 -07:00
Unknown W. Brackets
9131371df9 Fix Qt, update native. 2013-10-19 15:15:19 -07:00
Unknown W. Brackets
3a36d5a0fa Qt: remove switch to show log (not supported.) 2013-10-19 14:57:45 -07:00
Unknown W. Brackets
7c23863102 Qt: Enable graphics logging by default (like Win.) 2013-10-19 14:57:45 -07:00
Unknown W. Brackets
3e18027b8d Fix some type comparison warnings. 2013-10-19 14:57:45 -07:00
Sacha
2b11a6c92a Qt5 Linux no longer runs both UIs. 2013-10-19 23:18:37 +02:00
Unknown W. Brackets
af2ccbb9da Rename flashDirectory to flash0Directory. 2013-10-12 16:08:39 -07:00
Unknown W. Brackets
79143b56d2 Allow config files to be placed under the memstick.
This way, they can be configured more easily on Android, etc.
2013-10-12 16:02:03 -07:00
Kokusho
eef5fa3d94 linux qt build failed fix ( Issue 3599 )
simple fix based on NativeApp.cpp
2013-09-08 01:18:46 +02:00
Zetro
e837fd13bd Initialize UI theme in Qt 2013-08-24 20:46:45 +02:00
Sacha
cfbc64f50e Build fix Blackberry and Linux Qt. 2013-08-23 12:31:12 +10:00
The Dax
4ccf58c168 Attempt to fix Qt build. 2013-08-21 05:40:12 -04:00
Sacha
79990fe01d Implement parts of the new input system for Blackberry and Qt. Touchscreen now works again. 2013-07-25 14:29:25 +10:00
Sacha
05f019d434 Change flash to flash0. 2013-07-12 11:15:13 +10:00
Marcin Mikołajczyk
d8d1ab286f Working Qt interface (debuggers broken) 2013-04-19 22:17:54 +02:00
Sacha
396b4e02d3 Qt Fix that was meant to be included before. No longer crashes after running a game. 2013-04-06 20:04:03 +10:00
Marcin Mikołajczyk
de92db5dd3 Fix PSP_GE_DL_* in Qt debuggers 2013-04-06 11:09:05 +02:00
Sacha
d5bb7e127c More fixes for Qt. Get games to launch (but black screen). 2013-04-04 17:29:58 +10:00
Sacha
bad4994921 Buildfix for Qt. Gets Qt compiling again but not working yet. Hasn't compiled in a days now so I thought this was worthwhile. 2013-04-01 22:45:27 +10:00
Xele02
15c2853035 Qt build broke 2013-03-11 08:30:38 +01:00
Unknown W. Brackets
35fe2b4a63 Actually use the git version.
Also switch to cpp, duh.
2013-03-02 12:42:25 -08:00
Xele02
0fefca672d Add 2 step mode for display list : Go to selected line and go to next draw using selected texture 2013-02-17 21:43:44 +01:00
Xele02
2a6af9b8a3 Add displayList debug dialog 2013-02-17 01:28:43 +01:00
Marcin Mikołajczyk
b90b0854e0 Fix input responsiveness 2013-02-16 13:51:31 +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
2a8dcbd620 Use current version in Qt window title 2013-02-05 13:26:32 +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