From a273627c849efecefc9369fb6f21810d9136ce95 Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Tue, 28 Oct 2014 19:52:48 +0100 Subject: Fix all windows position - fix for the main_dialog window as 'center' instead of 'center-always'. - ensure that all windows are centered relative to the main_dialog window. - prepare for new 0.25 release. --- CHANGELOG | 3 ++- isodumper.spec | 2 +- lib/isodumper.py | 2 +- po/isodumper.pot | 2 +- share/isodumper/isodumper.glade | 4 +++- tools/po-update.sh | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1ff7984..3422549 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ The initial state comes from https://launchpad.net/usb-imagewriter The modifications are: -IsoDumper 0.24 +IsoDumper 0.25 ------------ - change the name in .img for backup. - correction of the index not getting 100%. @@ -9,6 +9,7 @@ IsoDumper 0.24 - fix wrong progress steps with small images. - fix security issue writing log file. - add output on stdout of logs. + - fix all windows position. IsoDumper 0.23 ------------ diff --git a/isodumper.spec b/isodumper.spec index 5fa8dca..aa32553 100644 --- a/isodumper.spec +++ b/isodumper.spec @@ -1,5 +1,5 @@ Name: isodumper -Version: 0.24 +Version: 0.25 Release: %mkrel 1 Summary: Tool for writing ISO images on a USB stick Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB diff --git a/lib/isodumper.py b/lib/isodumper.py index 737c001..1b77ed8 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -59,7 +59,7 @@ class IsoDumper: def __init__(self,user): APP="isodumper" DIR="/usr/share/locale" - RELEASE="v0.24" + RELEASE="v0.25" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) diff --git a/po/isodumper.pot b/po/isodumper.pot index 52a3b00..c7704bc 100644 --- a/po/isodumper.pot +++ b/po/isodumper.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: isodumper 0.24\n" +"Project-Id-Version: isodumper 0.25\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-10-26 13:49+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/share/isodumper/isodumper.glade b/share/isodumper/isodumper.glade index d7a1f23..6463a4d 100644 --- a/share/isodumper/isodumper.glade +++ b/share/isodumper/isodumper.glade @@ -9,6 +9,7 @@ center-on-parent isodumper dialog + main_dialog True IsoDumper © 2013-2014 Mageia @@ -417,6 +418,7 @@ Public License instead of this License. center-on-parent isodumper dialog + main_dialog True @@ -674,7 +676,7 @@ Public License instead of this License. False IsoDumper False - center-always + center isodumper dialog diff --git a/tools/po-update.sh b/tools/po-update.sh index 049ecf8..23fa025 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(0.24) +VERSION=(0.25) DOMAIN=(isodumper) intltool-extract --type=gettext/glade share/isodumper/isodumper.glade -- cgit v1.2.1