summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QStaticTextUserData: declare dtor out-of-line and export classMarc Mutz2015-06-032-2/+7
* remove now superfluous eval callsJoerg Bornemann2015-06-031-2/+2
* use INSTALLS instead of DEPLOYMENTJoerg Bornemann2015-06-038-8/+8
* Rename ReturnKey to EnterKeyKai Uwe Broulik2015-06-034-44/+45
* QFramePrivate & subclasses: declare dtor out-of-lineMarc Mutz2015-06-028-1/+24
* QTestLib: Move lastButton member into implementationUlf Hermann2015-06-023-11/+59
* QRunnable: add Q_DISABLE_COPYMarc Mutz2015-06-021-1/+3
* Q(Unhandled)Exception: declare dtor out-of-lineMarc Mutz2015-06-022-0/+20
* QRunnable: declare dtor out-of-line and export classMarc Mutz2015-06-022-3/+13
* deprecate DEPLOYMENT variableJoerg Bornemann2015-06-025-51/+11
* Fix crash during autotest execution on Mac OS XLars Knoll2015-06-021-0/+3
* Cleanup the mouse event handling in testlibLars Knoll2015-06-023-40/+46
* Introduce qmake RC_DEFINES for RC preprocessor definesM. Moellney2015-06-025-7/+37
* QFramePrivate: use direct instead of copy initializationMarc Mutz2015-06-011-1/+1
* QGraphicsTransformPrivate: declare dtor out-of-line and export classMarc Mutz2015-06-012-1/+8
* QAbstractTextDocumentLayoutPrivate: declare dtor out-of-line and export classMarc Mutz2015-06-012-1/+6
* src/gui/text/text.pri: add missing header qabstracttextdocumentlayout_p.hMarc Mutz2015-06-011-0/+1
* QGraphicsWidget: micro-optimizationMarc Mutz2015-05-301-3/+1
* QWidget{Text,Line}Control: reserve() a vectorMarc Mutz2015-05-302-0/+2
* QStateMachine: Use QSet::intersects() instead of QSet::intersect()Sérgio Martins2015-05-301-1/+1
* Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-3010-44/+40
* QSet: Introduce intersects().Sérgio Martins2015-05-304-1/+69
* QHash: Add a findNode() overload that doesn't calculate hashSérgio Martins2015-05-301-8/+16
* Remove unsafe random seeding fallback path.Richard J. Moore2015-05-291-24/+2
* Fix QIODevice::errorString() and other places where we expose errnoSimon Hausmann2015-05-291-1/+1
* QTextLayout: replace a use of an inefficient QList with QVectorMarc Mutz2015-05-294-11/+50
* Mark two member functions constSérgio Martins2015-05-293-4/+4
* QRingBuffer: merge indexOf() overloadsAlex Trotsenko2015-05-282-19/+1
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-2738-317/+139
* Haiku: Fix reported geometry of platform windowTobias Koenig2015-05-271-6/+7
* QStandardPaths: Use QDir::listSeparator() instead of ifdefsSérgio Martins2015-05-271-6/+1
* Introduce QDir::listSeparator()Sérgio Martins2015-05-272-1/+22
* Q*GlyphCache: de-inline dtor and export vtableMarc Mutz2015-05-265-3/+59
* Add qHash(QKeySequence)Marc Mutz2015-05-262-1/+16
* QVector: add const first/last gettersGiuseppe D'Angelo2015-05-263-2/+163
* QAbstractSocket: remove unused memberAlex Trotsenko2015-05-262-2/+0
* Allow horizontal scrolling with a mouse wheel for QListViewAlexander Volkov2015-05-263-0/+83
* QWidgetWindow: Avoid using global static non-trivial type.Sérgio Martins2015-05-251-1/+1
* Ensure that CONFIG += plugin_bundle will create Mach-O bundles on OSX/iOSTor Arne Vestbø2015-05-241-0/+2
* qmake: Place Info.plist in correct location for plugin bundlesTor Arne Vestbø2015-05-241-6/+6
* iOS: Clean up style in Objective-C message signaturesTor Arne Vestbø2015-05-2412-48/+48
* Make event delivery from testlib synchronousLars Knoll2015-05-231-27/+43
* Fix autotest on xcb and make it significant againLars Knoll2015-05-232-2/+1
* stabilize qwidget autotestLars Knoll2015-05-231-6/+10
* Make QSystemError const-correctMarc Mutz2015-05-232-6/+6
* Fix blacklistingLars Knoll2015-05-221-1/+1
* Fix table view testLars Knoll2015-05-221-4/+4
* qiosintegration: Set PasswordMaskDelayKai Uwe Broulik2015-05-221-0/+4
* Android: generate QTabletEvents for stylus devices such as the S PenShawn Rutledge2015-05-213-25/+96
* Deinline QRingBuffer classAlex Trotsenko2015-05-2010-244/+386