summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with older Clang versions without __has_extensionTor Arne Vestbø2013-03-051-0/+4
* Make QLocalSocket connectable with open()Corentin Jabot2013-03-055-37/+94
* Make QProcess startable with open()Corentin Jabot2013-03-052-3/+99
* QLocale: Add some more languages and scriptsKonstantin Ritt2013-03-053-156/+869
* 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
* Introducing the Qt Android portPaul Olav Tvete2013-03-05113-47/+11858
* Long live QLockFileDavid Faure2013-03-058-0/+895
* Make the new OpenGL function headers compile on their ownThiago Macieira2013-03-0523-46/+92
* 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
* Add QProxyStyle(QString key) constructor for convenienceJ-P Nurmi2013-03-042-5/+25
* 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
* OpenGL: Add support for the Compute shader stageSean Harmer2013-03-023-2/+17
* moc: Support the '$' character as an identifierOlivier Goffart2013-03-024-8/+9
* Fix compilation of moc generated file with MEMBER propertiesOlivier Goffart2013-03-021-1/+2
* Add __ARM_ARCH_5TE__ to Q_PROCESSOR_ARM_V5BogDan Vatra2013-03-021-0/+1
* QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-021-7/+22
* QOpenGLShaderProgram: insert precision defines based on runtime detectionGiuseppe D'Angelo2013-03-011-10/+14
* OpenGL: Add support for OpenGL 4 tessellation shader stagesSean Harmer2013-03-014-7/+252
* Add QDBusReply::error() const.Jędrzej Nowacki2013-03-011-0/+2
* Add notify signals to some QCoreApplication propertiesAlan Alpert2013-03-012-4/+51
* Fix Q_GLOBAL_STATIC support for exceptionsThiago Macieira2013-02-282-4/+7
* Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-2850-209/+3751
|\
| * 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
| * iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-278-194/+374
| * iOS: Add potentially undefined version defines to qsystemdetection.hTor Arne Vestbø2013-02-271-0/+16
| * iOS: Enable autorotate on startup.Morten Johan Sørvig2013-02-271-1/+1
| * iOS: Don't crash on landscape mode startupMorten Johan Sørvig2013-02-274-5/+7
| * iOS: Set touch point position in screen coords.Morten Johan Sørvig2013-02-273-4/+19
| * iOS: Skip flushing child windows in QIOSBackingStoreRichard Moe Gustavsen2013-02-271-0/+7
| * iOS: QIOSWindow::setParent()Richard Moe Gustavsen2013-02-272-3/+12
| * iOS: implement QIOSWindow::winId()Richard Moe Gustavsen2013-02-273-3/+4
| * iOS: Enable retina resolution for stylesMorten Johan Sørvig2013-02-272-0/+6
| * iOS: avoid activating modally blocked windowsRichard Moe Gustavsen2013-02-272-1/+19
| * iOS: add QIOSWindow::windowLevel() to simplify window stackingRichard Moe Gustavsen2013-02-272-11/+34
| * iOS: Implement touch events.Morten Johan Sørvig2013-02-274-11/+118
| * iOS: let first responder follow the view of the focus windowRichard Moe Gustavsen2013-02-273-18/+23
| * iOS: implement QPlatformWindow::requestActivateWindow()Richard Moe Gustavsen2013-02-272-7/+14
| * iOS: raise windows that becomes visibleRichard Moe Gustavsen2013-02-271-1/+9
| * iOS: implement QPlatformWindow::raise() and lower()Richard Moe Gustavsen2013-02-272-1/+36
| * iOS: Use 72 DPI for font size conversionTor Arne Vestbø2013-02-272-0/+6
| * iOS: transfer focus to the window touchedRichard Moe Gustavsen2013-02-271-0/+5