summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the pointer-sized QAtomicInteger specialization existsThiago Macieira2014-01-304-1/+78
* Introduce QAtomicInteger<T> and derive QAtomicInt from itThiago Macieira2014-01-302-145/+241
* Add support for 16- and 64-bit atomics with MSVCThiago Macieira2014-01-301-38/+151
* Declare qregister[u]int, an integer the size of the machine's wordThiago Macieira2014-01-302-0/+23
* Warn the user when compiling Objective-C files (.m) that includes QtTor Arne Vestbø2014-01-302-0/+8
* Regenerate the Unicode tablesKonstantin Ritt2014-01-292-1464/+1465
* Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-293-6/+97
* Fix usage of QObjectPrivate::connect when q_func() is private.Olivier Goffart2014-01-291-2/+2
* Document Qt::NoFormatConversionAllan Sandfeld Jensen2014-01-291-2/+3
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-272-0/+21
* Fix OS X/iOS SDK macros to be usable in combined expressionsTor Arne Vestbø2014-01-251-4/+4
* Work around a binary incompatibility in MSVCThiago Macieira2014-01-233-2/+63
* Update QStandardPaths documentation with Android paths.Christian Strømme2014-01-231-1/+42
* Update the qHash function for strings to use the CRC32 instructionThiago Macieira2014-01-231-0/+63
* Declare flags for Qt::EdgeJ-P Nurmi2014-01-221-1/+4
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-2125-42/+976
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-2025-42/+976
| |\
| | * 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
| | * 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
* | | Allow printf style for qCDebug, qCWarning, qCCritical macrosKai Koehne2014-01-216-8/+388
* | | Support logging direct to journald, if enabled.Robin Burchell2014-01-212-0/+54
* | | Fix compilation error on FreeBSDGabriel de Dietrich2014-01-211-0/+5
* | | Document qRemovePostRoutine() function and update qAddPostRoutine() docBartosz Brachaczek2014-01-201-3/+23
|/ /
* | Revert commit 0893d2d7e5cadcbea5caca8a027ae3e28b6c5410Louai Al-Khanji2014-01-201-4/+2
* | Abuse const_cast in QStringBuilder to get a little more performanceThiago Macieira2014-01-181-1/+3
* | Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* | QObject: fix connection to function pointer with non-copyable references argu...Olivier Goffart2014-01-171-2/+2
* | Support multiple native surfaces on Android.BogDan Vatra2014-01-172-6/+8
* | Suppress warnings for Qt builds only.Kurt Pattyn2014-01-171-2/+4
* | Remove last traces of QT_COMPILER_SUPPORTS_NEONTor Arne Vestbø2014-01-162-3/+2
* | Added constructor to QJsonValue for const char *Matt Broadstone2014-01-162-3/+24