summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| | * Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
| | * [DiagLib] Sync QChar enumsKonstantin Ritt2015-05-011-0/+29
| | * Move QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO definition to gcc-base.confRomain Pokrzywka2015-04-303-6/+3
| | * Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-303-69/+172
| | * Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-302-97/+239
| | * Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-308-104/+124
| | * Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-302-2/+17
| | * xcb: Fix updating physical screen sizeAlexander Volkov2015-04-302-7/+19
| | * The qpluginloader machtest needs Q_AUTOTEST_EXPORTFrederik Gladhorn2015-04-301-1/+1
| | * Fix QTreeView ending up in wrong state when dragKatja Marttila2015-04-291-1/+1
| | * Convert opaque indexed images over RGB32Allan Sandfeld Jensen2015-04-281-5/+7
| | * QStateMachine: optimize conflict calculation.Erik Verbruggen2015-04-281-8/+22
| | * Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-282-2/+32
| | * Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-283-31/+64
| | * Tests: Use blacklist for failing tst_qfilesystemwatcher testsCaroline Chao2015-04-282-2/+8
| | * QIODevice: fix data loss when reading large amounts from sequential devicesMarc Mutz2015-04-281-0/+4
| | * QSystemTrayIcon: Fix the placement of title and message in a balloonAlexander Volkov2015-04-271-1/+1
| | * make headers-only modules work for framework buildsOswald Buddenhagen2015-04-272-4/+11
| | * make QMAKE_FRAMEWORK_VERSION work independently of TEMPLATEOswald Buddenhagen2015-04-271-7/+13