summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Restore some source compatibilityLars Knoll2012-03-123-1/+10
* Support Growl >=1.3 in QSystemTrayIconVincent A2012-03-121-2/+6
* Force properties to be applied in the order in which they are specified.Robin Burchell2012-03-121-2/+15
* testlib: Improve formatting of QCOMPARE failure messages.Jason McDonald2012-03-123-9/+9
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-114-2/+492
* Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-1/+1
* XCB: Implement native events for for windows.Friedemann Kleint2012-03-103-6/+18
* Remove unneeded check.Sergio Martins2012-03-101-1/+1
* qdoc3: qdoc user manual updateMartin Smith2012-03-109-817/+1048
* byteorder: Fix compilation for MIPS and GCC < 4.6.Holger Hans Peter Freyther2012-03-101-0/+6
* Remove commented 'comment'ABBAPOH2012-03-101-3/+0
* Fix commas according to qt coding styleABBAPOH2012-03-101-6/+6
* Revert "QNam: only init channels when needed."Kent Hansen2012-03-093-138/+46
* Updated codecs.pri to reflect new QNX mkspec nameRafael Roquetto2012-03-091-1/+1
* byteorder: Improve the implementation comments for auto-detectHolger Hans Peter Freyther2012-03-092-8/+14
* Fixes wrong iconv_open call under QNXRafael Roquetto2012-03-091-1/+1
* Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-097-74/+52
* Fixes mismatching delete operatorRafael Roquetto2012-03-091-1/+1
* Use qt_safe_read to read from low-level file descriptorKevin Krammer2012-03-091-1/+2
* Start eventTime timer so that the .elapsed method will work.Jon Trulson2012-03-091-0/+4
* misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-093-6/+6
* Fix copy/paste error in QAbstractItemModel::insertRow docu.David Faure2012-03-091-3/+2
* Remove widgets dependency from eglfsDonald Carr2012-03-093-8/+21
* Remove calls for default constructorsABBAPOH2012-03-091-6/+0
* Use SSL_MODE_RELEASE_BUFFERS in QSslSocketMartin Petersson2012-03-092-0/+8
* Fix a performance regression with shouldLoadFontEngineForCharacter.Pierre Rossi2012-03-082-14/+38
* Fix platforms.pro to match new qnx mkspec nameRafael Roquetto2012-03-081-1/+1
* Build fix when use '-no-stl' optionYuchen Deng2012-03-081-0/+2
* Add debug stream operator for QNetworkProxyShane Kearns2012-03-082-0/+51
* BlackBerry Plugin: support 8 mouse buttons, instead of just 3.Rick Stockton2012-03-081-3/+16
* QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-081-0/+3
* QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-081-12/+84
* Windows: Fix flag handling.Friedemann Kleint2012-03-081-6/+6
* QtNetwork: blacklist two more certificatesMartin Petersson2012-03-081-0/+2
* replace uses of QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT with module-specific vari...Oswald Buddenhagen2012-03-082-3/+3
* remove obviously counterproductive uses of QT_SOURCE_TREE & QT_BUILD_TREEOswald Buddenhagen2012-03-082-18/+18
* Remove legacy pre-QPA gui/egl implementationDonald Carr2012-03-088-1855/+0
* QAccessibleEvent needs a virtual destructor.Frederik Gladhorn2012-03-081-0/+3
* Defer window activation if the window hasn't beenn mapped yet.Lars Knoll2012-03-082-1/+8
* Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-082-2/+2
* Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-2/+3
* Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+2
* Remove usage of QtXml from rcc, add testGiuseppe D'Angelo2012-03-081-122/+182
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-0816-56/+116
* Remove dead code.Pierre Rossi2012-03-084-32/+0
* testlib: Make QTestResult::verify() more robust.Jason McDonald2012-03-081-1/+3
* Add accessible role Desktop.Frederik Gladhorn2012-03-082-0/+3
* Call updateAccessibility with the right index.Frederik Gladhorn2012-03-0812-22/+22
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-081-17/+9
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-086-48/+73