Mailing Lists
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2022
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
2016
December
November
October
September
August
July
June
May
April
March
February
January
2015
December
November
October
September
August
July
June
May
April
March
February
January
2014
December
November
October
September
August
July
June
May
April
March
February
January
2013
December
November
October
September
August
July
June
May
April
March
February
January
2012
December
November
October
September
August
July
June
May
April
March
February
January
2011
December
November
October
September
August
July
June
May
April
March
February
January
2010
December
November
October
September
August
July
June
May
April
March
February
January
2009
December
November
October
September
August
July
June
May
April
March
February
January
2008
December
November
October
September
August
July
June
May
April
March
February
January
2007
December
November
October
September
August
July
June
May
April
March
List overview
Download
YaST Commits
September 2009
----- 2022 -----
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
----- 2016 -----
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
----- 2015 -----
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
----- 2014 -----
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
----- 2013 -----
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
----- 2012 -----
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
----- 2011 -----
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
----- 2010 -----
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
----- 2009 -----
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
----- 2008 -----
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
----- 2007 -----
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
yast-commit@lists.opensuse.org
35 participants
1625 discussions
Start a n
N
ew thread
[yast-commit] <rest-service> network : status module: code review, adapting jreidingers suggestions
by Bjoern Geuken
ref: refs/heads/network commit a3bcb824d67e618485e7710eff276038ebfafd68 Author: Bjoern Geuken <bgeuken(a)suse.de> Date: Tue Sep 1 15:16:08 2009 +0200 status module: code review, adapting jreidingers suggestions --- plugins/status/lib/status.rb | 37 +++++++++++++----------------- plugins/status/test/unit/status_test.rb | 4 +++ 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/plugins/status/lib/status.rb b/plugins/status/lib/status.rb index 58b7344..a5154d7 100644 --- a/plugins/status/lib/status.rb +++ b/plugins/status/lib/status.rb @@ -204,29 +204,24 @@ class Status nexttime = 9.9e+99 result["starttime"] = 9.9e+99 lines.each do |l| # each time - unless l.blank? - if l =~ /\d*:\D*/ - pair = l.split ":" - values = pair[1].split " " - column = 0 - values.each do |v| # each label - if result["interval"].nil? - if pair[0].to_i < result["starttime"].to_i - result["starttime"] = pair[0].to_i - elsif pair[0].to_i < nexttime and pair[0].to_i > result["starttime"].to_i - nexttime = pair[0].to_i - end - end - - if v != "nan" #store valid values only - result["#{labels[column]}"] ||= Hash.new - result["#{labels[column]}"].merge!({"#{pair[0].chomp(": ")}" => v}) - column += 1 - else - result["#{labels[column]}"] ||= Hash.new - result["#{labels[column]}"].merge!({"#{pair[0].chomp(": ")}" => "invalid"}) + next if l.blank? + if l =~ /\d*:\D*/ + pair = l.split ":" + values = pair[1].split " " + column = 0 + values.each do |v| # each label + unless result["interval"] # already defined? + # get the least distance to evaluate time interval + if pair[0].to_i < result["starttime"].to_i + result["starttime"] = pair[0].to_i + elsif pair[0].to_i < nexttime and pair[0].to_i > result["starttime"].to_i + nexttime = pair[0].to_i end end + v = "invalid" if v == "nan" #store valid values only + result[labels[column]] ||= Hash.new + result[labels[column]][pair[0]] = v + column += 1 end end end diff --git a/plugins/status/test/unit/status_test.rb b/plugins/status/test/unit/status_test.rb index 06eb93b..42ae54d 100644 --- a/plugins/status/test/unit/status_test.rb +++ b/plugins/status/test/unit/status_test.rb @@ -87,16 +87,20 @@ EOF expected_response = {"tx"=> {"1248092580"=>"4.3878571429e+01", + "1248093140"=>"invalid", "1248092790"=>"4.0714285714e+00", + "1248092230"=>"invalid", "1248092440"=>"4.0992857143e+01", "1248093000"=>"1.5542857143e+01", "1248092650"=>"9.7942857143e+01", "1248092860"=>"2.4142857143e+00", + "1248092090"=>"invalid", "1248092300"=>"4.0500000000e+00", "1248092510"=>"3.4264285714e+01", "1248093070"=>"2.7071428571e+00", "1248092720"=>"2.9928571429e+00", "1248092930"=>"2.8285714286e+00", + "1248092160"=>"invalid", "1248092370"=>"2.1435714286e+01"}, "rx"=> {"1248092580"=>"7.7485714286e+01", -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] <rest-service> basesystem : status module: code review, adapting jreidingers suggestions
by Bjoern Geuken
ref: refs/heads/basesystem commit a3bcb824d67e618485e7710eff276038ebfafd68 Author: Bjoern Geuken <bgeuken(a)suse.de> Date: Tue Sep 1 15:16:08 2009 +0200 status module: code review, adapting jreidingers suggestions --- plugins/status/lib/status.rb | 37 +++++++++++++----------------- plugins/status/test/unit/status_test.rb | 4 +++ 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/plugins/status/lib/status.rb b/plugins/status/lib/status.rb index 58b7344..a5154d7 100644 --- a/plugins/status/lib/status.rb +++ b/plugins/status/lib/status.rb @@ -204,29 +204,24 @@ class Status nexttime = 9.9e+99 result["starttime"] = 9.9e+99 lines.each do |l| # each time - unless l.blank? - if l =~ /\d*:\D*/ - pair = l.split ":" - values = pair[1].split " " - column = 0 - values.each do |v| # each label - if result["interval"].nil? - if pair[0].to_i < result["starttime"].to_i - result["starttime"] = pair[0].to_i - elsif pair[0].to_i < nexttime and pair[0].to_i > result["starttime"].to_i - nexttime = pair[0].to_i - end - end - - if v != "nan" #store valid values only - result["#{labels[column]}"] ||= Hash.new - result["#{labels[column]}"].merge!({"#{pair[0].chomp(": ")}" => v}) - column += 1 - else - result["#{labels[column]}"] ||= Hash.new - result["#{labels[column]}"].merge!({"#{pair[0].chomp(": ")}" => "invalid"}) + next if l.blank? + if l =~ /\d*:\D*/ + pair = l.split ":" + values = pair[1].split " " + column = 0 + values.each do |v| # each label + unless result["interval"] # already defined? + # get the least distance to evaluate time interval + if pair[0].to_i < result["starttime"].to_i + result["starttime"] = pair[0].to_i + elsif pair[0].to_i < nexttime and pair[0].to_i > result["starttime"].to_i + nexttime = pair[0].to_i end end + v = "invalid" if v == "nan" #store valid values only + result[labels[column]] ||= Hash.new + result[labels[column]][pair[0]] = v + column += 1 end end end diff --git a/plugins/status/test/unit/status_test.rb b/plugins/status/test/unit/status_test.rb index 06eb93b..42ae54d 100644 --- a/plugins/status/test/unit/status_test.rb +++ b/plugins/status/test/unit/status_test.rb @@ -87,16 +87,20 @@ EOF expected_response = {"tx"=> {"1248092580"=>"4.3878571429e+01", + "1248093140"=>"invalid", "1248092790"=>"4.0714285714e+00", + "1248092230"=>"invalid", "1248092440"=>"4.0992857143e+01", "1248093000"=>"1.5542857143e+01", "1248092650"=>"9.7942857143e+01", "1248092860"=>"2.4142857143e+00", + "1248092090"=>"invalid", "1248092300"=>"4.0500000000e+00", "1248092510"=>"3.4264285714e+01", "1248093070"=>"2.7071428571e+00", "1248092720"=>"2.9928571429e+00", "1248092930"=>"2.8285714286e+00", + "1248092160"=>"invalid", "1248092370"=>"2.1435714286e+01"}, "rx"=> {"1248092580"=>"7.7485714286e+01", -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] <rest-service> master : Scr and YaPI exit maps return in different formats
by Jiri Suchomel
ref: refs/heads/master commit 8ed7b72774e226adebdf9635b3f92c7ca0dbf1d5 Author: Jiri Suchomel <jsuchome(a)suse.cz> Date: Tue Sep 1 14:55:30 2009 +0200 Scr and YaPI exit maps return in different formats --- plugins/services/app/models/service.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/services/app/models/service.rb b/plugins/services/app/models/service.rb index 40ae6c3..3ab8f27 100644 --- a/plugins/services/app/models/service.rb +++ b/plugins/services/app/models/service.rb @@ -77,7 +77,7 @@ class Service end def read_status - @status = save('status')['exit'] + @status = save('status')[:exit] end # execute a service command (start, stop, ...) @@ -108,7 +108,7 @@ class Service end Rails.logger.debug "Command returns: #{ret.inspect}" - ret + ret.symbolize_keys! end -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] <rest-service> network : Scr and YaPI exit maps return in different formats
by Jiri Suchomel
ref: refs/heads/network commit 8ed7b72774e226adebdf9635b3f92c7ca0dbf1d5 Author: Jiri Suchomel <jsuchome(a)suse.cz> Date: Tue Sep 1 14:55:30 2009 +0200 Scr and YaPI exit maps return in different formats --- plugins/services/app/models/service.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/services/app/models/service.rb b/plugins/services/app/models/service.rb index 40ae6c3..3ab8f27 100644 --- a/plugins/services/app/models/service.rb +++ b/plugins/services/app/models/service.rb @@ -77,7 +77,7 @@ class Service end def read_status - @status = save('status')['exit'] + @status = save('status')[:exit] end # execute a service command (start, stop, ...) @@ -108,7 +108,7 @@ class Service end Rails.logger.debug "Command returns: #{ret.inspect}" - ret + ret.symbolize_keys! end -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] <rest-service> basesystem : Scr and YaPI exit maps return in different formats
by Jiri Suchomel
ref: refs/heads/basesystem commit 8ed7b72774e226adebdf9635b3f92c7ca0dbf1d5 Author: Jiri Suchomel <jsuchome(a)suse.cz> Date: Tue Sep 1 14:55:30 2009 +0200 Scr and YaPI exit maps return in different formats --- plugins/services/app/models/service.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/services/app/models/service.rb b/plugins/services/app/models/service.rb index 40ae6c3..3ab8f27 100644 --- a/plugins/services/app/models/service.rb +++ b/plugins/services/app/models/service.rb @@ -77,7 +77,7 @@ class Service end def read_status - @status = save('status')['exit'] + @status = save('status')[:exit] end # execute a service command (start, stop, ...) @@ -108,7 +108,7 @@ class Service end Rails.logger.debug "Command returns: #{ret.inspect}" - ret + ret.symbolize_keys! end -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] r58469 - /trunk/control-center/src/moduleiconitem.cpp
by kmachalkova@svn.opensuse.org
Author: kmachalkova Date: Tue Sep 1 11:54:14 2009 New Revision: 58469 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58469&view=rev
Log: Use more contrast colours, use wider text margin Modified: trunk/control-center/src/moduleiconitem.cpp Modified: trunk/control-center/src/moduleiconitem.cpp URL:
http://svn.opensuse.org/viewcvs/yast/trunk/control-center/src/moduleiconite…
============================================================================== --- trunk/control-center/src/moduleiconitem.cpp (original) +++ trunk/control-center/src/moduleiconitem.cpp Tue Sep 1 11:54:14 2009 @@ -59,8 +59,7 @@ style = QApplication::style(); } - - QPen p = painter->pen(); + QFont f = painter->font(); if (selected || mouseover) { if (selected) @@ -73,20 +72,22 @@ QColor hover = option.palette.color(QPalette::Highlight); hover.setAlpha(88); painter->fillPath(roundedRectangle(option.rect, 10), hover); - - QColor inv = option.palette.color( QPalette::WindowText ); - inv.setAlpha(100); - painter->setPen( inv ); + painter->setPen( option.palette.color( QPalette::WindowText ) ); } + QFont newFont = option.font; + newFont.setPointSize( option.font.pointSize() - 2); + QFontMetrics newFm = QFontMetrics( newFont ); - QString descr = option.fontMetrics.elidedText( index.data( YQModulesModel::GenericNameRole ).toString(), Qt::ElideRight, option.rect.width() ); + QString descr = newFm.elidedText( index.data( YQModulesModel::GenericNameRole ).toString(), Qt::ElideRight, option.rect.width() ); QRect tr = option.rect; tr.setTop( tr.top() + decorationSize.height() + 2*style->pixelMetric( QStyle::PM_FocusFrameVMargin) ); + tr.setLeft( tr.left() + 2*style->pixelMetric( QStyle::PM_FocusFrameHMargin )); + + painter->setFont( newFont); painter->drawText( tr, Qt::AlignLeft | Qt::TextSingleLine, descr ); } - painter->setPen( p ); - + painter->setFont( f ); // if( index.data( Qt::UserRole ).toInt() == KIconLoader::DisabledState ) { // painter->setPen( option.palette.color( QPalette::Disabled, QPalette::Text ) ); // } -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] r58468 - in /trunk/theme: SLE/icons/16x16/apps/ SLE/icons/22x22/apps/ SLE/icons/32x32/apps/ SLE/icons/48x48/apps/ openSUSE/icons/16x16/apps/ openSUSE/icons/22x22/apps/ openSUSE/icons/32x32/apps/ op...
by jimmacfx@svn.opensuse.org
Author: jimmacfx Date: Tue Sep 1 10:00:11 2009 New Revision: 58468 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58468&view=rev
Log: xpram icon. addresses bug #529984 Added: trunk/theme/SLE/icons/16x16/apps/yast-xpram.png trunk/theme/SLE/icons/22x22/apps/yast-xpram.png trunk/theme/SLE/icons/32x32/apps/yast-xpram.png trunk/theme/SLE/icons/48x48/apps/yast-xpram.png trunk/theme/openSUSE/icons/16x16/apps/yast-xpram.png trunk/theme/openSUSE/icons/22x22/apps/yast-xpram.png trunk/theme/openSUSE/icons/32x32/apps/yast-xpram.png trunk/theme/openSUSE/icons/48x48/apps/yast-xpram.png Modified: trunk/theme/package/yast2-theme.changes Added: trunk/theme/SLE/icons/16x16/apps/yast-xpram.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/16x16/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/16x16/apps/yast-xpram.png (added) and trunk/theme/SLE/icons/16x16/apps/yast-xpram.png Tue Sep 1 10:00:11 2009 differ Added: trunk/theme/SLE/icons/22x22/apps/yast-xpram.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/22x22/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/22x22/apps/yast-xpram.png (added) and trunk/theme/SLE/icons/22x22/apps/yast-xpram.png Tue Sep 1 10:00:11 2009 differ Added: trunk/theme/SLE/icons/32x32/apps/yast-xpram.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/32x32/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/32x32/apps/yast-xpram.png (added) and trunk/theme/SLE/icons/32x32/apps/yast-xpram.png Tue Sep 1 10:00:11 2009 differ Added: trunk/theme/SLE/icons/48x48/apps/yast-xpram.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/48x48/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/48x48/apps/yast-xpram.png (added) and trunk/theme/SLE/icons/48x48/apps/yast-xpram.png Tue Sep 1 10:00:11 2009 differ Added: trunk/theme/openSUSE/icons/16x16/apps/yast-xpram.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/16x16/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/16x16/apps/yast-xpram.png (added) and trunk/theme/openSUSE/icons/16x16/apps/yast-xpram.png Tue Sep 1 10:00:11 2009 differ Added: trunk/theme/openSUSE/icons/22x22/apps/yast-xpram.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/22x22/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/22x22/apps/yast-xpram.png (added) and trunk/theme/openSUSE/icons/22x22/apps/yast-xpram.png Tue Sep 1 10:00:11 2009 differ Added: trunk/theme/openSUSE/icons/32x32/apps/yast-xpram.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/32x32/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/32x32/apps/yast-xpram.png (added) and trunk/theme/openSUSE/icons/32x32/apps/yast-xpram.png Tue Sep 1 10:00:11 2009 differ Added: trunk/theme/openSUSE/icons/48x48/apps/yast-xpram.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/48x48/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/48x48/apps/yast-xpram.png (added) and trunk/theme/openSUSE/icons/48x48/apps/yast-xpram.png Tue Sep 1 10:00:11 2009 differ Modified: trunk/theme/package/yast2-theme.changes URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/package/yast2-theme.change…
============================================================================== --- trunk/theme/package/yast2-theme.changes (original) +++ trunk/theme/package/yast2-theme.changes Tue Sep 1 10:00:11 2009 @@ -2,6 +2,7 @@ Tue Sep 1 09:44:54 CEST 2009 - jimmac(a)novell.com - yast-webpin for openSUSE and SLE themes. - yast-dump. bug #529982 +- yast-xpram. bug #529984 ------------------------------------------------------------------- Mon Aug 24 10:55:06 CEST 2009 - kmachalkova(a)suse.cz -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] r58467 - in /trunk/theme: SLE/icons/16x16/apps/ SLE/icons/22x22/apps/ SLE/icons/32x32/apps/ SLE/icons/48x48/apps/ SLE/icons/scalable/apps/ openSUSE/icons/16x16/apps/ openSUSE/icons/22x22/apps/ open...
by jimmacfx@svn.opensuse.org
Author: jimmacfx Date: Tue Sep 1 09:46:46 2009 New Revision: 58467 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58467&view=rev
Log: Yast dump icon. Addresses bug #529982. Added: trunk/theme/SLE/icons/16x16/apps/yast-dump.png trunk/theme/SLE/icons/22x22/apps/yast-dump.png trunk/theme/SLE/icons/32x32/apps/yast-dump.png trunk/theme/SLE/icons/48x48/apps/yast-dump.png trunk/theme/openSUSE/icons/16x16/apps/yast-dump.png trunk/theme/openSUSE/icons/22x22/apps/yast-dump.png trunk/theme/openSUSE/icons/32x32/apps/yast-dump.png trunk/theme/openSUSE/icons/48x48/apps/yast-dump.png Removed: trunk/theme/SLE/icons/scalable/apps/yast-dump.svg trunk/theme/openSUSE/icons/scalable/apps/yast-dump.svg Modified: trunk/theme/package/yast2-theme.changes Added: trunk/theme/SLE/icons/16x16/apps/yast-dump.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/16x16/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/16x16/apps/yast-dump.png (added) and trunk/theme/SLE/icons/16x16/apps/yast-dump.png Tue Sep 1 09:46:46 2009 differ Added: trunk/theme/SLE/icons/22x22/apps/yast-dump.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/22x22/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/22x22/apps/yast-dump.png (added) and trunk/theme/SLE/icons/22x22/apps/yast-dump.png Tue Sep 1 09:46:46 2009 differ Added: trunk/theme/SLE/icons/32x32/apps/yast-dump.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/32x32/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/32x32/apps/yast-dump.png (added) and trunk/theme/SLE/icons/32x32/apps/yast-dump.png Tue Sep 1 09:46:46 2009 differ Added: trunk/theme/SLE/icons/48x48/apps/yast-dump.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/48x48/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/48x48/apps/yast-dump.png (added) and trunk/theme/SLE/icons/48x48/apps/yast-dump.png Tue Sep 1 09:46:46 2009 differ Added: trunk/theme/openSUSE/icons/16x16/apps/yast-dump.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/16x16/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/16x16/apps/yast-dump.png (added) and trunk/theme/openSUSE/icons/16x16/apps/yast-dump.png Tue Sep 1 09:46:46 2009 differ Added: trunk/theme/openSUSE/icons/22x22/apps/yast-dump.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/22x22/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/22x22/apps/yast-dump.png (added) and trunk/theme/openSUSE/icons/22x22/apps/yast-dump.png Tue Sep 1 09:46:46 2009 differ Added: trunk/theme/openSUSE/icons/32x32/apps/yast-dump.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/32x32/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/32x32/apps/yast-dump.png (added) and trunk/theme/openSUSE/icons/32x32/apps/yast-dump.png Tue Sep 1 09:46:46 2009 differ Added: trunk/theme/openSUSE/icons/48x48/apps/yast-dump.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/48x48/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/48x48/apps/yast-dump.png (added) and trunk/theme/openSUSE/icons/48x48/apps/yast-dump.png Tue Sep 1 09:46:46 2009 differ Modified: trunk/theme/package/yast2-theme.changes URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/package/yast2-theme.change…
============================================================================== --- trunk/theme/package/yast2-theme.changes (original) +++ trunk/theme/package/yast2-theme.changes Tue Sep 1 09:46:46 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Sep 1 09:44:54 CEST 2009 - jimmac(a)novell.com +- yast-webpin for openSUSE and SLE themes. +- yast-dump. bug #529982 + +------------------------------------------------------------------- Mon Aug 24 10:55:06 CEST 2009 - kmachalkova(a)suse.cz - New webpin icons from Javier Llorente (javier(a)opensuse.org) -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] r58466 - in /trunk/theme: SLE/icons/16x16/apps/ SLE/icons/22x22/apps/ SLE/icons/32x32/apps/ SLE/icons/48x48/apps/ openSUSE/icons/16x16/apps/ openSUSE/icons/22x22/apps/ openSUSE/icons/32x32/apps/ op...
by jimmacfx@svn.opensuse.org
Author: jimmacfx Date: Tue Sep 1 09:35:59 2009 New Revision: 58466 URL:
http://svn.opensuse.org/viewcvs/yast?rev=58466&view=rev
Log: sync with oxygen (webpin). Added: trunk/theme/SLE/icons/16x16/apps/yast-webpin.png trunk/theme/SLE/icons/22x22/apps/yast-webpin.png trunk/theme/SLE/icons/32x32/apps/yast-webpin.png trunk/theme/SLE/icons/48x48/apps/yast-webpin.png trunk/theme/openSUSE/icons/16x16/apps/yast-webpin.png trunk/theme/openSUSE/icons/22x22/apps/yast-webpin.png trunk/theme/openSUSE/icons/32x32/apps/yast-webpin.png trunk/theme/openSUSE/icons/48x48/apps/yast-webpin.png Added: trunk/theme/SLE/icons/16x16/apps/yast-webpin.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/16x16/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/16x16/apps/yast-webpin.png (added) and trunk/theme/SLE/icons/16x16/apps/yast-webpin.png Tue Sep 1 09:35:59 2009 differ Added: trunk/theme/SLE/icons/22x22/apps/yast-webpin.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/22x22/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/22x22/apps/yast-webpin.png (added) and trunk/theme/SLE/icons/22x22/apps/yast-webpin.png Tue Sep 1 09:35:59 2009 differ Added: trunk/theme/SLE/icons/32x32/apps/yast-webpin.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/32x32/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/32x32/apps/yast-webpin.png (added) and trunk/theme/SLE/icons/32x32/apps/yast-webpin.png Tue Sep 1 09:35:59 2009 differ Added: trunk/theme/SLE/icons/48x48/apps/yast-webpin.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/SLE/icons/48x48/apps/yast-…
============================================================================== Files trunk/theme/SLE/icons/48x48/apps/yast-webpin.png (added) and trunk/theme/SLE/icons/48x48/apps/yast-webpin.png Tue Sep 1 09:35:59 2009 differ Added: trunk/theme/openSUSE/icons/16x16/apps/yast-webpin.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/16x16/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/16x16/apps/yast-webpin.png (added) and trunk/theme/openSUSE/icons/16x16/apps/yast-webpin.png Tue Sep 1 09:35:59 2009 differ Added: trunk/theme/openSUSE/icons/22x22/apps/yast-webpin.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/22x22/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/22x22/apps/yast-webpin.png (added) and trunk/theme/openSUSE/icons/22x22/apps/yast-webpin.png Tue Sep 1 09:35:59 2009 differ Added: trunk/theme/openSUSE/icons/32x32/apps/yast-webpin.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/32x32/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/32x32/apps/yast-webpin.png (added) and trunk/theme/openSUSE/icons/32x32/apps/yast-webpin.png Tue Sep 1 09:35:59 2009 differ Added: trunk/theme/openSUSE/icons/48x48/apps/yast-webpin.png URL:
http://svn.opensuse.org/viewcvs/yast/trunk/theme/openSUSE/icons/48x48/apps/…
============================================================================== Files trunk/theme/openSUSE/icons/48x48/apps/yast-webpin.png (added) and trunk/theme/openSUSE/icons/48x48/apps/yast-webpin.png Tue Sep 1 09:35:59 2009 differ -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
[yast-commit] <rest-service> jreidinger_errorhandling : fix xml format
by Josef Reidinger
ref: refs/heads/jreidinger_errorhandling commit 63bbd7d50de3970fc9414e357160c5fd7d59e47c Author: Josef Reidinger <jreidinger(a)suse.cz> Date: Tue Sep 1 09:06:56 2009 +0200 fix xml format --- webservice/lib/exceptions.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/webservice/lib/exceptions.rb b/webservice/lib/exceptions.rb index 7e0c2a5..8601417 100644 --- a/webservice/lib/exceptions.rb +++ b/webservice/lib/exceptions.rb @@ -68,7 +68,7 @@ class PolicyKitException < BackendException xml.description message xml.polkitout @message xml.user @user - xml.permission = @permission + xml.permission @permission end end end -- To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: yast-commit+help(a)opensuse.org
12 years, 11 months
1
0
0
0
← Newer
1
...
159
160
161
162
163
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Results per page:
10
25
50
100
200