summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-061-0/+9
* QMimeDatabase: Fix crash on empty filenameDavid Faure2012-03-061-0/+2
* qpa: Document a requirement of the backing store implementationHolger Hans Peter Freyther2012-03-061-0/+3
* QWindow: fix crash on MacTasuku Suzuki2012-03-061-1/+1
* Add missing Q_OBJECT macro to QCoreTextFontEngineTasuku Suzuki2012-03-061-0/+1
* Remove codecForTr().Robin Burchell2012-03-067-66/+11
* QNam: only init channels when needed.Martin Petersson2012-03-063-46/+138
* Support new-style plugins without a "Keys" json propertyAlex Wilson2012-03-061-1/+12
* Mark QMetaType constructor as explicit.Jędrzej Nowacki2012-03-061-1/+1
* Remove unused QThreadPoolPrivate::startFrontRunnable().Robin Burchell2012-03-062-26/+0
* QSqlTableModel::data(): use cached values when availableMark Brand2012-03-061-23/+3
* QSqlTableModel: derive primary values from database valuesMark Brand2012-03-062-10/+13
* QSqlTableModel: mirror database values in change cacheMark Brand2012-03-062-7/+11
* QSqlTableModel: remove unnecessary parameter from setSubmitted()Mark Brand2012-03-062-2/+2
* Worked around Metacity crashes in xcb plugin.Samuel Rødal2012-03-061-0/+2
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-054-8/+0
* Don't leak from QPlatformPrinterSupportPlugin::get()Bradley T. Hughes2012-03-051-7/+19
* Add API to convert QSizeF<->PaperSize in QPlatformPrinterSupportBradley T. Hughes2012-03-052-0/+23
* Replace Q_WS_MAC with Q_OS_MAC in QtPrintSupportBradley T. Hughes2012-03-052-4/+4
* Remove #ifdef Q_WS_MAC code from QPrinterBradley T. Hughes2012-03-051-7/+0
* Enable name of threads in release mode.Leonard Lee2012-03-051-1/+1
* Update QTouchEvent docs with regards to raw positionsLaszlo Agocs2012-03-051-1/+6
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-0467-378/+453
|\
| * Automatic metatype registration of two-template-argument types.Stephen Kelly2012-03-021-0/+22
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-015-7/+55
| * exclude some code from the qmake buildOswald Buddenhagen2012-03-011-0/+4
| * dispose of BOOTSTRAPPING defineOswald Buddenhagen2012-03-011-8/+4
| * QtGlobal: remove qIsDetached()Marc Mutz2012-03-012-6/+0
| * QInputMethodEvent::Attribute: mark as Q_MOVABLE_TYPEMarc Mutz2012-03-011-0/+1
| * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-011-0/+16
| * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-016-34/+34
| * QFlags: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-02-291-0/+4
| * Make loadAcquire const.Stephen Kelly2012-02-294-8/+8
| * Add operator<<(QTestData &, QStringBuilder)Olivier Goffart2012-02-291-0/+8
| * QCryptographicHash: make constructor explicitMarc Mutz2012-02-291-1/+1
| * make qlibraryinfo table-drivenOswald Buddenhagen2012-02-292-94/+34
| * remove pointless ifdefsOswald Buddenhagen2012-02-291-23/+1
| * Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+10
| * Make qobject_p.h not need qvariant.h.Stephen Kelly2012-02-295-12/+13
| * Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-296-2/+5
| * QScopedValueRollback: make constructor explicitMarc Mutz2012-02-291-1/+1
| * Remove include for no-longer-supported compiler.Stephen Kelly2012-02-291-6/+0
| * Merge master -> api_changesRohan McGovern2012-02-29269-2624/+13079
| |\
| * | QFontMetrics: make conversion from QFont to QFontMetrics explicitMarc Mutz2012-02-281-2/+2
| * | Remove Q_DECLARATIVE_EXPORT and Q_QTQUICK1_EXPORTMatthew Vogt2012-02-271-16/+0
| * | Move the QString comparison operator as non member functionOlivier Goffart2012-02-272-25/+31
| * | QTestlib: no need to use the preprocessor to distinguish qrealOlivier Goffart2012-02-271-22/+4
| * | QFontEngine: remove unused and buggy grayPalette()Marc Mutz2012-02-272-20/+0
| * | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-274-11/+126
| * | QStringMatcher: make constructor explicitMarc Mutz2012-02-261-1/+1