From 7bc9f4e73f3893735b96e48bb2664f7c2b5b0a68 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Sun, 18 Nov 2007 12:40:41 +0000 Subject: added grapher to distro --- qooxdoo/source/class/Smokeping/ui/Navigator.js | 3 +++ qooxdoo/source/class/Smokeping/ui/Zoomer.js | 3 ++- qooxdoo/source/translation/C.po | 4 ---- qooxdoo/source/translation/de.po | 4 ---- qooxdoo/source/translation/en.po | 4 ---- qooxdoo/source/translation/fr.po | 4 ---- qooxdoo/source/translation/messages.pot | 21 --------------------- 7 files changed, 5 insertions(+), 38 deletions(-) (limited to 'qooxdoo/source') 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 , 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 \n" -"Language-Team: LANGUAGE \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 "" -- cgit v1.2.3-24-g4f1b