summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-308-17/+22
* QSet: Introduce intersects().Sérgio Martins2015-05-303-1/+42
* 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-2734-298/+130
* 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-262-2/+22
* QAbstractSocket: remove unused memberAlex Trotsenko2015-05-262-2/+0
* Allow horizontal scrolling with a mouse wheel for QListViewAlexander Volkov2015-05-262-0/+34
* QWidgetWindow: Avoid using global static non-trivial type.Sérgio Martins2015-05-251-1/+1
* 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
* Make QSystemError const-correctMarc Mutz2015-05-232-6/+6
* qiosintegration: Set PasswordMaskDelayKai Uwe Broulik2015-05-221-0/+4
* Android: generate QTabletEvents for stylus devices such as the S PenShawn Rutledge2015-05-212-21/+90
* Deinline QRingBuffer classAlex Trotsenko2015-05-204-243/+352
* Respecting correct text interaction flags when setting text cursor.David Schulz2015-05-181-2/+3
* QList: partially revert ab8366b5923ec0feb730df98040885669f7bbe38Marc Mutz2015-05-171-0/+10
* Add environment variable support for testability library use.Timo Jyrinki2015-05-151-0/+3
* QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-129-27/+51
* Add QMainWindow::GroupedDragging DockOptionOlivier Goffart2015-05-128-90/+705
* Fixing the build of the SIMD support for WEC2013.Bjoern Breitmeyer2015-05-121-1/+3
* Add a way to filter window system eventsGiulio Camuffo2015-05-122-2/+45
* qdoc: Update documentation of \qmlabstractMartin Smith2015-05-1211-63/+40
* Check the maximum size of a QByteArray more preciselyAlex Trotsenko2015-05-112-5/+6
* Documentation: Show an example for each overloaded signalOlivier Goffart2015-05-103-1/+72
* QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-072-13/+76