summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Clear QCoreApplication::applicationFilePath cache if argv[0] changes.Robin Burchell2013-11-201-0/+8
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-2014-52/+104
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-1814-52/+104
| |\
| | * QCollatorSortKey: inline operator<Marc Mutz2013-11-176-25/+10
| | * QCollator(SortKey): declare as sharedMarc Mutz2013-11-171-0/+3
| | * QCollator: enable move semanticsMarc Mutz2013-11-172-3/+29
| | * QFileSelector: mark ctor explicitMarc Mutz2013-11-161-1/+1
| | * QCollator(SortKey): add member-swapMarc Mutz2013-11-152-1/+13
| | * QCollator: mark ctor explicitMarc Mutz2013-11-151-1/+1
| | * Fix QCoreApplication documentation.Mitch Curtis2013-11-151-1/+1
| | * Change platform selectors to match qmake selectorsAlan Alpert2013-11-151-12/+18
| | * qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz2013-11-152-3/+8
| | * Doc: Add missing \since 5.2 to QMap::first/last{,Key}Marcel Krems2013-11-141-0/+6
| | * QTimeZone: mark ctors as explicitMarc Mutz2013-11-141-2/+2
| | * Doc: remove superfluous \since 5.2Marc Mutz2013-11-141-2/+0
| | * QTimeZone: declare as sharedMarc Mutz2013-11-141-0/+1
| | * QTimeZone: add member-swapMarc Mutz2013-11-142-1/+11
* | | QLocale: Avoid a deadlock in error caseEl Mehdi Fekari2013-11-201-5/+12
* | | Bump Qt version to 5.2.1Sergio Ahumada2013-11-201-2/+2
* | | Doc: Q_REVISION/Q_INVOKABLE are added to declaration not definition.Sérgio Martins2013-11-191-2/+2
|/ /
* | QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-171-5/+44
* | QKeySequenceEdit: add to qfeatures.txtMarc Mutz2013-11-141-0/+6
|/
* Avoid signed integer overflow by making an addition a subtractionThiago Macieira2013-11-091-1/+1
* QTimeZone - Fix Windows Transitionsunknown2013-11-091-63/+89
* QTimeZone - Fix Mac TransistionsJohn Layt2013-11-091-19/+38
* Doc: Move threading overviews from qtbase.git to qtdoc.gitSze Howe Koh2013-11-084-1072/+0
* Prevent clang from warning about unused variablesKai Koehne2013-11-081-0/+3
* QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-12/+45
* Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-0/+2
* qfeatures.txt: add section about XML schemaPeter Hartmann2013-11-071-0/+7
* Revert "Add tracing to logging framework"Kai Koehne2013-11-079-642/+9
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-071-0/+6
* QUrlTwoFlag: add two missing constexprMarc Mutz2013-11-071-2/+2
* Q(UrlTwo)Flags: avoid undefined behaviorMarc Mutz2013-11-072-21/+21
* Doc: Fix cross-module linksSze Howe Koh2013-11-062-5/+2
* QMetaType: Fix conversion between module types.Stephen Kelly2013-11-061-1/+2
* Clarify Q_INIT_RESOURCE in relation to namespacesTor Arne Vestbø2013-11-061-0/+4
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* QGlobal: static_assert that sizeof(int) == 4 and UCHAR_MAX == 255Marc Mutz2013-11-061-0/+8
* Force length fo licensee literals to be computed at runtimeKai Koehne2013-11-061-2/+2
* Doc: Add a little more information about current dirsThiago Macieira2013-11-061-2/+5
* Add missing \since 5.1 for QVector::takeFirst() and ::takeLast()Pekka Vuorela2013-11-051-0/+2
* QStandardPaths: add GenericConfigLocationDavid Faure2013-11-057-6/+20
* Declare Cocoa conversion funcs in objc-mode only.Morten Johan Sørvig2013-11-052-2/+10
* Remove Q_INIT_RESOURCE_EXTERNTor Arne Vestbø2013-11-051-3/+0
* Clarify use of Q_INIT_RESOURCETor Arne Vestbø2013-11-053-10/+43
* BlackBerry: Prevent superfluous removal of socket notifiersBernd Weimer2013-11-051-12/+11
* Add qcollator_p.h to the list of headers.Thiago Macieira2013-11-051-0/+1
* Doc: Fix broken linksSze Howe Koh2013-11-0510-21/+17
* Doc: Clean up threading examplesSze Howe Koh2013-11-052-124/+3