summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Removed move constructor.Wolf-Michael Bolle2012-03-161-3/+0
| * Cocoa: Fix menu item activation.Morten Johan Sorvig2012-03-161-1/+1
| * Fix broken qWaitForWindowShown() behaviorCharles Yin2012-03-162-4/+55
| * QRegularExpression: various documentation improvements/fixesGiuseppe D'Angelo2012-03-161-11/+28
* | Ensure that moc doesn't resolve the qreal meta-type idKent Hansen2012-03-182-23/+28
* | Move CMake macros and tests for dbus tools from qttools.Stephen Kelly2012-03-182-0/+165
* | Bootstrap qdbuscpp2xml.Stephen Kelly2012-03-183-218/+256
* | Add qdbuscpp2xml.Stephen Kelly2012-03-182-0/+456
* | Bootstrap qdbusxml2cppStephen Kelly2012-03-183-12/+47
* | Add qdbusxml2cpp.Stephen Kelly2012-03-182-0/+1157
* | Include geometric variants when bootstrapping.Stephen Kelly2012-03-172-2/+4
* | Compile QLatin1String with C++11Olivier Goffart2012-03-171-1/+1
* | Don't treat QByteArray(0, char) as nullJoão Abecasis2012-03-162-2/+2
* | QSharedPointer: add reset() member functionsMarc Mutz2012-03-163-0/+41
* | Fix comparison type warning.Stephen Kelly2012-03-161-1/+1
* | Merge master into api_changesKent Hansen2012-03-16363-7434/+48380
|\|
| * Un-deprecate QPointer per mailing list discussion.Robin Burchell2012-03-152-6/+1
| * Add a note to QTouchEvent docs about empty touchpoint listsLaszlo Agocs2012-03-151-3/+4
| * Fix QUdpSocket bindMode autotest regressionShane2012-03-151-0/+2
| * Add missing private headers to .pri.Xizhi Zhu2012-03-151-0/+1
| * Added missing \since 5.0 and tweaked some docs in QtGui.Samuel Rødal2012-03-158-4/+19
| * qdoc: Structure the DITA map with a root node.Martin Smith2012-03-154-85/+41
| * QSqlTableModel::removeRows() enforce edit strategyMark Brand2012-03-151-4/+15
| * QSqlTableModel::setData(): no longer autosubmit for OnRowChangeMark Brand2012-03-151-29/+31
| * QSqlTableModel: disallow insert if changes are pendingMark Brand2012-03-151-7/+9
| * QSqlTableModel::setData()/setRecord(): fix incorrect rowMark Brand2012-03-151-25/+38
| * Remove Q_WS_X11Frederik Gladhorn2012-03-151-4/+0