summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Document licenses for all Qt modulesKai Koehne2018-01-246-9/+67
* Don't indefinitely wait for data if it was able to read some dataAndy Shaw2018-01-241-12/+2
* glx: Avoid losing the stereo flag in QSurfaceFormatLaszlo Agocs2018-01-231-0/+4
* QStyleSheetsStyle: Avoid possible division by zeroGabriel de Dietrich2018-01-221-2/+3
* QFusionStyle: Set alpha on color before creating penGabriel de Dietrich2018-01-221-5/+3
* Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2020-39/+43
* Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
* Enable glyph cache workaround for Mali-T880Tero Alamäki2018-01-191-0/+1
* Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-194-9/+13
* Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
* configure: express dependency of fontconfig on freetype more clearlyOswald Buddenhagen2018-01-181-9/+4
* configure: inline D3D11_QUERY_DATA_TIMESTAMP_DISJOINT testOswald Buddenhagen2018-01-181-1/+7
* Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
* Merge "Merge remote-tracking branch 'origin/5.9.4' into 5.9" into refs/stagin...Liang Qi2018-01-181-5/+3
|\
| * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-5/+3
| |\
| | * QMacStyle: Revert state changes for PE_IndicatorMenuCheckMarkv5.9.4Gabriel de Dietrich2018-01-161-5/+3
* | | gtk3: Disable native file dialogs on GTK3 < 3.15.5Frank Richter2018-01-182-1/+18
* | | QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
|/ /
* | QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
* | QWidget: Fix a crash when platform window creation failsFriedemann Kleint2018-01-161-1/+2
* | Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
* | Use font set in the style option if there is no font set in the ruleAndy Shaw2018-01-161-2/+3
* | Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9
* | Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
* | Warn when ending painting on backingstore while there's still an active painterTor Arne Vestbø2018-01-121-0/+3
* | Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-1114-12845/+13303
|\|
| * macOS: Namespace FullScreenProperty category on NSWindowTor Arne Vestbø2018-01-101-0/+5
| * macOS: Simplify mangling of QNSPanelDelegate protocolTor Arne Vestbø2018-01-104-5/+8
| * macOS: Namespace QNSWindowProtocol when building with -qtnamespaceTor Arne Vestbø2018-01-101-0/+3