summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QProcess/Win: use asynchronous I/O for reading stdout and stderrJoerg Bornemann2012-01-265-59/+116
* QProcess/Win: use named pipes for redirecting standard I/OJoerg Bornemann2012-01-261-21/+51
* Fix a typo in tst_qtreewidget autotest.Jędrzej Nowacki2012-01-261-1/+1
* Fix virtual keyboard on Harmattan not following window content orientation ch...Simon Hausmann2012-01-262-2/+17
* Made it possible to run tst_qtjson test from shadow build directory.Denis Dzyubenko2012-01-262-8/+13
* QStandardPaths: remove unused includes (leftovers from qdesktopservices)David Faure2012-01-262-6/+0
* QUrl: Implement a number of ## Qt5 TODOs (merging overloads)David Faure2012-01-262-84/+22
* Convert tst_qurl.cpp to UTF-8 (to make it editable in QtCreator)David Faure2012-01-261-18/+18
* Send text selection changes for accessibility.Frederik Gladhorn2012-01-261-0/+3
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-264-4/+33
* Remove the 'macosx' archBradley T. Hughes2012-01-265-256/+11
* Mark the single argument containers as movable.Stephen Kelly2012-01-262-0/+53
* Automated metatype definition for template types.Stephen Kelly2012-01-262-0/+77
* Cleanup of QWindowsVistaStyle.Friedemann Kleint2012-01-262-28/+25
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-265-9/+20
* Wrap unimplemented clang feature in __has_featureOlivier Goffart2012-01-261-4/+13
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-262-2/+4
* Remove QTextControl and QLineControl.Andrew den Exter2012-01-259-5669/+4
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-25136-55/+212
* Fix building of configure.exe.Friedemann Kleint2012-01-251-0/+2
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-259-49/+277
* Introduce QGuiApplicationPrivate::windowForWidget.Friedemann Kleint2012-01-251-3/+15
* Windows Vista Style: Fix drawing of buttons in message boxes.Friedemann Kleint2012-01-253-6/+5
* Widgets: Enable Windows styles on Windows.Friedemann Kleint2012-01-251-1/+1
* Mark the enumerator QVariant::Type as obsolete.Stephen Kelly2012-01-251-0/+1
* bearer: run the bearer engines in their own worker threadShane Kearns2012-01-253-18/+30
* Don't lose the fontDef when setting the size of a raw font.Pierre Rossi2012-01-251-1/+1
* Mark QStringList as movable.Stephen Kelly2012-01-251-0/+2
* Fixed fileiterator issue for WEC7.Janne Anttila2012-01-251-0/+2
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-25561-732/+25
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-255-15/+20
* Add Native Client port mkspecs.Morten Johan Sorvig2012-01-258-0/+210
* tst_qobject: Run as console application.Friedemann Kleint2012-01-252-3/+3
* Make coordinates float based where it makes sense.Lars Knoll2012-01-255-29/+33
* Included stdlib.h to allow malloc() usageRafael Roquetto2012-01-251-0/+2
* remove vestiges of text codec pluginsMark Brand2012-01-252-9/+0
* Remove support for the MNG file format and the bundled libmngaavit2012-01-25111-99915/+11
* Add a changed() signal to QValidator.Andrew den Exter2012-01-255-1/+76
* Fix a compile error in qsql_sqlite2.cppLars Knoll2012-01-251-0/+8
* Document where modelReset() is emittedSimon A. Eugster2012-01-252-2/+28
* QKeySequence: fix copy/paste error in autotestDavid Faure2012-01-251-1/+1
* Remove Q_COMPILER_FINALOlivier Goffart2012-01-241-7/+1
* Add autotest for failing signal connection.Friedemann Kleint2012-01-241-0/+6
* Re-enable 'make check' for tests/auto/widgetsBradley T. Hughes2012-01-241-1/+0
* Deprecate QAbstractItemModel::reset().Stephen Kelly2012-01-242-8/+10
* add missing move* methods to QAbstractItemModelMark Brand2012-01-243-1/+150
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-2417-45/+43
* Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-245-8/+21
* Made window orientation API more flexible.Samuel Rødal2012-01-2419-139/+310
* QMessageBox: Clean up some Q_WS_WIN code.Friedemann Kleint2012-01-241-16/+20