summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+5
* QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+9
* QLocale - Check day number is validJohn Layt2014-01-111-0/+3
* Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2014-01-101-1/+4
* Fix function-not-used warnings detected by Clang 3.4Thiago Macieira2014-01-101-6/+6
* don't make msvc see digraphsOswald Buddenhagen2014-01-091-1/+1
* Ensure that the Qt5Core library does not contain "QTMETADATA ".Friedemann Kleint2014-01-091-1/+2
* Don't define MAC_OS_X_VERSION_MIN_REQUIRED on iOSTor Arne Vestbø2014-01-061-7/+10
* Fix include guard typo.Sérgio Martins2014-01-061-2/+2
* Remove disabling of warning 4660 on MSVCThiago Macieira2014-01-031-1/+0
* Add missed header to qfileselector.cpp.Ivan Komissarov2014-01-031-0/+4
* Fix some typos in documentation.Jeff Tranter2014-01-022-3/+3
* Improve QFileSelector docAlan Alpert2013-12-301-27/+36
* Doc: Polish Qt::ConnectionType descriptionsSze Howe Koh2013-12-301-11/+9
* Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-272-4/+4
* Doc: corrected broken linksNico Vertriest2013-12-201-0/+1
* Fix qlocale_blackberry buffer initializationRafael Roquetto2013-12-171-4/+4
* Introduce Q_ATTRIBUTE_FORMAT_PRINTFHarald Fernengel2013-12-173-62/+20
* qthread_win.cpp: Fix warnings when waiting for adopted threads.Friedemann Kleint2013-12-171-1/+5
* Clarify foreach's documentation on valued-containersAlejandro Exojo2013-12-171-3/+5
* Use the short time format of the current locale on WindowsThiago Macieira2013-12-161-2/+10
* CMake: Generate config-specific moc parameters file.Stephen Kelly2013-12-161-0/+1
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-163-6/+17
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-123-6/+17
| |\
| | * Fix QtDeclarative and QtQml co-existence part three ;(v5.2.0Simon Hausmann2013-12-062-4/+15
| | * Windows command line parsing: Do escape backslash.Friedemann Kleint2013-12-061-2/+2
* | | QMetaType: Fix equality comparison of type-erased iterators.Stephen Kelly2013-12-131-2/+12
* | | QMetaType: Fix copy of type erased iteratorStephen Kelly2013-12-131-2/+10
* | | QMetaType: Rename template type of type-erased iterator operations.Stephen Kelly2013-12-121-6/+6
|/ /
* | Make QTemporaryDir file name more randomKai Koehne2013-12-121-14/+25
* | QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-101-28/+42
* | QMetaStringTable: make ctor explicitMarc Mutz2013-12-091-1/+1
* | Don't check the Qt version across modules in -developer-buildThiago Macieira2013-12-071-0/+6
* | Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-062-18/+39
* | Correct compiler warnings for sign conversionKurt Pattyn2013-12-061-3/+3