summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QDateTime::toString(Qt::ISODateWithMS) instead of reinventing itEdward Welbourne2018-05-031-27/+1
* cups: Show a dialog when asked for passwordAlbert Astals Cid2018-05-031-0/+72
* qFatal: Prevent deadlocks on WindowsThiago Macieira2018-05-021-1/+28
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-0241-200/+260
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-0241-200/+260
| |\
| | * Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-0230-157/+168
| | * QItemSelectionModel: More fixes for is(Column/Row)SelectedDaniel Teske2018-04-301-27/+46
| | * QitemSelectionModel: Fix a bug in isColumnSelectedDaniel Teske2018-04-301-2/+6
| | * Remove assert from QFormLayout::takeRow()Sergio Martins2018-04-301-2/+0
| | * Stop rejecting cookies which have a domain that matches a TLDMårten Nordheim2018-04-301-0/+16
| | * Fix handling of QDBusMessage in qdbuscpp2xml in bootstrapped modeVolker Krause2018-04-291-0/+7
| | * Specify that you need an instance of QNetworkAccessManager per threadJussi Witick2018-04-271-1/+3
| | * Fix for input method commit that ends with newlinePaul Olav Tvete2018-04-271-1/+6
| | * QMimeDatabase: check 128 bytes rather than 32, for text vs binaryDavid Faure2018-04-271-2/+2
| | * QWidgetWindow: Immediately forward close events to QWindowUlf Hermann2018-04-271-0/+1
| | * Remove hack that violates ODRThiago Macieira2018-04-261-11/+6
| | * Improve padding hole issues in QAbstractPrintDialogPrivateThiago Macieira2018-04-261-3/+4
| | * Show high DPI custom cursor on macOSFrederik Christiani2018-04-261-0/+1
* | | Merge drawhelper convert-from and storeAllan Sandfeld Jensen2018-05-0210-673/+585
* | | Upgrade double-conversion to v3.0.0Ulf Hermann2018-05-0210-42/+60
* | | Unix print dialog: Properly initialize duplexMichael Weghorn2018-05-021-5/+26
|/ /
* | Make the use of -fdata-sections and --gc-sections more generic in QtMikhail Svetkin2018-04-272-1/+3
* | QGraphicsView: Improve high-DPI item cachingMorten Johan Sørvig2018-04-261-11/+20
* | QGraphicsView: Create high-dpi background pixmapMorten Johan Sørvig2018-04-261-3/+11
* | Cocoa Menus: Refactor QCocoaMenuItem::sync()Gabriel de Dietrich2018-04-262-50/+49
* | Cocoa Menus: Clean up codeGabriel de Dietrich2018-04-2613-136/+132
* | QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2018-04-261-1/+2
* | QColorDialog: deprecate rgba()Giuseppe D'Angelo2018-04-262-2/+5
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-04-2611-67/+84
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-2611-67/+84
| |\|
| | * improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-253-38/+38
| | * Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
| | * Doc: Show more examples on how to have multiple logging rulesKai Koehne2018-04-251-11/+16
| | * Windows QPA: Add missing calls to keyboard initializationFriedemann Kleint2018-04-251-1/+2
| | * Windows QPA: Fix handling of VK_DECIMAL/VK_SEPARATORFriedemann Kleint2018-04-251-2/+2
| | * Don't crash on <br> following a <table>Allan Sandfeld Jensen2018-04-251-4/+6
| | * Cocoa: Don’t starve the event loop on requestUpdate()Morten Johan Sørvig2018-04-241-1/+1
| | * QCocoaFontDialogHelper: Fix NSFontManager delegate warningGabriel de Dietrich2018-04-241-4/+3
| | * Style sheets: detect and use font set on QHeaderViewsGabriel de Dietrich2018-04-241-5/+7
| | * Fix division by zero in radial gradiants with NEONAllan Sandfeld Jensen2018-04-241-0/+5
| | * QCocoaWindow: Fix handleMouseEvent() compilation warningGabriel de Dietrich2018-04-241-1/+3
* | | High-dpi drawTiledPixmap (raster paint engine)Morten Johan Sørvig2018-04-262-1/+14
|/ /
* | Protect all accesses to the global engine cache by a mutexLars Knoll2018-04-251-34/+32
* | Cocoa QPA: Remove uses of NULLGabriel de Dietrich2018-04-254-6/+6
* | QCocoaNSMenuItem: Add default initializerGabriel de Dietrich2018-04-253-5/+10
* | Fix drawTiledPixmap() and texture-brush painting with high-DPR imagesEirik Aavitsland2018-04-253-0/+17
* | Fix crash in QMainWindow::tabifyDockWidgets()Friedemann Kleint2018-04-251-1/+2
* | Support std::unique_ptr and others in Q_DECLARE_PRIVATEJüri Valdmann2018-04-251-2/+2
* | Fix include style in qreadwritelock_p.hJoerg Bornemann2018-04-251-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-248-24/+57
|\|