summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of compilation warning.Jędrzej Nowacki2012-03-231-0/+1
* Remove detection for MMX support and related technologyThiago Macieira2012-03-232-56/+13
* Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-235-17/+50
* Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2320-128/+254
|\
| * Merge master into api_changesKent Hansen2012-03-2320-128/+254
| |\
| | * Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
| | * Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
| | * Use the same ifdef-based debugging as the other engines.Robin Burchell2012-03-231-22/+28
| | * Make QLocalePrivate::updateSystemLocale() reset the locale data on UnixLars Knoll2012-03-221-21/+49
| | * Make QLocale not depend on being friends with the global staticThiago Macieira2012-03-222-9/+8
| | * Add qpair.h to the HEADERS listThiago Macieira2012-03-221-0/+1
| | * Remove the false information that IA-64 supports SSE2Thiago Macieira2012-03-221-6/+0
| | * support relative Sysroot specification in qt.confOswald Buddenhagen2012-03-221-5/+3
| | * make unspecified/empty HostPrefix fall back to PrefixOswald Buddenhagen2012-03-221-0/+6
| | * QStandardPaths: implement displayName() on all platforms.David Faure2012-03-224-18/+42
| | * Significantly speed up insertion into QJsonObject/ArrayLars Knoll2012-03-222-10/+19
| | * FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+1
| | * Make comment() work in the C locale too.David Faure2012-03-221-1/+2
| | * Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-22/+49
| | * Show correct origin of Q_ASSERT in Windows dialogKai Koehne2012-03-221-3/+3
| | * Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-1/+14
| | * permit explicitly empty qt.conf entriesOswald Buddenhagen2012-03-211-4/+4
| | * Add IDENTITYPROXYMODEL featuresh kim2012-03-192-0/+12
| | * Fix a memory leak in template QMetaObject::Connection.Jędrzej Nowacki2012-03-191-1/+8
* | | Remove QWorkspace.Debao Zhang2012-03-236-24/+0
* | | Cleanup Q3* itemsDebao Zhang2012-03-236-27/+1
|/ /
* | QDirIterator: don't inherit from QDirMarc Mutz2012-03-232-3/+3
* | Rewrite QMap to use a RB treeLars Knoll2012-03-233-554/+715
* | QPointer: some optimisationsMarc Mutz2012-03-221-18/+40
* | Reserve more space for built-in types in id space.Jędrzej Nowacki2012-03-221-1/+1
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-8/+5
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-224-455/+130
* | QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-212-15/+9
* | Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-211-1/+3
* | QLatin1String: Suppress MSVC warnning.Debao Zhang2012-03-211-1/+1
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-212-13/+91
* | QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-212-0/+161
* | Crash fix in ~QVariantJędrzej Nowacki2012-03-212-13/+0
* | QCoreApplication - add return type bool on install/remove translatorThorbjørn Lund Martsum2012-03-212-9/+16
* | Fix qDebug stream for an invalid QVariant.Jędrzej Nowacki2012-03-211-3/+12
* | Use clang's builtin is_enum, if availableJoão Abecasis2012-03-211-3/+9
* | Add QtJson types to meta-type systemKent Hansen2012-03-203-2/+34
* | Forward declare QMetaObject as a struct.Stephen Kelly2012-03-201-1/+1
* | Add API and reserve space for storing the QMetaObject with the QMetaType.Stephen Kelly2012-03-202-7/+28
* | Generate a forwarding header for QStringBuilder.Stephen Kelly2012-03-201-0/+1
* | Add a base class with specialization to QStringBuilder.Stephen Kelly2012-03-191-12/+38
* | Fix up the QEventLoopLocker documentation.Stephen Kelly2012-03-191-3/+10
* | Remove a dead code from QVariant.Jędrzej Nowacki2012-03-191-9/+26
* | Merge master into api_changesKent Hansen2012-03-1923-43/+214
|\|
| * QPointer: update its document and changes-5.0.0Debao Zhang2012-03-181-7/+1