Commit Graph
46 Commits
Author SHA1 Message Date
Sacha bb864bdb9a Fix Qt for Maemo 2014-01-05 10:54:05 +10:00
Sacha ec3815e4f1 Qt: Add Maemo compatibility. Hopefully an alternative to EGL/SDL frontend. 2014-01-02 16:16:13 +10: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 f3a0193777 Buildfix: Qt + MSVC2012 2013-12-06 14:00:17 +10:00
Sacha a4eb862c19 Qt: Fix version strings (some platforms need this) 2013-11-25 16:06:51 +10:00
Sacha 12bfcd0599 Qt: Some platforms don't like letters in version number. 2013-11-25 14:17:50 +10:00
Sacha f6cc234393 Qt: Detect version in qmake instead. 2013-11-25 03:25:11 +10:00
Sacha 70d7f69c5d Qt: Basic iOS support. iOS now fully supported in QtCreator 3.0 + Qt 5.2 2013-11-24 13:36:22 +10:00
Sacha efa0e62e8d Qt: Allow building project from any directory. #4605 2013-11-22 04:07:18 +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
Retem 8c52ce3274 OSX build fixes for the Qt version 2013-11-16 16:49:08 +01:00
Sacha b04f6b562b Meego: Need to use gnu++0x to support lambdas. 2013-11-13 01:06:34 +10:00
Sacha 11b794afda Symbian: Remove glib. 2013-11-13 00:30:26 +10:00
Sacha e2d2e93e1a Symbian: Switch to Nokia Belle as minimum OS. 2013-11-12 15:00:54 +10:00
Sacha 747346b12d Qt: Use different temporary file dirs for each project so that names do not conflict. 2013-11-05 12:17:34 +10:00
Sacha e6ef338ba3 Qt: So apparently Symbian comes under unix. 2013-10-22 00:24:59 +10:00
Sacha 8aae02154a Rearrange the contents of Qt project files. Fixes several issues.
Use ARM to define a mobile platform instead of GLES.
Allow ARM devices such as Raspberry Pi to access previously desktop-only features like SDL.
Detect if the users Linux distro has opted to use QtMultimedia. In this situation, use it instead of QtMobility which should save a download.
Organise libraries in a way that makes more sense.
Only compile translations for Linux desktop, which will use these translations.
Use the constant macros define on all platforms.
Clean up some redundant comments and add some new ones.
Add Qt support back for Blackberry (ffmpeg) and raspberry pi (requires ffmpeg).
2013-10-22 00:06:23 +10:00
Sacha 027ba31752 Qt: Fix for audiooutput on qt5. Final fix for arch detection. 2013-10-20 02:44:03 +10:00
Sacha 721bc6f34f Qt: Fix arch detection for Linux. Add ffmpeg for windows. 2013-10-19 14:16:28 +10:00
Sacha f8e386995f Buildfix for Qt on Windows. Rearrange parts of the Qt project file. 2013-10-19 04:03:11 +10:00
Sacha a7d6b0b98b Increase Qt optimisation level to O3. 2013-10-15 04:03:25 +10:00
Sacha 8b3f1e6fa4 Fix Symbian build. 2013-10-07 15:36:54 +10:00
Sacha 893ecffebe Symbian: Make distribution easier. 2013-09-12 10:58:13 +10:00
Sacha 676c000b8a Add FFMPEG to Qt Linux x86. Buildfix for CMake 2013-07-04 01:35:35 +10:00
Sacha cee1bcf7e9 Symbian buildfix. 2013-06-22 04:56:39 +10:00
Sacha 0d808188a0 Add FFMPEG support for Symbian. 2013-06-22 03:00:35 +10:00
Sacha 2570268393 Remove 'BLACKBERRY10' define as it is now the minimum OS requirement. 2013-06-21 15:40:52 +10:00
Sacha ae9490ad30 Use boost to do C++11 features on Symbian. Use namespaces. 2013-05-02 15:46:41 +10:00
Sacha 12d50f25bf Define vasprintf in native for Blackberry instead (as it is also used there). Remove some redundancy in Settings.pri. 2013-04-22 14:23:13 +10:00
Sacha 97221ad2a5 Build fix for Harmattan/N9 2013-04-12 00:23:51 +10:00
Sacha 6673a938da Fix Qt for Blackberry. Remove unnecessary dependencies for Blackberry and Windows. 2013-03-20 08:17:22 +10:00
Sacha 76433a4fad Future-proof the Qt platform detection 2013-02-27 05:04:43 +10:00
Sacha 73842db159 Fix Qt for Windows (should compile now)
Stride needs to be allocated dynamically. Maybe g++ ignores this, msvc doesn't.
Home dir should use QDir::homePath() to be cross-platform.
Windows has its own DrawText(), compile with NODRAWTEXT.
Allow compiling on release and debug for windows.
Ignore some warnings.
2013-02-20 00:08:00 +10:00
Sacha 4feefda8d0 Symbian build fix: use glib for atomics. 2013-02-15 03:07:32 +10:00
Sacha 3faeeea2f9 Support other MSVC compilers in Qt. Update native reference. 2013-02-14 01:34:53 +10:00
Sacha f55776ee59 Windows MSVC 2010 compiler support for Qt. 2013-02-13 21:09:18 +10:00
Sacha d563478b9d Allow all desktop systems to use desktop UI, not just Windows. 2013-02-13 05:14:57 +10:00
Sacha e79c8e032a Buildfix for Blackberry, Meego. Optimisations to Qt build. 2013-02-07 14:41:02 +10:00
Sacha 9bcf98c378 Modify Symbian build to improve performance. Update instructions. 2013-02-01 02:30:27 +10:00
Sacha dde656ddc6 Improve Qt build. Fix for pandora build. Only show controls overlay by default for mobile platforms (Qt). 2013-01-15 01:13:53 +10:00
Xele02 fd301a000a Implement Qt window like Windows version. 2013-01-14 00:29:42 +01:00
Sacha 7a38f459ad Experimental Qt file dialog support 2013-01-11 23:47:54 +10:00
Sacha 2effc44b00 Compatibility with harmattan 2013-01-07 23:20:54 +10:00
Sacha f7878c8351 Get Symbian running again 2012-12-24 03:19:52 +10:00
Sacha 8d7ec80e93 Fix Qt compile for ARM processors. Update README for Qt frontend. 2012-12-23 20:26:18 +10:00
Sacha f870b19cbb Support x86 arch and Windows(untested), Linux platforms with Qt frontend 2012-12-23 17:49:01 +10:00