From dbf43cd34090cc66317ee5ffe5d12f874fe1576a Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 8 Apr 2016 17:35:51 +0200 Subject: WinExtras/doc/: Fix PNG format errors in two images. The identify command reported CRC errors in these two images. Fixed using $ optipng -o7 -strip all -fix $f $ pngcrush -ow -brute -force -rem allb -reduce $f with each as $f and then checked visually to appear unchanged. Change-Id: I5da5fe03bbbc48b8b19c95e91d08dee1d4deeff9 Reviewed-by: Jake Petroules --- src/winextras/doc/images/glass.png | Bin 47584 -> 47948 bytes src/winextras/doc/images/peek-on.png | Bin 40988 -> 41574 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/src/winextras/doc/images/glass.png b/src/winextras/doc/images/glass.png index 513fe5d..a2a6326 100644 Binary files a/src/winextras/doc/images/glass.png and b/src/winextras/doc/images/glass.png differ diff --git a/src/winextras/doc/images/peek-on.png b/src/winextras/doc/images/peek-on.png index 2ad48e9..c655639 100644 Binary files a/src/winextras/doc/images/peek-on.png and b/src/winextras/doc/images/peek-on.png differ -- cgit v1.2.3 From 9463d25167fe1e2fc47180331827cbad2a805f67 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 21 Apr 2016 21:05:59 +0200 Subject: add missing example install Change-Id: I9513901d7b57ca396501cda4c8ac77ab682fc768 Reviewed-by: Joerg Bornemann --- examples/winextras/iconextractor/iconextractor.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/winextras/iconextractor/iconextractor.pro b/examples/winextras/iconextractor/iconextractor.pro index b9ad5f6..a8a967c 100644 --- a/examples/winextras/iconextractor/iconextractor.pro +++ b/examples/winextras/iconextractor/iconextractor.pro @@ -4,3 +4,6 @@ CONFIG += console QT = core gui winextras LIBS += -lshell32 SOURCES += main.cpp + +target.path = $$[QT_INSTALL_EXAMPLES]/winextras/iconextractor +INSTALLS += target -- cgit v1.2.3 From bdc7ff5726138b791c0307795360e5ab9263f6a4 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 12 May 2016 10:10:05 +0200 Subject: Add changelog for Qt 5.6.1 release Change-Id: Id86e09eeb4f5334e2e40c2f8afe3a120d02422c2 Reviewed-by: Joerg Bornemann --- dist/changes-5.6.1 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dist/changes-5.6.1 diff --git a/dist/changes-5.6.1 b/dist/changes-5.6.1 new file mode 100644 index 0000000..57adbce --- /dev/null +++ b/dist/changes-5.6.1 @@ -0,0 +1,24 @@ +Qt 5.6.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.6.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://doc.qt.io/qt-5/index.html + +The Qt version 5.6 series is binary compatible with the 5.5.x series. +Applications compiled for 5.5 will continue to run with 5.6. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + +**************************************************************************** +* Library * +**************************************************************************** + + - This release contains only minor code improvements. -- cgit v1.2.3 From e47b073a8acb55b62448451a11ac99fe066b9a07 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 10 May 2016 14:54:32 +0200 Subject: Doc: Remove repository name from examplesinstallpath Examples in binary packages now directly match the install path. Change-Id: Ia9f4392083975236936aef867650c9f95855909f Task-number: QTBUG-52953 Reviewed-by: Antti Kokko --- src/winextras/doc/qtwinextras.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winextras/doc/qtwinextras.qdocconf b/src/winextras/doc/qtwinextras.qdocconf index 46c3e95..27b991a 100644 --- a/src/winextras/doc/qtwinextras.qdocconf +++ b/src/winextras/doc/qtwinextras.qdocconf @@ -7,7 +7,7 @@ version = $QT_VERSION exampledirs += ../../../examples/winextras \ snippets -examplesinstallpath = qtwinextras/winextras +examplesinstallpath = winextras headerdirs = .. ../../imports/winextras sourcedirs = .. ../../imports/winextras -- cgit v1.2.3 From 3dd2b06debd316e3656d433686642ffb64951c37 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 19 May 2016 13:27:37 +0200 Subject: Bump version Change-Id: I457fa602921df64c0c2c232d0c429330ceaacf69 --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.qmake.conf b/.qmake.conf index b642527..21c63db 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,3 +1,3 @@ load(qt_build_config) -MODULE_VERSION = 5.6.1 +MODULE_VERSION = 5.6.2 -- cgit v1.2.3