summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Windows: Use WinAPI CommandLineToArgvW() to create argv from command line.Friedemann Kleint2014-05-152-14/+54
* Do not build or link to PCRE if QRegularExpression is disabledGiuseppe D'Angelo2014-05-152-7/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-134-17/+32
|\
| * QPpsObject compile added for QNX platformNedim Hadzic2014-05-131-2/+8
| * Doc: change the name of the QTemporaryDir parameter nameThiago Macieira2014-05-111-7/+7
| * Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-1/+3
| * QDateTime: Fix sign handling in the timezone offset writerDaniel Seither2014-05-081-1/+1
| * QDateTime: Fix sign handling in the timezone offset parserDaniel Seither2014-05-081-6/+13
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-137-13/+19
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-137-13/+19
| |\|
| | * Doc: removed references to QtSharedMemory.Nico Vertriest2014-05-061-5/+3
| | * Use QCoreApplication::postEvent() for replaying popup mouse events.Friedemann Kleint2014-05-061-0/+1
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-054-8/+10
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-034-8/+10
| | | |\
| | | | * Add a comment about not obvious code in VariantData.Jędrzej Nowacki2014-05-021-0/+1
| | | | * Fix more double release in QTimeZone on MacJean-Philippe Proulx2014-05-021-6/+0
| | | | * Logging: Mention 'best practices' for using QLoggingCategoryKai Koehne2014-04-291-0/+6
| | | | * Fix double release in QTimeZone on MacJean-Philippe Proulx2014-04-281-1/+1
| | | | * Doc: Remove Qt Core documentation dependency to Qt QMLTopi Reinio2014-04-281-1/+2
| | * | | Add winrt and winphone to the list of platform file selector namesAndrew Knight2014-05-031-0/+5
| | |/ /
* | | | Remove OOM exception handling from QDebugKai Koehne2014-05-131-5/+3
* | | | Document behavioral dependencies to ICU in QLocaleKai Koehne2014-05-131-0/+14
* | | | Add the static/shared split to QLibraryInfo::build()Thiago Macieira2014-05-121-1/+6
* | | | Remove the use of __DATE__ from QtCoreThiago Macieira2014-05-121-1/+1
* | | | Update QLibraryInfo::build() to use the arch-detection from QSysInfoThiago Macieira2014-05-121-16/+10
* | | | QRegularExpression: allow users to skip the UTF-16 check of the subject stringGiuseppe D'Angelo2014-05-122-3/+14
* | | | Don't open /etc/os-release outside Linux and Debian GNU/kFreeBSDThiago Macieira2014-05-091-25/+39
* | | | Implement QSysInfo::osVersion() for BlackBerryThiago Macieira2014-05-091-3/+11
* | | | Add QSysInfo::osKernelVersion()Thiago Macieira2014-05-092-6/+46
* | | | Add QSysInfo::osVersion() and prettyOsName()Thiago Macieira2014-05-092-5/+273
* | | | Add QSysInfo::osType()Thiago Macieira2014-05-093-7/+75
* | | | Add QSysInfo::cpuArchitecture() and fullCpuArchitecture()Thiago Macieira2014-05-094-0/+249
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0643-237/+367
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0117-68/+124
| |\|
| | * Un-export QSignalBlocker: it's all inlineThiago Macieira2014-04-251-1/+1
| | * document new QTPLUGIN magicOswald Buddenhagen2014-04-252-16/+31
| | * Deprecate setSharable in Qt containersThiago Macieira2014-04-2412-13/+55
| | * Document QString's UTF-8 conversion behaviorsThiago Macieira2014-04-241-20/+4
| | * Restore handling of BOMs in QString::fromUtf8Thiago Macieira2014-04-241-15/+29
| | * doc fixesOswald Buddenhagen2014-04-241-3/+4
| * | Allow building against static ICU libs also on UnixKai Koehne2014-04-291-2/+2
| * | Doc: QSize::isValid does >= 0 instead of > 0 comparisonsThiago Macieira2014-04-291-1/+1
| * | Allow to control animations frame rate from a custom QAnimationDriverTimur Artikov2014-04-291-3/+4
| * | remove superfluous includeJoerg Bornemann2014-04-251-1/+0
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-259-33/+83
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-239-33/+83
| | |\|
| | | * Fix warning with -Wswitch-enumKonstantin Ritt2014-04-232-0/+6
| | | * WinRT: Don't use the native thread handle for waitingAndrew Knight2014-04-161-15/+6
| | | * Doc: recommend using QLocale for loading translationsLeena Miettinen2014-04-161-0/+6
| | | * Disable C++11 initializer lists and rvalue refs for old libstdc++Thiago Macieira2014-04-141-2/+10