summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code cleanup, remove QVariant::nameToType usage.Jędrzej Nowacki2012-01-281-3/+1
* Do not suppress tr() methods when QT_NO_META_MACROS is defined.Erik Verbruggen2012-01-281-1/+1
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-282-30/+48
* QUrl: use partially-decoded data in toString and QUrl(QString)David Faure2012-01-281-9/+34
* Fix compilation problem in qjsonvalue.hJani Uusi-Rantala2012-01-281-1/+1
* Fixed includes in public headersDenis Dzyubenko2012-01-275-6/+6
* improvements to ModifiedRowMark Brand2012-01-272-16/+19
* use nameToIndex() instead of duplicating codeMark Brand2012-01-272-6/+7
* fix identation and styleMark Brand2012-01-272-2/+3
* QSizeGrip: Fix Windows.Friedemann Kleint2012-01-273-33/+25
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-2711-91/+78
* WindowsXP-Style: Draw on DC of backing store for widgets only.Friedemann Kleint2012-01-273-30/+35