summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | Added convenience methods to QJsonArray for appending QJsonValuesMatt Broadstone2014-01-162-0/+33
* | Add detection of C++1y features (probably C++14)Thiago Macieira2014-01-161-0/+64
* | remove qt_windows.h from qwinoverlappedionotifier_p.hJoerg Bornemann2014-01-154-8/+11
* | Mark error message in qfsfileengine_unix.cpp as translatable.Friedemann Kleint2014-01-151-2/+13
* | Regenerate the Unicode data tablesKonstantin Ritt2014-01-142-5436/+5458
* | Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-143-32/+61
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-1333-202/+202
* | d-pointerize QWinOverlappedIoNotifierJoerg Bornemann2014-01-132-72/+104
* | Update the time zones database from CLDR v.24Konstantin Ritt2014-01-131-845/+851
* | Update the internal CLDR tables up to v.24Konstantin Ritt2014-01-133-4359/+4541
* | Compile fix for Windows PhoneAndrew Knight2014-01-131-1/+3
* | QTimeZone - Change from Olson ID to IANA IDJohn Layt2014-01-118-101/+101
* | BlackBerry: Add a private PPS APINehme Bilal2014-01-117-2/+1768
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-105-17/+21
|\|
| * 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
* | Add QTypeInfo<T>::isIntegral traitThiago Macieira2014-01-091-13/+30
* | Use the new UTF-8 codec in QUrl and QUrlQueryThiago Macieira2014-01-091-120/+66
* | Use the new UTF-8 codec in QJsonDocumentThiago Macieira2014-01-093-79/+23
* | Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-093-87/+195
* | Add a new UTF-8 encoder and use it from QStringThiago Macieira2014-01-093-46/+157
* | Optimize QObject::senderSignalIndex to only iterate the d->senders once.Milian Wolff2014-01-092-25/+13
* | Add QVarLengthArray::{indexOf,lastIndexOf,contains} functionshjk2014-01-092-0/+88
* | Send DynamicPropertyChange event only when value is changed.Tomasz Olszak2014-01-091-0/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-081-1/+0
|\ \