You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(10) |
Jul
(24) |
Aug
(93) |
Sep
(261) |
Oct
(257) |
Nov
(218) |
Dec
(95) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(184) |
Feb
(87) |
Mar
(155) |
Apr
(398) |
May
(201) |
Jun
(35) |
Jul
(68) |
Aug
(92) |
Sep
(52) |
Oct
(111) |
Nov
(135) |
Dec
(116) |
2009 |
Jan
(225) |
Feb
(204) |
Mar
(113) |
Apr
(137) |
May
(220) |
Jun
(199) |
Jul
(196) |
Aug
(98) |
Sep
(100) |
Oct
(179) |
Nov
(164) |
Dec
(72) |
2010 |
Jan
(59) |
Feb
(61) |
Mar
(64) |
Apr
(159) |
May
(107) |
Jun
(252) |
Jul
(180) |
Aug
(96) |
Sep
(82) |
Oct
(58) |
Nov
(43) |
Dec
(53) |
2011 |
Jan
(39) |
Feb
(18) |
Mar
(33) |
Apr
(66) |
May
(48) |
Jun
(124) |
Jul
(112) |
Aug
(62) |
Sep
(45) |
Oct
(102) |
Nov
(47) |
Dec
(37) |
2012 |
Jan
(22) |
Feb
(18) |
Mar
(1) |
Apr
(5) |
May
(18) |
Jun
(13) |
Jul
(9) |
Aug
(38) |
Sep
(3) |
Oct
(7) |
Nov
(24) |
Dec
(6) |
2013 |
Jan
(1) |
Feb
(14) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(4) |
Jul
(9) |
Aug
(4) |
Sep
(7) |
Oct
|
Nov
(1) |
Dec
(4) |
2014 |
Jan
(9) |
Feb
(2) |
Mar
|
Apr
|
May
(4) |
Jun
(2) |
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
(1) |
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <d_w...@us...> - 2012-06-22 14:17:10
|
Revision: 21730 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21730&view=rev Author: d_wagner Date: 2012-06-22 14:17:04 +0000 (Fri, 22 Jun 2012) Log Message: ----------- removed obsolete external Property Changed: ---------------- trunk/qooxdoo-contrib/Simulator/2.0/tool/selenium/ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/ Property changes on: trunk/qooxdoo-contrib/Simulator/2.0/tool/selenium ___________________________________________________________________ Deleted: svn:externals - user_extension https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo/component/simulator/tool/user-extensions Property changes on: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium ___________________________________________________________________ Deleted: svn:externals - user_extension https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo/component/simulator/tool/user-extensions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2012-06-22 12:21:20
|
Revision: 21729 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21729&view=rev Author: d_wagner Date: 2012-06-22 12:21:14 +0000 (Fri, 22 Jun 2012) Log Message: ----------- added 2.0 branch Added Paths: ----------- trunk/qooxdoo-contrib/Simulator/2.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-06-08 14:58:12
|
Revision: 21728 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21728&view=rev Author: spackers Date: 2012-06-08 14:58:01 +0000 (Fri, 08 Jun 2012) Log Message: ----------- added empty title to input to minimise tooltip in chrome Modified Paths: -------------- trunk/qooxdoo-contrib/UploadMgr/trunk/source/class/com/zenesis/qx/upload/InputElement.js Modified: trunk/qooxdoo-contrib/UploadMgr/trunk/source/class/com/zenesis/qx/upload/InputElement.js =================================================================== --- trunk/qooxdoo-contrib/UploadMgr/trunk/source/class/com/zenesis/qx/upload/InputElement.js 2012-06-06 17:15:42 UTC (rev 21727) +++ trunk/qooxdoo-contrib/UploadMgr/trunk/source/class/com/zenesis/qx/upload/InputElement.js 2012-06-08 14:58:01 UTC (rev 21728) @@ -36,7 +36,8 @@ this.base(arguments, 'input', css, { type : 'file', - name : name + name : name, + title: ' ' }); this.__widget = widget; this.setMultiple(!!multiple); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <th...@us...> - 2012-06-06 17:15:51
|
Revision: 21727 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21727&view=rev Author: thron7 Date: 2012-06-06 17:15:42 +0000 (Wed, 06 Jun 2012) Log Message: ----------- adding 2.0 folder (there is no substantial change against the 1.6 translations, e.g. no relevant new msg keys; but we've dropped the occurrence comments, and sorted the .po files for better comparison, so the format changed a bit) Added Paths: ----------- trunk/qooxdoo-contrib/Translation/2.0/ trunk/qooxdoo-contrib/Translation/2.0/feedreader/ trunk/qooxdoo-contrib/Translation/2.0/feedreader/de.po trunk/qooxdoo-contrib/Translation/2.0/feedreader/en.po trunk/qooxdoo-contrib/Translation/2.0/feedreader/es.po trunk/qooxdoo-contrib/Translation/2.0/feedreader/fr.po trunk/qooxdoo-contrib/Translation/2.0/feedreader/it.po trunk/qooxdoo-contrib/Translation/2.0/feedreader/nl.po trunk/qooxdoo-contrib/Translation/2.0/feedreader/ro.po trunk/qooxdoo-contrib/Translation/2.0/feedreader/sv.po trunk/qooxdoo-contrib/Translation/2.0/framework/ trunk/qooxdoo-contrib/Translation/2.0/framework/de.po trunk/qooxdoo-contrib/Translation/2.0/framework/en.po trunk/qooxdoo-contrib/Translation/2.0/framework/es.po trunk/qooxdoo-contrib/Translation/2.0/framework/fr.po trunk/qooxdoo-contrib/Translation/2.0/framework/it.po trunk/qooxdoo-contrib/Translation/2.0/framework/nb.po trunk/qooxdoo-contrib/Translation/2.0/framework/nl.po trunk/qooxdoo-contrib/Translation/2.0/framework/pl.po trunk/qooxdoo-contrib/Translation/2.0/framework/ro.po trunk/qooxdoo-contrib/Translation/2.0/framework/sl.po trunk/qooxdoo-contrib/Translation/2.0/framework/sv.po trunk/qooxdoo-contrib/Translation/2.0/playground/ trunk/qooxdoo-contrib/Translation/2.0/playground/de.po trunk/qooxdoo-contrib/Translation/2.0/playground/en.po trunk/qooxdoo-contrib/Translation/2.0/playground/ro.po trunk/qooxdoo-contrib/Translation/2.0/playground/sv.po trunk/qooxdoo-contrib/Translation/2.0/showcase/ trunk/qooxdoo-contrib/Translation/2.0/showcase/de.po trunk/qooxdoo-contrib/Translation/2.0/showcase/de_AT.po trunk/qooxdoo-contrib/Translation/2.0/showcase/de_DE.po trunk/qooxdoo-contrib/Translation/2.0/showcase/en.po trunk/qooxdoo-contrib/Translation/2.0/showcase/en_GB.po trunk/qooxdoo-contrib/Translation/2.0/showcase/en_US.po trunk/qooxdoo-contrib/Translation/2.0/showcase/es.po trunk/qooxdoo-contrib/Translation/2.0/showcase/es_ES.po trunk/qooxdoo-contrib/Translation/2.0/showcase/es_MX.po trunk/qooxdoo-contrib/Translation/2.0/showcase/ro.po trunk/qooxdoo-contrib/Translation/2.0/showcase/ro_RO.po trunk/qooxdoo-contrib/Translation/2.0/showcase/sv.po trunk/qooxdoo-contrib/Translation/2.0/showcase/sv_SE.po Added: trunk/qooxdoo-contrib/Translation/2.0/feedreader/de.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/feedreader/de.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/feedreader/de.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,73 @@ +# German +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo feedreader\n" +"PO-Revision-Date: 2008-06-23 16:26+0200\n" +"Last-Translator: Thomas Herchenroeder <thron7 AT users DOT sourceforge DOT net>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +msgid "Add" +msgstr "Hinzufügen" + +msgid "Add a feed" +msgstr "Feed hinzufügen" + +msgid "Add feed" +msgstr "Feed hinzufügen" + +msgid "Back" +msgstr "" + +msgid "Cancel" +msgstr "Abbrechen" + +msgid "Feed Information" +msgstr "Feed Information" + +msgid "FeedReader (qooxdoo powered)" +msgstr "FeedReader (qooxdoo powered)" + +msgid "Help" +msgstr "Hilfe" + +msgid "Language" +msgstr "Sprache" + +msgid "OK" +msgstr "OK" + +msgid "Open preferences window." +msgstr "Einstellungsfenster öffnen" + +msgid "Posts" +msgstr "Nachrichten" + +msgid "Preferences" +msgstr "Einstellungen" + +msgid "Reload" +msgstr "Neu laden" + +msgid "Reload the feeds. (%1)" +msgstr "Feeds neu laden. (%1)" + +msgid "Remove feed" +msgstr "Feed löschen" + +msgid "Static Feeds" +msgstr "Vordefinierte Quellen" + +msgid "Title" +msgstr "Titel" + +msgid "URL" +msgstr "URL" + +msgid "User Feeds" +msgstr "Eigene Quellen" Added: trunk/qooxdoo-contrib/Translation/2.0/feedreader/en.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/feedreader/en.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/feedreader/en.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,74 @@ +# English +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo feedreader\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-07 07:59+0200\n" +"PO-Revision-Date: 2006-12-21 10:17+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Add" +msgstr "" + +msgid "Add a feed" +msgstr "" + +msgid "Add feed" +msgstr "" + +msgid "Back" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Feed Information" +msgstr "" + +msgid "FeedReader (qooxdoo powered)" +msgstr "" + +msgid "Help" +msgstr "" + +msgid "Language" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Open preferences window." +msgstr "" + +msgid "Posts" +msgstr "" + +msgid "Preferences" +msgstr "" + +msgid "Reload" +msgstr "" + +msgid "Reload the feeds. (%1)" +msgstr "" + +msgid "Remove feed" +msgstr "" + +msgid "Static Feeds" +msgstr "" + +msgid "Title" +msgstr "" + +msgid "URL" +msgstr "" + +msgid "User Feeds" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/feedreader/es.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/feedreader/es.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/feedreader/es.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,75 @@ +# Spanish +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo feedreader\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-07 07:59+0200\n" +"PO-Revision-Date: 2008-08-25 19:54-0500\n" +"Last-Translator: Camilo Aguilar <camilo DOT aguila AT gmail DOT com>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: COLOMBIA\n" + +msgid "Add" +msgstr "Agregar" + +msgid "Add a feed" +msgstr "Agregar Feed" + +msgid "Add feed" +msgstr "Agregar feed" + +msgid "Back" +msgstr "" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Feed Information" +msgstr "Información del Feed" + +msgid "FeedReader (qooxdoo powered)" +msgstr "FeedReader (qooxdoo powered)" + +msgid "Help" +msgstr "Ayuda" + +msgid "Language" +msgstr "Lenguaje" + +msgid "OK" +msgstr "OK" + +msgid "Open preferences window." +msgstr "Abre la ventana de preferencias" + +msgid "Posts" +msgstr "Posts" + +msgid "Preferences" +msgstr "Preferencias" + +msgid "Reload" +msgstr "Actualizar" + +msgid "Reload the feeds. (%1)" +msgstr "Recargar los feeds (%1)" + +msgid "Remove feed" +msgstr "Eliminar feed" + +msgid "Static Feeds" +msgstr "Feeds Estáticos" + +msgid "Title" +msgstr "Título" + +msgid "URL" +msgstr "URL" + +msgid "User Feeds" +msgstr "Feeds del Usuario" Added: trunk/qooxdoo-contrib/Translation/2.0/feedreader/fr.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/feedreader/fr.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/feedreader/fr.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,74 @@ +# French +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo feedreader\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-11-09 22:22+0100\n" +"PO-Revision-Date: 2007-04-07 11:30+0200\n" +"Last-Translator: Daniel Gagnon <redalastor AT gmail DOT com>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgid "Add" +msgstr "Ajouter" + +msgid "Add a feed" +msgstr "Ajouter un fil" + +msgid "Add feed" +msgstr "Ajouter un fil" + +msgid "Back" +msgstr "" + +msgid "Cancel" +msgstr "Annuler" + +msgid "Feed Information" +msgstr "Information sur le fil" + +msgid "FeedReader (qooxdoo powered)" +msgstr "Agrégateur de fils de syndication (fait à l'aide de qooxdoo)" + +msgid "Help" +msgstr "Aide" + +msgid "Language" +msgstr "Langue" + +msgid "OK" +msgstr "OK" + +msgid "Open preferences window." +msgstr "Ouvrir la fenêtre de préférences" + +msgid "Posts" +msgstr "Messages" + +msgid "Preferences" +msgstr "Préférences" + +msgid "Reload" +msgstr "Rafraichir" + +msgid "Reload the feeds. (%1)" +msgstr "Rafraichir les fils. (%1)" + +msgid "Remove feed" +msgstr "Enlever un fil" + +msgid "Static Feeds" +msgstr "Fils statiques" + +msgid "Title" +msgstr "Titre" + +msgid "URL" +msgstr "URL" + +msgid "User Feeds" +msgstr "Fils de l'utilisateur" Added: trunk/qooxdoo-contrib/Translation/2.0/feedreader/it.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/feedreader/it.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/feedreader/it.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,75 @@ +# Italian +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo feedreader\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-11-09 22:22+0100\n" +"PO-Revision-Date: 2008-08-26 18:49+0100\n" +"Last-Translator: Alessandro Sala <alessandro DOT sala AT mclink DOT net>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +msgid "Add" +msgstr "Aggiungi" + +msgid "Add a feed" +msgstr "Aggiungi un feed" + +msgid "Add feed" +msgstr "Aggiungi un feed" + +msgid "Back" +msgstr "" + +msgid "Cancel" +msgstr "Annulla" + +msgid "Feed Information" +msgstr "Informazioni sul Feed" + +msgid "FeedReader (qooxdoo powered)" +msgstr "FeedReader (realizzato con qooxdoo)" + +msgid "Help" +msgstr "Aiuto" + +msgid "Language" +msgstr "Lingua" + +msgid "OK" +msgstr "OK" + +msgid "Open preferences window." +msgstr "Apri la finestra delle preferenze." + +msgid "Posts" +msgstr "Messaggi" + +msgid "Preferences" +msgstr "Preferenze" + +msgid "Reload" +msgstr "Ricarica" + +msgid "Reload the feeds. (%1)" +msgstr "Ricarica i feed. (%1)" + +msgid "Remove feed" +msgstr "Rimuovi il feed" + +msgid "Static Feeds" +msgstr "Feed statici" + +msgid "Title" +msgstr "Titolo" + +msgid "URL" +msgstr "URL" + +msgid "User Feeds" +msgstr "Feed utente" Added: trunk/qooxdoo-contrib/Translation/2.0/feedreader/nl.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/feedreader/nl.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/feedreader/nl.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,73 @@ +# Dutch +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo feedreader\n" +"POT-Creation-Date: 2008-05-07 07:59+0200\n" +"PO-Revision-Date: 2009-12-11 23:51+0100\n" +"Last-Translator: Isaak Malik <isooik AT gmail DOT com>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Add" +msgstr "Toevoegen" + +msgid "Add a feed" +msgstr "Een feed toevoegen" + +msgid "Add feed" +msgstr "Feed toevoegen" + +msgid "Back" +msgstr "" + +msgid "Cancel" +msgstr "Annuleren" + +msgid "Feed Information" +msgstr "Feed Informatie" + +msgid "FeedReader (qooxdoo powered)" +msgstr "FeedReader (qooxdoo powered)" + +msgid "Help" +msgstr "Help" + +msgid "Language" +msgstr "Taal" + +msgid "OK" +msgstr "OK" + +msgid "Open preferences window." +msgstr "Open voorkeuren venster." + +msgid "Posts" +msgstr "Berichten" + +msgid "Preferences" +msgstr "Voorkeuren" + +msgid "Reload" +msgstr "Herladen" + +msgid "Reload the feeds. (%1)" +msgstr "Feeds herladen. (%1)" + +msgid "Remove feed" +msgstr "Feed verwijderen" + +msgid "Static Feeds" +msgstr "Statische Feeds" + +msgid "Title" +msgstr "Titel" + +msgid "URL" +msgstr "URL" + +msgid "User Feeds" +msgstr "Gebruiker Feeds" Added: trunk/qooxdoo-contrib/Translation/2.0/feedreader/ro.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/feedreader/ro.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/feedreader/ro.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,74 @@ +# Romanian +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo feedreader\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-07 07:59+0200\n" +"PO-Revision-Date: 2010-11-08 15:35+0200\n" +"Last-Translator: Gabriel Munteanu <gabriel DOT munteanu AT 1and1 DOT ro>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Add" +msgstr "Adaugă" + +msgid "Add a feed" +msgstr "Adaugă un flux" + +msgid "Add feed" +msgstr "Adaugă flux" + +msgid "Back" +msgstr "" + +msgid "Cancel" +msgstr "Anulează" + +msgid "Feed Information" +msgstr "Informații despre flux" + +msgid "FeedReader (qooxdoo powered)" +msgstr "Cititor de Fluxuri (bazat pe qooxdoo)" + +msgid "Help" +msgstr "Ajutor" + +msgid "Language" +msgstr "Limbă" + +msgid "OK" +msgstr "OK" + +msgid "Open preferences window." +msgstr "Deschide fereastra de preferințe" + +msgid "Posts" +msgstr "Articole" + +msgid "Preferences" +msgstr "Preferințe" + +msgid "Reload" +msgstr "Reîncarcă" + +msgid "Reload the feeds. (%1)" +msgstr "Reîncarcă fluxurile. (%1)" + +msgid "Remove feed" +msgstr "Şterge flux" + +msgid "Static Feeds" +msgstr "Fluxuri statice" + +msgid "Title" +msgstr "Titlu" + +msgid "URL" +msgstr "URL" + +msgid "User Feeds" +msgstr "Fluxuri utilizator" Added: trunk/qooxdoo-contrib/Translation/2.0/feedreader/sv.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/feedreader/sv.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/feedreader/sv.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,74 @@ +# Swedish +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo feedreader\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-11-09 22:22+0100\n" +"PO-Revision-Date: 2008-08-27 11:10+0100\n" +"Last-Translator: Henric Johansson <henric DOT johansson AT mindset DOT se>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +msgid "Add" +msgstr "Lägg till" + +msgid "Add a feed" +msgstr "Lägg till ett flöde" + +msgid "Add feed" +msgstr "Lägg till flöde" + +msgid "Back" +msgstr "" + +msgid "Cancel" +msgstr "Avbryt" + +msgid "Feed Information" +msgstr "Flödesinformation" + +msgid "FeedReader (qooxdoo powered)" +msgstr "FeedReader (qooxdoo driven)" + +msgid "Help" +msgstr "Hjälp" + +msgid "Language" +msgstr "Språk" + +msgid "OK" +msgstr "OK" + +msgid "Open preferences window." +msgstr "Öppna inställningsfönstret" + +msgid "Posts" +msgstr "Poster" + +msgid "Preferences" +msgstr "Inställningar" + +msgid "Reload" +msgstr "Uppdatera" + +msgid "Reload the feeds. (%1)" +msgstr "Ladda om flödena. (%1)" + +msgid "Remove feed" +msgstr "Ta bort flöde" + +msgid "Static Feeds" +msgstr "Statiska flöden" + +msgid "Title" +msgstr "Titel" + +msgid "URL" +msgstr "URL" + +msgid "User Feeds" +msgstr "Användarflöden" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/de.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/de.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/de.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,285 @@ +# German +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-19 10:11+0200\n" +"PO-Revision-Date: 2010-04-22 17:53+0100\n" +"Last-Translator: Thomas Herchenroeder <thron7 AT users DOT sourceforge DOT net>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +msgid "%1 does not fit %2." +msgstr "%1 passt nicht zu %2." + +msgid "%1 is not a color! %2" +msgstr "%1 ist keine Farbe! %2" + +msgid "%1 is not a number." +msgstr "%1 ist keine Nummer." + +msgid "%1 is not a string." +msgstr "%1 ist keine Zeichenkette." + +msgid "%1 is not an url." +msgstr "%1 ist keine URL." + +msgid "%1 is not in %2" +msgstr "%1 ist nicht in %2" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "%1 liegt nicht im Intervall [%2, %3]." + +msgid "'%1' is not an email address." +msgstr "'%1' ist keine Emailadresse." + +msgid "Automatic" +msgstr "Automatisch" + +msgid "Cancel" +msgstr "Abbruch" + +msgid "Color Selector" +msgstr "Farbauswahl" + +msgid "Details" +msgstr "Details" + +msgid "HSB" +msgstr "HSB" + +msgid "Hex" +msgstr "Hex" + +msgid "Last month" +msgstr "Vorheriger Monat" + +msgid "Last year" +msgstr "Vorheriges Jahr" + +msgid "Next month" +msgstr "Nächster Monat" + +msgid "Next year" +msgstr "Nächstes Jahr" + +msgid "OK" +msgstr "OK" + +msgid "Open ColorSelector" +msgstr "Öffne Farbauswahl" + +msgid "Presets" +msgstr "Voreinstellungen" + +msgid "Preview (Old/New)" +msgstr "Vorschau (alt/neu)" + +msgid "RGB" +msgstr "RGB" + +msgid "Reset column widths" +msgstr "Spaltenbreite zurücksetzen" + +msgid "This field is required" +msgstr "Dieses Feld ist erforderlich" + +msgid "Visual" +msgstr "Visuell" + +msgid "key_full_Alt" +msgstr "Alt" + +msgid "key_full_Apps" +msgstr "Kontextmenü" + +msgid "key_full_Backspace" +msgstr "Rücktaste" + +msgid "key_full_CapsLock" +msgstr "Feststelltaste" + +msgid "key_full_Control" +msgstr "Steuerung" + +msgid "key_full_Control_Mac" +msgstr "" + +msgid "key_full_Delete" +msgstr "Entfernen" + +msgid "key_full_Down" +msgstr "Pfeil runter" + +msgid "key_full_End" +msgstr "Ende" + +msgid "key_full_Enter" +msgstr "Enter" + +msgid "key_full_Escape" +msgstr "Escape" + +msgid "key_full_Home" +msgstr "Position 1" + +msgid "key_full_Insert" +msgstr "Einfügen" + +msgid "key_full_Left" +msgstr "Pfeil links" + +msgid "key_full_Meta" +msgstr "Meta" + +msgid "key_full_NumLock" +msgstr "NumLock" + +msgid "key_full_PageDown" +msgstr "Bild runter" + +msgid "key_full_PageUp" +msgstr "Bild hoch" + +msgid "key_full_Pause" +msgstr "Pause" + +msgid "key_full_PrintScreen" +msgstr "Drucken" + +msgid "key_full_Right" +msgstr "Pfeil rechts" + +msgid "key_full_Scroll" +msgstr "Rollen" + +msgid "key_full_Shift" +msgstr "Umschalttaste" + +msgid "key_full_Space" +msgstr "Leertaste" + +msgid "key_full_Tab" +msgstr "Tabulator" + +msgid "key_full_Up" +msgstr "Pfeil hoch" + +msgid "key_full_Win" +msgstr "Windowstaste" + +msgid "key_short_Alt" +msgstr "Alt" + +msgid "key_short_Apps" +msgstr "Kontext" + +msgid "key_short_Backspace" +msgstr "Rück" + +msgid "key_short_CapsLock" +msgstr "Feststell" + +msgid "key_short_Control" +msgstr "Strg" + +msgid "key_short_Control_Mac" +msgstr "" + +msgid "key_short_Delete" +msgstr "Entf" + +msgid "key_short_Down" +msgstr "Runter" + +msgid "key_short_End" +msgstr "Ende" + +msgid "key_short_Enter" +msgstr "Enter" + +msgid "key_short_Escape" +msgstr "Esc" + +msgid "key_short_Home" +msgstr "Pos1" + +msgid "key_short_Insert" +msgstr "Einfg" + +msgid "key_short_Left" +msgstr "Links" + +msgid "key_short_Meta" +msgstr "Meta" + +msgid "key_short_NumLock" +msgstr "Num" + +msgid "key_short_PageDown" +msgstr "Bild runter" + +msgid "key_short_PageUp" +msgstr "Bild hoch" + +msgid "key_short_Pause" +msgstr "Pause" + +msgid "key_short_PrintScreen" +msgstr "Druck" + +msgid "key_short_Right" +msgstr "Rechts" + +msgid "key_short_Scroll" +msgstr "Rollen" + +msgid "key_short_Shift" +msgstr "Umschalt" + +msgid "key_short_Space" +msgstr "Leer" + +msgid "key_short_Tab" +msgstr "Tab" + +msgid "key_short_Up" +msgstr "Hoch" + +msgid "key_short_Win" +msgstr "Win" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "Eine von einer Zeile" +msgstr[1] "%1 von %2 Zeilen" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "Eine Zeile" +msgstr[1] "%1 Zeilen" + +msgid "test Hello %1!" +msgstr "" + +msgid "test Jonny" +msgstr "" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "" +msgstr[1] "" + +msgid "test affe" +msgstr "" + +msgid "test one" +msgstr "" + +msgid "test two" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/en.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/en.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/en.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,284 @@ +# English +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-19 10:11+0200\n" +"PO-Revision-Date: 2007-01-23 17:53+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "%1 does not fit %2." +msgstr "" + +msgid "%1 is not a color! %2" +msgstr "" + +msgid "%1 is not a number." +msgstr "" + +msgid "%1 is not a string." +msgstr "" + +msgid "%1 is not an url." +msgstr "" + +msgid "%1 is not in %2" +msgstr "" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "" + +msgid "'%1' is not an email address." +msgstr "" + +msgid "Automatic" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Color Selector" +msgstr "" + +msgid "Details" +msgstr "" + +msgid "HSB" +msgstr "" + +msgid "Hex" +msgstr "" + +msgid "Last month" +msgstr "" + +msgid "Last year" +msgstr "" + +msgid "Next month" +msgstr "" + +msgid "Next year" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Open ColorSelector" +msgstr "" + +msgid "Presets" +msgstr "" + +msgid "Preview (Old/New)" +msgstr "" + +msgid "RGB" +msgstr "" + +msgid "Reset column widths" +msgstr "" + +msgid "This field is required" +msgstr "" + +msgid "Visual" +msgstr "" + +msgid "key_full_Alt" +msgstr "" + +msgid "key_full_Apps" +msgstr "" + +msgid "key_full_Backspace" +msgstr "" + +msgid "key_full_CapsLock" +msgstr "" + +msgid "key_full_Control" +msgstr "" + +msgid "key_full_Control_Mac" +msgstr "" + +msgid "key_full_Delete" +msgstr "" + +msgid "key_full_Down" +msgstr "" + +msgid "key_full_End" +msgstr "" + +msgid "key_full_Enter" +msgstr "" + +msgid "key_full_Escape" +msgstr "" + +msgid "key_full_Home" +msgstr "" + +msgid "key_full_Insert" +msgstr "" + +msgid "key_full_Left" +msgstr "" + +msgid "key_full_Meta" +msgstr "" + +msgid "key_full_NumLock" +msgstr "" + +msgid "key_full_PageDown" +msgstr "" + +msgid "key_full_PageUp" +msgstr "" + +msgid "key_full_Pause" +msgstr "" + +msgid "key_full_PrintScreen" +msgstr "" + +msgid "key_full_Right" +msgstr "" + +msgid "key_full_Scroll" +msgstr "" + +msgid "key_full_Shift" +msgstr "" + +msgid "key_full_Space" +msgstr "" + +msgid "key_full_Tab" +msgstr "" + +msgid "key_full_Up" +msgstr "" + +msgid "key_full_Win" +msgstr "" + +msgid "key_short_Alt" +msgstr "" + +msgid "key_short_Apps" +msgstr "" + +msgid "key_short_Backspace" +msgstr "" + +msgid "key_short_CapsLock" +msgstr "" + +msgid "key_short_Control" +msgstr "" + +msgid "key_short_Control_Mac" +msgstr "" + +msgid "key_short_Delete" +msgstr "" + +msgid "key_short_Down" +msgstr "" + +msgid "key_short_End" +msgstr "" + +msgid "key_short_Enter" +msgstr "" + +msgid "key_short_Escape" +msgstr "" + +msgid "key_short_Home" +msgstr "" + +msgid "key_short_Insert" +msgstr "" + +msgid "key_short_Left" +msgstr "" + +msgid "key_short_Meta" +msgstr "" + +msgid "key_short_NumLock" +msgstr "" + +msgid "key_short_PageDown" +msgstr "" + +msgid "key_short_PageUp" +msgstr "" + +msgid "key_short_Pause" +msgstr "" + +msgid "key_short_PrintScreen" +msgstr "" + +msgid "key_short_Right" +msgstr "" + +msgid "key_short_Scroll" +msgstr "" + +msgid "key_short_Shift" +msgstr "" + +msgid "key_short_Space" +msgstr "" + +msgid "key_short_Tab" +msgstr "" + +msgid "key_short_Up" +msgstr "" + +msgid "key_short_Win" +msgstr "" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "" +msgstr[1] "" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "" +msgstr[1] "" + +msgid "test Hello %1!" +msgstr "" + +msgid "test Jonny" +msgstr "" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "" +msgstr[1] "" + +msgid "test affe" +msgstr "" + +msgid "test one" +msgstr "" + +msgid "test two" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/es.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/es.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/es.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,285 @@ +# Spanish +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-20 17:10+0200\n" +"PO-Revision-Date: 2010-04-26 19:59-0500\n" +"Last-Translator: Carsten Rammoser <carsten AT rammoser DOT com>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: GERMANY\n" + +msgid "%1 does not fit %2." +msgstr "%1 no corresponde con %2." + +msgid "%1 is not a color! %2" +msgstr "%1 no es un color! %2" + +msgid "%1 is not a number." +msgstr "%1 no es un número." + +msgid "%1 is not a string." +msgstr "%1 no es una cadena de caracteres." + +msgid "%1 is not an url." +msgstr "%1 no es un url." + +msgid "%1 is not in %2" +msgstr "%1 no se encuentra en %2" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "%1 no se encuentra en el rango [%2, %3]." + +msgid "'%1' is not an email address." +msgstr "'%1' no es un correo electrónico." + +msgid "Automatic" +msgstr "Automático" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Color Selector" +msgstr "Selector de color" + +msgid "Details" +msgstr "Detalles" + +msgid "HSB" +msgstr "HSB" + +msgid "Hex" +msgstr "Hex" + +msgid "Last month" +msgstr "Último mes" + +msgid "Last year" +msgstr "Último año" + +msgid "Next month" +msgstr "Mes siguiente" + +msgid "Next year" +msgstr "Año siguiente" + +msgid "OK" +msgstr "Aceptar" + +msgid "Open ColorSelector" +msgstr "Abrir Selector de Color" + +msgid "Presets" +msgstr "Preselecciones" + +msgid "Preview (Old/New)" +msgstr "Vista previa (Viejo/Nuevo)" + +msgid "RGB" +msgstr "RGB" + +msgid "Reset column widths" +msgstr "Reestablecer anchos de columnas" + +msgid "This field is required" +msgstr "Este cuadro es obligatorio" + +msgid "Visual" +msgstr "Visual" + +msgid "key_full_Alt" +msgstr "Alt" + +msgid "key_full_Apps" +msgstr "Aplicaciones" + +msgid "key_full_Backspace" +msgstr "Retroceso" + +msgid "key_full_CapsLock" +msgstr "Bloqueo Mayúsculas" + +msgid "key_full_Control" +msgstr "Control" + +msgid "key_full_Control_Mac" +msgstr "" + +msgid "key_full_Delete" +msgstr "Suprimir" + +msgid "key_full_Down" +msgstr "Flecha abajo" + +msgid "key_full_End" +msgstr "Fin" + +msgid "key_full_Enter" +msgstr "Intro" + +msgid "key_full_Escape" +msgstr "Escape" + +msgid "key_full_Home" +msgstr "Inicio" + +msgid "key_full_Insert" +msgstr "Insertar" + +msgid "key_full_Left" +msgstr "Flecha izquierda" + +msgid "key_full_Meta" +msgstr "Meta" + +msgid "key_full_NumLock" +msgstr "Bloqueo Numérico" + +msgid "key_full_PageDown" +msgstr "Avanzar Página" + +msgid "key_full_PageUp" +msgstr "Retroceder Página" + +msgid "key_full_Pause" +msgstr "Pausa" + +msgid "key_full_PrintScreen" +msgstr "Imprimir Pantalla" + +msgid "key_full_Right" +msgstr "Flecha derecha" + +msgid "key_full_Scroll" +msgstr "Bloq. Despl." + +msgid "key_full_Shift" +msgstr "Mayúscula" + +msgid "key_full_Space" +msgstr "Espacio" + +msgid "key_full_Tab" +msgstr "Tabulador" + +msgid "key_full_Up" +msgstr "Flecha arriba" + +msgid "key_full_Win" +msgstr "Windows" + +msgid "key_short_Alt" +msgstr "Alt" + +msgid "key_short_Apps" +msgstr "Aplic" + +msgid "key_short_Backspace" +msgstr "Retroceso" + +msgid "key_short_CapsLock" +msgstr "BloqMayús" + +msgid "key_short_Control" +msgstr "Ctrl" + +msgid "key_short_Control_Mac" +msgstr "" + +msgid "key_short_Delete" +msgstr "Supr" + +msgid "key_short_Down" +msgstr "Abajo" + +msgid "key_short_End" +msgstr "Fin" + +msgid "key_short_Enter" +msgstr "Intro" + +msgid "key_short_Escape" +msgstr "Esc" + +msgid "key_short_Home" +msgstr "Inicio" + +msgid "key_short_Insert" +msgstr "Insert" + +msgid "key_short_Left" +msgstr "Izquierda" + +msgid "key_short_Meta" +msgstr "Meta" + +msgid "key_short_NumLock" +msgstr "BloqNum" + +msgid "key_short_PageDown" +msgstr "AvPág" + +msgid "key_short_PageUp" +msgstr "RePág" + +msgid "key_short_Pause" +msgstr "Pausa" + +msgid "key_short_PrintScreen" +msgstr "ImprPant" + +msgid "key_short_Right" +msgstr "Derecha" + +msgid "key_short_Scroll" +msgstr "BloqDespl" + +msgid "key_short_Shift" +msgstr "Mayús" + +msgid "key_short_Space" +msgstr "Espacio" + +msgid "key_short_Tab" +msgstr "Tab" + +msgid "key_short_Up" +msgstr "Arriba" + +msgid "key_short_Win" +msgstr "Win" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "una de una fila" +msgstr[1] "%1 de %2 filas" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "una fila" +msgstr[1] "%1 filas" + +msgid "test Hello %1!" +msgstr "" + +msgid "test Jonny" +msgstr "" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "" +msgstr[1] "" + +msgid "test affe" +msgstr "" + +msgid "test one" +msgstr "" + +msgid "test two" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/fr.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/fr.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/fr.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,283 @@ +# French +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-19 10:11+0200\n" +"PO-Revision-Date: 2010-04-27 15:58-0500\n" +"Last-Translator: Julien Raclot <julien DOT raclot AT 1and1 DOT fr>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "%1 does not fit %2." +msgstr "%1 ne correspond pas à %2." + +msgid "%1 is not a color! %2" +msgstr "%1 n'est pas une couleur ! %2" + +msgid "%1 is not a number." +msgstr "%1 n'est pas un chiffre." + +msgid "%1 is not a string." +msgstr "%1 n'est pas une chaîne de caractères." + +msgid "%1 is not an url." +msgstr "%1 n'est pas un URL." + +msgid "%1 is not in %2" +msgstr "%1 n'est pas dans %2" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "%1 n'est pas dans l'intervalle [%2, %3]." + +msgid "'%1' is not an email address." +msgstr "'%1'n'est pas une adresse email." + +msgid "Automatic" +msgstr "Automatique" + +msgid "Cancel" +msgstr "Annuler" + +msgid "Color Selector" +msgstr "Sélecteur de couleurs" + +msgid "Details" +msgstr "Détails" + +msgid "HSB" +msgstr "TSV" + +msgid "Hex" +msgstr "Hex" + +msgid "Last month" +msgstr "Mois dernier" + +msgid "Last year" +msgstr "Année dernière" + +msgid "Next month" +msgstr "Mois prochain" + +msgid "Next year" +msgstr "Année prochaine" + +msgid "OK" +msgstr "OK" + +msgid "Open ColorSelector" +msgstr "Ouvrir le sélecteur de couleurs" + +msgid "Presets" +msgstr "Pré-réglages" + +msgid "Preview (Old/New)" +msgstr "Aperçu (Ancien/Nouveau)" + +msgid "RGB" +msgstr "RVB" + +msgid "Reset column widths" +msgstr "Réinitialiser la largeur des colonnes" + +msgid "This field is required" +msgstr "ce champ est requis" + +msgid "Visual" +msgstr "" + +msgid "key_full_Alt" +msgstr "Alternative" + +msgid "key_full_Apps" +msgstr "Application" + +msgid "key_full_Backspace" +msgstr "Effacement arrière" + +msgid "key_full_CapsLock" +msgstr "Verrouillage des Majuscule" + +msgid "key_full_Control" +msgstr "Contrôle" + +msgid "key_full_Control_Mac" +msgstr "" + +msgid "key_full_Delete" +msgstr "Suppression" + +msgid "key_full_Down" +msgstr "Bas" + +msgid "key_full_End" +msgstr "Fin" + +msgid "key_full_Enter" +msgstr "Entrée" + +msgid "key_full_Escape" +msgstr "Échappement" + +msgid "key_full_Home" +msgstr "Origine" + +msgid "key_full_Insert" +msgstr "Insertion" + +msgid "key_full_Left" +msgstr "Gauche" + +msgid "key_full_Meta" +msgstr "Meta" + +msgid "key_full_NumLock" +msgstr "Verouillage Numérique" + +msgid "key_full_PageDown" +msgstr "Page Suivante" + +msgid "key_full_PageUp" +msgstr "Page Précédente" + +msgid "key_full_Pause" +msgstr "Pause" + +msgid "key_full_PrintScreen" +msgstr "Impression de l'écran" + +msgid "key_full_Right" +msgstr "Droite" + +msgid "key_full_Scroll" +msgstr "Arrêt défilement" + +msgid "key_full_Shift" +msgstr "Majuscules" + +msgid "key_full_Space" +msgstr "Espace" + +msgid "key_full_Tab" +msgstr "Tabulation" + +msgid "key_full_Up" +msgstr "Haut" + +msgid "key_full_Win" +msgstr "Windows" + +msgid "key_short_Alt" +msgstr "Alt" + +msgid "key_short_Apps" +msgstr "App." + +msgid "key_short_Backspace" +msgstr "Effacement Arrière" + +msgid "key_short_CapsLock" +msgstr "Verr. Maj." + +msgid "key_short_Control" +msgstr "Ctrl" + +msgid "key_short_Control_Mac" +msgstr "" + +msgid "key_short_Delete" +msgstr "Supp." + +msgid "key_short_Down" +msgstr "Bas" + +msgid "key_short_End" +msgstr "Fin" + +msgid "key_short_Enter" +msgstr "Entrée" + +msgid "key_short_Escape" +msgstr "Echap." + +msgid "key_short_Home" +msgstr "Orig." + +msgid "key_short_Insert" +msgstr "Ins." + +msgid "key_short_Left" +msgstr "Gauche" + +msgid "key_short_Meta" +msgstr "Meta" + +msgid "key_short_NumLock" +msgstr "Verr. Num." + +msgid "key_short_PageDown" +msgstr "Pg Suiv." + +msgid "key_short_PageUp" +msgstr "Pg Préc." + +msgid "key_short_Pause" +msgstr "Pause" + +msgid "key_short_PrintScreen" +msgstr "Imp. Écran" + +msgid "key_short_Right" +msgstr "Droite" + +msgid "key_short_Scroll" +msgstr "Arrêt Défil" + +msgid "key_short_Shift" +msgstr "Maj" + +msgid "key_short_Space" +msgstr "Espace" + +msgid "key_short_Tab" +msgstr "Tab" + +msgid "key_short_Up" +msgstr "Haut" + +msgid "key_short_Win" +msgstr "Win" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "ligne une de une" +msgstr[1] "ligne %1 de %2" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "une ligne" +msgstr[1] "%1 lignes" + +msgid "test Hello %1!" +msgstr "" + +msgid "test Jonny" +msgstr "" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "" +msgstr[1] "" + +msgid "test affe" +msgstr "" + +msgid "test one" +msgstr "" + +msgid "test two" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/it.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/it.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/it.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,285 @@ +# Italian +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-01-15 10:00+0100\n" +"PO-Revision-Date: 2010-04-23 22:22+0200\n" +"Last-Translator: Alessandro Sala <alessandro DOT sala AT mclink DOT net>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +msgid "%1 does not fit %2." +msgstr "%1 non corrisponde a %2." + +msgid "%1 is not a color! %2" +msgstr "%1 non è un colore! %2" + +msgid "%1 is not a number." +msgstr "%1 non è un numero." + +msgid "%1 is not a string." +msgstr "%1 non è una stringa." + +msgid "%1 is not an url." +msgstr "%1 non è un url." + +msgid "%1 is not in %2" +msgstr "%1 non è contenuto in %2" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "%1 non è compreso nell'intervallo [%2, %3]." + +msgid "'%1' is not an email address." +msgstr "'%1' non è un indirizzo email." + +msgid "Automatic" +msgstr "Automatico" + +msgid "Cancel" +msgstr "Annulla" + +msgid "Color Selector" +msgstr "Selettore dei Colori" + +msgid "Details" +msgstr "Dettagli" + +msgid "HSB" +msgstr "TSL" + +msgid "Hex" +msgstr "Hex" + +msgid "Last month" +msgstr "Mese precedente" + +msgid "Last year" +msgstr "Anno precedente" + +msgid "Next month" +msgstr "Mese successivo" + +msgid "Next year" +msgstr "Anno successivo" + +msgid "OK" +msgstr "OK" + +msgid "Open ColorSelector" +msgstr "Apri il Selettore dei Colori" + +msgid "Presets" +msgstr "Predefiniti" + +msgid "Preview (Old/New)" +msgstr "Anteprima (Vecchio/Nuovo)" + +msgid "RGB" +msgstr "RGB" + +msgid "Reset column widths" +msgstr "Ripristina le larghezze delle colonne" + +msgid "This field is required" +msgstr "Questo campo è obbligatorio" + +msgid "Visual" +msgstr "Selezione visuale" + +msgid "key_full_Alt" +msgstr "Alt" + +msgid "key_full_Apps" +msgstr "Tasto Menu" + +msgid "key_full_Backspace" +msgstr "Backspace" + +msgid "key_full_CapsLock" +msgstr "Blocca Maiuscole" + +msgid "key_full_Control" +msgstr "Control" + +msgid "key_full_Control_Mac" +msgstr "" + +msgid "key_full_Delete" +msgstr "Cancella" + +msgid "key_full_Down" +msgstr "Freccia Giù" + +msgid "key_full_End" +msgstr "Fine" + +msgid "key_full_Enter" +msgstr "Invio" + +msgid "key_full_Escape" +msgstr "Escape" + +msgid "key_full_Home" +msgstr "Inizio" + +msgid "key_full_Insert" +msgstr "Inserisci" + +msgid "key_full_Left" +msgstr "Freccia Sinistra" + +msgid "key_full_Meta" +msgstr "Meta" + +msgid "key_full_NumLock" +msgstr "Blocca Numeri" + +msgid "key_full_PageDown" +msgstr "Pagina Giù" + +msgid "key_full_PageUp" +msgstr "Pagina Su" + +msgid "key_full_Pause" +msgstr "Pausa" + +msgid "key_full_PrintScreen" +msgstr "Stampa Schermo" + +msgid "key_full_Right" +msgstr "Freccia Destra" + +msgid "key_full_Scroll" +msgstr "Blocca Scorrimento" + +msgid "key_full_Shift" +msgstr "Maiuscole" + +msgid "key_full_Space" +msgstr "Spazio" + +msgid "key_full_Tab" +msgstr "Tabulazione" + +msgid "key_full_Up" +msgstr "Freccia Su" + +msgid "key_full_Win" +msgstr "Tasto Windows" + +msgid "key_short_Alt" +msgstr "Alt" + +msgid "key_short_Apps" +msgstr "Menu" + +msgid "key_short_Backspace" +msgstr "Backspace" + +msgid "key_short_CapsLock" +msgstr "Bloc Maiusc" + +msgid "key_short_Control" +msgstr "Ctrl" + +msgid "key_short_Control_Mac" +msgstr "" + +msgid "key_short_Delete" +msgstr "Canc" + +msgid "key_short_Down" +msgstr "Giù" + +msgid "key_short_End" +msgstr "Fine" + +msgid "key_short_Enter" +msgstr "Invio" + +msgid "key_short_Escape" +msgstr "Esc" + +msgid "key_short_Home" +msgstr "Inizio" + +msgid "key_short_Insert" +msgstr "Ins" + +msgid "key_short_Left" +msgstr "Sinistra" + +msgid "key_short_Meta" +msgstr "Meta" + +msgid "key_short_NumLock" +msgstr "Bloc Num" + +msgid "key_short_PageDown" +msgstr "Pag Giù" + +msgid "key_short_PageUp" +msgstr "Pag Su" + +msgid "key_short_Pause" +msgstr "Pausa" + +msgid "key_short_PrintScreen" +msgstr "Stamp" + +msgid "key_short_Right" +msgstr "Destra" + +msgid "key_short_Scroll" +msgstr "Bloc Scorr" + +msgid "key_short_Shift" +msgstr "Maiusc" + +msgid "key_short_Space" +msgstr "Spazio" + +msgid "key_short_Tab" +msgstr "Tab" + +msgid "key_short_Up" +msgstr "Su" + +msgid "key_short_Win" +msgstr "Win" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "una di una riga" +msgstr[1] "%1 di %2 righe" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "una riga" +msgstr[1] "%1 righe" + +msgid "test Hello %1!" +msgstr "" + +msgid "test Jonny" +msgstr "" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "" +msgstr[1] "" + +msgid "test affe" +msgstr "" + +msgid "test one" +msgstr "" + +msgid "test two" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/nb.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/nb.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/nb.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,284 @@ +# Norwegian +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-19 10:11+0200\n" +"PO-Revision-Date: 2011-03-16 17:16+0100\n" +"Last-Translator: Stefan Andersson <stefan DOT andersson AT live DOT com>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "%1 does not fit %2." +msgstr "%1 passer ikke inn %2." + +msgid "%1 is not a color! %2" +msgstr "%1 er ikke en farge! %2" + +msgid "%1 is not a number." +msgstr "%1 er ikke et tall." + +msgid "%1 is not a string." +msgstr "%1 er ikke en streng." + +msgid "%1 is not an url." +msgstr "%1 er ikke en internettadresse (URL)." + +msgid "%1 is not in %2" +msgstr "%1 er ikke i %2" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "%1 er ikke i området fra [%2, %3]." + +msgid "'%1' is not an email address." +msgstr "'%1' er ikke en e-postadresse." + +msgid "Automatic" +msgstr "Automatisk" + +msgid "Cancel" +msgstr "Avbryt" + +msgid "Color Selector" +msgstr "fargevelger" + +msgid "Details" +msgstr "Detaljer" + +msgid "HSB" +msgstr "HSB" + +msgid "Hex" +msgstr "Hex" + +msgid "Last month" +msgstr "Siste måned" + +msgid "Last year" +msgstr "Siste år" + +msgid "Next month" +msgstr "Neste måned" + +msgid "Next year" +msgstr "Neste år" + +msgid "OK" +msgstr "Ok" + +msgid "Open ColorSelector" +msgstr "Åpne fargevelger" + +msgid "Presets" +msgstr "Forhåndssatte" + +msgid "Preview (Old/New)" +msgstr "Forhåndsvisning (gammel/ny)" + +msgid "RGB" +msgstr "RGB" + +msgid "Reset column widths" +msgstr "Nullstill kolonnebreddene" + +msgid "This field is required" +msgstr "Dette feltet er påkrevd" + +msgid "Visual" +msgstr "Visuell" + +msgid "key_full_Alt" +msgstr "Alt" + +msgid "key_full_Apps" +msgstr "Apps" + +msgid "key_full_Backspace" +msgstr "Backspace" + +msgid "key_full_CapsLock" +msgstr "CapsLock" + +msgid "key_full_Control" +msgstr "Control" + +msgid "key_full_Control_Mac" +msgstr "" + +msgid "key_full_Delete" +msgstr "Delete" + +msgid "key_full_Down" +msgstr "Ned" + +msgid "key_full_End" +msgstr "End" + +msgid "key_full_Enter" +msgstr "Enter" + +msgid "key_full_Escape" +msgstr "Escape" + +msgid "key_full_Home" +msgstr "Home" + +msgid "key_full_Insert" +msgstr "Insert" + +msgid "key_full_Left" +msgstr "Venstre" + +msgid "key_full_Meta" +msgstr "Meta" + +msgid "key_full_NumLock" +msgstr "NumLock" + +msgid "key_full_PageDown" +msgstr "PageDown" + +msgid "key_full_PageUp" +msgstr "PageUp" + +msgid "key_full_Pause" +msgstr "Pause" + +msgid "key_full_PrintScreen" +msgstr "PrintScreen" + +msgid "key_full_Right" +msgstr "Høyre" + +msgid "key_full_Scroll" +msgstr "Scroll" + +msgid "key_full_Shift" +msgstr "Shift" + +msgid "key_full_Space" +msgstr "Space" + +msgid "key_full_Tab" +msgstr "Tab" + +msgid "key_full_Up" +msgstr "Opp" + +msgid "key_full_Win" +msgstr "Win" + +msgid "key_short_Alt" +msgstr "Alt" + +msgid "key_short_Apps" +msgstr "Apps" + +msgid "key_short_Backspace" +msgstr "BS" + +msgid "key_short_CapsLock" +msgstr "CapsLock" + +msgid "key_short_Control" +msgstr "Ctrl" + +msgid "key_short_Control_Mac" +msgstr "" + +msgid "key_short_Delete" +msgstr "Del" + +msgid "key_short_Down" +msgstr "Ned" + +msgid "key_short_End" +msgstr "End" + +msgid "key_short_Enter" +msgstr "Enter" + +msgid "key_short_Escape" +msgstr "Esc" + +msgid "key_short_Home" +msgstr "Home" + +msgid "key_short_Insert" +msgstr "Ins" + +msgid "key_short_Left" +msgstr "Venstre" + +msgid "key_short_Meta" +msgstr "Meta" + +msgid "key_short_NumLock" +msgstr "Num" + +msgid "key_short_PageDown" +msgstr "PgDn" + +msgid "key_short_PageUp" +msgstr "PgUp" + +msgid "key_short_Pause" +msgstr "Pause" + +msgid "key_short_PrintScreen" +msgstr "PrnScn" + +msgid "key_short_Right" +msgstr "Høyre" + +msgid "key_short_Scroll" +msgstr "Scroll" + +msgid "key_short_Shift" +msgstr "Shift" + +msgid "key_short_Space" +msgstr "Space" + +msgid "key_short_Tab" +msgstr "Tab" + +msgid "key_short_Up" +msgstr "Opp" + +msgid "key_short_Win" +msgstr "Win" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "En av en rad" +msgstr[1] "%1 av %2 rader" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "en rad" +msgstr[1] "%1 rader" + +msgid "test Hello %1!" +msgstr "" + +msgid "test Jonny" +msgstr "" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "" +msgstr[1] "" + +msgid "test affe" +msgstr "" + +msgid "test one" +msgstr "" + +msgid "test two" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/nl.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/nl.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/nl.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,283 @@ +# Dutch +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-19 10:11+0200\n" +"PO-Revision-Date: 2010-04-26 23:34+0100\n" +"Last-Translator: Isaak Malik <isooik AT gmail DOT com>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "%1 does not fit %2." +msgstr "%1 past niet %2." + +msgid "%1 is not a color! %2" +msgstr "%1 is geen kleur! %2" + +msgid "%1 is not a number." +msgstr "%1 is geen nummer." + +msgid "%1 is not a string." +msgstr "%1 is geen string." + +msgid "%1 is not an url." +msgstr "%1 is geen url." + +msgid "%1 is not in %2" +msgstr "%1 is niet in %2" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "%1 is niet in het bereik van [%2, %3]." + +msgid "'%1' is not an email address." +msgstr "'%1' is geen email adres." + +msgid "Automatic" +msgstr "Automatisch" + +msgid "Cancel" +msgstr "Annuleer" + +msgid "Color Selector" +msgstr "Kleur-instelling" + +msgid "Details" +msgstr "Details" + +msgid "HSB" +msgstr "HSB" + +msgid "Hex" +msgstr "Hex" + +msgid "Last month" +msgstr "Laatste maand" + +msgid "Last year" +msgstr "Laatste jaar" + +msgid "Next month" +msgstr "Volgende maand" + +msgid "Next year" +msgstr "Volgend jaar" + +msgid "OK" +msgstr "OK" + +msgid "Open ColorSelector" +msgstr "Open Kleurkiezer" + +msgid "Presets" +msgstr "Voorkeuren" + +msgid "Preview (Old/New)" +msgstr "Voorbeeld (Oud/Nieuw)" + +msgid "RGB" +msgstr "RGB" + +msgid "Reset column widths" +msgstr "Kolombreedte herstellen" + +msgid "This field is required" +msgstr "Dit veld is verplicht" + +msgid "Visual" +msgstr "Visueel" + +msgid "key_full_Alt" +msgstr "Alt" + +msgid "key_full_Apps" +msgstr "Contextmenu" + +msgid "key_full_Backspace" +msgstr "Backspace" + +msgid "key_full_CapsLock" +msgstr "Caps Lock" + +msgid "key_full_Control" +msgstr "Control" + +msgid "key_full_Control_Mac" +msgstr "" + +msgid "key_full_Delete" +msgstr "Verwijderen" + +msgid "key_full_Down" +msgstr "Pijl omlaag" + +msgid "key_full_End" +msgstr "End" + +msgid "key_full_Enter" +msgstr "Enter" + +msgid "key_full_Escape" +msgstr "Escape" + +msgid "key_full_Home" +msgstr "Positie 1" + +msgid "key_full_Insert" +msgstr "Invoegen" + +msgid "key_full_Left" +msgstr "Pijl links" + +msgid "key_full_Meta" +msgstr "Meta" + +msgid "key_full_NumLock" +msgstr "Num Lock" + +msgid "key_full_PageDown" +msgstr "Volgende pagina" + +msgid "key_full_PageUp" +msgstr "Vorige pagina" + +msgid "key_full_Pause" +msgstr "Pauze" + +msgid "key_full_PrintScreen" +msgstr "Schermafbeelding" + +msgid "key_full_Right" +msgstr "Pijl rechts" + +msgid "key_full_Scroll" +msgstr "Scroll Lock" + +msgid "key_full_Shift" +msgstr "Shift" + +msgid "key_full_Space" +msgstr "Spatiebalk" + +msgid "key_full_Tab" +msgstr "Tabulator" + +msgid "key_full_Up" +msgstr "Pijl omhoog" + +msgid "key_full_Win" +msgstr "Windowstoets" + +msgid "key_short_Alt" +msgstr "Alt" + +msgid "key_short_Apps" +msgstr "Apps" + +msgid "key_short_Backspace" +msgstr "Backspace" + +msgid "key_short_CapsLock" +msgstr "Caps Lock" + +msgid "key_short_Control" +msgstr "Ctrl" + +msgid "key_short_Control_Mac" +msgstr "" + +msgid "key_short_Delete" +msgstr "Del" + +msgid "key_short_Down" +msgstr "Omlaag" + +msgid "key_short_End" +msgstr "End" + +msgid "key_short_Enter" +msgstr "Enter" + +msgid "key_short_Escape" +msgstr "Esc" + +msgid "key_short_Home" +msgstr "Home" + +msgid "key_short_Insert" +msgstr "Ins" + +msgid "key_short_Left" +msgstr "Links" + +msgid "key_short_Meta" +msgstr "Meta" + +msgid "key_short_NumLock" +msgstr "Num Lock" + +msgid "key_short_PageDown" +msgstr "PgDn" + +msgid "key_short_PageUp" +msgstr "PgUp" + +msgid "key_short_Pause" +msgstr "Pause" + +msgid "key_short_PrintScreen" +msgstr "PrtSc" + +msgid "key_short_Right" +msgstr "Rechts" + +msgid "key_short_Scroll" +msgstr "Scroll Lock" + +msgid "key_short_Shift" +msgstr "Shift" + +msgid "key_short_Space" +msgstr "Spatie" + +msgid "key_short_Tab" +msgstr "Tab" + +msgid "key_short_Up" +msgstr "Omhoog" + +msgid "key_short_Win" +msgstr "Win" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "Een van een rij" +msgstr[1] "%1 van %2 rijen" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "een rij" +msgstr[1] "%1 rijen" + +msgid "test Hello %1!" +msgstr "" + +msgid "test Jonny" +msgstr "" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "" +msgstr[1] "" + +msgid "test affe" +msgstr "" + +msgid "test one" +msgstr "" + +msgid "test two" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/pl.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/pl.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/pl.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,284 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-19 10:11+0200\n" +"PO-Revision-Date: 2010-04-22 17:53+0100\n" +"Last-Translator: Thomas Herchenroeder <thron7 AT users DOT sourceforge DOT net>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: KBabel 1.11.4\n" + +msgid "%1 does not fit %2." +msgstr "%1 nie pasuje do %2." + +msgid "%1 is not a color! %2" +msgstr "%1 nie jest kolorem! %2" + +msgid "%1 is not a number." +msgstr "%1 nie jest liczbą." + +msgid "%1 is not a string." +msgstr "%1 nie jest ciągiem znaków." + +msgid "%1 is not an url." +msgstr "%1 nie jest URL." + +msgid "%1 is not in %2" +msgstr "%1 nie jest w %2" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "%1 nie leży w przedziale [%2, %3]." + +msgid "'%1' is not an email address." +msgstr "'%1' nie jest adresem e-mail." + +msgid "Automatic" +msgstr "Automatycznie" + +msgid "Cancel" +msgstr "Anuluj" + +msgid "Color Selector" +msgstr "Wybór kolorów" + +msgid "Details" +msgstr "Szczegóły" + +msgid "HSB" +msgstr "HSB" + +msgid "Hex" +msgstr "hex" + +msgid "Last month" +msgstr "Poprzedni miesiąc" + +msgid "Last year" +msgstr "Poprzedni rok" + +msgid "Next month" +msgstr "Następny miesiąc" + +msgid "Next year" +msgstr "Następny rok" + +msgid "OK" +msgstr "OK" + +msgid "Open ColorSelector" +msgstr "Otwórz wybór kolorów" + +msgid "Presets" +msgstr "Ustawienia wstępne" + +msgid "Preview (Old/New)" +msgstr "Podgląd (stary/nowy)" + +msgid "RGB" +msgstr "RGB" + +msgid "Reset column widths" +msgstr "Zresetuj szerokość kolumny" + +msgid "This field is required" +msgstr "To pole jest obowiązkowe" + +msgid "Visual" +msgstr "Wizualny" + +msgid "key_full_Alt" +msgstr "Alt" + +msgid "key_full_Apps" +msgstr "Menu kontekstowe" + +msgid "key_full_Backspace" +msgstr "Backspace" + +msgid "key_full_CapsLock" +msgstr "Caps Lock" + +msgid "key_full_Control" +msgstr "Control" + +msgid "key_full_Control_Mac" +msgstr "key_full_Control_Mac" + +msgid "key_full_Delete" +msgstr "Delete" + +msgid "key_full_Down" +msgstr "Strzałka w dół" + +msgid "key_full_End" +msgstr "End" + +msgid "key_full_Enter" +msgstr "Enter" + +msgid "key_full_Escape" +msgstr "Escape" + +msgid "key_full_Home" +msgstr "Home" + +msgid "key_full_Insert" +msgstr "Insert" + +msgid "key_full_Left" +msgstr "Strzałka w lewo" + +msgid "key_full_Meta" +msgstr "Klawisz meta" + +msgid "key_full_NumLock" +msgstr "Num Lock" + +msgid "key_full_PageDown" +msgstr "Page Down" + +msgid "key_full_PageUp" +msgstr "Page Up" + +msgid "key_full_Pause" +msgstr "Break" + +msgid "key_full_PrintScreen" +msgstr "Print Screen" + +msgid "key_full_Right" +msgstr "Strzałka w prawo" + +msgid "key_full_Scroll" +msgstr "Scroll Lock" + +msgid "key_full_Shift" +msgstr "Shift" + +msgid "key_full_Space" +msgstr "Spacja" + +msgid "key_full_Tab" +msgstr "Tabulator" + +msgid "key_full_Up" +msgstr "Strzałka w górę" + +msgid "key_full_Win" +msgstr "Klawisz Windows" + +msgid "key_short_Alt" +msgstr "Alt" + +msgid "key_short_Apps" +msgstr "Kontekst" + +msgid "key_short_Backspace" +msgstr "Backspace" + +msgid "key_short_CapsLock" +msgstr "Caps Lock" + +msgid "key_short_Control" +msgstr "Ctrl" + +msgid "key_short_Control_Mac" +msgstr "key_short_Control_Mac" + +msgid "key_short_Delete" +msgstr "Del" + +msgid "key_short_Down" +msgstr "W dół" + +msgid "key_short_End" +msgstr "End" + +msgid "key_short_Enter" +msgstr "Enter" + +msgid "key_short_Escape" +msgstr "Esc" + +msgid "key_short_Home" +msgstr "Home" + +msgid "key_short_Insert" +msgstr "Ins" + +msgid "key_short_Left" +msgstr "W lewo" + +msgid "key_short_Meta" +msgstr "Klawisz meta" + +msgid "key_short_NumLock" +msgstr "Num" + +msgid "key_short_PageDown" +msgstr "Page Down" + +msgid "key_short_PageUp" +msgstr "Page Up" + +msgid "key_short_Pause" +msgstr "Brk" + +msgid "key_short_PrintScreen" +msgstr "PtSc" + +msgid "key_short_Right" +msgstr "W prawo" + +msgid "key_short_Scroll" +msgstr "ScLk" + +msgid "key_short_Shift" +msgstr "Shift" + +msgid "key_short_Space" +msgstr "Spacja" + +msgid "key_short_Tab" +msgstr "Tab" + +msgid "key_short_Up" +msgstr "W górę" + +msgid "key_short_Win" +msgstr "Win Key" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "z wierszy" +msgstr[1] "%1 z %2 wierszy" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "Wiersz" +msgstr[1] "%1 wierszy" + +msgid "test Hello %1!" +msgstr "test Hello %1!" + +msgid "test Jonny" +msgstr "test Jonny" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "test One car" +msgstr[1] "test %1 cars" + +msgid "test affe" +msgstr "test affe" + +msgid "test one" +msgstr "test one" + +msgid "test two" +msgstr "test two" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/ro.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/ro.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/ro.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,284 @@ +# Romanian +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-19 10:11+0200\n" +"PO-Revision-Date: 2010-11-08 11:45+0200\n" +"Last-Translator: Gabriel Munteanu <gabriel DOT munteanu AT 1and1 DOT ro>\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "%1 does not fit %2." +msgstr "%1 nu încape în %2" + +msgid "%1 is not a color! %2" +msgstr "%1 nu este o culoare! %2" + +msgid "%1 is not a number." +msgstr "%1 nu este un număr" + +msgid "%1 is not a string." +msgstr "%1 nu este un șir de caractere" + +msgid "%1 is not an url." +msgstr "%1 nu este un URL." + +msgid "%1 is not in %2" +msgstr "%1 nu este în %2" + +msgid "%1 is not in the range from [%2, %3]." +msgstr "%1 nu este în intervalul [%2,%3]" + +msgid "'%1' is not an email address." +msgstr "'%1' nu este o adresă de email" + +msgid "Automatic" +msgstr "Automat" + +msgid "Cancel" +msgstr "Anulează" + +msgid "Color Selector" +msgstr "Selector de culori" + +msgid "Details" +msgstr "Detalii" + +msgid "HSB" +msgstr "" + +msgid "Hex" +msgstr "" + +msgid "Last month" +msgstr "Luna trecută" + +msgid "Last year" +msgstr "Anul trecut" + +msgid "Next month" +msgstr "Luna următoare" + +msgid "Next year" +msgstr "Anul următor" + +msgid "OK" +msgstr "OK" + +msgid "Open ColorSelector" +msgstr "Deschide selectorul de culori" + +msgid "Presets" +msgstr "Predefiniri" + +msgid "Preview (Old/New)" +msgstr "Previzualizare (Vechi/Nou)" + +msgid "RGB" +msgstr "" + +msgid "Reset column widths" +msgstr "Resetează lățimea coloanei" + +msgid "This field is required" +msgstr "Acest câmp este obligatoriu" + +msgid "Visual" +msgstr "Vizual" + +msgid "key_full_Alt" +msgstr "" + +msgid "key_full_Apps" +msgstr "" + +msgid "key_full_Backspace" +msgstr "" + +msgid "key_full_CapsLock" +msgstr "" + +msgid "key_full_Control" +msgstr "" + +msgid "key_full_Control_Mac" +msgstr "" + +msgid "key_full_Delete" +msgstr "" + +msgid "key_full_Down" +msgstr "" + +msgid "key_full_End" +msgstr "" + +msgid "key_full_Enter" +msgstr "" + +msgid "key_full_Escape" +msgstr "" + +msgid "key_full_Home" +msgstr "" + +msgid "key_full_Insert" +msgstr "" + +msgid "key_full_Left" +msgstr "" + +msgid "key_full_Meta" +msgstr "" + +msgid "key_full_NumLock" +msgstr "" + +msgid "key_full_PageDown" +msgstr "" + +msgid "key_full_PageUp" +msgstr "" + +msgid "key_full_Pause" +msgstr "" + +msgid "key_full_PrintScreen" +msgstr "" + +msgid "key_full_Right" +msgstr "" + +msgid "key_full_Scroll" +msgstr "" + +msgid "key_full_Shift" +msgstr "" + +msgid "key_full_Space" +msgstr "" + +msgid "key_full_Tab" +msgstr "" + +msgid "key_full_Up" +msgstr "" + +msgid "key_full_Win" +msgstr "" + +msgid "key_short_Alt" +msgstr "" + +msgid "key_short_Apps" +msgstr "" + +msgid "key_short_Backspace" +msgstr "" + +msgid "key_short_CapsLock" +msgstr "" + +msgid "key_short_Control" +msgstr "" + +msgid "key_short_Control_Mac" +msgstr "" + +msgid "key_short_Delete" +msgstr "" + +msgid "key_short_Down" +msgstr "" + +msgid "key_short_End" +msgstr "" + +msgid "key_short_Enter" +msgstr "" + +msgid "key_short_Escape" +msgstr "" + +msgid "key_short_Home" +msgstr "" + +msgid "key_short_Insert" +msgstr "" + +msgid "key_short_Left" +msgstr "" + +msgid "key_short_Meta" +msgstr "" + +msgid "key_short_NumLock" +msgstr "" + +msgid "key_short_PageDown" +msgstr "" + +msgid "key_short_PageUp" +msgstr "" + +msgid "key_short_Pause" +msgstr "" + +msgid "key_short_PrintScreen" +msgstr "" + +msgid "key_short_Right" +msgstr "" + +msgid "key_short_Scroll" +msgstr "" + +msgid "key_short_Shift" +msgstr "" + +msgid "key_short_Space" +msgstr "" + +msgid "key_short_Tab" +msgstr "" + +msgid "key_short_Up" +msgstr "" + +msgid "key_short_Win" +msgstr "" + +msgid "one of one row" +msgid_plural "%1 of %2 rows" +msgstr[0] "unul din un rând" +msgstr[1] "%1 din %2 rânduri" + +msgid "one row" +msgid_plural "%1 rows" +msgstr[0] "un rând" +msgstr[1] "%1 rânduri" + +msgid "test Hello %1!" +msgstr "" + +msgid "test Jonny" +msgstr "" + +msgid "test One car" +msgid_plural "test %1 cars" +msgstr[0] "" +msgstr[1] "" + +msgid "test affe" +msgstr "" + +msgid "test one" +msgstr "" + +msgid "test two" +msgstr "" Added: trunk/qooxdoo-contrib/Translation/2.0/framework/sl.po =================================================================== --- trunk/qooxdoo-contrib/Translation/2.0/framework/sl.po (rev 0) +++ trunk/qooxdoo-contrib/Translation/2.0/framework/sl.po 2012-06-06 17:15:42 UTC (rev 21727) @@ -0,0 +1,287 @@ +# Slovenian +# +msgid "" +msgstr "" +"Project-Id-Version: qooxdoo framework\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-05-19 10:11+0200\n" +"PO-Revision-Date: 2011-10-12 11:22+0100\n" +"Last-Translator: Franček Prijatelj <fra...@si...>\n" +"Language-Team: Franček Prijatelj <francek... [truncated message content] |
From: <d_w...@us...> - 2012-05-30 16:14:35
|
Revision: 21726 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21726&view=rev Author: d_wagner Date: 2012-05-30 16:14:28 +0000 (Wed, 30 May 2012) Log Message: ----------- [BUG #6460 ] Refactored to use common logging for Desktop and Website tests Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests.js trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js Added Paths: ----------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/unittests.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests.js 2012-05-30 12:12:50 UTC (rev 21725) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests.js 2012-05-30 16:14:28 UTC (rev 21726) @@ -39,6 +39,7 @@ } load([simSvn + "/trunk/tool/selenium/simulation/Simulation.js"]); +load([simSvn + "/trunk/tool/selenium/simulation/unittests/unittests.js"]); var mySim = new simulation.Simulation(baseConf,args); @@ -147,50 +148,6 @@ } }; - -simulation.Simulation.prototype.logErrors = function() -{ - var prefix = selWin + "." + qxAppInst; - - var errorGetter = selWin + ".qx.lang.Json.stringify(" + prefix + ".runner.view.getFailedResults())"; - var resultsString; - try { - resultsString = this.__sel.getEval(errorGetter); - resultsString = String(resultsString); - eval("var results=" + resultsString); - } - catch(ex) { - this.log("Couldn't get results: " + ex.message, "error"); - return; - } - - - for (var testName in results) { - var result = results[testName]; - - var message = ""; - for (var i=0,l=result.messages.length; i<l; i++) { - var msg = result.messages[i]; - msg = this.replaceStrings(msg); - message += msg + "<br/><br/>"; - } - - var level = "info"; - switch(result.state) { - case "skip": - level = "info"; - break; - default: - level = "error"; - }; - - var html = '<div class="testResult ' + level + '">' - + '<h3>' + testName + '</h3>' + message + '</div>'; - - this.log(html, level); - } -}; - simulation.Simulation.prototype.logAutErrors = function() { var autErrorGetter = function() @@ -222,7 +179,8 @@ simulation.Simulation.prototype.logResult = function() { try { - this.logErrors(); + var results = this.getFailedTests() || {}; + this.logFailedTests(results); this.logAutErrors(); } catch(ex) { @@ -240,20 +198,6 @@ return false; }; -simulation.Simulation.prototype.replaceStrings = function(line) -{ - try { - line = line.replace(/\<br\>/gi, "<br/>"); - line = line.replace(/\'/g, "\\'"); - line = line.replace(/\n/g, ""); - line = line.replace(/\r/g, ""); - } - catch(ex) { - print("Error while replacing: " + ex); - line = "LINE REPLACED DUE TO ILLEGAL CHARACTER"; - } - return line; -}; // - Main -------------------------------------------------------------------- Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js 2012-05-30 12:12:50 UTC (rev 21725) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js 2012-05-30 16:14:28 UTC (rev 21726) @@ -14,9 +14,35 @@ } load([simSvn + "/trunk/tool/selenium/simulation/Simulation.js"]); +load([simSvn + "/trunk/tool/selenium/simulation/unittests/unittests.js"]); var mySim = new simulation.Simulation(baseConf,args); +simulation.Simulation.prototype.logResults = function() +{ + var getStatus = 'selenium.browserbot.getCurrentWindow().document.getElementById("status").innerHTML'; + + var status = this.__sel.getEval(getStatus); + var failed = /Failed: (\d+)/.exec(status); + var totalErrors; + if (failed && failed.length > 0) { + totalErrors = failed[1]; + var results = this.getFailedTests() || {}; + this.logFailedTests(results); + } + else { + totalErrors = 1; + } + + if (!totalErrors) { + this.log("Could not retrieve failed test count!", "error"); + totalErrors = 1; + this.testFailed = true; + } + + this.log("Tests with warnings or errors: " + totalErrors, "info"); +}; + // - Main -------------------------------------------------------------------- (function() { @@ -34,26 +60,7 @@ mySim.waitForElementPresent("//span[contains(text(), 'Test suite finished')]", 300000); Packages.java.lang.Thread.sleep(5000); - var getStatus = 'selenium.browserbot.getCurrentWindow().document.getElementById("status").innerHTML'; - - var status = mySim.__sel.getEval(getStatus); - var failed = /Failed: (\d+)/.exec(status); - var totalErrors; - if (failed && failed.length > 0) { - totalErrors = failed[1]; - } - else { - totalErrors = 1; - } - Packages.java.lang.Thread.sleep(999999); - - if (!totalErrors) { - this.log("Could not retrieve failed test count!", "error"); - totalErrors = 1; - mySim.testFailed = true; - } - - mySim.log("Tests with warnings or errors: " + totalErrors, "info"); + mySim.logResults(); mySim.stop(); mySim.logTestDuration(); Added: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/unittests.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/unittests.js (rev 0) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/unittests.js 2012-05-30 16:14:28 UTC (rev 21726) @@ -0,0 +1,63 @@ +simulation.Simulation.prototype.getFailedTests = function() +{ + var selWin = simulation.Simulation.SELENIUMWINDOW; + var qxAppInst = simulation.Simulation.QXAPPINSTANCE; + + var prefix = selWin + "." + qxAppInst; + + var errorGetter = selWin + ".qx.lang.Json.stringify(" + prefix + ".runner.view.getFailedResults())"; + var resultsString; + try { + resultsString = this.__sel.getEval(errorGetter); + resultsString = String(resultsString); + eval("var results=" + resultsString); + return results; + } + catch(ex) { + this.log("Couldn't get results: " + ex.message, "error"); + return null; + } +}; + + +simulation.Simulation.prototype.logFailedTests = function(results) +{ + for (var testName in results) { + var result = results[testName]; + + var message = ""; + for (var i=0,l=result.messages.length; i<l; i++) { + var msg = result.messages[i]; + msg = this.replaceStrings(msg); + message += msg + "<br/><br/>"; + } + + var level = "info"; + switch(result.state) { + case "skip": + level = "info"; + break; + default: + level = "error"; + }; + + var html = '<div class="testResult ' + level + '">' + + '<h3>' + testName + '</h3>' + message + '</div>'; + + this.log(html, level); + } +}; + +simulation.Simulation.prototype.replaceStrings = function(line) +{ + try { + line = line.replace(/\<br\>/gi, "<br/>"); + line = line.replace(/\'/g, "\\'"); + line = line.replace(/\n/g, ""); + line = line.replace(/\r/g, ""); + } + catch(ex) { + line = ""; + } + return line; +}; Property changes on: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/unittests.js ___________________________________________________________________ Added: svn:mime-type + text/plain This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2012-05-30 12:13:01
|
Revision: 21725 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21725&view=rev Author: d_wagner Date: 2012-05-30 12:12:50 +0000 (Wed, 30 May 2012) Log Message: ----------- [BUG #6460 ] Log the amount of failed unit tests Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js 2012-05-30 11:36:28 UTC (rev 21724) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js 2012-05-30 12:12:50 UTC (rev 21725) @@ -34,5 +34,27 @@ mySim.waitForElementPresent("//span[contains(text(), 'Test suite finished')]", 300000); Packages.java.lang.Thread.sleep(5000); + var getStatus = 'selenium.browserbot.getCurrentWindow().document.getElementById("status").innerHTML'; + + var status = mySim.__sel.getEval(getStatus); + var failed = /Failed: (\d+)/.exec(status); + var totalErrors; + if (failed && failed.length > 0) { + totalErrors = failed[1]; + } + else { + totalErrors = 1; + } + Packages.java.lang.Thread.sleep(999999); + + if (!totalErrors) { + this.log("Could not retrieve failed test count!", "error"); + totalErrors = 1; + mySim.testFailed = true; + } + + mySim.log("Tests with warnings or errors: " + totalErrors, "info"); + mySim.stop(); + mySim.logTestDuration(); })(); \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2012-05-30 11:36:34
|
Revision: 21724 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21724&view=rev Author: d_wagner Date: 2012-05-30 11:36:28 +0000 (Wed, 30 May 2012) Log Message: ----------- [BUG #6460 ] Load the Website Test Runner and execute the tests Added Paths: ----------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js Added: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js (rev 0) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js 2012-05-30 11:36:28 UTC (rev 21724) @@ -0,0 +1,38 @@ +var baseConf = { + autName : 'qUnitTests', + globalTimeout : 300000, + stepSpeed : '500', + debug : true +}; + +var args = arguments ? arguments : ""; +var simSvn = baseConf.simulatorSvn; +for (var i=0; i<args.length; i++) { + if (args[i].indexOf('simulatorSvn') >= 0) { + simSvn = args[i].substr(args[i].indexOf('simulatorSvn=') + 13); + } +} + +load([simSvn + "/trunk/tool/selenium/simulation/Simulation.js"]); + +var mySim = new simulation.Simulation(baseConf,args); + +// - Main -------------------------------------------------------------------- + +(function() { + mySim.testFailed = false; + + var sessionStarted = mySim.startSession(); + if (!sessionStarted) { + return; + } + + var uri = mySim.getConfigSetting("autHost") + "" + mySim.getConfigSetting("autPath"); + uri += '&autorun=1'; + mySim.__sel.open(uri); + + mySim.waitForElementPresent("//span[contains(text(), 'Test suite finished')]", 300000); + Packages.java.lang.Thread.sleep(5000); + + mySim.stop(); +})(); \ No newline at end of file Property changes on: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/unittests/test_unittests_website.js ___________________________________________________________________ Added: svn:mime-type + text/plain This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2012-05-29 08:22:30
|
Revision: 21723 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21723&view=rev Author: d_wagner Date: 2012-05-29 08:22:23 +0000 (Tue, 29 May 2012) Log Message: ----------- only consider list items that are in the DOM Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/feedreader/test_feedreader_mobile.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/feedreader/test_feedreader_mobile.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/feedreader/test_feedreader_mobile.js 2012-05-25 12:34:14 UTC (rev 21722) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/feedreader/test_feedreader_mobile.js 2012-05-29 08:22:23 UTC (rev 21723) @@ -23,7 +23,9 @@ var labels = []; var items = selenium.browserbot.getCurrentWindow().document.getElementsByClassName("list-itemlabel"); for (var i=0,l=items.length; i<l; i++) { - labels.push(items[i].textContent); + if (selenium.browserbot.getCurrentWindow().qx.dom.Hierarchy.isRendered(items[i])) { + labels.push(items[i].textContent); + } } return selenium.browserbot.getCurrentWindow().JSON.stringify(labels); }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-25 12:34:21
|
Revision: 21722 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21722&view=rev Author: spackers Date: 2012-05-25 12:34:14 +0000 (Fri, 25 May 2012) Log Message: ----------- Fixed serialisation of qx.data.Array as method parameter Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/trunk/client/qso-lib/source/class/com/zenesis/qx/remote/ProxyManager.js Modified: trunk/qooxdoo-contrib/ServerObjects/trunk/client/qso-lib/source/class/com/zenesis/qx/remote/ProxyManager.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/trunk/client/qso-lib/source/class/com/zenesis/qx/remote/ProxyManager.js 2012-05-25 12:16:46 UTC (rev 21721) +++ trunk/qooxdoo-contrib/ServerObjects/trunk/client/qso-lib/source/class/com/zenesis/qx/remote/ProxyManager.js 2012-05-25 12:34:14 UTC (rev 21722) @@ -604,6 +604,9 @@ if (!value) return value; + if (qx.Class.isSubClassOf(value.constructor, qx.data.Array)) + value = value.toArray(); + if (qx.lang.Type.isArray(value)) { var send = []; for (var j = 0; j < value.length; j++) { @@ -625,9 +628,6 @@ if (qx.Class.isSubClassOf(value.constructor, com.zenesis.qx.remote.Proxy)) return value.getServerId(); - if (qx.Class.isSubClassOf(value.constructor, qx.data.Array)) - return value.toArray(); - if (qx.Class.isSubClassOf(value.constructor, qx.core.Object)) { this.debug("Cannot serialize a Qooxdoo object to the server unless it implements com.zenesis.qx.remote.Proxied"); return null; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-25 12:16:52
|
Revision: 21721 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21721&view=rev Author: spackers Date: 2012-05-25 12:16:46 +0000 (Fri, 25 May 2012) Log Message: ----------- fix bug with deserialising null method params where original type is array Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/remote/RequestHandler.java Modified: trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/remote/RequestHandler.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/remote/RequestHandler.java 2012-05-24 14:45:51 UTC (rev 21720) +++ trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/remote/RequestHandler.java 2012-05-25 12:16:46 UTC (rev 21721) @@ -726,8 +726,13 @@ type = types[paramIndex]; if (type != null && type.isArray()) { - Object obj = readArray(jp, type.getComponentType()); - result.add(obj); + if (jp.getCurrentToken() == JsonToken.VALUE_NULL) + result.add(null); + else if (jp.getCurrentToken() == JsonToken.START_ARRAY) { + Object obj = readArray(jp, type.getComponentType()); + result.add(obj); + } else + throw new IllegalStateException("Expected array but found " + jp.getCurrentToken()); } else if (type != null && Proxied.class.isAssignableFrom(type)) { Integer id = jp.readValueAs(Integer.class); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2012-05-24 14:46:02
|
Revision: 21720 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21720&view=rev Author: d_wagner Date: 2012-05-24 14:45:51 +0000 (Thu, 24 May 2012) Log Message: ----------- use a fixed list of animation titles for the Page Transitions test Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/mobileshowcase/test_mobileshowcase.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/mobileshowcase/test_mobileshowcase.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/mobileshowcase/test_mobileshowcase.js 2012-05-21 13:17:21 UTC (rev 21719) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/mobileshowcase/test_mobileshowcase.js 2012-05-24 14:45:51 UTC (rev 21720) @@ -60,7 +60,7 @@ { this.log("Testing Animations", "info"); this.waitForElementPresent("//h1[text() = 'Animation']"); - var listItems = this.getListItemLabels(); + var listItems = ["Slide", "Pop", "Fade", "Dissolve", "Slide up", "Flip", "Swap", "Cube"]; for (var i=0, l=listItems.length; i<l; i++) { if (listItems[i].indexOf("Action") == 0) { continue; @@ -103,8 +103,8 @@ //click search button this.qxClick("//div[contains(@class, 'toolbar-button')]/descendant::div[text() = 'Search']"); - this.waitForElementPresent("//div[contains(@class, 'dialog')]"); var searchDialogButtonLocator = "//div[contains(@class, 'dialog')]/descendant::div[contains(@class, 'button')]"; + this.waitForElementPresent(searchDialogButtonLocator); this.qxClick(searchDialogButtonLocator); Packages.java.lang.Thread.sleep(500); if (this.__sel.isVisible(searchDialogButtonLocator)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-21 13:17:31
|
Revision: 21719 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21719&view=rev Author: spackers Date: 2012-05-21 13:17:21 +0000 (Mon, 21 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/event/EventManager.java Modified: trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/event/EventManager.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/event/EventManager.java 2012-05-16 08:56:36 UTC (rev 21718) +++ trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/event/EventManager.java 2012-05-21 13:17:21 UTC (rev 21719) @@ -153,7 +153,7 @@ if (clazz.isArray()) { WeakReference<EventListener>[] list = (WeakReference<EventListener>[])listener; for (int i = 0; i < TINY_ARRAY_SIZE; i++) { - if (list[i].get() == oldListener) { + if (list[i] != null && list[i].get() == oldListener) { list[i] = null; return true; } @@ -198,7 +198,7 @@ if (clazz.isArray()) { WeakReference<EventListener>[] list = (WeakReference<EventListener>[])listener; for (int i = 0; i < TINY_ARRAY_SIZE; i++) - if (list[i].get() == oldListener) + if (list[i] != null && list[i].get() == oldListener) return true; return false; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2012-05-16 08:56:47
|
Revision: 21718 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21718&view=rev Author: d_wagner Date: 2012-05-16 08:56:36 +0000 (Wed, 16 May 2012) Log Message: ----------- Added a 1sec delay to keep old IEs from locking up Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/Simulation.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/Simulation.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/Simulation.js 2012-05-11 13:51:06 UTC (rev 21717) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/Simulation.js 2012-05-16 08:56:36 UTC (rev 21718) @@ -342,7 +342,9 @@ * Store the AUT window object to avoid calling * selenium.browserbot.getCurrentWindow() repeatedly. */ - this.__sel.getEval('selenium.qxStoredVars = {}'); + this.__sel.getEval('selenium.qxStoredVars = {}'); + // IE6/7 sometimes freeze if the next command is executed immediately + Packages.java.lang.Thread.sleep(1000); this.storeEval('selenium.browserbot.getCurrentWindow()', 'autWindow'); this.prepareNameSpace(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
Revision: 21717 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21717&view=rev Author: level420 Date: 2012-05-11 13:51:06 +0000 (Fri, 11 May 2012) Log Message: ----------- The missing focused+hovered state radio button. Fixes http://bugzilla.qooxdoo.org/show_bug.cgi?id=6357 Added Paths: ----------- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/form/radiobutton-focused-hovered.png Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/form/radiobutton-focused-hovered.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/form/radiobutton-focused-hovered.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lev...@us...> - 2012-05-11 13:36:57
|
Revision: 21716 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21716&view=rev Author: level420 Date: 2012-05-11 13:36:44 +0000 (Fri, 11 May 2012) Log Message: ----------- Light blue active window captionbar decorator and appearance. Changed active/inactive shadows of the window to give the active window "more foreground". This fixes http://bugzilla.qooxdoo.org/show_bug.cgi?id=6358 Modified Paths: -------------- trunk/qooxdoo-contrib/Aristo/branches/v1.1/image.json trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Appearance.js trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Decoration.js trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-b.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-bl.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-br.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-c.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-l.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-r.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-t.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-tl.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-tr.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-b.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-bl.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-br.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-c.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-l.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-r.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-t.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-tl.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-tr.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-lr-combined.meta trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-lr-combined.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-tb-combined.meta trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-tb-combined.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-lr-combined.meta trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-tb-combined.meta Added Paths: ----------- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-lr-combined.meta trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-lr-combined.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-tb-combined.meta trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-tb-combined.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-b.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-bl.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-br.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-c.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-l.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-r.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-t.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-tl.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-tr.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-lr-combined.meta trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-lr-combined.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-tb-combined.meta trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-tb-combined.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/source/aristo/window-captionbar-active.png Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/image.json =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/image.json 2012-05-11 12:19:48 UTC (rev 21715) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/image.json 2012-05-11 13:36:44 UTC (rev 21716) @@ -7,7 +7,7 @@ "let" : { "RESPATH" : "./source/resource", - "ARISTO" : "aristo" + "ARISTO" : "aristo/decoration" }, "cache" : @@ -44,12 +44,12 @@ "${RESPATH}/source/aristo/shadow-window.png" : { "prefix" : "../../${ARISTO}/shadow/shadow-window", - "border-width" : 5 + "border-width" : [ 6, 8, 8, 6 ] }, "${RESPATH}/source/aristo/shadow-window-active.png" : { "prefix" : "../../${ARISTO}/shadow/shadow-window-active", - "border-width" : 5 + "border-width" : [ 8, 10, 10, 8 ] }, "${RESPATH}/source/aristo/red-shadow.png" : { @@ -92,12 +92,18 @@ "prefix" : "../../${ARISTO}/form/button", "border-width" : 2 }, - // window captionbar active split + // window captionbar split "${RESPATH}/source/aristo/window-captionbar.png" : { "prefix" : "../../${ARISTO}/window/captionbar", "border-width" : 4 }, + // window captionbar active split + "${RESPATH}/source/aristo/window-captionbar-active.png" : + { + "prefix" : "../../${ARISTO}/window/captionbar-active", + "border-width" : 4 + }, // window statusbar split "${RESPATH}/source/aristo/window-statusbar.png" : @@ -291,7 +297,7 @@ "layout" : "horizontal" }, - // window captionbar-active - top and bottom + // window captionbar - top and bottom "${RESPATH}/${ARISTO}/window-captionbar-tb-combined.png": { "prefix" : [ "${RESPATH}" ], @@ -309,7 +315,7 @@ "layout" : "vertical" }, - // window captionbar-active - left and right + // window captionbar - left and right "${RESPATH}/${ARISTO}/window-captionbar-lr-combined.png": { "prefix" : [ "${RESPATH}" ], @@ -327,6 +333,42 @@ "layout" : "horizontal" }, + // window captionbar-active - top and bottom + "${RESPATH}/${ARISTO}/window-captionbar-active-tb-combined.png": + { + "prefix" : [ "${RESPATH}" ], + "input" : + [ + { + "prefix" : [ "${RESPATH}" ], + "files" : + [ + "${RESPATH}/${ARISTO}/window/captionbar-active-b*.png", + "${RESPATH}/${ARISTO}/window/captionbar-active-t*.png" + ] + } + ], + "layout" : "vertical" + }, + + // window captionbar-active - left and right + "${RESPATH}/${ARISTO}/window-captionbar-active-lr-combined.png": + { + "prefix" : [ "${RESPATH}" ], + "input" : + [ + { + "prefix" : [ "${RESPATH}" ], + "files" : + [ + "${RESPATH}/${ARISTO}/window/captionbar-active-l.png", + "${RESPATH}/${ARISTO}/window/captionbar-active-r.png" + ] + } + ], + "layout" : "horizontal" + }, + "${RESPATH}/${ARISTO}/shadow-tb-combined.png": { "prefix" : [ "${RESPATH}" ], @@ -487,6 +529,38 @@ "layout" : "horizontal" }, + "${RESPATH}/${ARISTO}/shadow-window-active-tb-combined.png": + { + "prefix" : [ "${RESPATH}" ], + "input" : + [ + { + "prefix" : [ "${RESPATH}" ], + "files" : + [ + "${RESPATH}/${ARISTO}/shadow/shadow-window-active-[tb]*.png" + ] + } + ], + "layout" : "vertical" + }, + + "${RESPATH}/${ARISTO}/shadow-window-active-lr-combined.png": + { + "prefix" : [ "${RESPATH}" ], + "input" : + [ + { + "prefix" : [ "${RESPATH}" ], + "files" : + [ + "${RESPATH}/${ARISTO}/shadow/shadow-window-active-[lr].png" + ] + } + ], + "layout" : "horizontal" + }, + "${RESPATH}/${ARISTO}/cursors-combined.gif": { "prefix" : [ "${RESPATH}" ], Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Appearance.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Appearance.js 2012-05-11 12:19:48 UTC (rev 21715) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Appearance.js 2012-05-11 13:36:44 UTC (rev 21716) @@ -696,10 +696,7 @@ "window" : { style : function(states) { return { - shadow : "shadow-window-inactive", // states.focused? - // "shadow-window" - // : - // "gray-shadow", + shadow : states.active ? "shadow-window-active" : "shadow-window-inactive", contentPadding : [ 10, 10, 10, 10 ] }; } @@ -716,7 +713,7 @@ "window/captionbar" : { style : function(states) { return { - decorator : "window-captionbar", + decorator : states.active ? "window-captionbar-active" : "window-captionbar", textColor : states.active ? "text-label" : "text-disabled", minHeight : 28, Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Decoration.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Decoration.js 2012-05-11 12:19:48 UTC (rev 21715) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Decoration.js 2012-05-11 13:36:44 UTC (rev 21716) @@ -185,23 +185,23 @@ } }, - "shadow-window-inactive" : { - decorator : qx.ui.decoration.Grid, + "shadow-window-inactive" : { + decorator : qx.ui.decoration.Grid, - style : { - baseImage : "aristo/decoration/shadow/shadow-window.png", - insets : [ 4, 9, 12, 8 ] - } - }, + style : { + baseImage : "aristo/decoration/shadow/shadow-window.png", + insets : [ 6, 8, 8, 6 ] + } + }, - "shadow-window-active" : { - decorator : qx.ui.decoration.Grid, + "shadow-window-active" : { + decorator : qx.ui.decoration.Grid, - style : { - baseImage : "aristo/decoration/shadow/shadow-window-active.png", - insets : [ 4, 8, 12, 8 ] - } - }, + style : { + baseImage : "aristo/decoration/shadow/shadow-window-active.png", + insets : [ 8, 10, 10, 8 ] + } + }, "red-shadow" : { decorator : qx.ui.decoration.Grid, @@ -443,6 +443,14 @@ } }, + "window-captionbar-active" : { + decorator : qx.ui.decoration.Grid, + + style : { + baseImage : "aristo/decoration/window/captionbar-active.png" + } + }, + "window-statusbar" : { decorator : qx.ui.decoration.Single, Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-bl.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-br.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-c.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-t.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-tl.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-active-tr.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-bl.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-br.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-c.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-t.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-tl.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow/shadow-window-tr.png =================================================================== (Binary files differ) Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-lr-combined.meta =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-lr-combined.meta (rev 0) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-lr-combined.meta 2012-05-11 13:36:44 UTC (rev 21716) @@ -0,0 +1 @@ +{"aristo/decoration/shadow/shadow-window-active-l.png": [8, 394, "png", "aristo/decoration/shadow-window-active-lr-combined.png", 0, 0], "aristo/decoration/shadow/shadow-window-active-r.png": [10, 394, "png", "aristo/decoration/shadow-window-active-lr-combined.png", -8, 0]} \ No newline at end of file Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-lr-combined.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-lr-combined.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-tb-combined.meta =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-tb-combined.meta (rev 0) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-tb-combined.meta 2012-05-11 13:36:44 UTC (rev 21716) @@ -0,0 +1 @@ +{"aristo/decoration/shadow/shadow-window-active-b.png": [363, 10, "png", "aristo/decoration/shadow-window-active-tb-combined.png", 0, 0], "aristo/decoration/shadow/shadow-window-active-bl.png": [8, 10, "png", "aristo/decoration/shadow-window-active-tb-combined.png", 0, -10], "aristo/decoration/shadow/shadow-window-active-br.png": [10, 10, "png", "aristo/decoration/shadow-window-active-tb-combined.png", 0, -20], "aristo/decoration/shadow/shadow-window-active-t.png": [363, 8, "png", "aristo/decoration/shadow-window-active-tb-combined.png", 0, -30], "aristo/decoration/shadow/shadow-window-active-tl.png": [8, 8, "png", "aristo/decoration/shadow-window-active-tb-combined.png", 0, -38], "aristo/decoration/shadow/shadow-window-active-tr.png": [10, 8, "png", "aristo/decoration/shadow-window-active-tb-combined.png", 0, -46]} \ No newline at end of file Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-tb-combined.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-active-tb-combined.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-lr-combined.meta =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-lr-combined.meta 2012-05-11 12:19:48 UTC (rev 21715) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-lr-combined.meta 2012-05-11 13:36:44 UTC (rev 21716) @@ -1 +1 @@ -{"playground/shadow/shadow-window-l.png": [5, 402, "png", "playground/shadow-window-lr-combined.png", 0, 0], "playground/shadow/shadow-window-r.png": [5, 402, "png", "playground/shadow-window-lr-combined.png", -5, 0]} \ No newline at end of file +{"aristo/decoration/shadow/shadow-window-l.png": [6, 398, "png", "aristo/decoration/shadow-window-lr-combined.png", 0, 0], "aristo/decoration/shadow/shadow-window-r.png": [8, 398, "png", "aristo/decoration/shadow-window-lr-combined.png", -6, 0]} \ No newline at end of file Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-lr-combined.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-tb-combined.meta =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-tb-combined.meta 2012-05-11 12:19:48 UTC (rev 21715) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-tb-combined.meta 2012-05-11 13:36:44 UTC (rev 21716) @@ -1 +1 @@ -{"playground/shadow/shadow-window-b.png": [5, 5, "png", "playground/shadow-window-tb-combined.png", 0, 0], "playground/shadow/shadow-window-bl.png": [5, 5, "png", "playground/shadow-window-tb-combined.png", 0, -5], "playground/shadow/shadow-window-br.png": [5, 5, "png", "playground/shadow-window-tb-combined.png", 0, -10], "playground/shadow/shadow-window-t.png": [5, 5, "png", "playground/shadow-window-tb-combined.png", 0, -15], "playground/shadow/shadow-window-tl.png": [5, 5, "png", "playground/shadow-window-tb-combined.png", 0, -20], "playground/shadow/shadow-window-tr.png": [5, 5, "png", "playground/shadow-window-tb-combined.png", 0, -25]} \ No newline at end of file +{"aristo/decoration/shadow/shadow-window-b.png": [367, 8, "png", "aristo/decoration/shadow-window-tb-combined.png", 0, 0], "aristo/decoration/shadow/shadow-window-bl.png": [6, 8, "png", "aristo/decoration/shadow-window-tb-combined.png", 0, -8], "aristo/decoration/shadow/shadow-window-br.png": [8, 8, "png", "aristo/decoration/shadow-window-tb-combined.png", 0, -16], "aristo/decoration/shadow/shadow-window-t.png": [367, 6, "png", "aristo/decoration/shadow-window-tb-combined.png", 0, -24], "aristo/decoration/shadow/shadow-window-tl.png": [6, 6, "png", "aristo/decoration/shadow-window-tb-combined.png", 0, -30], "aristo/decoration/shadow/shadow-window-tr.png": [8, 6, "png", "aristo/decoration/shadow-window-tb-combined.png", 0, -36]} \ No newline at end of file Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/shadow-window-tb-combined.png =================================================================== (Binary files differ) Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-b.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-b.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-bl.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-bl.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-br.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-br.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-c.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-c.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-l.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-l.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-r.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-r.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-t.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-t.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-tl.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-tl.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-tr.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active-tr.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/captionbar-active.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-lr-combined.meta =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-lr-combined.meta (rev 0) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-lr-combined.meta 2012-05-11 13:36:44 UTC (rev 21716) @@ -0,0 +1 @@ +{"aristo/decoration/window/captionbar-active-l.png": [4, 20, "png", "aristo/decoration/window-captionbar-active-lr-combined.png", 0, 0], "aristo/decoration/window/captionbar-active-r.png": [4, 20, "png", "aristo/decoration/window-captionbar-active-lr-combined.png", -4, 0]} \ No newline at end of file Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-lr-combined.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-lr-combined.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-tb-combined.meta =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-tb-combined.meta (rev 0) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-tb-combined.meta 2012-05-11 13:36:44 UTC (rev 21716) @@ -0,0 +1 @@ +{"aristo/decoration/window/captionbar-active-b.png": [4, 4, "png", "aristo/decoration/window-captionbar-active-tb-combined.png", 0, 0], "aristo/decoration/window/captionbar-active-bl.png": [4, 4, "png", "aristo/decoration/window-captionbar-active-tb-combined.png", 0, -4], "aristo/decoration/window/captionbar-active-br.png": [4, 4, "png", "aristo/decoration/window-captionbar-active-tb-combined.png", 0, -8], "aristo/decoration/window/captionbar-active-t.png": [4, 4, "png", "aristo/decoration/window-captionbar-active-tb-combined.png", 0, -12], "aristo/decoration/window/captionbar-active-tl.png": [4, 4, "png", "aristo/decoration/window-captionbar-active-tb-combined.png", 0, -16], "aristo/decoration/window/captionbar-active-tr.png": [4, 4, "png", "aristo/decoration/window-captionbar-active-tb-combined.png", 0, -20]} \ No newline at end of file Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-tb-combined.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-active-tb-combined.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-lr-combined.meta =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-lr-combined.meta 2012-05-11 12:19:48 UTC (rev 21715) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-lr-combined.meta 2012-05-11 13:36:44 UTC (rev 21716) @@ -1 +1 @@ -{"playground/window/captionbar-l.png": [4, 20, "png", "playground/window-captionbar-lr-combined.png", 0, 0], "playground/window/captionbar-r.png": [4, 20, "png", "playground/window-captionbar-lr-combined.png", -4, 0]} \ No newline at end of file +{"aristo/decoration/window/captionbar-l.png": [4, 20, "png", "aristo/decoration/window-captionbar-lr-combined.png", 0, 0], "aristo/decoration/window/captionbar-r.png": [4, 20, "png", "aristo/decoration/window-captionbar-lr-combined.png", -4, 0]} \ No newline at end of file Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-tb-combined.meta =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-tb-combined.meta 2012-05-11 12:19:48 UTC (rev 21715) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window-captionbar-tb-combined.meta 2012-05-11 13:36:44 UTC (rev 21716) @@ -1 +1 @@ -{"playground/window/captionbar-b.png": [4, 4, "png", "playground/window-captionbar-tb-combined.png", 0, 0], "playground/window/captionbar-bl.png": [4, 4, "png", "playground/window-captionbar-tb-combined.png", 0, -4], "playground/window/captionbar-br.png": [4, 4, "png", "playground/window-captionbar-tb-combined.png", 0, -8], "playground/window/captionbar-t.png": [4, 4, "png", "playground/window-captionbar-tb-combined.png", 0, -12], "playground/window/captionbar-tl.png": [4, 4, "png", "playground/window-captionbar-tb-combined.png", 0, -16], "playground/window/captionbar-tr.png": [4, 4, "png", "playground/window-captionbar-tb-combined.png", 0, -20]} \ No newline at end of file +{"aristo/decoration/window/captionbar-b.png": [4, 4, "png", "aristo/decoration/window-captionbar-tb-combined.png", 0, 0], "aristo/decoration/window/captionbar-bl.png": [4, 4, "png", "aristo/decoration/window-captionbar-tb-combined.png", 0, -4], "aristo/decoration/window/captionbar-br.png": [4, 4, "png", "aristo/decoration/window-captionbar-tb-combined.png", 0, -8], "aristo/decoration/window/captionbar-t.png": [4, 4, "png", "aristo/decoration/window-captionbar-tb-combined.png", 0, -12], "aristo/decoration/window/captionbar-tl.png": [4, 4, "png", "aristo/decoration/window-captionbar-tb-combined.png", 0, -16], "aristo/decoration/window/captionbar-tr.png": [4, 4, "png", "aristo/decoration/window-captionbar-tb-combined.png", 0, -20]} \ No newline at end of file Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/source/aristo/window-captionbar-active.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/source/aristo/window-captionbar-active.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-11 12:19:59
|
Revision: 21715 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21715&view=rev Author: spackers Date: 2012-05-11 12:19:48 +0000 (Fri, 11 May 2012) Log Message: ----------- Reduce saturation on window activation buttons Modified Paths: -------------- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.psd trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-active-hovered.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-active.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-inactive.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-active-hovered.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-active.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-inactive.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-active-hovered.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-active.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-inactive.png Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.psd =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-inactive.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-09 13:03:39
|
Revision: 21714 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21714&view=rev Author: spackers Date: 2012-05-09 13:03:27 +0000 (Wed, 09 May 2012) Log Message: ----------- first pass at minor refresh to GUI look, providing thinner scrollbars, table header gradients, and tweaks to tabview tabs and colours Modified Paths: -------------- trunk/qooxdoo-contrib/Aristo/branches/v1.1/demo/default/source/class/aristo/demo/Application.js trunk/qooxdoo-contrib/Aristo/branches/v1.1/demo/default/source/class/aristo/demo/ScrollBar.js trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Appearance.js trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Color.js trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Decoration.js trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Font.js trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-b.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-b.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-l.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-r.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-t.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-l.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-r.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-t.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical-disabled.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-c.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-l.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-r.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-b.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-c.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-t.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/table/header-cell.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/tabview/tabview-pane-tl.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/tabview/tabview-pane-tr.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/tabview/tabview-pane.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-active-hovered.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-active.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-inactive.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-active-hovered.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-active.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-inactive.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-active-hovered.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-active.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-inactive.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/restore-active-hovered.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/restore-active.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/restore-inactive.png Added Paths: ----------- trunk/qooxdoo-contrib/Aristo/branches/v1.1/.project trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/ trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/.jsdtscope trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/org.eclipse.wst.jsdt.ui.superType.container trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/org.eclipse.wst.jsdt.ui.superType.name trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24-cutouts.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.png trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.psd trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal-disabled.png Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/.project =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/.project (rev 0) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/.project 2012-05-09 13:03:27 UTC (rev 21714) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>Aristo</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.wst.jsdt.core.jsNature</nature> + </natures> +</projectDescription> Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/.jsdtscope =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/.jsdtscope (rev 0) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/.jsdtscope 2012-05-09 13:03:27 UTC (rev 21714) @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry excluding="test/" kind="src" path="demo/default/source/class/aristo/demo"/> + <classpathentry kind="src" path="demo/default/source/class/aristo/demo/test"/> + <classpathentry kind="src" path="demo/default/source/script"/> + <classpathentry excluding="theme/" kind="src" path="source/class/aristo"/> + <classpathentry kind="src" path="source/class/aristo/theme"/> + <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path=""/> +</classpath> Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/org.eclipse.wst.jsdt.ui.superType.container =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/org.eclipse.wst.jsdt.ui.superType.container (rev 0) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/org.eclipse.wst.jsdt.ui.superType.container 2012-05-09 13:03:27 UTC (rev 21714) @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.JRE_CONTAINER \ No newline at end of file Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/org.eclipse.wst.jsdt.ui.superType.name =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/org.eclipse.wst.jsdt.ui.superType.name (rev 0) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/.settings/org.eclipse.wst.jsdt.ui.superType.name 2012-05-09 13:03:27 UTC (rev 21714) @@ -0,0 +1 @@ +Global \ No newline at end of file Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/demo/default/source/class/aristo/demo/Application.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/demo/default/source/class/aristo/demo/Application.js 2012-05-09 12:42:04 UTC (rev 21713) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/demo/default/source/class/aristo/demo/Application.js 2012-05-09 13:03:27 UTC (rev 21714) @@ -188,6 +188,7 @@ stack.resetSelection(); var widgetButton = this.widgetButton = new qx.ui.form.SelectBox(); + var selWidgetButton = null; widgetButton.set({font: "bold"}); widgetButton.add(new qx.ui.form.ListItem("<not selected>")); widgetButton.add(new qx.ui.form.ListItem("Atom")); @@ -430,6 +431,9 @@ var colorWindow = this.colorWindow = new aristo.demo.ColorWindow(); colorWindow.addListener("changeActive", this.resetShowcase, this); + + if (selWidgetButton) + widgetButton.setSelection([selWidgetButton]); }, createHeader : function() Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/demo/default/source/class/aristo/demo/ScrollBar.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/demo/default/source/class/aristo/demo/ScrollBar.js 2012-05-09 12:42:04 UTC (rev 21713) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/demo/default/source/class/aristo/demo/ScrollBar.js 2012-05-09 13:03:27 UTC (rev 21714) @@ -37,26 +37,42 @@ }); container.add(label, {row: 0, column: 0}); + function doScroll(e) { + hScrollBar.setPosition(e.getData()); + hScrollBarNative.setPosition(e.getData()); + vScrollBar.setPosition(e.getData()); + vScrollBarNative.setPosition(e.getData()); + label.setValue("Value " + e.getData()); + } var vScrollBar = new qx.ui.core.scroll.ScrollBar("vertical").set({ height: 200, maximum: 500 }); - vScrollBar.addListener("scroll", function(e) { - hScrollBar.setPosition(e.getData()); - }); + vScrollBar.addListener("scroll", doScroll); container.add(vScrollBar, {row: 0, column: 1}); + var vScrollBarNative = new qx.ui.core.scroll.NativeScrollBar("vertical").set({ + height: 200, + maximum: 500 + }); + vScrollBarNative.addListener("scroll", doScroll); + container.add(vScrollBarNative, {row: 0, column: 2}); - var hScrollBar = new qx.ui.core.scroll.NativeScrollBar("horizontal").set({ + + var hScrollBar = new qx.ui.core.scroll.ScrollBar("horizontal").set({ + width: 300, + maximum: 500 + }); + hScrollBar.addListener("scroll", doScroll); + container.add(hScrollBar, {row: 1, column: 0}); + + var hScrollBarNative = new qx.ui.core.scroll.NativeScrollBar("horizontal").set({ width: 300, maximum: 500 }); - hScrollBar.addListener("scroll", function(e) { - vScrollBar.setPosition(e.getData()); - label.setValue("Value: " + e.getData()); - }); - container.add(hScrollBar, {row: 1, column: 0}); + hScrollBarNative.addListener("scroll", doScroll); + container.add(hScrollBarNative, {row: 2, column: 0}); hScrollBar.setPosition(170); } Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24-cutouts.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24-cutouts.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.psd =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/Aristo-24.psd ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Appearance.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Appearance.js 2012-05-09 12:42:04 UTC (rev 21713) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Appearance.js 2012-05-09 13:03:27 UTC (rev 21714) @@ -45,7 +45,9 @@ return { backgroundColor : "background-application", textColor : "text-label", - font : "default" + font : "default", + blockerColor: "black", + blockerOpacity: 0.2 }; } }, @@ -287,6 +289,17 @@ }; } }, + + "listitem/label": { + style : function(states) { + return { + textColor : + states.selected ? "text-selected" : + states.disabled ? "text-disabled" + : "text-label" + }; + } + }, /* * --------------------------------------------------------------------------- @@ -328,8 +341,8 @@ return { maxWidth : states.horizontal ? undefined - : 17, - maxHeight : states.horizontal ? 17 + : 13, + maxHeight : states.horizontal ? 13 : undefined, decorator : states.horizontal ? "scrollbar-horizontal" : "scrollbar-vertical", @@ -412,15 +425,15 @@ states.left ? 6 : 16 ], icon : icon, width : 29, - height : 17, + height : 13, decorator : decorator }; } else { return { padding : [ states.up ? -10 : 12, 0, 0, - 4 ], + 2 ], icon : icon, - width : 17, + width : 13, height : 29, decorator : decorator }; @@ -1602,7 +1615,7 @@ }; if (states.barTop || states.barBottom) { - result.paddingLeft = 5; + result.paddingLeft = 0; result.paddingRight = 7; } else { result.paddingTop = 5; @@ -1680,7 +1693,7 @@ if (states.barTop) { decorator = "tabview-page-button-top-active"; padding = [ 6, 14 ]; - marginLeft = states.firstTab ? 0 : -5; + marginLeft = states.firstTab ? -1 : -5; marginRight = states.lastTab ? 0 : -5; } else if (states.barBottom) { decorator = "tabview-page-button-bottom-active"; @@ -2266,7 +2279,8 @@ "table-scroller/header" : { style : function(states) { return { - decorator : "table-scroller-header" + decorator : "table-scroller-header", + font: "bold" }; } }, @@ -2301,9 +2315,9 @@ style : function(states) { return { minWidth : 13, - minHeight : 20, - padding : states.hovered ? [ 3, 4, 2, 4 ] - : [ 3, 4 ], + minHeight : 33, + padding : states.hovered ? [ 3, 6, 2, 6 ] + : [ 3, 6 ], decorator : states.hovered ? "table-header-cell-hovered" : "table-header-cell", sortIcon : states.sorted ? (states.sortedAscending ? "aristo/decoration/table/ascending.png" Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Color.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Color.js 2012-05-09 12:42:04 UTC (rev 21713) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Color.js 2012-05-09 13:03:27 UTC (rev 21714) @@ -89,16 +89,14 @@ // "table-row-background-selected" and "table-row-background-focused-selected" // are inspired by the colors of the selection decorator "table-focus-indicator" : "#0880EF", - "table-row-background-focused-selected" : "#5f83b9", + "table-row-background-focused-selected" : "#cce4fc", //"#b4dbf2", //"#5f83b9", "table-row-background-focused" : "#80B4EF", "table-row-background-selected" : "#5f83b9", - // equal to "background-pane" and "background-odd" - "table-row-background-even" : "#F3F3F3", - "table-row-background-odd" : "#E4E4E4", + "table-row-background-even" : "#F7FCFE", //"#F3F3F3", + "table-row-background-odd" : "#ebf8ff", //"#E4E4E4", - // equal to "text-selected" and "text-label" - "table-row-selected" : "#fffefe", + "table-row-selected" : "#111111", //"#fffefe", "table-row" : "#1a1a1a", // equal to "border-collumn" Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Decoration.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Decoration.js 2012-05-09 12:42:04 UTC (rev 21713) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Decoration.js 2012-05-09 13:03:27 UTC (rev 21714) @@ -627,6 +627,14 @@ } }, + "transparent" : { + decorator : qx.ui.decoration.Single, + + style : { + backgroundColor : "transparent" + } + }, + /* * --------------------------------------------------------------------------- * TOOLTIP @@ -851,7 +859,7 @@ decorator : qx.ui.decoration.Single, style : { - width : 2, + width : 1, color : "table-focus-indicator", style : "solid" } Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Font.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Font.js 2012-05-09 12:42:04 UTC (rev 21713) +++ trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/class/aristo/theme/Font.js 2012-05-09 13:03:27 UTC (rev 21714) @@ -36,14 +36,14 @@ { "default" : { - size : 11, + size : 12, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ] }, "bold" : { - size : 11, + size : 12, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ], bold : true @@ -51,14 +51,14 @@ "small" : { - size : 10, + size : 11, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ] }, "monospace" : { - size : 11, + size : 12, lineHeight : 1.4, family : [ "Courier New", "DejaVu Sans Mono", "monospace" ] }, Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-t.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-t.png =================================================================== (Binary files differ) Added: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal-disabled.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal-disabled.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical-disabled.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-c.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-c.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-t.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/table/header-cell.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/tabview/tabview-pane-tl.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/tabview/tabview-pane-tr.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/tabview/tabview-pane.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/close-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/maximize-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/minimize-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/restore-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/restore-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/branches/v1.1/source/resource/aristo/decoration/window/restore-inactive.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-09 12:42:15
|
Revision: 21713 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21713&view=rev Author: spackers Date: 2012-05-09 12:42:04 +0000 (Wed, 09 May 2012) Log Message: ----------- new branch Added Paths: ----------- trunk/qooxdoo-contrib/Aristo/branches/v1.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-09 12:41:45
|
Revision: 21712 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21712&view=rev Author: spackers Date: 2012-05-09 12:41:34 +0000 (Wed, 09 May 2012) Log Message: ----------- new branch Added Paths: ----------- trunk/qooxdoo-contrib/Aristo/branches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-09 12:38:47
|
Revision: 21711 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21711&view=rev Author: spackers Date: 2012-05-09 12:38:37 +0000 (Wed, 09 May 2012) Log Message: ----------- Reverting to previous revision, unintended commit Modified Paths: -------------- trunk/qooxdoo-contrib/Aristo/trunk/Manifest.json trunk/qooxdoo-contrib/Aristo/trunk/demo/default/config.json trunk/qooxdoo-contrib/Aristo/trunk/demo/default/generate.py trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/Application.js trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/ScrollBar.js trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Appearance.js trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Color.js trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Decoration.js trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Font.js trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical-disabled.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-c.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-c.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/table/header-cell.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane-tl.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane-tr.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-inactive.png Removed Paths: ------------- trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24-cutouts.png trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.png trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.psd trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/ trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal-disabled.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/tmp/ trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/ trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/tmp/ Property Changed: ---------------- trunk/qooxdoo-contrib/Aristo/trunk/demo/default/ Modified: trunk/qooxdoo-contrib/Aristo/trunk/Manifest.json =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/Manifest.json 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/Manifest.json 2012-05-09 12:38:37 UTC (rev 21711) @@ -30,7 +30,7 @@ ], "version" : "trunk", - "qooxdoo-versions": [ "1.4", "1.5", "1.6" ] + "qooxdoo-versions": [ "1.4", "1.5", "1.6", "1.6-pre" ] }, "provides" : Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/demo/default ___________________________________________________________________ Added: svn:ignore + local.json Modified: trunk/qooxdoo-contrib/Aristo/trunk/demo/default/config.json =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/demo/default/config.json 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/demo/default/config.json 2012-05-09 12:38:37 UTC (rev 21711) @@ -35,7 +35,6 @@ { "APPLICATION" : "aristo.demo", "QOOXDOO_PATH" : "../../../../qooxdoo/1.6", - //"QOOXDOO_PATH" : "../../../../../../../../../../../os/qooxdoo-1.6-sdk", "QXTHEME" : "aristo.Aristo", "API_EXCLUDE" : ["qx.test.*", "${APPLICATION}.theme.*", "${APPLICATION}.test.*"], "LOCALES" : [ "en" ], Modified: trunk/qooxdoo-contrib/Aristo/trunk/demo/default/generate.py =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/demo/default/generate.py 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/demo/default/generate.py 2012-05-09 12:38:37 UTC (rev 21711) @@ -22,26 +22,45 @@ # This is a stub proxy for the real generator.py ## -import sys, os, re, subprocess +import sys, os, re, subprocess, optparse CMD_PYTHON = 'python' QOOXDOO_PATH = '../../qooxdoo/1.2' -def getQxPath(): - path = QOOXDOO_PATH - # try updating from config file - if os.path.exists('config.json'): +def scanConfig(filename): + if os.path.exists(filename): # "using QOOXDOO_PATH from config.json" qpathr=re.compile(r'"QOOXDOO_PATH"\s*:\s*"([^"]*)"\s*,?') - conffile = open('config.json') + conffile = open(filename) aconffile = conffile.readlines() for line in aconffile: mo = qpathr.search(line) if mo: path = mo.group(1) - break # assume first occurrence is ok + return path + +def getQxPath(): + path = QOOXDOO_PATH + parser = optparse.OptionParser(); + parser.add_option("-m", "--macro", dest="letmacros", metavar="KEY:VAL", type="string", default={}, help="define/overwrite a global 'let' macro KEY with value VAL") + (options, args) = parser.parse_args(); + if options.letmacros: + print "key=%s" % options.letmacros + qpathr = re.compile(r'QOOXDOO_PATH\s*:\s*(.*)') + mo = qpathr.search(options.letmacros) + if mo: + path = mo.group(1) + path = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), path)) + return path + + # try updating from config file + tmp = scanConfig('local.json') + if not tmp: + tmp = scanConfig('config.json') + if tmp: + path = tmp + path = os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), path)) - return path os.chdir(os.path.dirname(os.path.abspath(sys.argv[0]))) # switch to skeleton dir Modified: trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/Application.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/Application.js 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/Application.js 2012-05-09 12:38:37 UTC (rev 21711) @@ -188,7 +188,6 @@ stack.resetSelection(); var widgetButton = this.widgetButton = new qx.ui.form.SelectBox(); - var selWidgetButton = null; widgetButton.set({font: "bold"}); widgetButton.add(new qx.ui.form.ListItem("<not selected>")); widgetButton.add(new qx.ui.form.ListItem("Atom")); @@ -431,9 +430,6 @@ var colorWindow = this.colorWindow = new aristo.demo.ColorWindow(); colorWindow.addListener("changeActive", this.resetShowcase, this); - - if (selWidgetButton) - widgetButton.setSelection([selWidgetButton]); }, createHeader : function() Modified: trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/ScrollBar.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/ScrollBar.js 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/ScrollBar.js 2012-05-09 12:38:37 UTC (rev 21711) @@ -37,42 +37,26 @@ }); container.add(label, {row: 0, column: 0}); - function doScroll(e) { - hScrollBar.setPosition(e.getData()); - hScrollBarNative.setPosition(e.getData()); - vScrollBar.setPosition(e.getData()); - vScrollBarNative.setPosition(e.getData()); - label.setValue("Value " + e.getData()); - } var vScrollBar = new qx.ui.core.scroll.ScrollBar("vertical").set({ height: 200, maximum: 500 }); - vScrollBar.addListener("scroll", doScroll); + vScrollBar.addListener("scroll", function(e) { + hScrollBar.setPosition(e.getData()); + }); container.add(vScrollBar, {row: 0, column: 1}); - var vScrollBarNative = new qx.ui.core.scroll.NativeScrollBar("vertical").set({ - height: 200, - maximum: 500 - }); - vScrollBarNative.addListener("scroll", doScroll); - container.add(vScrollBarNative, {row: 0, column: 2}); - - var hScrollBar = new qx.ui.core.scroll.ScrollBar("horizontal").set({ - width: 300, - maximum: 500 - }); - hScrollBar.addListener("scroll", doScroll); - container.add(hScrollBar, {row: 1, column: 0}); - - var hScrollBarNative = new qx.ui.core.scroll.NativeScrollBar("horizontal").set({ + var hScrollBar = new qx.ui.core.scroll.NativeScrollBar("horizontal").set({ width: 300, maximum: 500 }); - hScrollBarNative.addListener("scroll", doScroll); - container.add(hScrollBarNative, {row: 2, column: 0}); + hScrollBar.addListener("scroll", function(e) { + vScrollBar.setPosition(e.getData()); + label.setValue("Value: " + e.getData()); + }); + container.add(hScrollBar, {row: 1, column: 0}); hScrollBar.setPosition(170); } Deleted: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24-cutouts.png =================================================================== (Binary files differ) Deleted: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.png =================================================================== (Binary files differ) Deleted: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.psd =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Appearance.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Appearance.js 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Appearance.js 2012-05-09 12:38:37 UTC (rev 21711) @@ -45,9 +45,7 @@ return { backgroundColor : "background-application", textColor : "text-label", - font : "default", - blockerColor: "black", - blockerOpacity: 0.2 + font : "default" }; } }, @@ -289,17 +287,6 @@ }; } }, - - "listitem/label": { - style : function(states) { - return { - textColor : - states.selected ? "text-selected" : - states.disabled ? "text-disabled" - : "text-label" - }; - } - }, /* * --------------------------------------------------------------------------- @@ -341,8 +328,8 @@ return { maxWidth : states.horizontal ? undefined - : 13, - maxHeight : states.horizontal ? 13 + : 17, + maxHeight : states.horizontal ? 17 : undefined, decorator : states.horizontal ? "scrollbar-horizontal" : "scrollbar-vertical", @@ -425,15 +412,15 @@ states.left ? 6 : 16 ], icon : icon, width : 29, - height : 13, + height : 17, decorator : decorator }; } else { return { padding : [ states.up ? -10 : 12, 0, 0, - 2 ], + 4 ], icon : icon, - width : 13, + width : 17, height : 29, decorator : decorator }; @@ -1615,7 +1602,7 @@ }; if (states.barTop || states.barBottom) { - result.paddingLeft = 0; + result.paddingLeft = 5; result.paddingRight = 7; } else { result.paddingTop = 5; @@ -1693,7 +1680,7 @@ if (states.barTop) { decorator = "tabview-page-button-top-active"; padding = [ 6, 14 ]; - marginLeft = states.firstTab ? -1 : -5; + marginLeft = states.firstTab ? 0 : -5; marginRight = states.lastTab ? 0 : -5; } else if (states.barBottom) { decorator = "tabview-page-button-bottom-active"; @@ -2279,8 +2266,7 @@ "table-scroller/header" : { style : function(states) { return { - decorator : "table-scroller-header", - font: "bold" + decorator : "table-scroller-header" }; } }, @@ -2315,9 +2301,9 @@ style : function(states) { return { minWidth : 13, - minHeight : 33, - padding : states.hovered ? [ 3, 6, 2, 6 ] - : [ 3, 6 ], + minHeight : 20, + padding : states.hovered ? [ 3, 4, 2, 4 ] + : [ 3, 4 ], decorator : states.hovered ? "table-header-cell-hovered" : "table-header-cell", sortIcon : states.sorted ? (states.sortedAscending ? "aristo/decoration/table/ascending.png" Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Color.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Color.js 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Color.js 2012-05-09 12:38:37 UTC (rev 21711) @@ -89,14 +89,16 @@ // "table-row-background-selected" and "table-row-background-focused-selected" // are inspired by the colors of the selection decorator "table-focus-indicator" : "#0880EF", - "table-row-background-focused-selected" : "#cce4fc", //"#b4dbf2", //"#5f83b9", + "table-row-background-focused-selected" : "#5f83b9", "table-row-background-focused" : "#80B4EF", "table-row-background-selected" : "#5f83b9", - "table-row-background-even" : "#F7FCFE", //"#F3F3F3", - "table-row-background-odd" : "#ebf8ff", //"#E4E4E4", + // equal to "background-pane" and "background-odd" + "table-row-background-even" : "#F3F3F3", + "table-row-background-odd" : "#E4E4E4", - "table-row-selected" : "#111111", //"#fffefe", + // equal to "text-selected" and "text-label" + "table-row-selected" : "#fffefe", "table-row" : "#1a1a1a", // equal to "border-collumn" Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Decoration.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Decoration.js 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Decoration.js 2012-05-09 12:38:37 UTC (rev 21711) @@ -627,14 +627,6 @@ } }, - "transparent" : { - decorator : qx.ui.decoration.Single, - - style : { - backgroundColor : "transparent" - } - }, - /* * --------------------------------------------------------------------------- * TOOLTIP @@ -859,7 +851,7 @@ decorator : qx.ui.decoration.Single, style : { - width : 1, + width : 2, color : "table-focus-indicator", style : "solid" } Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Font.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Font.js 2012-05-09 12:35:04 UTC (rev 21710) +++ trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Font.js 2012-05-09 12:38:37 UTC (rev 21711) @@ -36,14 +36,14 @@ { "default" : { - size : 12, + size : 11, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ] }, "bold" : { - size : 12, + size : 11, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ], bold : true @@ -51,14 +51,14 @@ "small" : { - size : 11, + size : 10, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ] }, "monospace" : { - size : 12, + size : 11, lineHeight : 1.4, family : [ "Courier New", "DejaVu Sans Mono", "monospace" ] }, Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-t.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-t.png =================================================================== (Binary files differ) Deleted: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal-disabled.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical-disabled.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-c.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-c.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-t.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/table/header-cell.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane-tl.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane-tr.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-inactive.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2012-05-09 12:35:10
|
Revision: 21710 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21710&view=rev Author: d_wagner Date: 2012-05-09 12:35:04 +0000 (Wed, 09 May 2012) Log Message: ----------- Updated test case after AUT changed Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/mobileshowcase/test_mobileshowcase.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/mobileshowcase/test_mobileshowcase.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/mobileshowcase/test_mobileshowcase.js 2012-05-08 20:00:44 UTC (rev 21709) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/mobileshowcase/test_mobileshowcase.js 2012-05-09 12:35:04 UTC (rev 21710) @@ -62,6 +62,9 @@ this.waitForElementPresent("//h1[text() = 'Animation']"); var listItems = this.getListItemLabels(); for (var i=0, l=listItems.length; i<l; i++) { + if (listItems[i].indexOf("Action") == 0) { + continue; + } this.selectItem(listItems[i]); Packages.java.lang.Thread.sleep(1500); this.waitForElementPresent("//strong[contains(text(), 'reverse animation')]"); @@ -120,7 +123,7 @@ } //click load button - this.qxClick("//div[contains(@class, 'toolbar-button')]/descendant::div[text() = 'Load']"); + this.qxClick("//div[contains(@class, 'toolbar-button')]/descendant::div[text() = 'Take a new picture']"); var loadingDialogLocator = "//div[text() = 'Loading...']"; this.waitForElementPresent(loadingDialogLocator); //the loading dialog disappears after 5sec This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-05-08 20:00:52
|
Revision: 21709 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21709&view=rev Author: spackers Date: 2012-05-08 20:00:44 +0000 (Tue, 08 May 2012) Log Message: ----------- Modified Paths: -------------- trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/Application.js trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/ScrollBar.js trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Appearance.js trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Color.js trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Decoration.js trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Font.js trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical-disabled.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-c.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-c.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/table/header-cell.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane-tl.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane-tr.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-inactive.png Added Paths: ----------- trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24-cutouts.png trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.png trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.psd trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/ trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-horizontal.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-vertical-disabled.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-vertical.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-c.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-l.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-r.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-b.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-c.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-t.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal-disabled.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/tmp/ trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/ trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-active-hovered.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-active.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-inactive.png trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/tmp/ Modified: trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/Application.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/Application.js 2012-04-24 16:14:11 UTC (rev 21708) +++ trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/Application.js 2012-05-08 20:00:44 UTC (rev 21709) @@ -188,6 +188,7 @@ stack.resetSelection(); var widgetButton = this.widgetButton = new qx.ui.form.SelectBox(); + var selWidgetButton = null; widgetButton.set({font: "bold"}); widgetButton.add(new qx.ui.form.ListItem("<not selected>")); widgetButton.add(new qx.ui.form.ListItem("Atom")); @@ -430,6 +431,9 @@ var colorWindow = this.colorWindow = new aristo.demo.ColorWindow(); colorWindow.addListener("changeActive", this.resetShowcase, this); + + if (selWidgetButton) + widgetButton.setSelection([selWidgetButton]); }, createHeader : function() Modified: trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/ScrollBar.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/ScrollBar.js 2012-04-24 16:14:11 UTC (rev 21708) +++ trunk/qooxdoo-contrib/Aristo/trunk/demo/default/source/class/aristo/demo/ScrollBar.js 2012-05-08 20:00:44 UTC (rev 21709) @@ -37,26 +37,42 @@ }); container.add(label, {row: 0, column: 0}); + function doScroll(e) { + hScrollBar.setPosition(e.getData()); + hScrollBarNative.setPosition(e.getData()); + vScrollBar.setPosition(e.getData()); + vScrollBarNative.setPosition(e.getData()); + label.setValue("Value " + e.getData()); + } var vScrollBar = new qx.ui.core.scroll.ScrollBar("vertical").set({ height: 200, maximum: 500 }); - vScrollBar.addListener("scroll", function(e) { - hScrollBar.setPosition(e.getData()); - }); + vScrollBar.addListener("scroll", doScroll); container.add(vScrollBar, {row: 0, column: 1}); + var vScrollBarNative = new qx.ui.core.scroll.NativeScrollBar("vertical").set({ + height: 200, + maximum: 500 + }); + vScrollBarNative.addListener("scroll", doScroll); + container.add(vScrollBarNative, {row: 0, column: 2}); - var hScrollBar = new qx.ui.core.scroll.NativeScrollBar("horizontal").set({ + + var hScrollBar = new qx.ui.core.scroll.ScrollBar("horizontal").set({ + width: 300, + maximum: 500 + }); + hScrollBar.addListener("scroll", doScroll); + container.add(hScrollBar, {row: 1, column: 0}); + + var hScrollBarNative = new qx.ui.core.scroll.NativeScrollBar("horizontal").set({ width: 300, maximum: 500 }); - hScrollBar.addListener("scroll", function(e) { - vScrollBar.setPosition(e.getData()); - label.setValue("Value: " + e.getData()); - }); - container.add(hScrollBar, {row: 1, column: 0}); + hScrollBarNative.addListener("scroll", doScroll); + container.add(hScrollBarNative, {row: 2, column: 0}); hScrollBar.setPosition(170); } Added: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24-cutouts.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24-cutouts.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.psd =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/Aristo-24.psd ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Appearance.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Appearance.js 2012-04-24 16:14:11 UTC (rev 21708) +++ trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Appearance.js 2012-05-08 20:00:44 UTC (rev 21709) @@ -45,7 +45,9 @@ return { backgroundColor : "background-application", textColor : "text-label", - font : "default" + font : "default", + blockerColor: "black", + blockerOpacity: 0.2 }; } }, @@ -287,6 +289,17 @@ }; } }, + + "listitem/label": { + style : function(states) { + return { + textColor : + states.selected ? "text-selected" : + states.disabled ? "text-disabled" + : "text-label" + }; + } + }, /* * --------------------------------------------------------------------------- @@ -328,8 +341,8 @@ return { maxWidth : states.horizontal ? undefined - : 17, - maxHeight : states.horizontal ? 17 + : 13, + maxHeight : states.horizontal ? 13 : undefined, decorator : states.horizontal ? "scrollbar-horizontal" : "scrollbar-vertical", @@ -412,15 +425,15 @@ states.left ? 6 : 16 ], icon : icon, width : 29, - height : 17, + height : 13, decorator : decorator }; } else { return { padding : [ states.up ? -10 : 12, 0, 0, - 4 ], + 2 ], icon : icon, - width : 17, + width : 13, height : 29, decorator : decorator }; @@ -1602,7 +1615,7 @@ }; if (states.barTop || states.barBottom) { - result.paddingLeft = 5; + result.paddingLeft = 0; result.paddingRight = 7; } else { result.paddingTop = 5; @@ -1680,7 +1693,7 @@ if (states.barTop) { decorator = "tabview-page-button-top-active"; padding = [ 6, 14 ]; - marginLeft = states.firstTab ? 0 : -5; + marginLeft = states.firstTab ? -1 : -5; marginRight = states.lastTab ? 0 : -5; } else if (states.barBottom) { decorator = "tabview-page-button-bottom-active"; @@ -2266,7 +2279,8 @@ "table-scroller/header" : { style : function(states) { return { - decorator : "table-scroller-header" + decorator : "table-scroller-header", + font: "bold" }; } }, @@ -2301,9 +2315,9 @@ style : function(states) { return { minWidth : 13, - minHeight : 20, - padding : states.hovered ? [ 3, 4, 2, 4 ] - : [ 3, 4 ], + minHeight : 33, + padding : states.hovered ? [ 3, 6, 2, 6 ] + : [ 3, 6 ], decorator : states.hovered ? "table-header-cell-hovered" : "table-header-cell", sortIcon : states.sorted ? (states.sortedAscending ? "aristo/decoration/table/ascending.png" Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Color.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Color.js 2012-04-24 16:14:11 UTC (rev 21708) +++ trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Color.js 2012-05-08 20:00:44 UTC (rev 21709) @@ -89,16 +89,14 @@ // "table-row-background-selected" and "table-row-background-focused-selected" // are inspired by the colors of the selection decorator "table-focus-indicator" : "#0880EF", - "table-row-background-focused-selected" : "#5f83b9", + "table-row-background-focused-selected" : "#cce4fc", //"#b4dbf2", //"#5f83b9", "table-row-background-focused" : "#80B4EF", "table-row-background-selected" : "#5f83b9", - // equal to "background-pane" and "background-odd" - "table-row-background-even" : "#F3F3F3", - "table-row-background-odd" : "#E4E4E4", + "table-row-background-even" : "#F7FCFE", //"#F3F3F3", + "table-row-background-odd" : "#ebf8ff", //"#E4E4E4", - // equal to "text-selected" and "text-label" - "table-row-selected" : "#fffefe", + "table-row-selected" : "#111111", //"#fffefe", "table-row" : "#1a1a1a", // equal to "border-collumn" Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Decoration.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Decoration.js 2012-04-24 16:14:11 UTC (rev 21708) +++ trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Decoration.js 2012-05-08 20:00:44 UTC (rev 21709) @@ -627,6 +627,14 @@ } }, + "transparent" : { + decorator : qx.ui.decoration.Single, + + style : { + backgroundColor : "transparent" + } + }, + /* * --------------------------------------------------------------------------- * TOOLTIP @@ -851,7 +859,7 @@ decorator : qx.ui.decoration.Single, style : { - width : 2, + width : 1, color : "table-focus-indicator", style : "solid" } Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Font.js =================================================================== --- trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Font.js 2012-04-24 16:14:11 UTC (rev 21708) +++ trunk/qooxdoo-contrib/Aristo/trunk/source/class/aristo/theme/Font.js 2012-05-08 20:00:44 UTC (rev 21709) @@ -36,14 +36,14 @@ { "default" : { - size : 11, + size : 12, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ] }, "bold" : { - size : 11, + size : 12, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ], bold : true @@ -51,14 +51,14 @@ "small" : { - size : 10, + size : 11, lineHeight : 1.4, family : [ "Arial", "Tahoma", "Verdana", "Bitstream Vera Sans", "Liberation Sans" ] }, "monospace" : { - size : 11, + size : 12, lineHeight : 1.4, family : [ "Courier New", "DejaVu Sans Mono", "monospace" ] }, Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-b.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-b.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-b.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-b.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-l.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-l.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-r.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-r.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-t.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-focused-t.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-l.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-l.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-r.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-r.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-t.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-button-t.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-horizontal.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-horizontal.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-vertical-disabled.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-vertical-disabled.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-vertical.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-bg-vertical.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-c.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-c.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-l.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-l.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-r.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal-r.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-horizontal.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-b.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-b.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-c.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-c.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-t.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical-t.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/old/scrollbar-button-bg-vertical.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-focused-t.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-button-t.png =================================================================== (Binary files differ) Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal-disabled.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal-disabled.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-horizontal.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical-disabled.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-bg-vertical.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-c.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-l.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal-r.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-horizontal.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-b.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-c.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical-t.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/scrollbar/scrollbar-button-bg-vertical.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/table/header-cell.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane-tl.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane-tr.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/tabview/tabview-pane.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/close-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/maximize-inactive.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/minimize-inactive.png =================================================================== (Binary files differ) Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-active-hovered.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-active-hovered.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-active.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-active.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-inactive.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/close-inactive.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-active-hovered.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-active-hovered.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-active.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-active.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-inactive.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/maximize-inactive.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-active-hovered.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-active-hovered.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-active.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-active.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-inactive.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/minimize-inactive.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-active-hovered.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-active-hovered.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-active.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-active.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-inactive.png =================================================================== (Binary files differ) Property changes on: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/old/restore-inactive.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-active-hovered.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-active.png =================================================================== (Binary files differ) Modified: trunk/qooxdoo-contrib/Aristo/trunk/source/resource/aristo/decoration/window/restore-inactive.png =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-04-24 16:14:17
|
Revision: 21708 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21708&view=rev Author: spackers Date: 2012-04-24 16:14:11 +0000 (Tue, 24 Apr 2012) Log Message: ----------- removed debug code Modified Paths: -------------- trunk/qooxdoo-contrib/UploadMgr/trunk/source/class/com/zenesis/qx/upload/AbstractHandler.js Modified: trunk/qooxdoo-contrib/UploadMgr/trunk/source/class/com/zenesis/qx/upload/AbstractHandler.js =================================================================== --- trunk/qooxdoo-contrib/UploadMgr/trunk/source/class/com/zenesis/qx/upload/AbstractHandler.js 2012-04-22 11:32:47 UTC (rev 21707) +++ trunk/qooxdoo-contrib/UploadMgr/trunk/source/class/com/zenesis/qx/upload/AbstractHandler.js 2012-04-24 16:14:11 UTC (rev 21708) @@ -112,7 +112,7 @@ */ cancel: function(file) { var wasUploading = this.__current.length > 0; - this.debug("cancelled: id=" + file.getId() + ", fileName=" + file.getFilename()); + //this.debug("cancelled: id=" + file.getId() + ", fileName=" + file.getFilename()); this._cancel(file); if (wasUploading && this.__uploader.getAutoUpload()) this.beginUploads(); @@ -157,7 +157,7 @@ * @param response {String} text received */ _onCompleted: function(file, response) { - this.debug("completed: id=" + file.getId() + ", fileName=" + file.getFilename() + ", response=" + response); + //this.debug("completed: id=" + file.getId() + ", fileName=" + file.getFilename() + ", response=" + response); var current = this.__current; for (var i = 0; i < current.length; i++) if (current[i] == file) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-04-22 11:33:07
|
Revision: 21707 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21707&view=rev Author: spackers Date: 2012-04-22 11:32:47 +0000 (Sun, 22 Apr 2012) Log Message: ----------- Set content type header in response Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/remote/ProxyManager.java Modified: trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/remote/ProxyManager.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/remote/ProxyManager.java 2012-04-22 11:32:00 UTC (rev 21706) +++ trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/remote/ProxyManager.java 2012-04-22 11:32:47 UTC (rev 21707) @@ -152,6 +152,7 @@ new UploadHandler(tracker).processUpload(request, response); else { String enc = request.getHeader("Accept-Encoding"); + response.setContentType("text/json; charset=UTF-8"); OutputStream os = response.getOutputStream(); if (enc != null) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2012-04-22 11:32:07
|
Revision: 21706 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21706&view=rev Author: spackers Date: 2012-04-22 11:32:00 +0000 (Sun, 22 Apr 2012) Log Message: ----------- Changed EventManager to use WeakReferences Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/event/EventManager.java trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/test/com/zenesis/qx/event/test/TestEventManager.java Modified: trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/event/EventManager.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/event/EventManager.java 2012-04-12 13:59:15 UTC (rev 21705) +++ trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/java/com/zenesis/qx/event/EventManager.java 2012-04-22 11:32:00 UTC (rev 21706) @@ -27,8 +27,10 @@ */ package com.zenesis.qx.event; +import java.lang.ref.WeakReference; +import java.util.ArrayList; import java.util.HashMap; -import java.util.LinkedHashSet; +import java.util.Map; import java.util.WeakHashMap; import org.apache.log4j.Logger; @@ -59,16 +61,17 @@ /* * Links an event name with a listener; the listener is actually either a) null, - * b) an EventListener, c) and array of EventListeners, or d) a LinkedHashSet of EventListeners. + * b) an EventListener, c) and array of EventListeners, or d) a ArrayList of EventListeners. + * In all cases, EventListeners are referenced via WeakReference */ private static final class NamedEventListener { public final String eventName; public Object listener; - public NamedEventListener(String eventName, Object listener) { + public NamedEventListener(String eventName, EventListener listener) { super(); this.eventName = eventName; - this.listener = listener; + this.listener = new WeakReference<EventListener>(listener); } /** @@ -79,7 +82,7 @@ public void addListener(EventListener newListener) throws IllegalArgumentException{ // Nothing so far? Easy. if (listener == null) { - listener = newListener; + listener = new WeakReference<EventListener>(newListener); return; } @@ -87,41 +90,51 @@ // It's an array - try and use an empty slot if (clazz.isArray()) { - EventListener[] list = (EventListener[])listener; + WeakReference<EventListener>[] list = (WeakReference<EventListener>[])listener; + for (int i = 0; i < TINY_ARRAY_SIZE; i++) + if (list[i] != null && list[i].get() == newListener) + throw new IllegalArgumentException("Cannot add the same listener to the same object and eventName twice"); + for (int i = 0; i < TINY_ARRAY_SIZE; i++) { // Free slot? Use it - if (list[i] == null) { - list[i] = newListener; + if (list[i] == null || list[i].get() == null) { + list[i] = new WeakReference<EventListener>(newListener); return; - - // Cater for using the same listener twice - } else if (list[i] == newListener) - throw new IllegalArgumentException("Cannot add the same listener to the same object and eventName twice"); + } } - // No room so upgrade to a LinkedHashSet - LinkedHashSet<EventListener> set = new LinkedHashSet<EventListener>(); + // No room so upgrade to a ArrayList + ArrayList<WeakReference<EventListener>> set = new ArrayList<WeakReference<EventListener>>(); for (int i = 0; i < TINY_ARRAY_SIZE; i++) set.add(list[i]); - set.add(newListener); + set.add(new WeakReference<EventListener>(newListener)); listener = set; - // Already a LinkedHashSet - add to it - } else if (clazz == LinkedHashSet.class) { - LinkedHashSet<EventListener> set = (LinkedHashSet<EventListener>)listener; - if (set.contains(newListener)) - throw new IllegalArgumentException("Cannot add the same listener to the same object and eventName twice"); - set.add(newListener); + // Already a ArrayList - add to it + } else if (clazz == ArrayList.class) { + ArrayList<WeakReference<EventListener>> set = (ArrayList<WeakReference<EventListener>>)listener; + int pos = -1; + for (int i = 0;i < set.size(); i++) { + WeakReference<EventListener> tmp = set.get(i); + if (tmp == null && pos == -1) + pos = i; + else if (tmp != null && tmp.get() == newListener) + throw new IllegalArgumentException("Cannot add the same listener to the same object and eventName twice"); + } + if (pos != -1) + set.set(pos, new WeakReference<EventListener>(newListener)); + else + set.add(new WeakReference<EventListener>(newListener)); // Must be an EventListener instance, convert to an array } else { - assert(clazz == EventListener.class); - if (listener == newListener) + assert(clazz == WeakReference.class); + if (((WeakReference<EventListener>)listener).get() == newListener) throw new IllegalArgumentException("Cannot add the same listener to the same object and eventName twice"); - EventListener[] list = new EventListener[TINY_ARRAY_SIZE]; - list[0] = (EventListener)listener; - list[1] = newListener; - listener = list; + WeakReference<EventListener>[] list = new WeakReference[TINY_ARRAY_SIZE]; + list[0] = (WeakReference<EventListener>)listener; + list[1] = new WeakReference<EventListener>(newListener); + this.listener = list; } } @@ -138,9 +151,9 @@ // It's an array - find it and remove it if (clazz.isArray()) { - EventListener[] list = (EventListener[])listener; + WeakReference<EventListener>[] list = (WeakReference<EventListener>[])listener; for (int i = 0; i < TINY_ARRAY_SIZE; i++) { - if (list[i] == oldListener) { + if (list[i].get() == oldListener) { list[i] = null; return true; } @@ -148,16 +161,24 @@ return false; } - // Already a LinkedHashSet - if (clazz == LinkedHashSet.class) { - LinkedHashSet<EventListener> set = (LinkedHashSet<EventListener>)listener; - return set.remove(oldListener); + // Already a ArrayList + if (clazz == ArrayList.class) { + ArrayList<WeakReference<EventListener>> set = (ArrayList<WeakReference<EventListener>>)listener; + for (int i = 0; i < set.size(); i++) { + WeakReference<EventListener> tmp = set.get(i); + if (tmp != null && tmp.get() == oldListener) { + set.set(i, null); + return true; + } + } + return false; } // Must be an EventListener instance, convert to an array - assert(clazz == EventListener.class); - if (listener != oldListener) + assert(clazz == WeakReference.class); + if (((WeakReference<EventListener>)listener).get() != oldListener) return false; + listener = null; return true; } @@ -175,22 +196,25 @@ // It's an array - find it and remove it if (clazz.isArray()) { - EventListener[] list = (EventListener[])listener; + WeakReference<EventListener>[] list = (WeakReference<EventListener>[])listener; for (int i = 0; i < TINY_ARRAY_SIZE; i++) - if (list[i] == oldListener) + if (list[i].get() == oldListener) return true; return false; } - // Already a LinkedHashSet - if (clazz == LinkedHashSet.class) { - LinkedHashSet<EventListener> set = (LinkedHashSet<EventListener>)listener; - return set.contains(oldListener); + // Already a ArrayList + if (clazz == ArrayList.class) { + ArrayList<WeakReference<EventListener>> set = (ArrayList<WeakReference<EventListener>>)listener; + for (WeakReference<EventListener> tmp : set) + if (tmp != null && tmp.get() == oldListener) + return true; + return false; } - // Must be an EventListener instance, convert to an array - assert(clazz == EventListener.class); - if (listener != oldListener) + // Must be an EventListener instance + assert(clazz == WeakReference.class); + if (((WeakReference<EventListener>)listener).get() != oldListener) return false; return true; } @@ -206,24 +230,34 @@ // It's an array - find it and remove it if (clazz.isArray()) { - EventListener[] list = (EventListener[])listener; + WeakReference<EventListener>[] list = (WeakReference<EventListener>[])listener; for (int i = 0; i < TINY_ARRAY_SIZE; i++) - if (list[i] != null) - list[i].handleEvent(event); + if (list[i] != null) { + EventListener listener = list[i].get(); + if (listener != null) + listener.handleEvent(event); + } return; } - // Already a LinkedHashSet - if (clazz == LinkedHashSet.class) { - LinkedHashSet<EventListener> set = (LinkedHashSet<EventListener>)listener; - for (EventListener listener : set) - listener.handleEvent(event); + // Already a ArrayList + if (clazz == ArrayList.class) { + ArrayList<WeakReference<EventListener>> set = (ArrayList<WeakReference<EventListener>>)listener; + for (WeakReference<EventListener> ref : set) { + if (ref != null) { + EventListener listener = ref.get(); + if (listener != null) + listener.handleEvent(event); + } + } return; } // Must be an EventListener instance, convert to an array assert(clazz == EventListener.class); - ((EventListener)listener).handleEvent(event); + EventListener listener = ((WeakReference<EventListener>)this.listener).get(); + if (listener != null) + listener.handleEvent(event); } public boolean isEmpty() { @@ -234,22 +268,25 @@ // It's an array if (clazz.isArray()) { - EventListener[] list = (EventListener[])listener; + WeakReference<EventListener>[] list = (WeakReference<EventListener>[])listener; for (int i = 0; i < TINY_ARRAY_SIZE; i++) - if (list[i] != null) + if (list[i] != null && list[i].get() != null) return false; return true; } - // Already a LinkedHashSet - if (clazz == LinkedHashSet.class) { - LinkedHashSet<EventListener> set = (LinkedHashSet<EventListener>)listener; - return set.isEmpty(); + // Already a ArrayList + if (clazz == ArrayList.class) { + ArrayList<WeakReference<EventListener>> set = (ArrayList<WeakReference<EventListener>>)listener; + for (WeakReference<EventListener> ref : set) + if (ref != null && ref.get() != null) + return false; + return true; } // Must be an EventListener instance - assert(clazz == EventListener.class); - return true; + assert(clazz == WeakReference.class); + return ((WeakReference<EventListener>)listener).get() == null; } } @@ -298,7 +335,7 @@ * @throws {@link IllegalArgumentException} if a listener is added twice * @return true if the event was added */ - protected boolean _addListener(Object keyObject, String eventName, EventListener listener) throws IllegalArgumentException{ + protected synchronized boolean _addListener(Object keyObject, String eventName, EventListener listener) throws IllegalArgumentException{ if (!supportsEvent(keyObject, eventName)) return false; @@ -399,7 +436,10 @@ * @param listener * @return */ - protected boolean _removeListener(Object keyObject, String eventName, EventListener listener) { + protected synchronized boolean _removeListener(Object keyObject, String eventName, EventListener listener) { + if (eventName == null && listener == null) + return listeners.remove(keyObject) != null; + Object current = listeners.get(keyObject); if (current == null) return false; @@ -409,26 +449,47 @@ // A NamedEventListener? Then check the eventName if (clazz == NamedEventListener.class) { NamedEventListener nel = (NamedEventListener)current; - if (!nel.eventName.equals(eventName)) + if (eventName != null && !nel.eventName.equals(eventName)) return false; + if (listener == null) { + listeners.remove(keyObject); + return true; + } return nel.removeListener(listener); } // If there is an array, it's an array of NamedEventListeners if (clazz.isArray()){ NamedEventListener[] nels = (NamedEventListener[])current; + boolean removed = false; // Look for a NamedEventListener for the eventName for (int i = 0; i < TINY_ARRAY_SIZE; i++) - if (nels[i].eventName.equals(eventName)) - return nels[i].removeListener(listener); + if (nels[i] != null) + if (eventName == null || nels[i].eventName.equals(eventName)) { + if (listener == null) { + nels[i] = null; + removed = true; + } else if (nels[i].removeListener(listener)) + removed = true; + } - return false; + return removed; } // By elimination, it must be a HashMap assert(current.getClass() == HashMap.class); HashMap<String, NamedEventListener> map = (HashMap<String, NamedEventListener>)current; + if (eventName == null) { + boolean removed = false; + for (NamedEventListener nel : map.values()) + if (nel.removeListener(listener)) + removed = true; + return removed; + } + if (listener == null) + return map.remove(eventName) != null; + NamedEventListener nel = map.get(eventName); if (nel == null) return false; @@ -453,7 +514,7 @@ * @param listener * @return */ - protected boolean _hasListener(Object keyObject, String eventName, EventListener listener) { + protected synchronized boolean _hasListener(Object keyObject, String eventName, EventListener listener) { Object current = listeners.get(keyObject); if (current == null) return false; @@ -579,43 +640,57 @@ } /** - * Tests whether there are any event listeners on any object + * Compacts the lists, removing everything that has empty references and returns whether + * there are any event listeners on any object * @return */ - public boolean isEmpty() { - if (listeners.isEmpty()) - return true; - for (Object current : listeners.values()) { + public synchronized boolean compact() { + Map.Entry[] values = listeners.entrySet().toArray(new Map.Entry[listeners.entrySet().size()]); + for (int i = 0; i < values.length; i++) { + Object current = values[i].getValue(); final Class clazz = current.getClass(); // A NamedEventListener? Then check the eventName if (clazz == NamedEventListener.class) { NamedEventListener nel = (NamedEventListener)current; - if (!nel.isEmpty()) - return false; - continue; + if (nel.isEmpty()) + current = null; } // If there is an array, it's an array of NamedEventListeners - if (clazz.isArray()){ + else if (clazz.isArray()){ NamedEventListener[] nels = (NamedEventListener[])current; + boolean nelsEmpty = true; // Look for a NamedEventListener for the eventName - for (int i = 0; i < TINY_ARRAY_SIZE; i++) - if (nels[i] != null && !nels[i].isEmpty()) - return false; + for (int j = 0; j < TINY_ARRAY_SIZE; j++) + if (nels[j] != null) { + if (nels[j].isEmpty()) + nels[j] = null; + else + nelsEmpty = false; + } + if (nelsEmpty) + current = null; - continue; + // By elimination, it must be a HashMap + } else { + assert(current.getClass() == HashMap.class); + HashMap<String, NamedEventListener> map = (HashMap<String, NamedEventListener>)current; + Object [] onels = map.values().toArray(); + for (int j = 0; j < onels.length; j++) { + NamedEventListener nel = (NamedEventListener)onels[j]; + if (nel.isEmpty()) + map.remove(nel.eventName); + } + if (map.isEmpty()) + current = null; } - - // By elimination, it must be a HashMap - assert(current.getClass() == HashMap.class); - HashMap<String, NamedEventListener> map = (HashMap<String, NamedEventListener>)current; - for (NamedEventListener nel : map.values()) - if (!nel.isEmpty()) - return false; + if (current == null) + listeners.remove(values[i].getKey()); } - return true; + values = listeners.entrySet().toArray(new Map.Entry[listeners.entrySet().size()]); + return listeners.isEmpty(); } /** Modified: trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/test/com/zenesis/qx/event/test/TestEventManager.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/test/com/zenesis/qx/event/test/TestEventManager.java 2012-04-12 13:59:15 UTC (rev 21705) +++ trunk/qooxdoo-contrib/ServerObjects/trunk/server/src/test/com/zenesis/qx/event/test/TestEventManager.java 2012-04-22 11:32:00 UTC (rev 21706) @@ -61,7 +61,7 @@ * @throws Exception */ public void test1() throws Exception { - EventManager mgr = new EventManager(); + new EventManager(); StringWriter sw = new StringWriter(); PrintWriter pw = new PrintWriter(sw); @@ -73,12 +73,12 @@ for (int i = 0; i < testObjects.length; i++) { EventListener listener = new MyEventListener(pw, i); for (int j = 1; j <= i; j++) { - mgr.addListener(testObjects[j], "helloWorldEvent", listener); + EventManager.addListener(testObjects[j], "helloWorldEvent", listener); } } for (int i = 0; i < testObjects.length; i++) { - mgr.fireDataEvent(testObjects[i], "helloWorldEvent", i); + EventManager.fireDataEvent(testObjects[i], "helloWorldEvent", i); } assertFromFile(sw.toString(), "TestEventManager.test1"); @@ -102,15 +102,29 @@ for (int i = 0; i < listeners.length; i++) listeners[i] = new MyEventListener(pw, i); + EventManager.addListener(testObjects[0], "myEvent0", listeners[0]); + EventManager.addListener(testObjects[0], "myEvent1", listeners[1]); + EventManager.addListener(testObjects[0], "myEvent2", listeners[2]); + EventManager.addListener(testObjects[0], "myEvent3", listeners[3]); + EventManager.addListener(testObjects[0], "myEvent4", listeners[4]); + EventManager.addListener(testObjects[0], "myEvent5", listeners[5]); + EventManager.removeListener(testObjects[0], "myEvent5", listeners[5]); + EventManager.removeListener(testObjects[0], "myEvent4", listeners[4]); + EventManager.removeListener(testObjects[0], "myEvent3", listeners[3]); + EventManager.removeListener(testObjects[0], "myEvent2", listeners[2]); + EventManager.removeListener(testObjects[0], "myEvent1", listeners[1]); + EventManager.removeListener(testObjects[0], "myEvent0", listeners[0]); + assertTrue(mgr.compact()); + for (int i = 0; i < testObjects.length; i++) for (int j = 1; j <= i; j++) - mgr.addListener(testObjects[j], "helloWorldEvent" + i, listeners[j]); + EventManager.addListener(testObjects[j], "helloWorldEvent" + i, listeners[j]); for (int i = 0; i < testObjects.length; i++) for (int j = 1; j <= i; j++) - assertTrue(mgr.removeListener(testObjects[j], "helloWorldEvent" + i, listeners[j])); + assertTrue(EventManager.removeListener(testObjects[j], "helloWorldEvent" + i, listeners[j])); - assertTrue(mgr.isEmpty()); + assertTrue(mgr.compact()); } /** @@ -118,19 +132,19 @@ * @throws Exception */ public void test3() throws Exception { - EventManager mgr = new EventManager(); + new EventManager(); TestObject testObject = new TestObject(); EventListener listener = new MyEventListener(null, 0); - mgr.addListener(testObject, "helloWorld", listener); + EventManager.addListener(testObject, "helloWorld", listener); try { - mgr.addListener(testObject, "helloWorld", listener); + EventManager.addListener(testObject, "helloWorld", listener); assertTrue(false); } catch(IllegalArgumentException e) { // Nothing - test passed } - assertFalse(mgr.addListener(testObject, "noSuchEvent", listener)); + assertFalse(EventManager.addListener(testObject, "noSuchEvent", listener)); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |