summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the use of -fdata-sections and --gc-sections more generic in QtMikhail Svetkin2018-04-2711-9/+30
* QGraphicsView: Improve high-DPI item cachingMorten Johan Sørvig2018-04-262-12/+47
* 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-2650-310/+216
|\
| * Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-2650-310/+216
| |\
| | * configure: don't emit empty GCC_MACHINE_DUMP to qdevice.priOswald Buddenhagen2018-04-251-2/+2
| | * qmake: fix look-up of relative files from .depend_command in shadow buildsOswald Buddenhagen2018-04-251-6/+10
| | * improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-253-38/+38
| | * syncqt: prune references to @ignore_for_master_contentsOswald Buddenhagen2018-04-251-5/+0
| | * Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
| | * tests/auto/widgets/widgets: Avoid unconditional qWait()sKari Oikarinen2018-04-2522-141/+42
| | * Doc: Show more examples on how to have multiple logging rulesKai Koehne2018-04-251-11/+16
| | * Doc: Update doc for Dir View ExampleNico Vertriest2018-04-251-11/+10
| | * Doc: Update Gradients ExampleNico Vertriest2018-04-251-30/+48
| | * 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
| | * tests/auto/widgets/{effects,styles}: Avoid unconditional qWait()sKari Oikarinen2018-04-252-9/+7
| | * Skip flaky tst_QWindow::childWindowPositioning on WaylandJohan Klokkhammer Helsing2018-04-251-0/+3
| | * 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-242-4/+5
| | * QCocoaWindow: Fix handleMouseEvent() compilation warningGabriel de Dietrich2018-04-241-1/+3
| | * Atomics: remove requirement for alignment equality with plain typesThiago Macieira2018-04-241-2/+0
| | * tests/auto/widgets/kernel: Avoid unconditional qWait()sKari Oikarinen2018-04-247-33/+10
* | | High-dpi drawTiledPixmap (raster paint engine)Morten Johan Sørvig2018-04-263-1/+68
|/ /
* | 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 build of static plugins with resources with debug-and-releaseSimon Hausmann2018-04-251-2/+4
* | Fix drawTiledPixmap() and texture-brush painting with high-DPR imagesEirik Aavitsland2018-04-256-1/+102
* | Fix crash in QMainWindow::tabifyDockWidgets()Friedemann Kleint2018-04-251-1/+2
* | tests: cleanup tst_QComboBox::keyBoardNavigationWithMouse()Gatis Paeglis2018-04-252-31/+8
* | 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-2410-30/+73
|\|
| * Fix QML integration of widgetsLars Knoll2018-04-231-1/+2
| * doc: Make both qEnvironmentVariable() functions visible in the docsMartin Smith2018-04-231-7/+5
| * Windows QPA: Fix Korean IME removing words when using CTRL shortcutsFriedemann Kleint2018-04-231-0/+8
| * tst_QFile: Don't expect Windows HANDLE equality in nativeHandleLeaks()Kari Oikarinen2018-04-231-4/+0
| * Doc: Mark local functions in qlogging.cpp as internalKai Koehne2018-04-231-0/+3
| * Doc: Advocate use of std::initializer_list constructor in Q[String]ListKai Koehne2018-04-234-15/+37
| * Style sheets: Include margin while calculating QHeaderview section sizePeng Wu2018-04-221-2/+4
| * qmake: Fix prl lookup for suffixed frameworks on Apple platformsTor Arne Vestbø2018-04-221-2/+16
* | Make it easier to use resources in plugins when using static linkingSimon Hausmann2018-04-239-24/+107