summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add function for setting the startup ID for the next window that will be shown.David Faure2014-04-053-0/+20
* Add detection for the Intel compiler in QLibraryInfo::build()Thiago Macieira2014-04-041-1/+3
* Added handling of QT_LINUX_ACCESSIBILITY_ALWAYS_ON variable.Tomasz Olszak2014-04-042-1/+16
* QWeakPointer: add member-swapMarc Mutz2014-04-034-0/+40
* QWeakPointer: add lock() for std::weak_ptr compatibilityMarc Mutz2014-04-034-0/+30
* Optimize QColor::setNamedColorJędrzej Nowacki2014-04-032-7/+15
* [xcb/xsettings] Add support for byte swappingEgbert Eich2014-04-031-11/+32
* QPainter: Fix a hard to trigger null dereference in QPainterPrivate::drawText...Robin Burchell2014-04-031-0/+2
* Serialize QPicture using the latest QDataStream version.Mitch Curtis2014-04-022-25/+84
* QColor::colorNames(): reserve the result QStringListMarc Mutz2014-04-021-0/+1
* Fix warnings produced by QT_ASCII_CAST_WARNINGS in widgets/accessibleJan Arve Saether2014-04-021-21/+21
* IBus: Implement IBus' surrounding text featureTrung Ngo2014-04-022-2/+57
* IBus: Implement QDBusArgument serialization operatorsTrung Ngo2014-04-024-48/+132
* IBus: New version of IBus.InputContext DBus declaration fileTrung Ngo2014-04-023-4/+23
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Iikka Eklund2014-04-02205-2131/+4043
|\
| * Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-01205-2131/+4043
| |\
| | * Item views: respect selection mode when closing an editorJ-P Nurmi2014-04-012-2/+45
| | * Item views: respect focus policy when closing an editorJ-P Nurmi2014-04-014-11/+63
| | * Add support for device capabilities on WinRTMaurice Kalinowski2014-03-311-1/+6
| | * d3dcompiler_qt: Improve shader source structureAndrew Knight2014-03-311-22/+38
| | * Propagate textureChildSeen properlyLaszlo Agocs2014-03-311-1/+1
| | * Make tst_qopengl more verbose.Friedemann Kleint2014-03-311-28/+45
| | * Send touch update events to widget if there is a gesture pending for it.Friedemann Kleint2014-03-313-1/+12
| | * Make QWindowsMultiFontEngine support deferred fallback families queryKonstantin Ritt2014-03-313-33/+9
| | * Fix QFontCache::Key comparison for custom font fallbacks caseKonstantin Ritt2014-03-311-1/+1
| | * Drop dead codeKonstantin Ritt2014-03-311-4/+1
| | * Android: input method fixes for SwiftEdit keyboardPaul Olav Tvete2014-03-311-10/+42
| | * iOS: Share default-FBO for windows between contexts in a share-groupTor Arne Vestbø2014-03-311-4/+9
| | * QNX: use QStringList::join(QChar) overloadMarc Mutz2014-03-311-2/+2
| | * Update copyright year in tools outputKai Koehne2014-03-314-7/+7
| | * Updated outdated README for thread examplesKai Koehne2014-03-311-8/+6
| | * Update copyright year in LICENSE.LGPLKai Koehne2014-03-311-1/+1
| | * Fix compile for embedded Androidaavit2014-03-311-1/+1
| | * OS X QSettings auto test/writing check updateSamuel Gaist2014-03-313-22/+51
| | * Add documentation for WINRT_MANIFESTMaurice Kalinowski2014-03-311-0/+112
| | * NSScreen screens may be empty so add the main screen in that caseAndy Shaw2014-03-291-2/+8
| | * XCB: use requested primary screen DISPLAY=:0.1 when possibleDavid Fries2014-03-291-2/+6
| | * If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-293-5/+15
| | * Remove a duplicate code of else-if statementluyikei2014-03-291-3/+0
| | * QEvent: document and check when registerEventTypes() returns -1Marc Mutz2014-03-292-0/+29
| | * tst_QEvent: add another test-case for registerEventType()Marc Mutz2014-03-291-1/+3
| | * QNX: don't copy a QStringList twice every loop iterationMarc Mutz2014-03-291-2/+2
| | * Fix build on [older] MinGWKonstantin Ritt2014-03-291-1/+1
| | * Fix drawing paths with constant opacity onto PDFAllan Sandfeld Jensen2014-03-291-1/+1
| | * iOS: don't scroll towards cursor during touch pressRichard Moe Gustavsen2014-03-291-0/+19
| | * iOS: stop keyboard from reopending after the gesture finishesRichard Moe Gustavsen2014-03-291-2/+38
| | * iOS: animate screen from current in-flight geometryRichard Moe Gustavsen2014-03-291-1/+1
| | * iOS: keep keyboard rect in syncRichard Moe Gustavsen2014-03-291-3/+0
| | * [QtSql]QIBASE]add support for prepared queries in numRowsAffectedIsrael Lins Albuquerque2014-03-292-2/+24
| | * Android: eglBindAPI() won't return on certain devices.Christian Strømme2014-03-291-3/+3