summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move documentation of AA_MSWindowsUseDirect3DByDefault into obsolete section.Friedemann Kleint2014-02-051-2/+3
* Obsolete AA_ImmediateWidgetCreation.Friedemann Kleint2014-02-052-16/+12
* Logging: Don't use for loop in qCDebug macrosKai Koehne2014-02-041-3/+3
* Add other integer overloads to QFlag's constructorThiago Macieira2014-02-012-3/+37
* Fix configure & qmake compilation with a future MSVC versionThiago Macieira2014-02-011-2/+1
* Update the macro that MSVC 2013 defines for AVX code generationThiago Macieira2014-02-011-11/+7
* Use qregister(u)int in qsimd.cpp x86 codeThiago Macieira2014-02-011-3/+3
* Move the code that converts from UTF-16 to Latin1 to the topThiago Macieira2014-01-311-122/+118
* Merge all conversions from Latin-1 in qstring.cpp into a single functionThiago Macieira2014-01-311-62/+60
* Unroll the tail loops of the SSE2-improved codeThiago Macieira2014-01-311-0/+53
* Improve the QString/QLatin1String ucstrncmp with SSE2Thiago Macieira2014-01-311-0/+51
* Centralize the UTF16-Latin1 comparisons in one placeThiago Macieira2014-01-311-63/+29
* Improve qstring.cpp:findChar with SSE2Thiago Macieira2014-01-311-1/+19
* Merge qMemEquals and ucstrncmpThiago Macieira2014-01-311-84/+38
* Improve ucstrncmp with SSE2Thiago Macieira2014-01-312-0/+65
* Add support for UTF-8 encoding/decoding with SIMDThiago Macieira2014-01-312-20/+163
* Android: Export QtAndroidPrivate::androidSdkVersion()Christian Strømme2014-01-311-1/+1
* Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-311-0/+2
* Fix WinRT timer dispatchAndrew Knight2014-01-301-17/+17
* Use full-barrier in the "non-atomic" API in QAtomic{Int,Integer,Pointer}Thiago Macieira2014-01-301-4/+4
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-3010-77/+20
* Centralize support for QBasicAtomic for ints and longsThiago Macieira2014-01-3012-60/+39
* 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