summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix typoed integrity conditionKari Oikarinen2018-04-041-1/+1
* | | macOS: Handle NaN mouse event positionsNathan Collins2018-03-281-2/+6
* | | DBus: merge calls to set_source_files_properties() in CMake functionsRolf Eike Beer2018-03-261-4/+2
* | | Cocoa: Fix isChildNSWindow() for embedded QWindowsMorten Johan Sørvig2018-03-261-1/+1
* | | Avoid of bounds memory reads when scaling and mirroring imagesAllan Sandfeld Jensen2018-03-232-0/+30
* | | Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-231-4/+0
* | | Fix restoring geometry of dockwidgetAnna Wojciechowska2018-03-232-2/+19
* | | Windows QPA: Fix potential crash in leave event handlingFriedemann Kleint2018-03-201-1/+1
* | | moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-141-0/+3
| |/ |/|
* | QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-091-1/+5
* | QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-021-2/+4
* | Modernize use of 'http' featureUlf Hermann2018-03-0133-126/+101
|/
* Fix build when ftp feature is disabledPasi Petäjäjärvi2018-02-281-0/+1
* Bump copyright yearJani Heikkinen2018-02-271-1/+1
* Update Unicode CLDR third party documentationKai Koehne2018-02-261-7/+11
* Document use of Unicode Character DatabaseKai Koehne2018-02-262-1/+19
* QHeaderView: Preserve settings on layoutChange with empty modelChristian Ehrlicher2018-02-221-0/+24
* QHeaderView: properly restore hidden section size on layoutChanged()Christian Ehrlicher2018-02-221-3/+7
* opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-222-9/+19
* Windows QPA: Fix accessibility being triggered by IMEFriedemann Kleint2018-02-211-0/+1
* Fix expected signature from Connman Scan methodPekka Vuorela2018-02-201-1/+1
* Add WFD_DEVICE_CLIENT_TYPE attribute for INTEGRITY S820Am ADPKimmo Ollila2018-02-191-5/+19
* QFusionStyle: fix the checkbox rendering in low DPI settingsYulong Bai2018-02-191-15/+20
* QGuiApplicationPrivate::processDrag(): Add assertJesus Fernandez2018-02-151-1/+2
* Fix GCC 8 warning in qvariantanimationVille Voutilainen2018-02-141-1/+1
* Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
* Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
* Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
* Fix build failure when QtNetwork module is not buildPasi Petäjäjärvi2018-02-132-2/+2
* Remove QLibrary code path specific to HP-UX on PA-RISCKonstantin Tokarev2018-02-121-33/+2
* Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
* Make use of our egl convenience code for QNX QPAAdam Treat2018-02-089-295/+159
* Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-072-0/+18
* CoreText: Make sure to keep reference to data when cloning raw font engineTor Arne Vestbø2018-02-072-1/+9
* GTK: fix menu positioning on high-DPIJ-P Nurmi2018-02-071-2/+4
* ANGLE: Remove workaround for files having the same name (Debug.h/.cpp)Oliver Wolff2018-02-063-432/+3
* QComboBoxPrivate::showNativePopup(): Scale target rectangleJ-P Nurmi2018-02-051-1/+3
* macOS: fix menu positioning on high-DPIJ-P Nurmi2018-02-051-2/+4
* Fix QXcbWindow::mapFrom/ToGlobal()J-P Nurmi2018-02-051-2/+2
* QGtk3Menu::showPopup(): fix off by one error in the y-coordinateJ-P Nurmi2018-02-051-1/+2
* Suppress GCC 8 warning about realloc() non-trivially-copyable typesThiago Macieira2018-02-041-1/+2
* Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
* Silence GCC 8 warning on memcpy of class Value to to class offsetThiago Macieira2018-02-041-1/+2
* Fix some cases of scaled text disappearing with freetypeJoni Poikelin2018-02-022-4/+2
* Fix window activation in QWindowsWindow::setCustomMargins()Dominik Haumann2018-02-021-1/+1
* Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-7/+16
* Fix QFileDialog::defaultSuffix on macOSNathan Collins2018-02-011-4/+8
* Fix native QFileDialog initial selection for remote URLsAlex Richardson2018-02-011-1/+4
* QSimpleDrag: Fix mouse release coords for delayed event transmissionEike Hein2018-02-012-8/+30
* QHeaderView: properly restore section data after layoutChanged()Christian Ehrlicher2018-01-292-26/+73