summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-075-8/+13
* Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-054-5/+50
* 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-0430-284/+429
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-0430-284/+429
| |\
| | * 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-012-3/+3
| | * [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
| | * Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-34/+86
| | * Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-301-34/+92
| | * Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-308-104/+124
| | * Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-301-2/+2
| | * xcb: Fix updating physical screen sizeAlexander Volkov2015-04-302-7/+19
| | * 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-281-1/+16
| | * Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-282-31/+28
| | * 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
* | | qnetworkreplyfileimpl: set attributes if file was sentValery Kotov2015-05-041-2/+5
|/ /
* | Use macros for the OS X enums in QSysInfo::MacVersion.Jake Petroules2015-05-031-12/+12
* | Update for the newest Darwin-family operating systems.Jake Petroules2015-05-033-1/+16
* | doc: Add missing documentation for QXcbWindowFunctionsMartin Smith2015-04-301-4/+131
* | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-305-7/+18
* | xcb: Export RootWindow to QXcbNativeInterface::nativeResourceForScreen()Alexander Volkov2015-04-301-0/+3
* | QNativeSocketEngine: add sendmsg(), recvmsg() wrappers on unixAlex Trotsenko2015-04-281-0/+26
* | Fix WEC2013 build of zlib.Bjoern Breitmeyer2015-04-282-1/+27
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-04-2839-221/+323
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2739-221/+323
| |\|
| | * Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-1/+2