summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* de-duplicate feature and mkspec root candidate listsOswald Buddenhagen2012-03-062-0/+2
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-062-0/+81
* QMimeDatabase: Fix crash on empty filenameDavid Faure2012-03-062-0/+3
* qpa: Document a requirement of the backing store implementationHolger Hans Peter Freyther2012-03-061-0/+3
* add widget mousebuttons example 'mousetester'.Rick Stockton2012-03-067-0/+415
* 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-068-66/+15
* do not re-evaluate spec+cache in build passesOswald Buddenhagen2012-03-062-5/+4
* make QMakeProject's copy c'tor actually behave like oneOswald Buddenhagen2012-03-062-3/+3
* 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
* add strategy support to sqlbrowser exampleMark Brand2012-03-063-79/+200
* 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
* Stabilize tst_QCalendarWidget::buttonClickCheckRohan McGovern2012-03-062-3/+2
* Stabilize tst_QShortcutRohan McGovern2012-03-061-3/+1
* Stabilize tst_QAccessibility::actionTestRohan McGovern2012-03-061-0/+1
* Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-055-15/+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
* Windows: Make QSettings autotest significant againMiikka Heikkinen2012-03-051-2/+0
* Enable name of threads in release mode.Leonard Lee2012-03-051-1/+1
* give load()/include() with target and infile()/$$fromfile() a clean environmentOswald Buddenhagen2012-03-052-1/+3
* remove injection of default_pre in infile()/$$fromfile()Oswald Buddenhagen2012-03-052-4/+1
* Fix tst_QStyleSheetStyle::qproperty to not implicitly rely on QHash ordering.Robin Burchell2012-03-051-2/+2
* List the dependencies of Qt when creating static libraries.Stephen Kelly2012-03-051-2/+53
* Update QTouchEvent docs with regards to raw positionsLaszlo Agocs2012-03-051-1/+6
* testlib: Make verbose2 selftest use QCOMPARE as well as QVERIFY.Jason McDonald2012-03-0511-163/+236
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Rohan McGovern2012-03-05162-814/+1204
|\
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-04162-814/+1204
| |\
| | * Automatic metatype registration of two-template-argument types.Stephen Kelly2012-03-022-0/+155
| | * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-0119-116/+243
| | * optimize QMakePropertyOswald Buddenhagen2012-03-012-39/+31
| | * exclude some code from the qmake buildOswald Buddenhagen2012-03-011-0/+4
| | * dispose of BOOTSTRAPPING defineOswald Buddenhagen2012-03-011-8/+4
| | * remove assignment of QMAKE_MOC & QMAKE_UIC from mkspecsOswald Buddenhagen2012-03-0149-147/+0
| | * QtGlobal: remove qIsDetached()Marc Mutz2012-03-013-6/+2
| | * QInputMethodEvent::Attribute: mark as Q_MOVABLE_TYPEMarc Mutz2012-03-011-0/+1
| | * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-015-0/+165
| | * Make some tests and benchmarks pass with QT_NO_QSTRINGBUILDERStephen Kelly2012-03-016-21/+21
| | * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-0112-40/+40
| | * Fix build of QNetworkReply benchmark with QT_USE_QSTRINGBUILDER.Stephen Kelly2012-03-011-2/+2