summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Simplify and unify Q{ByteArray,String{,Ref}}::{simplify,trimmed}Thiago Macieira2014-08-194-144/+151
* | | | Add rvalue-ref qualified QString::to{Upper,Lower,CaseFolded}Thiago Macieira2014-08-193-13/+81
* | | | Unify and refactor QString::to{Upper,Lower,CaseFolded}Thiago Macieira2014-08-192-158/+84
* | | | Add rvalue-ref qualified overload of QByteArray::to{Upper,Lower}Thiago Macieira2014-08-193-7/+56
* | | | Optimize qstricmp()/qstrnicmp()Marc Mutz2014-08-191-3/+3
* | | | Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-20/+99
* | | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-08-1816-45/+2402
|\| | |
| * | | Compile on Android without statfs.f_flagsAllan Sandfeld Jensen2014-08-161-0/+2
| * | | QMimeData: replace an inefficient QList with a QVectorMarc Mutz2014-08-151-1/+2
| * | | Remove redundant code from QMetaProperty.Jędrzej Nowacki2014-08-141-9/+1
| * | | winrt: Fix deadlock in thread dispatcher accessAndrew Knight2014-08-131-6/+8
| * | | Add the QStorageInfo classIvan Komissarov2014-08-139-7/+1646
| * | | Implement native settings format for WinRTMaurice Kalinowski2014-08-134-4/+705
| * | | Fix error reported by address sanitizerOlivier Goffart2014-08-121-6/+12
| |/ /
| * | winrt: Fix core dispatcher lookupAndrew Knight2014-08-111-19/+33
* | | Bump version to 5.5Oswald Buddenhagen2014-08-143-4/+6
* | | Optimize qdatetime string parsingJędrzej Nowacki2014-08-141-16/+16
* | | QMetaType: disallow automatic registration of reference typeOlivier Goffart2014-08-131-0/+3
|/ /
* | Micro-optimize QUrl::topLevelDomainJędrzej Nowacki2014-08-091-2/+4
* | Micro-optimize QDir::relativeFilePathJędrzej Nowacki2014-08-091-1/+5
* | Add QtPrivate::is_const and is_volatileThiago Macieira2014-08-091-0/+9
* | QPair: add constexpr liberallyMarc Mutz2014-08-091-11/+11
* | QStringRef: add missing \since 5.4Marc Mutz2014-08-091-0/+4
* | Move the special QByteArrayList methods into QListThiago Macieira2014-08-094-267/+33
* | Long live QByteArrayList!Glen Mabey2014-08-095-0/+535
* | Long live QVersionNumber!Keith Gardner2014-08-094-2/+798
* | QObject: fix valgrind warning when disconnectingOlivier Goffart2014-08-092-5/+14
* | Add some missing STL typedefs and functions to QStringRef and QByteArrayThiago Macieira2014-08-084-0/+80
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-076-0/+6
* | winrt: Handle dispatcher thread changeAndrew Knight2014-08-071-18/+21
* | QCommandLineParser: support extremely concise option configuration in C++11Marc Mutz2014-08-066-2/+102
* | Implement QStringRef::splitJędrzej Nowacki2014-08-062-2/+38
* | Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-053-40/+7
* | Doc: normalize the {to,from}WCharArray text about encodingsThiago Macieira2014-08-051-4/+4
* | Add a few missing Neon constructsThiago Macieira2014-08-052-7/+7
* | QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-053-5/+16
* | Logging: use the known function when the first frame of the backtrace is unknownOlivier Goffart2014-08-051-3/+7
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-054-9/+29
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-044-9/+29
| |\|
| | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-302-8/+17
| | |\
| | | * Support MIPS atomic on pre-MIPS32 architecturesAurelien Jarno2014-06-271-2/+8
| | | * Enable sparc detection.Lisandro Damián Nicanor Pérez Meyer2014-06-271-6/+9
| | * | Work around ICC bug in local static symbols for Q_GLOBAL_STATICThiago Macieira2014-07-301-1/+10
* | | | Add Q_ENUMS for Qt::MouseEventSource, Qt::FocusReason.Friedemann Kleint2014-08-051-0/+2
* | | | QList: Fix MSVC 64bit warning about loss of data.Friedemann Kleint2014-08-051-1/+1
|/ / /
* | | QList: add missing reserve() call in the initializer_list ctorMarc Mutz2014-08-031-1/+1
* | | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-0/+9
* | | Make QOpenGLWidget publicLaszlo Agocs2014-08-012-0/+9
* | | QTimeZone: optimize QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-18/+29
* | | Android: Really suspend apps that are put in the backgroundBogDan Vatra2014-07-311-1/+1