summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename common/mac.conf to common/macx.confTor Arne Vestbø2013-03-0513-12/+12
* iOS: Share common Mac qplatformdefs.h instead of duplicating codeTor Arne Vestbø2013-03-052-94/+1
* Fix build with older Clang versions without __has_extensionTor Arne Vestbø2013-03-051-0/+4
* Disable AVX for the whole Apple Clang 3.x series, not just 3.0Tor Arne Vestbø2013-03-051-1/+1
* Rename configure's getQMakeConfN functions to more descriptive namesTor Arne Vestbø2013-03-051-9/+9
* Make QLocalSocket connectable with open()Corentin Jabot2013-03-055-37/+94
* Make QProcess startable with open()Corentin Jabot2013-03-053-3/+119
* Manual dialog test: Add a page for QWizard.Friedemann Kleint2013-03-054-2/+436
* QLocale: Add some more languages and scriptsKonstantin Ritt2013-03-055-160/+998
* Fix crash in flushWindowSystemEvents() in QGuiApplication-cleanup.Friedemann Kleint2013-03-052-2/+13
* Output window in warning about flush() for unexposed window.Friedemann Kleint2013-03-051-2/+5
* Windows: Print size constraints in geometry warning.Friedemann Kleint2013-03-051-2/+7
* Windows: Take custom margins into account for size constraints.Friedemann Kleint2013-03-052-8/+10
* Add missing license headerPaul Olav Tvete2013-03-051-0/+41
* Introducing the Qt Android portPaul Olav Tvete2013-03-05137-107/+13917
* Long live QLockFileDavid Faure2013-03-0515-0/+1370
* Make the new OpenGL function headers compile on their ownThiago Macieira2013-03-0523-46/+92
* Move Xcode version extraction to xcode.confTor Arne Vestbø2013-03-043-7/+7
* Teach configure's pro-file parser to parse quoted $$system()Tor Arne Vestbø2013-03-042-2/+3
* Make tst_qwidget more stableAlberto Mardegan2013-03-041-0/+1
* ApplicationStates: add more states to Qt::ApplicationStateRichard Moe Gustavsen2013-03-042-4/+21
* Fix potential issue in QTBF itemization codeKonstantin Ritt2013-03-041-1/+1
* Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-045-6/+9
* Remove excess brace added by accidentThiago Macieira2013-03-041-1/+0
* Add QProxyStyle(QString key) constructor for convenienceJ-P Nurmi2013-03-043-7/+30
* Fusion style: Remove unnecessary widget castGabriel de Dietrich2013-03-041-6/+4
* Mark all qtbase headers that aren't cleanThiago Macieira2013-03-0327-0/+105
* QGtk2Theme: use GtkSettings to fetch the icon theme nameJ-P Nurmi2013-03-022-0/+25
* Pick up QMAKE_MACOSX_DEPLOYMENT_TARGET from mkspec when building qmakeTor Arne Vestbø2013-03-021-3/+3
* Make host_build re-use the sdk.prf logicTor Arne Vestbø2013-03-021-28/+24
* OpenGL: Add support for the Compute shader stageSean Harmer2013-03-023-2/+17
* moc: Support the '$' character as an identifierOlivier Goffart2013-03-027-8/+81
* Fix compilation of moc generated file with MEMBER propertiesOlivier Goffart2013-03-022-2/+20
* Add __ARM_ARCH_5TE__ to Q_PROCESSOR_ARM_V5BogDan Vatra2013-03-021-0/+1
* introduce QMAKE_LINK_O_FLAGOswald Buddenhagen2013-03-024-7/+13
* QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-023-8/+56
* QOpenGLShaderProgram: insert precision defines based on runtime detectionGiuseppe D'Angelo2013-03-011-10/+14
* Clean up manual test to QGraphicsView (rubberband)Thorbjørn Martsum2013-03-011-8/+7
* Add .device.vars to .gitignore.Frederik Gladhorn2013-03-011-0/+1
* OpenGL: Add support for OpenGL 4 tessellation shader stagesSean Harmer2013-03-014-7/+252
* Add QDBusReply::error() const.Jędrzej Nowacki2013-03-012-0/+27
* Add notify signals to some QCoreApplication propertiesAlan Alpert2013-03-012-4/+51
* Enable QGlobalStatic autotest.Jędrzej Nowacki2013-02-281-1/+3
* Fix Q_GLOBAL_STATIC support for exceptionsThiago Macieira2013-02-283-5/+30
* Add the infrastructure to compile Qt with -WerrorThiago Macieira2013-02-283-2/+69
* Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-2895-1684/+4170
|\
| * Merge branch 'ios' into devTor Arne Vestbø2013-02-2795-1684/+4170
| |\
| | * QFusionStyle: Fix crash on iOSRichard Moe Gustavsen2013-02-271-2/+2
| | * iOS: Remove debug output noiseRichard Moe Gustavsen2013-02-271-3/+0
| | * iOS: Add QIOSIntegration::hasCapability functionRichard Moe Gustavsen2013-02-272-0/+14