summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-04151-698/+1678
|\
| * Fix temporary file leak in tst_qfiledialog2.Friedemann Kleint2013-10-031-6/+5
| * QTemporaryDir: Output warnings on removal failure.Friedemann Kleint2013-10-031-1/+7
| * iOS: Implement QPlatformServices to handle opening URLsTor Arne Vestbø2013-10-035-2/+144
| * iOS: Delete members in platform integrationTor Arne Vestbø2013-10-032-0/+13
| * move android-specific feature files to android/Oswald Buddenhagen2013-10-032-0/+0
| * Android: Don't throw away slow-moving mouse/touch eventsPaul Olav Tvete2013-10-031-2/+2
| * qdoc: ignore Q_WINEXTRAS_EXPORTJ-P Nurmi2013-10-031-0/+1
| * testlib: Don't link to IOKit on iOS, it's not part of the SDKTor Arne Vestbø2013-10-031-4/+2
| * Add two enums that weren't handled in the ibase SQL driverThiago Macieira2013-10-031-0/+4
| * iOS: Use PROT_READ, not PROT_NONE, for custom stack memory guardTor Arne Vestbø2013-10-031-1/+3
| * qdoc: Use empty common prefix for alphabetical QML type listsTopi Reinio2013-10-030-0/+0
| * QProcess: remove now superfluous calls to setEnabled(false)Joerg Bornemann2013-10-020-0/+0
| * Add to 5.2 changelog QPlatformSessionManager related entrySamuel Gaist2013-10-021-0/+9
| * Update QSessionManager and related classes documentationSamuel Gaist2013-10-028-91/+147
| * Remove a duplicate conversion to QLatin1StringSebastian Schuberth2013-10-021-1/+1
| * Fix QStandardPath test on some linuxesFrederik Gladhorn2013-10-021-5/+8
| * qdoc: Remove debug codeTopi Reinio2013-10-021-3/+0
| * QProcess/Win: fix crash in drainOutputPipesJoerg Bornemann2013-10-021-2/+2
| * Windows/Linux: Cache cursors by mask/pixmap keys and shape.Friedemann Kleint2013-10-024-27/+111
| * QProcess: remove now superfluous calls to setEnabled(false)Joerg Bornemann2013-10-021-11/+2
| * qdoc: Use empty common prefix for alphabetical QML type listsTopi Reinio2013-10-021-8/+8
| * qdoc: No longer includes QML version number in fullnameMartin Smith2013-10-020-0/+0
| * Android: update copied enum values in Java codePaul Olav Tvete2013-10-021-12/+17
| * Fix race condition in ~QFileInfoGathererFrederik Gladhorn2013-10-021-0/+2
| * Doc: correct QTimer accuracy information - it depends on the timer typeThiago Macieira2013-10-021-7/+12
| * AccessibleRelation::get_relationType didn't handle all enum values.Jan Arve Saether2013-10-022-4/+71
| * qdoc: Fixed handling of QML referencesMartin Smith2013-10-018-99/+133
| * Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-015-49/+122
| * xcb: Initialize accessibility lazily, since it requires an event-dispatcherTor Arne Vestbø2013-10-012-4/+9
| * eglfs: Make QML root objects sized to view working againLaszlo Agocs2013-10-012-3/+15
| * Fix temporary directory leak in tst_qsavefile.Friedemann Kleint2013-10-011-45/+24
| * remove usage of qDeleteInEventHandler from QProcessJoerg Bornemann2013-10-011-9/+8
| * make it possible to disable debug information in vcxproj filesJoerg Bornemann2013-10-011-1/+2
| * Correct the bit field sizes in QTextOptionThiago Macieira2013-10-012-1/+5
| * Remove unused static function msecsToSystemtime() from qtimezoneprivate_win.cpp.Friedemann Kleint2013-10-011-11/+0
| * QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-3032-116/+91
| * Fix syncqt warning about include in qopenglpixeltransferoptions.h.Friedemann Kleint2013-09-301-1/+1
| * OpenGL autotests: verify create()/makeCurrent()Andrew Knight2013-09-302-16/+16
| * QMessageBox - make detail text work on set after showThorbjørn Martsum2013-09-301-1/+3
| * xcb: Don't connect() to event-dispatcher until we are sure we have oneTor Arne Vestbø2013-09-302-14/+23
| * tst_qsavefile: Check temporary dir and output open errors.Friedemann Kleint2013-09-301-12/+27
| * evdevtouch: Do not print device information by defaultLaszlo Agocs2013-09-301-13/+26
| * Fix check in texture cleanup codeSean Harmer2013-09-301-1/+1
| * Fix grammar in QScopedPointer.Mitch Curtis2013-09-301-1/+1
| * Fix bootstrapped build of QCoreApplicationThiago Macieira2013-09-301-0/+1
| * qfeatures: Allow QFileSystemModel without QFileSystemWatcherAndrew Knight2013-09-302-6/+1
| * Fix error signal supression for failed DNS lookupsMandeep Sandhu2013-09-291-1/+1
| * Remove redundant code.Jędrzej Nowacki2013-09-291-2/+0
| * QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-273-39/+61