summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-064-77/+99
* Improve the QWinSettingsPrivate constructor's performanceSebastian Schuberth2013-10-061-21/+26
* Doc: Expand on thread synchronization detailsSze Howe Koh2013-10-062-57/+43
* Doc: Generalize problems and solutions of mutex useSze Howe Koh2013-10-062-20/+24
* Doc: Remove convoluted details of uncommon QMutex use caseSze Howe Koh2013-10-061-9/+0
* Doc: Show both low- and high-level thread syncing on the same pageSze Howe Koh2013-10-062-25/+29
* Doc: Rewrite section on threaded event loopsSze Howe Koh2013-10-061-20/+20
* Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2013-10-062-31/+37
* Add Q_DECL_OVERRIDE to accessibility classesFrederik Gladhorn2013-10-058-312/+312
* QtConcurrent: remove a using declaration in a header fileMarc Mutz2013-10-053-14/+12
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-10-052-14/+27
* Android: Add private ctors in QJNIObjectPrivate that takes va_list.Christian Strømme2013-10-042-0/+40
* Cocoa: Properly unhide views after they're moved to their own windowGabriel de Dietrich2013-10-041-2/+5
* Android: Build against new build tools revisionsEskil Abrahamsen Blomfeldt2013-10-041-1/+7
* Disable JavaScriptCore JIT for Android when building on WindowsEskil Abrahamsen Blomfeldt2013-10-041-0/+7
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2013-10-041-11/+72
* Doc: Remove unused variable in QThread snippetSze Howe Koh2013-10-041-1/+0
* qdoc: Remove algorithm to find common prefixMartin Smith2013-10-044-56/+30
* qdoc: Eliminate uses of qmlModuleIdentifier()Martin Smith2013-10-047-34/+35
* fix off-by-one error in NTLM proxy authenticationMark Brand2013-10-041-1/+1
* Fix potential crash: adding int to stringFrederik Gladhorn2013-10-041-1/+1
* Fix ssh root certificates path for Blackberry playbook OS.sfabry2013-10-031-0/+1
* 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