summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-3111-737/+80
* Fix QGuiApplication::topLevelWindows(), introducing allWindows()Anselmo L. S. Melo2012-01-312-1/+29
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-3132-565/+39
* QValidator: Don't fallback to C Locale when validating inputJohn Layt2012-01-311-18/+4
* fix memory leak in QGuiApplicationPrivatejian liang2012-01-311-0/+2
* Remove QIconEngineV2 and fold it into QIconEngineLars Knoll2012-01-319-271/+67
* xcb: Check for SHM extension before using itUli Schlachter2012-01-311-2/+6
* xcb: Check for SYNC extension before using itUli Schlachter2012-01-311-1/+5
* Remove non existant features from qfeature.hLars Knoll2012-01-312-540/+54
* Changed debug output to option in qminimalbackingstore.Kurt Korbatits2012-01-312-8/+15
* Revert "Revert "Blow up earlier when adding test rows without columns.""Robin Burchell2012-01-311-0/+1
* directfb: Use QPlatformPixmap::fromFile for Qt resourcesHolger Hans Peter Freyther2012-01-311-8/+2
* Update contact address in license headers.Jason McDonald2012-01-3116-16/+16
* QDateTime: Add validity checksJohn Layt2012-01-311-32/+144
* QDateTime: Deprecate setYMD()John Layt2012-01-314-11/+10
* Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-20/+41
* Fix debug format string in windows socket engineShane Kearns2012-01-301-2/+2
* Fix crashing debug messageShane Kearns2012-01-301-1/+1
* Add a null pointer check to QJsonObject::toVariantMapLars Knoll2012-01-301-3/+5
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-3037-1112/+63
* Remove Symbian specific code in platformsupport.Xizhi Zhu2012-01-301-1/+1
* Remove reference to Symbian in printsupport.Xizhi Zhu2012-01-303-9/+0
* Remove Symbian code from tools.Xizhi Zhu2012-01-303-51/+33
* Remove type id/name conversion for QVariant::UserTypeKent Hansen2012-01-301-4/+0
* Remove pass/fail/skip count getters from QTestResult.Jason McDonald2012-01-302-19/+0
* Avoid non-standard indentation of license headers.Jason McDonald2012-01-308-312/+312
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-3015-126/+93
* Make the pause modes a QFlags.Richard Moore2012-01-304-8/+10
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-306-3/+1943
* Change the type key for delegate editors to int.Stephen Kelly2012-01-304-30/+28
* Add the QAbstractItemModel::canDropMimeData method.Stephen Kelly2012-01-302-1/+20
* Don't crash when source or target is nullGunnar Sletta2012-01-301-2/+18
* Fix compilation of Qt apps with -Wshadow -WerrorDavid Faure2012-01-301-1/+1
* Removing Qt5 note that would break SC.Jonas Gastal2012-01-301-2/+0
* Prettify the plastique style's slider thumb.Pierre Rossi2012-01-301-2/+1
* QHeaderView - length returns wrong value fixThorbjørn Lund Martsum2012-01-301-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302351-2343/+2352
* Eliminate QTestResult::ignoreMessage().Jason McDonald2012-01-303-8/+1
* Get rid of QColorGroup from QVariant.Jędrzej Nowacki2012-01-291-1/+1
* Fix BC break with QAbstractFileEngine "mount points"Shane Kearns2012-01-291-0/+5
* Fix compilation warnings on MSVC.Jędrzej Nowacki2012-01-291-2/+2
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-292-7/+11
* Fix null pointer call in QMetaType::destruct().Jędrzej Nowacki2012-01-291-1/+3
* Use per session socket to connect to maliit serverJan Arne Petersen2012-01-294-1/+157
* Get rid of checks for Qt3 typesKent Hansen2012-01-294-39/+0
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-291-1/+13
* Add a set of atomics based on C++11's std::atomicThiago Macieira2012-01-283-1/+250
* Add a set of atomics based on GCC intrinsicsThiago Macieira2012-01-283-1/+133
* Put the generated <module>version.h into build treeLiang Qi2012-01-2811-11/+11
* Making socketOption/setSocketOption virtual on QSslSocket.Jonas M. Gastal2012-01-281-3/+2