summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSaveFile: Check for EINTR in fsync()/fdatasync()5.10Thiago Macieira2018-02-111-2/+3
* Set the ellipseDiameters back to the original size in QGraphicsViewAndy Shaw2018-02-084-2/+248
* Use the right attribute when checking if shortcuts are shownAndy Shaw2018-02-081-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-0714-450/+30
|\
| * 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
* | macOS: Share view update code between layered and non-layered modeTor Arne Vestbø2018-02-051-2/+6
* | iOS: Simplify logging of QUIView/QIOSWindowTor Arne Vestbø2018-02-053-12/+40
* | QString: Add whitespace handling note to number conversion functionsAndre Hartmann2018-02-051-0/+22
* | QString: Wrap extra-long comment lineAndre Hartmann2018-02-051-1/+4
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-02-045-13/+43
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-025-13/+43
| |\|
| | * Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-012-7/+20
| | * 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
* | | Fix configure.json for opensslv11 featureTimur Pocheptsov2018-02-031-5/+6
|/ /
* | Merge remote-tracking branch 'origin/5.10.1' into 5.10Liang Qi2018-02-018-39/+74
|\ \
| * | Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-012-10/+4
| * | Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-011-2/+13
| * | Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-012-0/+18
| * | macOS: Handle update requests via setNeedsDisplay more carefullyTor Arne Vestbø2018-02-013-27/+39
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2911-58/+162
|\ \ \ | | |/ | |/|
| * | QHeaderView: properly restore section data after layoutChanged()Christian Ehrlicher2018-01-293-30/+82
| * | examples: Add localserver feature check for localfortune examplesFrank Richter2018-01-271-1/+5
| * | Don't update the position if the handle was not first pressedBogDan Vatra2018-01-271-0/+5
| * | Check selection handles positionBogDan Vatra2018-01-271-6/+42
| * | Move selection handles 1mm downBogDan Vatra2018-01-271-10/+12
| * | Do not allow empty selectionsBogDan Vatra2018-01-271-0/+2
| * | Android: Hide handler(s) if the cursor is not visible anymoreBogDan Vatra2018-01-271-0/+10
| * | Fix missing update of QTreeView on setTreePosition()Igor Mironchik2018-01-271-1/+1
| * | Remove traces of Growl in QSystemTrayIcon code and documentationKonstantin Tokarev2018-01-262-8/+1
| * | Android: Fix compilation with warnings-are-errorsEskil Abrahamsen Blomfeldt2018-01-261-1/+0
| * | hellogles3 example: Fix start-up crash when using dynamic GLFriedemann Kleint2018-01-261-2/+2
* | | rasterwindow: End painting on device before ending on backingstoreTor Arne Vestbø2018-01-291-0/+1
* | | unify windows mkspecs: move angle/vulkan includesAlexander Shevchenko2018-01-272-6/+2
| |/ |/|
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2614-42/+141
|\|
| * Do a static_cast in bit-blasts that are UBVille Voutilainen2018-01-254-11/+11
| * Fix compilation with -no-feature-regularexpressionJoni Poikelin2018-01-251-4/+23
| * Cocoa: Explicitly hide popup windows when the application is hiddenAndy Shaw2018-01-251-0/+18
| * CoreText: Add Apple Symbols as a fallback to cover some symbolsAndy Shaw2018-01-241-18/+19