summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iOS: Fix build on case sensitive file systemsTor Arne Vestbø2013-04-041-1/+1
* QTDSDriver: fix index out of rangeMark Brand2013-04-041-1/+1
* QSqlDriver: use Q_DECLARE_PUBLIC/Q_DECLARE_PRIVATEMark Brand2013-04-0415-106/+154
* QSqlDriverPrivate clean-upMark Brand2013-04-041-15/+10
* iOS: Handle UIDeviceOrientation vs UIInterfaceOrientationTor Arne Vestbø2013-04-043-3/+3
* Fix warning: qt_setDockMenu not foundFrederik Gladhorn2013-04-041-0/+1
* Android: Don't show '&' character in menusPaul Olav Tvete2013-04-041-6/+23
* QPA/Mac: Fix resources leakingKonstantin Ritt2013-04-033-7/+13
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-04-038-14/+30
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-038-14/+30
| |\
| | * Fix gcc OOM error when compiling in release modeKai Koehne2013-04-021-5/+10
| | * qdoc: Use 'org.qt-project.' prefix in namespaceSergio Ahumada2013-03-271-1/+1
| | * Revert "qclass_lib_map.h: Fix include of the QDeclarativeView widget."Friedemann Kleint2013-03-261-1/+1
| | * qt.conf: default LibraryExecutables to bin/ on windowsOswald Buddenhagen2013-03-261-0/+4
| | * Windows: Fix reported screen metrics.Friedemann Kleint2013-03-262-4/+12
| | * Doc: Fix typo in the property system documentationTopi Reinio2013-03-251-1/+1
| | * Doc: Changed title of Qt Print Support's C++ Classes page.Jerome Pasion2013-03-221-2/+1
* | | Doc: Replaced canConvert() with canConvert(Int)Venu2013-04-031-1/+1
* | | If the menu item is merged then we should not release itAndy Shaw2013-04-031-2/+2
|/ /
* | Also version.xml needs to be installedBogDan Vatra2013-04-031-0/+1
* | ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-035-5/+43
* | qdoc: Use Q_QDOC in quuid.h to help qdocMartin Smith2013-04-031-5/+5
* | Make sure QThreadData and QAdoptedThread object is destroyed at app exitjian liang2013-04-031-0/+7
* | Doc: Fix the documentation for QWindow::focusObjectChanged()Topi Reinio2013-04-031-3/+3
* | Correct location of mtdev define.Robin Burchell2013-04-031-1/+1
* | make bootstrapping of qdoc optionalOswald Buddenhagen2013-04-032-2/+4
* | add qcryptographichash to bootstrap libOswald Buddenhagen2013-04-032-4/+5
* | QTextCharFormat::setFont(): Preserve the font hinting preferenceKonstantin Ritt2013-04-021-0/+1
* | Apply Qt-specific changes to the bundled FreeTypeKonstantin Ritt2013-04-028-7/+29
* | Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-0214-62/+130
* | Use Bionic's __pthread_cond_timedwait_relativeThiago Macieira2013-04-021-0/+15
* | Add a function to do the relative waits, simplifying the code a littleThiago Macieira2013-04-021-3/+8
* | Fix build on Android: libpthread is deficient and lacks functionsThiago Macieira2013-04-021-1/+1
* | fix non-bootstrapped buildOswald Buddenhagen2013-04-021-1/+1
* | move the setup of QT_INSTALL_DOCS from qdoc to qt_docs.prfOswald Buddenhagen2013-04-021-12/+0
* | Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-0232-638/+1020
* | QSqlTableModel: expose methods for getting primary valuesMark Brand2013-04-025-29/+41
* | make QSqlResultPrivate::fieldSerial() virtualMark Brand2013-04-023-14/+9
* | QPSQLResultPrivate inherit QSqlResultPrivateMark Brand2013-04-022-12/+29
* | QPSQLResultPrivate: do not duplicate reference to private driverMark Brand2013-04-022-17/+19
* | Reduce the likelihood of underflows in qFuzzyComparehjk2013-04-021-2/+2
* | Let EglFS pick up a platform input context if installedGunnar Sletta2013-04-022-0/+7
* | Update the QMetaMethod::tag() documentation due to moc expanding macrosThiago Macieira2013-04-011-3/+11
* | Upgrade the PCRE import script to 8.32Giuseppe D'Angelo2013-04-011-10/+12
* | Upgrade the bundled PCRE to 8.32Giuseppe D'Angelo2013-04-0143-10167/+15835
* | update bundled sqlite to 3.7.16.1Mark Brand2013-04-013-11888/+22277
* | Fix reporting writing systems for non-TrueType fontsKonstantin Ritt2013-04-013-72/+85
* | Document Q_REVISION macro betterAlan Alpert2013-04-018-5/+244
* | Update bundled FreeType sources to 2.3.12Konstantin Ritt2013-04-01346-3418/+13251
* | QFontConfigDatabase: fix fallbacksForFamily() for CJK languagesKonstantin Ritt2013-04-013-6/+6