From 5d2a0eedb0a7f23ab9ef998c2da35b6be273764e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 26 Mar 2013 16:24:58 +0100 Subject: Changelog 5.0.2: Add Windows-specific changes. Change-Id: I6578b13d27373931107572f82458fc6d006cd86b Reviewed-by: Sergio Ahumada --- dist/changes-5.0.2 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2 index 108512a98a..3830fa7ba9 100644 --- a/dist/changes-5.0.2 +++ b/dist/changes-5.0.2 @@ -50,6 +50,8 @@ QtGui QtWidgets --------- +- [QTBUG-28817] Fixed QColorDialog::setOption(), QFontDialog::setOption(). + QtNetwork --------- @@ -88,6 +90,10 @@ Qt for Linux/X11 Qt for Windows -------------- + - [QTBUG-30185] Fixed adding of suffixes in Window native file save dialog. + - [QTBUG-29010, QTBUG-28531] Fixed handling of layered windows required for + translucent or non-opaque windows. + Qt for Mac OS X --------------- -- cgit v1.2.3 From c9f697a1d0a21afef68b5bba451d0ce2dbdfe03e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 28 Mar 2013 17:28:24 +0100 Subject: write qmake/configure/buildsystem 5.0.2 changelog Change-Id: I4d43cb1e833a4c3bc0d9f22e96f4053632ef744b Reviewed-by: Sergio Ahumada --- dist/changes-5.0.2 | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'dist') diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2 index 3830fa7ba9..c46e09d143 100644 --- a/dist/changes-5.0.2 +++ b/dist/changes-5.0.2 @@ -22,9 +22,6 @@ information about a particular change. General Improvements -------------------- - - [QTBUG-26697] The -skip option was added to configure, which enables not - building particular modules. Typical use case: -skip webkit. - Third party components ---------------------- @@ -116,12 +113,46 @@ Qt for Windows CE * Tools * **************************************************************************** +Build System & configure +------------------------ + + - [QTBUG-26697] The -skip option was added to configure, which enables not + building particular modules. Typical use case: -skip webkit. + - [QTBUG-28769, ...] Assorted build fixes + - [QTBUG-28902] Fixed contents of installed .prl files + - [QTBUG-29110, QTBUG-29186, ...] Assorted fixes to CMake config files + - [QTBUG-29174] Fixed numerous configure options which start with -l + - [QTBUG-29400] Fixed configure -fully-process not creating .vcproj files + - [QTBUG-29453, ...] Fixed generation of pkg-config .pc files + - [QTBUG-29478] Fixed static builds with ICU + - [QTBUG-29661] Fixed QtWebProcess.exe not finding Qt DLLs. -libexec + now defaults to bin/ on Windows. + - [QTBUG-29838] Fixed module versioning when mixing releases + - [QTBUG-30102] Fixed passing of values with spaces to -device-option + - Production builds do not build examples any more. 'make install' will + copy only the example sources. + - pkg-config: qt_config is now contained only in Qt5Core.pc, and it reflects + QT_CONFIG, not the module build's CONFIG. + qmake ----- + - [QTBUG-28132] Fixed parallelized 'jom install' + - [QTBUG-29143] MSVC: Fixed parsing of /openmp + - [QTBUG-29286] MSVC: Fixed use of VERSION breaking MSVC2010 projects + - [QTBUG-29329] MSVC: Fixed misparsing of /Gs as /GS + - [QTBUG-29329] MSVC: Stopped disabling buffer security check by default + - [QTBUG-29371] Fixed generation of XCode projects for XCode 4.6 + - [QTBUG-29698] MSVC: Fixed incremental linking with non-standard shells + - [QTBUG-29700] Fixed pkg-config file generation when cross-compiling + - Qt modules are now enumerated in QT_MODULES, not QT_CONFIG. For portability, + use qtHaveModule() (since 5.0.1) or !isEmpty(QT..name) instead. - $$(VAR) style environment variable expansions will not split on whitespace any more. Use $$split() if necessary. - + - Fixed qmake -tp vc (and configure without -no-vcproj) + - MSVC: Fixed an empty VERSION causing a garbled version in .rc files + - Windows: Added support for specifying application icon (via RC_ICONS) + - Added spec for BlackBerry Playbook **************************************************************************** * Plugins * -- cgit v1.2.3 From 278cee7387eb0cf2d5f554ae9514ac52047feba3 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 27 Mar 2013 11:30:57 +0100 Subject: Changelog: add entry for QTBUG-29759 Conflicts: dist/changes-5.0.2 Change-Id: Ibdb85dd908368f15530db31b47c901d952bb6d93 Reviewed-by: Sergio Ahumada --- dist/changes-5.0.2 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2 index c46e09d143..a9d715d1e6 100644 --- a/dist/changes-5.0.2 +++ b/dist/changes-5.0.2 @@ -154,6 +154,12 @@ qmake - Windows: Added support for specifying application icon (via RC_ICONS) - Added spec for BlackBerry Playbook +moc +--- + + - [QTBUG-29759] Fixed infinite recursion in macro substitution which + prevented some headers to compile. + **************************************************************************** * Plugins * **************************************************************************** -- cgit v1.2.3 From 967c18d29694fdeab858691a80cb8400fd02ec33 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 8 Apr 2013 10:57:22 +0200 Subject: Update changes log for 5.0.2 Change-Id: I01321d4d2074a04e48e90580a4ec38f0af2f23c6 Reviewed-by: Akseli Salovaara Reviewed-by: Iikka Eklund --- dist/changes-5.0.2 | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) (limited to 'dist') diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2 index a9d715d1e6..209f963c65 100644 --- a/dist/changes-5.0.2 +++ b/dist/changes-5.0.2 @@ -22,18 +22,12 @@ information about a particular change. General Improvements -------------------- -Third party components ----------------------- - -Legal ------ - + - Lots of fixes to enable static builds on Windows, Linux and Mac. **************************************************************************** * Library * **************************************************************************** - QtCore ----- @@ -44,29 +38,35 @@ QtCore QtGui ----- + - [QTBUG-14766] Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps. + - [QTBUG-24762] Fixed dashes being rendered differently depending on system clip. + - [QTBUG-25036] Fixed artifacts when drawing same line with different clips. + - [QTBUG-29643] Fixed crashes when using QImage in combination with QCoreApplication. + QtWidgets --------- -- [QTBUG-28817] Fixed QColorDialog::setOption(), QFontDialog::setOption(). + - [QTBUG-28817] Fixed QColorDialog::setOption(), QFontDialog::setOption(). + - [QTBUG-29680] Fix mouse double click events not bubbling up to parent widgets. QtNetwork --------- -QtDBus ------- + - [QTBUG-29103] Toggle on demand loading of root certs properly. QtConcurrent ------------ -QtOpenGL --------- - -QtTest ------- + - [QTBUG-28984] Fix compilation of Qt Concurrent with gcc 4.3. QtSql ----- + - Fix QSqlTableModel:revert() for OnFieldChange. + - [QTBUG-29102] Support refreshing inserted rows with auto columns. + - [QTBUG-29108] Fix QSqlTableModel::headerData() for empty query with inserted row. + - [QTBUG-29217] Fix QSqlTableModel::setData() for non-change detection. + **************************************************************************** * Database Drivers * **************************************************************************** @@ -84,16 +84,23 @@ postgres Qt for Linux/X11 ---------------- + - Fix focus handling of native child widgets in xcb. + - Fixed crash when VNCing and trying to use non-present XFixes extension. + Qt for Windows -------------- - - [QTBUG-30185] Fixed adding of suffixes in Window native file save dialog. + - [QTBUG-28439] Implement QPlatformWindow::isExposed() on Windows. - [QTBUG-29010, QTBUG-28531] Fixed handling of layered windows required for translucent or non-opaque windows. + - [QTBUG-30185] Fixed adding of suffixes in Window native file save dialog. Qt for Mac OS X --------------- + - [QTBUG-29389] Fix transient scroll bar appearance before the proper one. + - [QTBUG-25297, QTBUG-29434] Add QMdiSubWindow size grip back. + Qt for BlackBerry ----------------- @@ -103,11 +110,14 @@ Qt for Embedded Linux Qt for Windows CE ----------------- + - Removed User32.dll usage. + - Fix compilation with QT_NO_CURSOR. **************************************************************************** * Compiler Specific Changes * **************************************************************************** + - [QTBUG-29099] Fix gcc OOM error when compiling in release mode. **************************************************************************** * Tools * -- cgit v1.2.3