summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* CMake: Scripts: Fix double entries in 3rd party library mappingTobias Hunger2019-05-061-2/+2
* CMake: Improve mapping of librariesTobias Hunger2019-05-032-11/+26
* CMake: configurejson2cmake: Do not generate useless OPTIONALsTobias Hunger2019-05-031-21/+2
* cmake: make the qt_find_package PROVIDED_TARGETS optionalJean-Michaël Celerier2019-05-031-1/+1
* cmake: Fix Vulkan qt_find_package callJean-Michaël Celerier2019-05-021-1/+1
* Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-022-21/+21
* Make freetype a required packageAlexandru Croitor2019-05-011-1/+1
* Remove the Gui extra cmake file which was restored during the mergeAlexandru Croitor2019-04-171-193/+0
* Merge remote-tracking branch 'gerrit/dev' into wip/cmakeTobias Hunger2019-04-165-68/+230
|\
| * tslib: use ts_setup() to find the deviceRolf Eike Beer2019-04-151-1/+1
| * Add Extended RGB model to QColorAllan Sandfeld Jensen2019-04-124-67/+229
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-16363-4758/+13019
|\|
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-114-133/+137
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-04-104-133/+137
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-104-133/+137
| | | |\
| | | | * QShaderGenerator: stop abusing from auto everywherePaul Lemire2019-04-094-133/+137
| * | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-107-128/+54
| |\| | |
| | * | | Update precompiled headersAllan Sandfeld Jensen2019-04-091-24/+7
| | |/ /
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-04-091-2/+4
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-091-2/+4
| | | |\|
| | | | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-081-2/+4
| | | | |\
| | | | | * Merge 5.12 into 5.12.3Kari Oikarinen2019-04-015-63/+57
| | | | | |\
| | | | | * | configure: add linker flags for xkbcommon* when pkg-config not presentGatis Paeglis2019-03-251-2/+4
| | * | | | | Be more precise in calculating start point of fast scalingAllan Sandfeld Jensen2019-04-081-89/+30
| | |/ / / /
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-064-13/+13
| | |\| | |
| | | * | | Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-6/+2
| | | * | | Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+6
| | | * | | png handler: initialize all the variables passed to png_get_IHDRAlbert Astals Cid2019-04-051-4/+4
| | | * | | Remove noisy warning for undefined QGradient presetEirik Aavitsland2019-04-051-3/+1
| * | | | | QtGui: Use member initialization for QWindowPrivate, QScreenPrivateFriedemann Kleint2019-04-092-72/+31
| * | | | | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-099-401/+756
| * | | | | Revert "Fix font matching of typographic families on Windows"Eskil Abrahamsen Blomfeldt2019-04-093-20/+0
| * | | | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-067-11/+11
| * | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-061-2/+4
| |\ \ \ \ \
| | * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-2/+4
| | |\| | | |
| | | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-2/+4
| | | |\| | |
| | | | * | | Doc: Update QImage::depth to indicate we support 64 bpp nowAndy Shaw2019-04-041-1/+1
| | | | * | | Update scanline documentationAllan Sandfeld Jensen2019-04-041-1/+3
| * | | | | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-0566-412/+412
| |/ / / / /
| * | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0430-228/+328
| |\ \ \ \ \
| | * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-0/+23
| | |\| | | |
| | | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-0/+23
| | | |\| | |
| | | | * | | Add a clarification about "characters" to QTextCursor docsEskil Abrahamsen Blomfeldt2019-04-021-0/+23
| | * | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-034-13/+41
| | |\| | | |
| | | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-024-13/+41
| | | |\| | |
| | | | * | | Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-9/+27
| | | | * | | Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-011-0/+1
| | | | * | | Fix assert/crash when creating QBrush with null QGradientEirik Aavitsland2019-04-011-4/+8
| | | | | |/ | | | | |/|
| | | | * | Fix alpha blending regression with WA_StacksOnTop QOpenGLWidgetsLaszlo Agocs2019-03-301-0/+5
| | * | | | Revert "Revert "Remove deprecated screen maintenance functions in QPlatformIn...Liang Qi2019-04-015-64/+13