summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Manual touch test: Draw touch points.Friedemann Kleint2015-05-191-25/+159
* Allow RESOURCES to contain standalone files and collections of filesTor Arne Vestbø2015-05-187-0/+165
* 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
* Fix building tst_QPluginLoader on OS X, non-devel buildsFrederik Gladhorn2015-05-131-2/+2
* QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-129-27/+51
* Add QMainWindow::GroupedDragging DockOptionOlivier Goffart2015-05-1211-97/+717
* 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
* Manual QScreen test: capture screen changes.Friedemann Kleint2015-05-074-47/+188
* QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-073-18/+93
* Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-079-19/+24
* Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-056-5/+58
* Haiku: Enable FreeType2/FontConfig supportTobias Koenig2015-05-041-0/+1
* Haiku: Fix compilation after QPA API changeTobias Koenig2015-05-041-4/+0
* Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-05-0445-412/+829
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-0445-412/+829
| |\
| | * Fix undefined behavior in left-shifting into negativeThiago Macieira2015-05-041-1/+1
| | * Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1Laszlo Agocs2015-05-022-2/+2
| | * QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
| | * QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-012-6/+6
| | * [QTextStream::read.*] Return earlier when nothing has been readKonstantin Ritt2015-05-011-3/+3
| | * QFileDialog: Stabilize tests.Friedemann Kleint2015-05-014-23/+49
| | * [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
| | * [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
| | * [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0
| | * Minor optimization to QWidgetPrivate::setFont_helper()Konstantin Ritt2015-05-011-1/+1