summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: refactor the handling of the study dataGiuseppe D'Angelo2013-03-121-17/+24
* Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-1/+7
* QVector - removeLast optimizeThorbjørn Martsum2013-03-071-1/+18
* QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-072-2/+26
* QVector - add remove functionsThorbjørn Martsum2013-03-072-4/+26
* Implement XEmbed protocolAlberto Mardegan2013-03-062-0/+5
* QMap - add multiInsert with hintThorbjørn Martsum2013-03-062-0/+91
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-062-0/+93
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-068-10/+20
|\
| * Silence warning about an unused variable in Q_ASSUME.Jędrzej Nowacki2013-03-061-0/+1
| * Workaround a bug in mktime on QNXFabian Bumberger2013-03-051-0/+10
| * Fixed memory leak in QXmlStreamReaderRoman Pasechnik2013-03-052-0/+3
| * Fix spellingOlivier Goffart2013-03-042-4/+4
| * QMimeDatabase: pass MatchMode down, to fix MatchContent.David Faure2013-03-011-1/+1
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-03-018-10/+347
| |\
| * | doc: remove link to obsolete docOlivier Goffart2013-02-281-5/+1
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-0622-37/+401
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-0522-37/+401
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-02-288-10/+347
| | |\ \ | | | |/ | | |/|
| | | * Add snippet for QT_VERSION_CHECK.Mitch Curtis2013-02-272-0/+14
| | | * Doc: Added the missing example snippetsVenugopal Shivashankar2013-02-266-10/+333
| | * | Fix CreateFileMapping() error handlingPeter Kümmel2013-02-282-4/+5
| | * | Document MSVC-restrictions regarding QStringLiteral.Friedemann Kleint2013-02-281-0/+13
| | * | QStandardPaths: Use forward slash consistently.Friedemann Kleint2013-02-271-2/+2
| | * | Doc: Add the missing \since 5.0Debao Zhang2013-02-253-0/+4
| | * | Rename qAbs Function for timevalDavid E. Narváez2013-02-241-3/+2
| | * | Don't assume that all CFPropertyListRef are CFArrayRefsThiago Macieira2013-02-232-7/+16
| | |/
| | * Add qcore_mac_p.h to the list of headers.Thiago Macieira2013-02-211-0/+2
| | * Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-212-8/+8
| | * Emit which role actually changedAlbert Astals Cid2013-02-211-1/+1
| | * 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