summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QWorkspace.Debao Zhang2012-03-2327-3794/+15
* Cleanup Q3* itemsDebao Zhang2012-03-2312-61/+2
* QDirIterator: don't inherit from QDirMarc Mutz2012-03-232-3/+3
* QtDBus: don't inherit from QString, QVariantMarc Mutz2012-03-232-30/+25
* Rewrite QMap to use a RB treeLars Knoll2012-03-233-554/+715
* QPointer: some optimisationsMarc Mutz2012-03-221-18/+40
* Remove obsolete methods which forward to the base class.Stephen Kelly2012-03-222-22/+0
* Remove non-const version of QTreeWidget method.Stephen Kelly2012-03-222-11/+0
* Remove obsolete internal functions.Stephen Kelly2012-03-222-27/+0
* 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-2218-119/+132
* List QtPrintSupport as a dependency of QtPlatformSupport.Stephen Kelly2012-03-221-1/+1
* Remove support for meta-object revisions < 7Kent Hansen2012-03-224-455/+130
* Change the parameter name of signals to be consistent.Stephen Kelly2012-03-211-2/+2
* 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
* Use the new QMetaMethod API in testlibKent Hansen2012-03-212-18/+8
* 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
* testlib: Remove obsolete internal compare_helper overload.Jason McDonald2012-03-214-27/+0
* Crash fix in ~QVariantJędrzej Nowacki2012-03-215-32/+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
* Use the new QMetaMethod API in QtDBusKent Hansen2012-03-204-15/+10
* Add QtJson types to meta-type systemKent Hansen2012-03-203-2/+34
* Reserve a virtual method for use with a feature in Qt 5.1.Stephen Kelly2012-03-202-0/+12
* Forward declare QMetaObject as a struct.Stephen Kelly2012-03-201-1/+1
* Reserve the virtual viewportSizeHint method in QAbstractScrollArea.Stephen Kelly2012-03-202-0/+12
* Add API and reserve space for storing the QMetaObject with the QMetaType.Stephen Kelly2012-03-203-8/+30
* Generate a forwarding header for QStringBuilder.Stephen Kelly2012-03-201-0/+1
* QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-2019-779/+24
* 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-1937-97/+383
|\
| * Make copy and assign private for QAccessibleEvent.Frederik Gladhorn2012-03-182-6/+8
| * Cocoa: Fix function key handlingBradley T. Hughes2012-03-181-7/+11
| * Fix shortcut handling in the Cocoa pluginBradley T. Hughes2012-03-181-25/+26
| * QPointer: update its document and changes-5.0.0Debao Zhang2012-03-181-7/+1
| * Add QWindowSystemInterface::tryHandleSynchronousShortcutEvent()Bradley T. Hughes2012-03-172-0/+46
| * Don't reject plugins that have empty meta-dataLincoln Ramsay2012-03-171-2/+1
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-1718-2/+184
| * Replace Q_WS_MAC with Q_OS_MAC in qshortcut.cppBradley T. Hughes2012-03-171-2/+3
| * QCocoaClipboard: Make QClipboard::clear() clear.Morten Johan Sorvig2012-03-171-0/+4
| * Fix bug showing folder icons for filesArnt Witteveen2012-03-171-9/+10
| * qdoc: Structure the DITA map with a root node.Martin Smith2012-03-171-2/+8
| * Fix font cache check in QFontEngineFT::recalcAdvances()Miikka Heikkinen2012-03-161-1/+3
| * Removed move constructor.Wolf-Michael Bolle2012-03-162-21/+0