summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-2/+1
* | | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-052-5/+5
* | | Clear the current thread data for the main threadThiago Macieira2013-03-055-7/+12
* | | Fix build with older Clang versions without __has_extensionTor Arne Vestbø2013-03-051-0/+4
* | | Make QProcess startable with open()Corentin Jabot2013-03-052-3/+99
* | | QLocale: Add some more languages and scriptsKonstantin Ritt2013-03-053-156/+869
|/ /
* | Introducing the Qt Android portPaul Olav Tvete2013-03-0512-18/+52
* | Long live QLockFileDavid Faure2013-03-058-0/+895
* | ApplicationStates: add more states to Qt::ApplicationStateRichard Moe Gustavsen2013-03-042-4/+21
* | Fix potential issue in QTBF itemization codeKonstantin Ritt2013-03-041-1/+1
* | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-0325-0/+103
* | Add __ARM_ARCH_5TE__ to Q_PROCESSOR_ARM_V5BogDan Vatra2013-03-021-0/+1
* | QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-021-7/+22
* | Add notify signals to some QCoreApplication propertiesAlan Alpert2013-03-012-4/+51
* | Fix Q_GLOBAL_STATIC support for exceptionsThiago Macieira2013-02-282-4/+7
* | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-282-0/+24
|\ \
| * | iOS: Add potentially undefined version defines to qsystemdetection.hTor Arne Vestbø2013-02-271-0/+16
| * | iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.hTor Arne Vestbø2013-02-262-0/+8
* | | Add private API to connect to slots in QObjectPrivateOlivier Goffart2013-02-281-0/+77
* | | QT_MESSAGE_OUTPUT: add support for condition depending on the typeOlivier Goffart2013-02-271-16/+71
* | | Export QAbstractFileEngine[XXXX] classes.BogDan Vatra2013-02-271-3/+3
* | | Add ISO 8859-11 as an alias for TIS-620David Faure2013-02-271-1/+2
* | | Fix thumb armv5 atomicsBogDan Vatra2013-02-271-0/+8
* | | Add multi-line input method hintPaul Olav Tvete2013-02-272-0/+4
* | | Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-272-5/+6
* | | Don't try to unload a library that isn't loadedThiago Macieira2013-02-271-1/+1
* | | Fix QString::toUcs4() returns incorrectly resized QVectorKonstantin Ritt2013-02-271-7/+8
* | | Compile only the SHA-1 code into qdocThiago Macieira2013-02-231-17/+43
|/ /
* | QStringRef: Added toInt(), toUInt(), etc... functions to QStringRef.Keith Gardner2013-02-222-0/+329
* | QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-212-0/+22
* | Fix QMetaType of const referencesOlivier Goffart2013-02-211-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-202-3/+22
|\|
| * Document the qintptr for public usageLaszlo Papp2013-02-201-2/+20
| * Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-191-1/+2
* | Fix QTBUG-18934 by checking return value of qt_safe_pipeSimeon Bird2013-02-201-9/+23
* | Fix compilation with Clang on MacOS.Erik Verbruggen2013-02-191-10/+4
* | QLocale: Added QStringRef overloads to toInt(), toUInt(), etc...Keith Gardner2013-02-183-0/+290
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-2/+5
|\|
| * Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-161-2/+5
* | Introduce macros for simplifying platform checks on Mac OS and iOSTor Arne Vestbø2013-02-181-0/+10
* | Start using Availability.h over AvailabilityMacros.h on Mac OSTor Arne Vestbø2013-02-181-13/+16
* | Don't override OS X deployment target unconditionally in qsystemdetection.hTor Arne Vestbø2013-02-181-4/+5
* | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-185-17/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-1736-190/+644
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1436-190/+644
| |\|
| | * Don't calculate the install prefix again in the extra cmake files.Stephen Kelly2013-02-132-9/+7
| | * Don't duplicate the 'top-level' include dir in all modules.Stephen Kelly2013-02-092-2/+14
| | * QProcessEnvironment: Permit magic cmd variablesDaniel Teske2013-02-081-1/+2
| | * Update documentation for QIODevice::readData().Christian Strømme2013-02-071-2/+2
| | * Allow x86intrin.h with ICC 13.1Thiago Macieira2013-02-061-1/+1