From bee96c85712303c5b83a70263668abb69a8e11c9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 19 Jan 2014 23:28:01 +0100 Subject: fix detecting if basesystem is installed (mga#10722) thus fixing "basesystem package not selected" real cause might be some package flags not having been updated --- perl-install/install/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 35199b2cb..415c90218 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- fix detecting if basesystem is installed (mga#10722) + thus fixing "basesystem package not selected" + Version 16.25 - 19 January 2014 - add Mageia 4 desktop images -- cgit v1.2.1 From f9104f228828d8871548a917461cbd01285b1fb4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 01:35:32 +0100 Subject: fix sizing partition widgets ratio would be negative when allocated width was reported as 1 in some cases since commit 807df2a2b558461a2890f9bec0050f0bd974c92e --- perl-install/install/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 415c90218..f99e6d6bc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,7 @@ - fix detecting if basesystem is installed (mga#10722) thus fixing "basesystem package not selected" +- partitioning: + o fix sizing partition widgets Version 16.25 - 19 January 2014 -- cgit v1.2.1 From 7ddb042efd511f14bca865e0cca684367d7d6344 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 01:34:46 +0100 Subject: fix not moving window (mga#11790, mga#11988, mga#11977) regression introduced in commit fadc8b97ed98977bf264d87d62c33e779f299716 sadly flickering may happen --- perl-install/install/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f99e6d6bc..6f7ffda26 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,7 @@ thus fixing "basesystem package not selected" - partitioning: o fix sizing partition widgets + o fix not moving window (mga#11790, mga#11988, mga#11977) Version 16.25 - 19 January 2014 -- cgit v1.2.1 From 9397164cdc835a5dc38809616f492ab763831541 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 01:44:04 +0100 Subject: revert minimum partition width to its pre-gtk3 value reverting commit 6861dc0526938a22da627308591d652b05b8fbf6 --- perl-install/install/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 6f7ffda26..b04a7f5ed 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,7 @@ - partitioning: o fix sizing partition widgets o fix not moving window (mga#11790, mga#11988, mga#11977) + o revert minimum partition width to its pre-gtk3 value Version 16.25 - 19 January 2014 -- cgit v1.2.1 From 8e28b7b164be215dcdbebbb6dfdae689998f5874 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 01:52:28 +0100 Subject: show labels on partition buttons reverting commit 54dd9e586b59fdacb54bcd2f78d29870d00b1f3e --- perl-install/install/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b04a7f5ed..9412c459b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -4,6 +4,7 @@ o fix sizing partition widgets o fix not moving window (mga#11790, mga#11988, mga#11977) o revert minimum partition width to its pre-gtk3 value + o show labels on partition buttons Version 16.25 - 19 January 2014 -- cgit v1.2.1 From 81f5869e1e9afaf2349ffd0c34f1c149589b3897 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 01:56:55 +0100 Subject: 16.26 --- perl-install/install/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 9412c459b..da7cc5382 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.26 - 20 January 2014 + - fix detecting if basesystem is installed (mga#10722) thus fixing "basesystem package not selected" - partitioning: -- cgit v1.2.1 From 7d57777b5036e0a57553cf51ad11c5b5a7dedee7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 07:21:54 +0100 Subject: increase back minimum partition width for Oxygen (mga#11977) reverting commit 6861dc0526938a22da627308591d652b05b8fbf6 this should results in better sizing if there's a lot a small partitions as oxygen's ToggleButtons minimum width is bigger --- perl-install/install/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index da7cc5382..5fe39b8ad 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partitioning: + o increase back minimum partition width for Oxygen (mga#11977) + Version 16.26 - 20 January 2014 - fix detecting if basesystem is installed (mga#10722) -- cgit v1.2.1 From 4f2d23e7ff6a659d0ddc760dce2c0135481d029a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 07:23:12 +0100 Subject: 16.26.1 --- perl-install/install/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 5fe39b8ad..acb489b38 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.26.1 - 20 January 2014 + - partitioning: o increase back minimum partition width for Oxygen (mga#11977) -- cgit v1.2.1