Mailinglist Archive: yast-commit (939 mails)

< Previous Next >
[yast-commit] r52836 - in /trunk/runlevel: VERSION package/yast2-runlevel.changes src/runlevel_proposal.ycp src/ui.ycp src/wizard.ycp
  • From: locilka@xxxxxxxxxxxxxxxx
  • Date: Mon, 03 Nov 2008 15:16:10 -0000
  • Message-id: <20081103151611.034522E95F@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Mon Nov 3 16:16:10 2008
New Revision: 52836

URL: http://svn.opensuse.org/viewcvs/yast?rev=52836&view=rev
Log:
- Hiding [Back] button instead of disabling it - according to the
YaST Style Guide (bnc #440557).
- 2.17.4


Modified:
trunk/runlevel/VERSION
trunk/runlevel/package/yast2-runlevel.changes
trunk/runlevel/src/runlevel_proposal.ycp
trunk/runlevel/src/ui.ycp
trunk/runlevel/src/wizard.ycp

Modified: trunk/runlevel/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/VERSION?rev=52836&r1=52835&r2=52836&view=diff
==============================================================================
--- trunk/runlevel/VERSION (original)
+++ trunk/runlevel/VERSION Mon Nov 3 16:16:10 2008
@@ -1 +1 @@
-2.17.3
+2.17.4

Modified: trunk/runlevel/package/yast2-runlevel.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/package/yast2-runlevel.changes?rev=52836&r1=52835&r2=52836&view=diff
==============================================================================
--- trunk/runlevel/package/yast2-runlevel.changes (original)
+++ trunk/runlevel/package/yast2-runlevel.changes Mon Nov 3 16:16:10 2008
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Nov 3 16:14:30 CET 2008 - locilka@xxxxxxx
+
+- Hiding [Back] button instead of disabling it - according to the
+ YaST Style Guide (bnc #440557).
+- 2.17.4
+
+-------------------------------------------------------------------
Wed Oct 15 13:19:17 CEST 2008 - locilka@xxxxxxx

- Ignoring /etc/insserv.conf entries that do not begin with '$'.

Modified: trunk/runlevel/src/runlevel_proposal.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/src/runlevel_proposal.ycp?rev=52836&r1=52835&r2=52836&view=diff
==============================================================================
--- trunk/runlevel/src/runlevel_proposal.ycp (original)
+++ trunk/runlevel/src/runlevel_proposal.ycp Mon Nov 3 16:16:10 2008
@@ -151,7 +151,7 @@

Wizard::SetContentsButtons (title, contents, help, Label::BackButton(),
Label::OKButton());
Wizard::SetAbortButton (`cancel, Label::CancelButton());
- Wizard::DisableBackButton();
+ Wizard::HideBackButton();

if (currently_selected_runlevel != "" && currently_selected_runlevel !=
nil) {
UI::ChangeWidget (`id (`selected_runlevel), `CurrentButton,
currently_selected_runlevel);

Modified: trunk/runlevel/src/ui.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/src/ui.ycp?rev=52836&r1=52835&r2=52836&view=diff
==============================================================================
--- trunk/runlevel/src/ui.ycp (original)
+++ trunk/runlevel/src/ui.ycp Mon Nov 3 16:16:10 2008
@@ -1135,7 +1135,7 @@
);
// dialog caption.
Wizard::SetContents (_("System Services (Runlevel): Details"),
contents, getHelpComplex (), true, true);
- Wizard::DisableBackButton ();
+ Wizard::HideBackButton();

UI::ChangeWidget (`id (`table), `CurrentItem, current_service);
service = RunlevelEd::services[current_service]:$[];
@@ -1345,7 +1345,7 @@
// dialog caption.
Wizard::SetContentsButtons (_("System Services (Runlevel): Services"),
contents, help_text, Label::BackButton(), Label::OKButton());
Wizard::SetAbortButton (`abort, Label::CancelButton());
- Wizard::DisableBackButton ();
+ Wizard::HideBackButton();

UI::ChangeWidget (`id (`table), `CurrentItem, current_service);
service = RunlevelEd::services[current_service]:$[];
@@ -1594,7 +1594,7 @@
// dialog caption.
Wizard::SetContentsButtons (_("System Services (Runlevel): Details"),
contents, getHelpAuto (), Label::BackButton(), Label::OKButton());
Wizard::SetAbortButton (`abort, Label::CancelButton());
- Wizard::DisableBackButton ();
+ Wizard::HideBackButton();

UI::ChangeWidget (`id (`table), `CurrentItem, current_service);
service = RunlevelEd::services[current_service]:$[];

Modified: trunk/runlevel/src/wizard.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/src/wizard.ycp?rev=52836&r1=52835&r2=52836&view=diff
==============================================================================
--- trunk/runlevel/src/wizard.ycp (original)
+++ trunk/runlevel/src/wizard.ycp Mon Nov 3 16:16:10 2008
@@ -95,7 +95,7 @@

Wizard::CreateDialog ();
Wizard::SetTitleIcon("runlevel");
- Wizard::DisableBackButton ();
+ Wizard::HideBackButton();
Wizard::RestoreHelp (getHelpProgress ());

symbol ret = Sequencer::Run (aliases, sequence);
@@ -118,7 +118,7 @@

Wizard::CreateDialog ();
Wizard::SetTitleIcon("runlevel");
- Wizard::DisableBackButton ();
+ Wizard::HideBackButton();
Wizard::RestoreHelp (getHelpProgress ());

symbol ret = Sequencer::Run (aliases, auto_sequence);

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages