From 25305a6ef01120bf3b0d929bae0ba7693f41c46b Mon Sep 17 00:00:00 2001 From: Johann Latocha Date: Sat, 10 Jul 2010 01:54:35 +0200 Subject: Configuration by pvs via D-Bus. Old .allow ist now deprecated, config file: .config/openslx/pvs.conf --- src/gui/ui/clientToolbar.ui | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'src/gui/ui/clientToolbar.ui') diff --git a/src/gui/ui/clientToolbar.ui b/src/gui/ui/clientToolbar.ui index 5a59c5f..51cb62e 100644 --- a/src/gui/ui/clientToolbar.ui +++ b/src/gui/ui/clientToolbar.ui @@ -6,7 +6,7 @@ 0 0 - 577 + 463 28 @@ -143,35 +143,6 @@ p, li { white-space: pre-wrap; } - - - - - 0 - 0 - - - - Enable/Disable VNC only for this session - - - Allow VNC - - - - - - - Qt::Horizontal - - - - 20 - 20 - - - - -- cgit v1.2.3-55-g7522 From 5b9a6ed17851e635cda04d150e09dbf22cf0b19f Mon Sep 17 00:00:00 2001 From: jjl Date: Wed, 29 Sep 2010 19:51:59 +0200 Subject: [PVSGUI] smaler toolbar --- src/gui/ui/clientToolbar.ui | 13 +------------ src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 14 deletions(-) (limited to 'src/gui/ui/clientToolbar.ui') diff --git a/src/gui/ui/clientToolbar.ui b/src/gui/ui/clientToolbar.ui index 51cb62e..d70857a 100644 --- a/src/gui/ui/clientToolbar.ui +++ b/src/gui/ui/clientToolbar.ui @@ -6,7 +6,7 @@ 0 0 - 463 + 328 28 @@ -143,17 +143,6 @@ p, li { white-space: pre-wrap; } - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600; font-style:italic; color:#0055ff;">Pool Video Switch</span></p></body></html> - - - diff --git a/src/version.h b/src/version.h index d05a693..de5c6aa 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_STRING "2.0.4" -#define VERSION_NUMBER 204 +#define VERSION_STRING "2.0.5" +#define VERSION_NUMBER 205 -- cgit v1.2.3-55-g7522