ppsspp/Qt
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
..
languages *Press the traditionally used F11 key to go fullscreen instead of F12. 2013-06-06 16:00:00 +02:00
resources Add debug dialogs (DisAsm, Memory, VFPU). 2013-02-10 17:33:34 +01:00
assets_lowmem.qrc Introduce 'lowmem' fonts for Symbian. 2013-08-18 19:07:18 +10:00
assets.qrc Update assets and fonts for Qt build. 2013-04-18 13:33:01 +10:00
Common.pro Move parts of ChunkFile into a cpp, cleanup. 2013-10-06 22:09:50 -07:00
controls.cpp Rearrange NativeInit dirs. Linux buildfix. 2013-07-10 09:49:53 +10:00
controls.h Controls: react to language change 2013-02-11 15:36:21 +01:00
controls.ui Controls: react to language change 2013-02-11 15:36:21 +01:00
Core.pro Buildfix for Symbian. Remove unused swap code. 2013-11-03 20:40:40 +10:00
ctrldisasmview.cpp Fix some warnings 2013-02-24 20:05:18 +01:00
ctrldisasmview.h Ctrl widgets code cleanup 2013-02-24 20:05:17 +01:00
ctrlmemview.cpp Set Qt to build debug menus on non Linux platforms and fix some debugger crashes 2013-11-05 13:17:27 +01:00
ctrlmemview.h Ctrl widgets code cleanup 2013-02-24 20:05:17 +01:00
ctrlregisterlist.cpp Set Qt to build debug menus on non Linux platforms and fix some debugger crashes 2013-11-05 13:17:27 +01:00
ctrlregisterlist.h Add debug dialogs (DisAsm, Memory, VFPU). 2013-02-10 17:33:34 +01:00
ctrlvfpuview.cpp Ctrl widgets code cleanup 2013-02-24 20:05:17 +01:00
ctrlvfpuview.h Ctrl widgets code cleanup 2013-02-24 20:05:17 +01:00
debugger_disasm.cpp Fix some type comparison warnings. 2013-10-19 14:57:45 -07:00
debugger_disasm.h Fix some warnings 2013-02-24 20:05:18 +01:00
debugger_disasm.ui Add displayList debug dialog 2013-02-17 01:28:43 +01:00
debugger_displaylist.cpp Fix some type comparison warnings. 2013-10-19 14:57:45 -07:00
debugger_displaylist.h Fix some warnings 2013-02-24 20:05:18 +01:00
debugger_displaylist.ui 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
debugger_memory.cpp Parse in UInt or big int fail to decode. 2013-02-20 00:29:28 +01:00
debugger_memory.h Add debug dialogs (DisAsm, Memory, VFPU). 2013-02-10 17:33:34 +01:00
debugger_memory.ui Add debug dialogs (DisAsm, Memory, VFPU). 2013-02-10 17:33:34 +01:00
debugger_memorytex.cpp Parse in UInt or big int fail to decode. 2013-02-20 00:29:28 +01:00
debugger_memorytex.h Add displayList debug dialog 2013-02-17 01:28:43 +01:00
debugger_memorytex.ui Add displayList debug dialog 2013-02-17 01:28:43 +01:00
debugger_vfpu.cpp Fix some warnings 2013-02-24 20:05:18 +01:00
debugger_vfpu.h Add debug dialogs (DisAsm, Memory, VFPU). 2013-02-10 17:33:34 +01:00
debugger_vfpu.ui Fix debugger windows names 2013-02-11 15:36:58 +01:00
EmuThread.cpp Working Qt interface (debuggers broken) 2013-04-19 22:17:54 +02:00
EmuThread.h Working Qt interface (debuggers broken) 2013-04-19 22:17:54 +02:00
git-version-gen.sh Actually use the git version. 2013-03-02 12:42:25 -08:00
mainwindow.cpp Qt: Update touch controller layout on switch to fullscreen. Note: The touch controller configuration still will not update. 2013-11-05 16:00:13 +10:00
mainwindow.h Buildfix Qt Linux. 2013-10-15 00:40:46 +10:00
mainwindow.ui Fix a bad constant and unused var. 2013-10-19 14:57:45 -07:00
Native.pro CityHash is not used anymore, so we won't compile it. 2013-10-28 03:26:00 +10:00
PPSSPP.desktop Update other platforms, too. 2013-10-26 17:33:25 -04:00
PPSSPP.pro Set Qt to build debug menus on non Linux platforms and fix some debugger crashes 2013-11-05 13:17:27 +01:00
PPSSPPQt.pro Force Qt to build the libs in order, and relink exe if a lib change 2013-02-02 17:43:56 +01:00
qkeyedit.cpp Add window to config key bindings 2013-02-02 17:43:56 +01:00
qkeyedit.h Add window to config key bindings 2013-02-02 17:43:56 +01:00
qtemugl.cpp Qt: Don't allow double click to resize window when the user could be using touch controls. 2013-11-05 11:53:49 +10:00
qtemugl.h Handle mouse move and scroll wheel events in Qt 2013-09-10 19:12:07 +02:00
QtHost.cpp Set Qt to build debug menus on non Linux platforms and fix some debugger crashes 2013-11-05 13:17:27 +01:00
QtHost.h Use the newer interface for Qt's gpu debugging. 2013-10-20 00:14:39 -07:00
resources.qrc Fixed Russian translation & added to resources.qrc 2013-03-13 20:13:55 +07:00
Settings.pri Qt: Use different temporary file dirs for each project so that names do not conflict. 2013-11-05 12:17:34 +10:00