summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove incomplete paragraph from QSet::iterator documentationKai Koehne2014-02-141-3/+0
* Make parsing of template arguments more robust.Olivier Goffart2014-02-142-13/+20
* Added #include "qnumeric.h" to qglobal.hGlen Mabey2014-02-141-0/+1
* support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-1/+1
* Doc: Adjust QDir::tempPath docu as recommended by Ossi.David Faure2014-02-111-1/+2
* Make QUrl::isLocalFile fast by storing a flagThiago Macieira2014-02-101-9/+33
* Doc: fix typo in QDebugStateSaver docuDavid Faure2014-02-101-1/+1
* QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-4/+11
* QDir::tempPath: clarify trailing-slash situation.David Faure2014-02-101-2/+2
* QDir::tempPath: make fallback code more readable.David Faure2014-02-101-2/+2
* Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-1/+7
* QStandardPaths: remove trailing slash when reading from user-dirs.dirsDavid Faure2014-02-081-0/+2
* Small doc fix.Niels Weber2014-02-071-1/+1
* QFileSelector: correct the macros for Apple platforms.Jake Petroules2014-02-041-5/+9
* Doc: Fix broken linksSze Howe Koh2014-02-045-10/+10
* Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-3/+14
* QLogging: Avoid infinite loop in error caseEl Mehdi Fekari2014-02-021-5/+38
* Fix QByteArray documentation w.r.t. QString-related methodsGiuseppe D'Angelo2014-02-011-18/+12
* Add the default argument for the new connection syntaxThiago Macieira2014-02-011-2/+2
* Doc: argument(s) was renamed to value(s), adjust QCommandLineOption docsDavid Faure2014-01-301-3/+3
* Remove duplicate move assignment operator docMorten Johan Sørvig2014-01-301-8/+1
* QFileSelector: correct the macro for android platformLiang Qi2014-01-301-2/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-272-8/+18
|\
| * Doc: Added more information about the WriteOnly modeVenu2014-01-251-2/+3
| * Don't allow the QLibraryStore to be recreated during shutdownThiago Macieira2014-01-221-6/+15
* | Fix typo in the function argument of QRect::moveTo: t -> yThiago Macieira2014-01-271-1/+1
* | Remove invalid comment from qabstractanimation_p.Jędrzej Nowacki2014-01-241-2/+2
* | Doc: corrected broken linksNico Vertriest2014-01-231-3/+0
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-4/+4
|\|
| * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-4/+4
* | QDir: Do not assume that root ends with a slashOrgad Shaneh2014-01-221-4/+5
* | Conditionally disable deprecated warningsKurt Pattyn2014-01-211-2/+6
* | Retain compiler warning stateKurt Pattyn2014-01-211-2/+5
* | Fix cd(), cdUp() QDir member functions docs regarding nonreadable dirsBartosz Brachaczek2014-01-201-2/+2
* | Fix typos in QUrl::toAce() documentation.Mitch Curtis2014-01-181-1/+1
* | Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-5/+9
* | QNX: Fix compilation of qdatetime.cppSergio Ahumada2014-01-181-2/+2
* | Optimize QDateTime string parsingJędrzej Nowacki2014-01-171-11/+31
* | Make QCommandLineParser not crash if passed a bad QCommandLineOptionThiago Macieira2014-01-161-1/+2
* | Do not consider a signal to be connected if only a signal spy is installed.Volker Krause2014-01-162-5/+6
* | Android: Don't register main thread on loading libraryEskil Abrahamsen Blomfeldt2014-01-164-6/+8
* | Android: QStandardPaths implementationChristian Strømme2014-01-162-0/+333
* | Android: Add convenience function to get the API level.Christian Strømme2014-01-162-0/+22
* | Bump Qt version to 5.2.2Sergio Ahumada2014-01-151-2/+2
* | Document QAbstractItemModels::roleNames() better.Mitch Curtis2014-01-151-0/+28
* | Fix some typosKurt Pattyn2014-01-151-3/+3
* | MIPS DSP build system fix and additional optimizations.lpapuga2014-01-144-0/+502
|/
* Windows: Do not print test output to both stdout and system debug logKai Koehne2014-01-131-1/+1
* Fix typos in commentsKurt Pattyn2014-01-131-6/+6
* QNX: Fix compiler warning about unused variable.Sérgio Martins2014-01-121-0/+1