summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qooxdoo/Makefile2
-rw-r--r--qooxdoo/source/class/Smokeping/ui/Navigator.js3
-rw-r--r--qooxdoo/source/class/Smokeping/ui/Zoomer.js3
-rw-r--r--qooxdoo/source/translation/C.po4
-rw-r--r--qooxdoo/source/translation/de.po4
-rw-r--r--qooxdoo/source/translation/en.po4
-rw-r--r--qooxdoo/source/translation/fr.po4
-rw-r--r--qooxdoo/source/translation/messages.pot21
8 files changed, 6 insertions, 39 deletions
diff --git a/qooxdoo/Makefile b/qooxdoo/Makefile
index 83eb655..8a296c2 100644
--- a/qooxdoo/Makefile
+++ b/qooxdoo/Makefile
@@ -50,7 +50,7 @@ APPLICATION_NAMESPACE = Smokeping
# Files that will be copied from the source directory into the build
# directory (space separated list). The default list is empty.
#
-APPLICATION_FILES = index.html jsonrpc.cgi perl
+APPLICATION_FILES = index.html jsonrpc.cgi perl grapher.cgi
# APPLICATION_BUILD_LOG_LEVEL = debug
APPLICATION_BUILD_LOG_LEVEL = off
diff --git a/qooxdoo/source/class/Smokeping/ui/Navigator.js b/qooxdoo/source/class/Smokeping/ui/Navigator.js
index b61d91e..0e9f64f 100644
--- a/qooxdoo/source/class/Smokeping/ui/Navigator.js
+++ b/qooxdoo/source/class/Smokeping/ui/Navigator.js
@@ -90,6 +90,9 @@ qx.Class.define('Smokeping.ui.Navigator',
qx.io.image.PreloaderManager.getInstance().remove(this._preloader);
removeAll();
add(image);
+ var zoomer = new Smokeping.ui.Zoomer(width,height,10,10);
+ add(zoomer);
+
}
}
}
diff --git a/qooxdoo/source/class/Smokeping/ui/Zoomer.js b/qooxdoo/source/class/Smokeping/ui/Zoomer.js
index 742e43f..fd1a836 100644
--- a/qooxdoo/source/class/Smokeping/ui/Zoomer.js
+++ b/qooxdoo/source/class/Smokeping/ui/Zoomer.js
@@ -116,7 +116,8 @@ qx.Class.define('Smokeping.ui.Zoomer',
z['left'].set({
width: this._canvas_left,
height: this._image_height,
- visibility: true,
+ visibility: true
+ });
z['right'].set({
left: this._image_width - this._canvas_right,
diff --git a/qooxdoo/source/translation/C.po b/qooxdoo/source/translation/C.po
index 29f49af..a015dc0 100644
--- a/qooxdoo/source/translation/C.po
+++ b/qooxdoo/source/translation/C.po
@@ -14,7 +14,3 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
-
-#: source/class/Smokeping/ui/Navigator.js:29
-msgid "Smokeping Graph Navigator"
-msgstr ""
diff --git a/qooxdoo/source/translation/de.po b/qooxdoo/source/translation/de.po
index 8242a2f..aab249d 100644
--- a/qooxdoo/source/translation/de.po
+++ b/qooxdoo/source/translation/de.po
@@ -16,10 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: source/class/Smokeping/ui/Navigator.js:29
-msgid "Smokeping Graph Navigator"
-msgstr ""
-
#~ msgid "Start Date"
#~ msgstr "Start-Datum"
diff --git a/qooxdoo/source/translation/en.po b/qooxdoo/source/translation/en.po
index 5bdff5f..faed222 100644
--- a/qooxdoo/source/translation/en.po
+++ b/qooxdoo/source/translation/en.po
@@ -16,10 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: source/class/Smokeping/ui/Navigator.js:29
-msgid "Smokeping Graph Navigator"
-msgstr ""
-
#~ msgid "Start Date"
#~ msgstr "Start Date"
diff --git a/qooxdoo/source/translation/fr.po b/qooxdoo/source/translation/fr.po
index 9e384bd..9755e0c 100644
--- a/qooxdoo/source/translation/fr.po
+++ b/qooxdoo/source/translation/fr.po
@@ -15,7 +15,3 @@ msgstr ""
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: source/class/Smokeping/ui/Navigator.js:29
-msgid "Smokeping Graph Navigator"
-msgstr ""
diff --git a/qooxdoo/source/translation/messages.pot b/qooxdoo/source/translation/messages.pot
index 49e0525..e69de29 100644
--- a/qooxdoo/source/translation/messages.pot
+++ b/qooxdoo/source/translation/messages.pot
@@ -1,21 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-11-17 18:07-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: source/class/Smokeping/ui/Navigator.js:29
-msgid "Smokeping Graph Navigator"
-msgstr ""