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: <spa...@us...> - 2011-07-22 16:10:19
|
Revision: 21330 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21330&view=rev Author: spackers Date: 2011-07-22 16:10:13 +0000 (Fri, 22 Jul 2011) Log Message: ----------- Added Paths: ----------- trunk/qooxdoo-contrib/ServerObjects/trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2011-07-22 06:58:01
|
Revision: 21329 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21329&view=rev Author: d_wagner Date: 2011-07-22 06:57:54 +0000 (Fri, 22 Jul 2011) Log Message: ----------- Removed unnecessary locale change Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/1.5/tool/selenium/simulation/api/test_api.js trunk/qooxdoo-contrib/Simulator/1.5/tool/selenium/simulation/apiviewer/test_apiviewer.js Modified: trunk/qooxdoo-contrib/Simulator/1.5/tool/selenium/simulation/api/test_api.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/1.5/tool/selenium/simulation/api/test_api.js 2011-07-21 21:59:12 UTC (rev 21328) +++ trunk/qooxdoo-contrib/Simulator/1.5/tool/selenium/simulation/api/test_api.js 2011-07-22 06:57:54 UTC (rev 21329) @@ -29,11 +29,7 @@ simulation.Simulation.prototype.runTest = function() -{ - // Make sure the locale is 'en' to simplify dealing with log messages. - var setLocale = "qx.locale.Manager.getInstance().setLocale('en')"; - this.runScript(setLocale, "Setting application locale to EN"); - +{ this.logDocErrors(); }; Modified: trunk/qooxdoo-contrib/Simulator/1.5/tool/selenium/simulation/apiviewer/test_apiviewer.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/1.5/tool/selenium/simulation/apiviewer/test_apiviewer.js 2011-07-21 21:59:12 UTC (rev 21328) +++ trunk/qooxdoo-contrib/Simulator/1.5/tool/selenium/simulation/apiviewer/test_apiviewer.js 2011-07-22 06:57:54 UTC (rev 21329) @@ -30,9 +30,6 @@ simulation.Simulation.prototype.runTest = function() { this.__sel.windowMaximize(); - // Make sure the locale is 'en' to simplify dealing with log messages. - var setLocale = "qx.locale.Manager.getInstance().setLocale('en')"; - this.runScript(setLocale, "Setting application locale to EN"); if (this.getConfigSetting("autPath").indexOf("~press") > 0) { this.checkUrlParameter(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cbo...@us...> - 2011-07-21 21:59:18
|
Revision: 21328 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21328&view=rev Author: cboulanger Date: 2011-07-21 21:59:12 +0000 (Thu, 21 Jul 2011) Log Message: ----------- deferring the construction of the widget so that errors are not thrown within request handler Modified Paths: -------------- trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/ui/dialog/Dialog.js Modified: trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/ui/dialog/Dialog.js =================================================================== --- trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/ui/dialog/Dialog.js 2011-07-21 21:58:44 UTC (rev 21327) +++ trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/ui/dialog/Dialog.js 2011-07-21 21:59:12 UTC (rev 21328) @@ -112,12 +112,17 @@ _this.__sandbox.rpcRequest( data.service, data.method, data.params ); - } + }; } - var widget = dialog.Dialog.getInstanceByType( data.type ); - widget.set( data.properties ); - widget.show(); - + /* + * deferring the construction of the widget so that errors are + * not thrown within request handler + */ + new qx.util.DeferredCall(function(){ + var widget = dialog.Dialog.getInstanceByType( data.type ); + widget.set( data.properties ); + widget.show(); + },this).schedule(); } } }); \ 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: <cbo...@us...> - 2011-07-21 21:58:50
|
Revision: 21327 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21327&view=rev Author: cboulanger Date: 2011-07-21 21:58:44 +0000 (Thu, 21 Jul 2011) Log Message: ----------- The confirmation message on page unload is now turned off by default Modified Paths: -------------- trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/application/Core.js Modified: trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/application/Core.js =================================================================== --- trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/application/Core.js 2011-07-21 21:56:14 UTC (rev 21326) +++ trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/application/Core.js 2011-07-21 21:58:44 UTC (rev 21327) @@ -242,17 +242,36 @@ }, /** - * Whether the application should ask users if they "really" want - * to quit the application. + * todoc * @type {Boolean} */ confirmQuit : { check : "Boolean", - init : true + init : false }, /** + * todoc + * @type {Boolean} + */ + confirmLogout : + { + check : "Boolean", + init : true + }, + + /** + * todoc + * @type {Boolean} + */ + confirmLogoutMessage : + { + check : "String", + init : "Do you want to log out (press OK) or simply quit this window (Press cancel)" + }, + + /** * Whether to allow anonymous subscriptions, i.e. unauthenticated * users can subscribe to channels on the server. Default: false */ @@ -1503,9 +1522,17 @@ * @return */ close : function() - { + { + if ( this.isConfirmLogout() ) + { + if( confirm( this.getConfirmLogoutMessage() ) ) + { + this.logout(); + } + return undefined; + } if ( this.isConfirmQuit() ) - { + { return qx.locale.Manager.tr("Do you really want to quit %1?", this.getApplicationName() ); } return undefined; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cbo...@us...> - 2011-07-21 21:56:20
|
Revision: 21326 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21326&view=rev Author: cboulanger Date: 2011-07-21 21:56:14 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Removed overriding has() method because it was more restrictive than the parent method which caused troubles. Modified Paths: -------------- trunk/qooxdoo-contrib/qcl-php/0.2/services/class/qcl/data/model/PropertyBehavior.php Modified: trunk/qooxdoo-contrib/qcl-php/0.2/services/class/qcl/data/model/PropertyBehavior.php =================================================================== --- trunk/qooxdoo-contrib/qcl-php/0.2/services/class/qcl/data/model/PropertyBehavior.php 2011-07-21 21:35:33 UTC (rev 21325) +++ trunk/qooxdoo-contrib/qcl-php/0.2/services/class/qcl/data/model/PropertyBehavior.php 2011-07-21 21:56:14 UTC (rev 21326) @@ -273,16 +273,6 @@ } /** - * Checks if the object has a property of this name. - * @param $property - * @return bool - */ - public function has( $property ) - { - return in_array( $property, $this->names() ); - } - - /** * Implementation of property getter * @param $property * @return mixed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cbo...@us...> - 2011-07-21 21:35:40
|
Revision: 21325 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21325&view=rev Author: cboulanger Date: 2011-07-21 21:35:33 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Fixes necessary to make 0.2 work with qooxdoo 1.4 Modified Paths: -------------- trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/access/UserManager.js trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/application/ConfigManager.js trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/ui/treevirtual/TreeView.js Modified: trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/access/UserManager.js =================================================================== --- trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/access/UserManager.js 2011-07-21 20:52:47 UTC (rev 21324) +++ trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/access/UserManager.js 2011-07-21 21:35:33 UTC (rev 21325) @@ -68,6 +68,7 @@ { check : "Object", init : null, + nullable : true, apply : "_applyModel", event : "changeModel" } Modified: trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/application/ConfigManager.js =================================================================== --- trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/application/ConfigManager.js 2011-07-21 20:52:47 UTC (rev 21324) +++ trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/application/ConfigManager.js 2011-07-21 21:35:33 UTC (rev 21325) @@ -162,6 +162,9 @@ _applyModel : function( model, old ) { + + if( model === null ) return; + /* * create index */ Modified: trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/ui/treevirtual/TreeView.js =================================================================== --- trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/ui/treevirtual/TreeView.js 2011-07-21 20:52:47 UTC (rev 21324) +++ trunk/qooxdoo-contrib/qcl/0.2/source/class/qcl/ui/treevirtual/TreeView.js 2011-07-21 21:35:33 UTC (rev 21325) @@ -52,7 +52,8 @@ datasource : { check : "String", - init : false, + init : null, + nullable : true, event : "changeDatasource", apply : "_applyDatasource", event : "changeDatasource" @@ -65,6 +66,7 @@ { check : "Integer", init : null, + nullable : true, event : "changeNodeId", apply : "_applyNodeId", event : "changeNodeId" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cbo...@us...> - 2011-07-21 20:52:54
|
Revision: 21324 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21324&view=rev Author: cboulanger Date: 2011-07-21 20:52:47 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Updated manifest and readme files Modified Paths: -------------- trunk/qooxdoo-contrib/qcl-php/0.2/Manifest.json trunk/qooxdoo-contrib/qcl-php/0.2/README.txt trunk/qooxdoo-contrib/qcl-php/trunk/Manifest.json trunk/qooxdoo-contrib/qcl-php/trunk/README.txt Modified: trunk/qooxdoo-contrib/qcl-php/0.2/Manifest.json =================================================================== --- trunk/qooxdoo-contrib/qcl-php/0.2/Manifest.json 2011-07-21 20:45:16 UTC (rev 21323) +++ trunk/qooxdoo-contrib/qcl-php/0.2/Manifest.json 2011-07-21 20:52:47 UTC (rev 21324) @@ -6,7 +6,7 @@ "summary" : "qooxdoo component library, php backend", "description" : "A couple of interoperating extensions that are useful for web application development.", - "keywords" : [ "acces control", "authentication", "databinding", "backend", "jsonrpc", "php" ], + "keywords" : [ "access control", "authentication", "databinding", "backend", "jsonrpc", "php" ], "homepage" : "http://qooxdoo.org/contrib/project/qcl", "license" : "LGPL/EPL", @@ -20,7 +20,7 @@ "namespace" : "qcl", - "version" : "trunk", + "version" : "0.2", "qooxdoo-versions": ["0.8","1.0"] }, "provides" : { Modified: trunk/qooxdoo-contrib/qcl-php/0.2/README.txt =================================================================== --- trunk/qooxdoo-contrib/qcl-php/0.2/README.txt 2011-07-21 20:45:16 UTC (rev 21323) +++ trunk/qooxdoo-contrib/qcl-php/0.2/README.txt 2011-07-21 20:52:47 UTC (rev 21324) @@ -5,26 +5,13 @@ a PHP json-rpc backend, providing features that are commonly needed for web application development. -The trunk version works with: +This is a snapshot release of the PHP backend, based on rev. 21223. -- qooxdoo 0.8 +It works with: + +- qooxdoo 1.x - QxTransformer 0.4 (SVN) -- PHP4/5 +- PHP 5 - MySql >5.0 -and features: -- Access control on client and server, including users, permissions, and roles -- Transparent session handling -- Application state saved in the browser hash -- A databinding mechanism based on the qooxdoo databinding architecture - extended to the server and based on event propagation -- A couple of ui widgets that you can reuse for your application, such as - alert, confirm, form, login. -- Centralized clipboard support -- A PHP backend which provides database abstraction, model-controller - architecture and ruby-on-rails-like "active record" database modeling. - - - - Modified: trunk/qooxdoo-contrib/qcl-php/trunk/Manifest.json =================================================================== --- trunk/qooxdoo-contrib/qcl-php/trunk/Manifest.json 2011-07-21 20:45:16 UTC (rev 21323) +++ trunk/qooxdoo-contrib/qcl-php/trunk/Manifest.json 2011-07-21 20:52:47 UTC (rev 21324) @@ -6,7 +6,7 @@ "summary" : "qooxdoo component library, php backend", "description" : "A couple of interoperating extensions that are useful for web application development.", - "keywords" : [ "acces control", "authentication", "databinding", "backend", "jsonrpc", "php" ], + "keywords" : [ "access control", "authentication", "databinding", "backend", "jsonrpc", "php" ], "homepage" : "http://qooxdoo.org/contrib/project/qcl", "license" : "LGPL/EPL", Modified: trunk/qooxdoo-contrib/qcl-php/trunk/README.txt =================================================================== --- trunk/qooxdoo-contrib/qcl-php/trunk/README.txt 2011-07-21 20:45:16 UTC (rev 21323) +++ trunk/qooxdoo-contrib/qcl-php/trunk/README.txt 2011-07-21 20:52:47 UTC (rev 21324) @@ -5,26 +5,12 @@ a PHP json-rpc backend, providing features that are commonly needed for web application development. -The trunk version works with: +This trunk version of the PHP backend works with: -- qooxdoo 0.8 +- qooxdoo 1.x - QxTransformer 0.4 (SVN) - PHP4/5 - MySql >5.0 -and features: -- Access control on client and server, including users, permissions, and roles -- Transparent session handling -- Application state saved in the browser hash -- A databinding mechanism based on the qooxdoo databinding architecture - extended to the server and based on event propagation -- A couple of ui widgets that you can reuse for your application, such as - alert, confirm, form, login. -- Centralized clipboard support -- A PHP backend which provides database abstraction, model-controller - architecture and ruby-on-rails-like "active record" database modeling. - - - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cbo...@us...> - 2011-07-21 20:45:22
|
Revision: 21323 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21323&view=rev Author: cboulanger Date: 2011-07-21 20:45:16 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Created Snapshot branch (not a real "release") for legacy projects Added Paths: ----------- trunk/qooxdoo-contrib/qcl-php/0.2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2011-07-21 19:15:18
|
Revision: 21322 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21322&view=rev Author: derrell Date: 2011-07-21 19:15:11 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Don't use variables that haven't been defined (copy/paste error) Modified Paths: -------------- trunk/qooxdoo-contrib/RpcJs/trunk/source/class/rpcjs/sim/Dbif.js Modified: trunk/qooxdoo-contrib/RpcJs/trunk/source/class/rpcjs/sim/Dbif.js =================================================================== --- trunk/qooxdoo-contrib/RpcJs/trunk/source/class/rpcjs/sim/Dbif.js 2011-07-21 19:06:14 UTC (rev 21321) +++ trunk/qooxdoo-contrib/RpcJs/trunk/source/class/rpcjs/sim/Dbif.js 2011-07-21 19:15:11 UTC (rev 21322) @@ -343,7 +343,11 @@ var key = entityData[keyProperty]; var type = entity.getEntityType(); var propertyName; + var fields; + // Get the field names for this entity type + fields = entity.getDatabaseProperties().fields; + // If there's no key yet... switch(qx.lang.Type.getClass(key)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cbo...@us...> - 2011-07-21 19:06:20
|
Revision: 21321 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21321&view=rev Author: cboulanger Date: 2011-07-21 19:06:14 +0000 (Thu, 21 Jul 2011) Log Message: ----------- - Works with qooxdoo 1.5 - Added missing l10n (http://bugzilla.qooxdoo.org/show_bug.cgi?id=5415) Modified Paths: -------------- trunk/qooxdoo-contrib/Dialog/trunk/Manifest.json trunk/qooxdoo-contrib/Dialog/trunk/config.json trunk/qooxdoo-contrib/Dialog/trunk/demo/default/Manifest.json trunk/qooxdoo-contrib/Dialog/trunk/demo/default/config.json trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/class/dialog/demo/Application.js trunk/qooxdoo-contrib/Dialog/trunk/source/class/dialog/Confirm.js trunk/qooxdoo-contrib/Dialog/trunk/source/class/dialog/Login.js Added Paths: ----------- trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/translation/en.po trunk/qooxdoo-contrib/Dialog/trunk/source/translation/de.po trunk/qooxdoo-contrib/Dialog/trunk/source/translation/en.po trunk/qooxdoo-contrib/Dialog/trunk/source/translation/fr.po Modified: trunk/qooxdoo-contrib/Dialog/trunk/Manifest.json =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/Manifest.json 2011-07-21 14:12:32 UTC (rev 21320) +++ trunk/qooxdoo-contrib/Dialog/trunk/Manifest.json 2011-07-21 19:06:14 UTC (rev 21321) @@ -18,7 +18,7 @@ ], "version" : "trunk", - "qooxdoo-versions": ["1.0","1.1","1.2","1.3","1.4"] + "qooxdoo-versions": ["1.0","1.1","1.2","1.3","1.4","1.5"] }, "provides" : Modified: trunk/qooxdoo-contrib/Dialog/trunk/config.json =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/config.json 2011-07-21 14:12:32 UTC (rev 21320) +++ trunk/qooxdoo-contrib/Dialog/trunk/config.json 2011-07-21 19:06:14 UTC (rev 21321) @@ -31,11 +31,11 @@ { "APPLICATION" : "dialog", "APPLICATION_MAIN_CLASS" : "${APPLICATION}.demo.Demo", - "QOOXDOO_PATH" : "../../qooxdoo/0.9-pre", + "QOOXDOO_PATH" : "../../qooxdoo/1.5", //"QXTHEME" : "dialog.theme.modern.Theme", "QXTHEME" : "qx.theme.Modern", "API_EXCLUDE" : ["qx.test.*", "dialog.demo.*"], - "LOCALES" : [ "en" ], + "LOCALES" : [ "en","de","fr" ], "CACHE" : "${TMPDIR}/cache", "ROOT" : "." } Modified: trunk/qooxdoo-contrib/Dialog/trunk/demo/default/Manifest.json =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/demo/default/Manifest.json 2011-07-21 14:12:32 UTC (rev 21320) +++ trunk/qooxdoo-contrib/Dialog/trunk/demo/default/Manifest.json 2011-07-21 19:06:14 UTC (rev 21321) @@ -18,7 +18,7 @@ ], "version" : "trunk", - "qooxdoo-versions": ["1.0","1.2","1.3","1.4"] + "qooxdoo-versions": ["1.0","1.2","1.3","1.4","1.5"] }, "provides" : Modified: trunk/qooxdoo-contrib/Dialog/trunk/demo/default/config.json =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/demo/default/config.json 2011-07-21 14:12:32 UTC (rev 21320) +++ trunk/qooxdoo-contrib/Dialog/trunk/demo/default/config.json 2011-07-21 19:06:14 UTC (rev 21321) @@ -22,6 +22,7 @@ "profiling", "source", "source-all", + "source-hybrid", "test", "test-source", "translation" @@ -30,10 +31,10 @@ "let" : { "APPLICATION" : "dialog.demo", - "QOOXDOO_PATH" : "../../../../qooxdoo/1.4", + "QOOXDOO_PATH" : "../../../../qooxdoo/1.5", "QXTHEME" : "dialog.demo.theme.Theme", "API_EXCLUDE" : ["qx.test.*"], - "LOCALES" : [ "en" ], + "LOCALES" : [ "en","de","fr" ], "ROOT" : "." }, Modified: trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/class/dialog/demo/Application.js =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/class/dialog/demo/Application.js 2011-07-21 14:12:32 UTC (rev 21320) +++ trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/class/dialog/demo/Application.js 2011-07-21 19:06:14 UTC (rev 21321) @@ -46,16 +46,12 @@ { // Call super class this.base(arguments); - - // Enable logging in debug variant - if (qx.core.Variant.isSet("qx.debug", "on")) - { - // support native logging capabilities, e.g. Firebug for Firefox - qx.log.appender.Native; - // support additional cross-browser console. Press F7 to toggle visibility - qx.log.appender.Console; - } - + + // support native logging capabilities, e.g. Firebug for Firefox + qx.log.appender.Native; + // support additional cross-browser console. Press F7 to toggle visibility + qx.log.appender.Console; + /* * button data */ Added: trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/translation/en.po =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/translation/en.po (rev 0) +++ trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/translation/en.po 2011-07-21 19:06:14 UTC (rev 21321) @@ -0,0 +1,12 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: yo...@yo...\n" +"POT-Creation-Date: 2011-07-21 20:08+0100\n" +"PO-Revision-Date: 2011-07-21 20:08+0100\n" +"Last-Translator: you <yo...@yo...>\n" +"Language-Team: Team <you...@yo...>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" Modified: trunk/qooxdoo-contrib/Dialog/trunk/source/class/dialog/Confirm.js =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/source/class/dialog/Confirm.js 2011-07-21 14:12:32 UTC (rev 21320) +++ trunk/qooxdoo-contrib/Dialog/trunk/source/class/dialog/Confirm.js 2011-07-21 19:06:14 UTC (rev 21321) @@ -153,6 +153,7 @@ yesButton.addListener("execute", this._handleYes, this ); this.bind("yesButtonLabel", yesButton, "label"); this.bind("yesButtonIcon", yesButton, "icon"); + yesButton.setLabel( this.tr("yes") ); /* * No button @@ -162,6 +163,7 @@ noButton.addListener("execute", this._handleNo, this ); this.bind("noButtonLabel",noButton, "label" ); this.bind("noButtonIcon", noButton, "icon" ); + noButton.setLabel( this.tr("no") ); /* * Cancel Button Modified: trunk/qooxdoo-contrib/Dialog/trunk/source/class/dialog/Login.js =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/source/class/dialog/Login.js 2011-07-21 14:12:32 UTC (rev 21320) +++ trunk/qooxdoo-contrib/Dialog/trunk/source/class/dialog/Login.js 2011-07-21 19:06:14 UTC (rev 21321) @@ -168,7 +168,7 @@ /* * Labels */ - var labels = ["Name", "Password"]; + var labels = [this.tr("Name"), this.tr("Password") ]; for (var i=0; i<labels.length; i++) { gridContainer.add(new qx.ui.basic.Label(labels[i]).set({ allowShrinkX: false, Added: trunk/qooxdoo-contrib/Dialog/trunk/source/translation/de.po =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/source/translation/de.po (rev 0) +++ trunk/qooxdoo-contrib/Dialog/trunk/source/translation/de.po 2011-07-21 19:06:14 UTC (rev 21321) @@ -0,0 +1,52 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: yo...@yo...\n" +"POT-Creation-Date: 2011-07-21 20:11+0100\n" +"PO-Revision-Date: 2011-07-21 20:11+0100\n" +"Last-Translator: you <yo...@yo...>\n" +"Language-Team: Team <you...@yo...>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: dialog/Confirm.js:156 +msgid "yes" +msgstr "Ja" + +#: dialog/Confirm.js:166 +msgid "no" +msgstr "Nein" + +#: dialog/Dialog.js:494 +msgid "OK" +msgstr "OK" + +#: dialog/Dialog.js:508 +msgid "Cancel" +msgstr "Abbrechen" + +#: dialog/Login.js:171 +msgid "Name" +msgstr "Name" + +#: dialog/Login.js:171 +msgid "Password" +msgstr "Passwort" + +#: dialog/Login.js:214 +msgid "Login" +msgstr "Anmelden" + +#: dialog/Wizard.js:183 +msgid "Back" +msgstr "Zurück" + +#: dialog/Wizard.js:192 +msgid "Next" +msgstr "Weiter" + +#: dialog/Wizard.js:206 +msgid "Finish" +msgstr "Beenden" Added: trunk/qooxdoo-contrib/Dialog/trunk/source/translation/en.po =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/source/translation/en.po (rev 0) +++ trunk/qooxdoo-contrib/Dialog/trunk/source/translation/en.po 2011-07-21 19:06:14 UTC (rev 21321) @@ -0,0 +1,52 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: yo...@yo...\n" +"POT-Creation-Date: 2011-07-21 20:11+0100\n" +"PO-Revision-Date: 2011-07-21 20:11+0100\n" +"Last-Translator: you <yo...@yo...>\n" +"Language-Team: Team <you...@yo...>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: dialog/Confirm.js:156 +msgid "yes" +msgstr "" + +#: dialog/Confirm.js:166 +msgid "no" +msgstr "" + +#: dialog/Dialog.js:494 +msgid "OK" +msgstr "" + +#: dialog/Dialog.js:508 +msgid "Cancel" +msgstr "" + +#: dialog/Login.js:171 +msgid "Name" +msgstr "" + +#: dialog/Login.js:171 +msgid "Password" +msgstr "" + +#: dialog/Login.js:214 +msgid "Login" +msgstr "" + +#: dialog/Wizard.js:183 +msgid "Back" +msgstr "" + +#: dialog/Wizard.js:192 +msgid "Next" +msgstr "" + +#: dialog/Wizard.js:206 +msgid "Finish" +msgstr "" Added: trunk/qooxdoo-contrib/Dialog/trunk/source/translation/fr.po =================================================================== --- trunk/qooxdoo-contrib/Dialog/trunk/source/translation/fr.po (rev 0) +++ trunk/qooxdoo-contrib/Dialog/trunk/source/translation/fr.po 2011-07-21 19:06:14 UTC (rev 21321) @@ -0,0 +1,52 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: yo...@yo...\n" +"POT-Creation-Date: 2011-07-21 20:11+0100\n" +"PO-Revision-Date: 2011-07-21 20:11+0100\n" +"Last-Translator: you <yo...@yo...>\n" +"Language-Team: Team <you...@yo...>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: dialog/Confirm.js:156 +msgid "yes" +msgstr "Oui" + +#: dialog/Confirm.js:166 +msgid "no" +msgstr "No" + +#: dialog/Dialog.js:494 +msgid "OK" +msgstr "D'accord" + +#: dialog/Dialog.js:508 +msgid "Cancel" +msgstr "Aborter" + +#: dialog/Login.js:171 +msgid "Name" +msgstr "Nom" + +#: dialog/Login.js:171 +msgid "Password" +msgstr "Mot de passe" + +#: dialog/Login.js:214 +msgid "Login" +msgstr "Se connecter" + +#: dialog/Wizard.js:183 +msgid "Back" +msgstr "A l'arrière" + +#: dialog/Wizard.js:192 +msgid "Next" +msgstr "Avant" + +#: dialog/Wizard.js:206 +msgid "Finish" +msgstr "Finir" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2011-07-21 14:12:38
|
Revision: 21320 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21320&view=rev Author: derrell Date: 2011-07-21 14:12:32 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Handle key as a number in the simulated database Modified Paths: -------------- trunk/qooxdoo-contrib/RpcJs/trunk/source/class/rpcjs/sim/Dbif.js Modified: trunk/qooxdoo-contrib/RpcJs/trunk/source/class/rpcjs/sim/Dbif.js =================================================================== --- trunk/qooxdoo-contrib/RpcJs/trunk/source/class/rpcjs/sim/Dbif.js 2011-07-21 11:02:50 UTC (rev 21319) +++ trunk/qooxdoo-contrib/RpcJs/trunk/source/class/rpcjs/sim/Dbif.js 2011-07-21 14:12:32 UTC (rev 21320) @@ -191,7 +191,6 @@ propertyTypes = rpcjs.dbif.Entity.propertyTypes; switch(propertyTypes[type].fields[criterium.field]) { - case "Key": case "String": case "LongString": case "Date": @@ -200,6 +199,7 @@ "\"" + criterium.value + "\" "; break; + case "Key": case "Integer": case "Float": ret += @@ -339,7 +339,8 @@ { var data = {}; var entityData = entity.getData(); - var key = entityData[entity.getEntityKeyProperty()]; + var keyProperty = entity.getEntityKeyProperty(); + var key = entityData[keyProperty]; var type = entity.getEntityType(); var propertyName; @@ -348,8 +349,21 @@ { case "Undefined": case "Null": - // Generate a new key - key = String(rpcjs.sim.Dbif.__nextKey++); + // Generate a new key. Determine what type of key to use. + switch(fields[keyProperty]) + { + case "Key": + case "Number": + key = rpcjs.sim.Dbif.__nextKey++; + break; + + case "String": + key = String(rpcjs.sim.Dbif.__nextKey++); + break; + + default: + throw new Error("No way to autogenerate key"); + } // Save this key in the key field entityData[entity.getEntityKeyProperty()] = key; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2011-07-21 11:02:57
|
Revision: 21319 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21319&view=rev Author: spackers Date: 2011-07-21 11:02:50 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js Modified: trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js 2011-07-21 10:57:15 UTC (rev 21318) +++ trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js 2011-07-21 11:02:50 UTC (rev 21319) @@ -87,6 +87,7 @@ boot.waitForMillis(1000, function(result) { this.debug("waitForMillis completed, result=" + result); + qx.core.Assert.assertTrue(this == boot); }); qx.core.Assert.assertTrue(testScalars.getZero() === 0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2011-07-21 10:57:22
|
Revision: 21318 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21318&view=rev Author: spackers Date: 2011-07-21 10:57:15 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js trunk/qooxdoo-contrib/ServerObjects/demo-webapp/.project trunk/qooxdoo-contrib/ServerObjects/demo-webapp/WebContent/WEB-INF/web.xml trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/ProxiedDeserializer.java trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/ProxySessionTracker.java trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/RequestHandler.java trunk/qooxdoo-contrib/ServerObjects/server/src/test/com/zenesis/qx/remote/test/simple/TestBootstrap.java Modified: trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js 2011-07-21 07:55:27 UTC (rev 21317) +++ trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js 2011-07-21 10:57:15 UTC (rev 21318) @@ -71,7 +71,7 @@ var pippo1 = new com.zenesis.qx.remote.test.simple.Pippo(); var result = pippo1.getExampleCode(); for (var i = 0; i < result.getLength(); i++) { - console.log("Pippo #" + i + ": name=" + result.getItem(i).getName()); + this.debug("Pippo #" + i + ": name=" + result.getItem(i).getName()); } qx.core.Assert.assertEquals(2, result.getLength()); qx.core.Assert.assertEquals("prova1", result.getItem(0).getName()); @@ -81,10 +81,14 @@ pippo1.setName("hello"); pippo2.setName("world"); var result = boot.testPippoArray([ pippo1, pippo2 ]); - console.log("testPippoArray: " + result); + this.debug("testPippoArray: " + result); qx.core.Assert.assertEquals("Pippo #0: name=helloPippo #1: name=world", result); var testScalars = boot.getTestScalars(); + boot.waitForMillis(1000, function(result) { + this.debug("waitForMillis completed, result=" + result); + }); + qx.core.Assert.assertTrue(testScalars.getZero() === 0); qx.core.Assert.assertTrue(testScalars.getTrue() === true); qx.core.Assert.assertTrue(testScalars.getFalse() === false); Modified: trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-21 07:55:27 UTC (rev 21317) +++ trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-21 10:57:15 UTC (rev 21318) @@ -329,7 +329,7 @@ // Copy values by hand else { - var result = []; + result = []; for (var i = 0; i < data.length; i++) result[i] = this._readProxyObject(data[i]); } @@ -342,7 +342,7 @@ var serverId = data.serverId; // Get or create it - var result = this.getServerObject(serverId); + result = this.getServerObject(serverId); if (!result) { var clazz = this.getClassOrCreate(data.clazz); result = this.__serverObjects[serverId] = new clazz(serverId); @@ -646,8 +646,13 @@ // Serialise the request var parameters = []; - for (var i = 0; i < args.length; i++) - parameters[i] = this.serializeValue(args[i]); + var notify = []; + for (var i = 0; i < args.length; i++) { + if (typeof args[i] == "function") + notify.push(args[i]); + else + parameters.push(this.serializeValue(args[i])); + } var data = { cmd: "call", serverId: serverObject.getServerId(), @@ -656,7 +661,7 @@ }; // Call the server - var result = null; + var result = undefined; this._sendCommandToServer(data, function(evt) { result = this._processResponse(evt); if (!this.getException()) { @@ -664,8 +669,10 @@ if (array == "wrap") result = new qx.data.Array(result||[]); } + for (var i = 0; i < notify.length; i++) + notify[i].call(serverObject, result); return result; - }, this); + }, this, notify.length != 0); // Store in the cache and return if (methodDef && methodDef.cacheResult) { @@ -875,9 +882,10 @@ * @param obj {Object} object to be turned into a JSON string and sent to the server * @param callback {function} callback * @param context {Object?} context for the callback + * @param aync {Boolean?} whether to make it an asynch call (default is synchronous) * @return {String} the server response */ - _sendCommandToServer: function(obj, callback, context) { + _sendCommandToServer: function(obj, callback, context, async) { // Queue any client-created object which need to be sent to the server this._queueClientObjects(); @@ -898,7 +906,7 @@ // Set the data var text = qx.util.Json.stringify(obj); var req = new qx.io.remote.Request(this.getProxyUrl(), "POST", "text/plain"); - req.setAsynchronous(false); + req.setAsynchronous(!!async); req.setData(text); // Send it Modified: trunk/qooxdoo-contrib/ServerObjects/demo-webapp/.project =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/demo-webapp/.project 2011-07-21 07:55:27 UTC (rev 21317) +++ trunk/qooxdoo-contrib/ServerObjects/demo-webapp/.project 2011-07-21 10:57:15 UTC (rev 21318) @@ -40,6 +40,11 @@ <locationURI>QSO/server</locationURI> </link> <link> + <name>qooxdoo</name> + <type>2</type> + <location>/Volumes/MIRROR/Users/john/os/qooxdoo-1.4.1-sdk</location> + </link> + <link> <name>WebContent/arraytest</name> <type>2</type> <locationURI>QSO/client/arraytest</locationURI> Modified: trunk/qooxdoo-contrib/ServerObjects/demo-webapp/WebContent/WEB-INF/web.xml =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/demo-webapp/WebContent/WEB-INF/web.xml 2011-07-21 07:55:27 UTC (rev 21317) +++ trunk/qooxdoo-contrib/ServerObjects/demo-webapp/WebContent/WEB-INF/web.xml 2011-07-21 10:57:15 UTC (rev 21318) @@ -18,6 +18,17 @@ <load-on-startup>0</load-on-startup> </servlet> + <servlet> + <description></description> + <display-name>MyServlet</display-name> + <servlet-name>MyServlet</servlet-name> + <servlet-class>it.servlet.myservlet.MyServlet</servlet-class> + </servlet> + <servlet-mapping> + <servlet-name>MyServlet</servlet-name> + <url-pattern>/MyServlet/*</url-pattern> + </servlet-mapping> + <servlet-mapping> <servlet-name>sampleServlet</servlet-name> <url-pattern>/sampleServlet/*</url-pattern> Modified: trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/ProxiedDeserializer.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/ProxiedDeserializer.java 2011-07-21 07:55:27 UTC (rev 21317) +++ trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/ProxiedDeserializer.java 2011-07-21 10:57:15 UTC (rev 21318) @@ -43,11 +43,10 @@ @Override public Proxied deserialize(JsonParser jp, DeserializationContext ctxt) throws IOException, JsonProcessingException { - ProxySessionTracker tracker = ProxyManager.getTracker(); Object obj = jp.readValueAs(Object.class); if (obj == null) return null; - return tracker.getRequestHandler().getProxied(Integer.parseInt(obj.toString())); + return RequestHandler.getCurrentHandler().getProxied(Integer.parseInt(obj.toString())); } } Modified: trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/ProxySessionTracker.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/ProxySessionTracker.java 2011-07-21 07:55:27 UTC (rev 21317) +++ trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/ProxySessionTracker.java 2011-07-21 10:57:15 UTC (rev 21318) @@ -255,9 +255,6 @@ // Queue for properties and events private CommandQueue queue; - // The request handler (only while the RequestHandler is active) - private RequestHandler requestHandler; - // Bootstrap object private final Class<? extends Proxied> bootstrapClass; private Proxied bootstrap; @@ -491,25 +488,6 @@ } /** - * Returns the RequestHandler (if there is one) - * @return null if no RequestHandler is in use - */ - public RequestHandler getRequestHandler() { - return requestHandler; - } - - /** - * Sets the RequestHandler - * @param requestHandler - * @throws IllegalArgumentException if there already is a RequestHandler - */ - /*package*/ void setRequestHandler(RequestHandler requestHandler) { - if (this.requestHandler != null && requestHandler != null) - throw new IllegalArgumentException("Cannot set RequestHandler more than once"); - this.requestHandler = requestHandler; - } - - /** * Detects whether there is any data to flush * @return */ Modified: trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/RequestHandler.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/RequestHandler.java 2011-07-21 07:55:27 UTC (rev 21317) +++ trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/RequestHandler.java 2011-07-21 10:57:15 UTC (rev 21318) @@ -42,6 +42,7 @@ import java.util.HashMap; import javax.servlet.ServletException; import org.apache.log4j.Logger; +import org.apache.log4j.helpers.ThreadLocalMap; import org.codehaus.jackson.JsonParser; import org.codehaus.jackson.JsonToken; import org.codehaus.jackson.map.ObjectMapper; @@ -120,6 +121,9 @@ this.oldValue = oldValue; } } + + // RequestHandler for the current thread + private static ThreadLocal<RequestHandler> s_currentHandler = new ThreadLocal<RequestHandler>(); // Tracker for the session private final ProxySessionTracker tracker; @@ -158,7 +162,7 @@ * @throws IOException */ public void processRequest(Reader request, Writer response) throws ServletException, IOException { - tracker.setRequestHandler(this); + s_currentHandler.set(this); ObjectMapper objectMapper = tracker.getObjectMapper(); try { if (log.isDebugEnabled()) { @@ -188,11 +192,19 @@ tracker.getQueue().queueCommand(CommandType.EXCEPTION, e.getServerObject(), null, new ExceptionDetails(e.getClass().getName(), e.getMessage())); objectMapper.writeValue(response, tracker.getQueue()); } finally { - tracker.setRequestHandler(null); + s_currentHandler.set(null); } } /** + * Returns the request handler for the current thread + * @return + */ + public static RequestHandler getCurrentHandler() { + return s_currentHandler.get(); + } + + /** * Handles an object from the client; expects the object to have a property "cmd" which is * the type of command * @param jp Modified: trunk/qooxdoo-contrib/ServerObjects/server/src/test/com/zenesis/qx/remote/test/simple/TestBootstrap.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/server/src/test/com/zenesis/qx/remote/test/simple/TestBootstrap.java 2011-07-21 07:55:27 UTC (rev 21317) +++ trunk/qooxdoo-contrib/ServerObjects/server/src/test/com/zenesis/qx/remote/test/simple/TestBootstrap.java 2011-07-21 10:57:15 UTC (rev 21318) @@ -112,4 +112,25 @@ System.out.println("Received pippos: " + str); return str; } + + @Method + public String testPippoArray2(Pippo[] pippos) { + String str = ""; + for (int i = 0; i < pippos.length; i++) { + str += "Pippo #" + i + ": name=" + pippos[i].getName(); + } + System.out.println("Received pippos: " + str); + return str; + } + + @Method + public int waitForMillis(int millis) { + try { + Thread.sleep(millis); + }catch(InterruptedException e) { + // Nothing + } + return millis; + } + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2011-07-21 07:55:34
|
Revision: 21317 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21317&view=rev Author: d_wagner Date: 2011-07-21 07:55:27 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Removed unnecessary locale change Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/api/test_api.js trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/apiviewer/test_apiviewer.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/api/test_api.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/api/test_api.js 2011-07-20 12:02:35 UTC (rev 21316) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/api/test_api.js 2011-07-21 07:55:27 UTC (rev 21317) @@ -29,13 +29,8 @@ simulation.Simulation.prototype.runTest = function() -{ - // Make sure the locale is 'en' to simplify dealing with log messages. - var setLocale = "qx.locale.Manager.getInstance().setLocale('en')"; - this.runScript(setLocale, "Setting application locale to EN"); - +{ this.logDocErrors(); - }; simulation.Simulation.prototype.logDocErrors = function() Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/apiviewer/test_apiviewer.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/apiviewer/test_apiviewer.js 2011-07-20 12:02:35 UTC (rev 21316) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/apiviewer/test_apiviewer.js 2011-07-21 07:55:27 UTC (rev 21317) @@ -30,10 +30,6 @@ simulation.Simulation.prototype.runTest = function() { this.__sel.windowMaximize(); - // Make sure the locale is 'en' to simplify dealing with log messages. - var setLocale = "qx.locale.Manager.getInstance().setLocale('en')"; - this.runScript(setLocale, "Setting application locale to EN"); - if (this.getConfigSetting("autPath").indexOf("~press") > 0) { this.checkUrlParameter(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2011-07-20 12:02:42
|
Revision: 21316 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21316&view=rev Author: d_wagner Date: 2011-07-20 12:02:35 +0000 (Wed, 20 Jul 2011) Log Message: ----------- Updated after Playground changes Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/playground/test_playground.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/playground/test_playground.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/playground/test_playground.js 2011-07-20 07:44:47 UTC (rev 21315) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/playground/test_playground.js 2011-07-20 12:02:35 UTC (rev 21316) @@ -27,32 +27,21 @@ var qxAppInst = simulation.Simulation.QXAPPINSTANCE; var locators = { - menuButton : 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.toolbar.MenuButton', + menuButton : 'qxhv=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.toolbar.MenuButton', syntaxHighlightingButton : 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.form.ToggleButton', editorTextArea : 'qxh=qx.ui.container.Composite/qx.ui.splitpane.Pane/[@classname="playground.view.Editor"]/qx.ui.form.TextArea', runButton : 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/child[0]', - playgroundApplication : 'qxh=qx.ui.container.Composite/qx.ui.splitpane.Pane/qx.ui.splitpane.Pane/qx.ui.container.Composite/qx.ui.container.Scroll/qx.ui.root.Inline', + playgroundApplication : 'qxhv=qx.ui.container.Composite/qx.ui.splitpane.Pane/qx.ui.splitpane.Pane/[@classname=playground.view.PlayArea]/[@classname=playground.view.RiaPlayArea]/qx.ui.container.Scroll/qx.ui.root.Inline', logButton : 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.toolbar.CheckBox', - sampleMenuButton : 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.toolbar.MenuButton', gitHubButton : 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/child[3]', gistMenu : 'qxh=[@classname="playground.view.gist.GistMenu"]', gistUserNameField : 'qxh=[@classname="playground.view.gist.GistMenu"]/child[0]/qx.ui.form.TextField', gistLoadButton : 'qxh=[@classname="playground.view.gist.GistMenu"]/[@classname="playground.view.gist.UserNameMenuItem"]/qx.ui.form.Button', gistMenuButton : 'qxh=[@classname="playground.view.gist.GistMenu"]/child[5]', shortenUrlButton : 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/[@label="URL"]', - labelFromUrlCode : 'qxhv=qx.ui.container.Composite/qx.ui.splitpane.Pane/qx.ui.splitpane.Pane/[@classname=playground.view.PlayArea]/qx.ui.container.Scroll/qx.ui.root.Inline/[@value=Code loaded from URL parameter]' + labelFromUrlCode : 'qxhv=qx.ui.container.Composite/qx.ui.splitpane.Pane/qx.ui.splitpane.Pane/[@classname=playground.view.PlayArea]/[@classname=playground.view.RiaPlayArea]/qx.ui.container.Scroll/qx.ui.root.Inline/[@value=Code loaded from URL parameter]' }; -if (mySim.getConfigSetting("branch") == "branch_1_2_x") { - locators.menuButton = 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.toolbar.Part/qx.ui.toolbar.MenuButton'; - locators.syntaxHighlightingButton = 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/child[0]/qx.ui.form.ToggleButton'; - locators.runButton = 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.toolbar.Part/child[0]', - locators.logButton = 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/child[2]/qx.ui.toolbar.CheckBox'; - locators.sampleMenuButton = 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.toolbar.Part/qx.ui.toolbar.MenuButton', - locators.gitHubButton = 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/qx.ui.toolbar.Part/child[3]'; - locators.shortenUrlButton = 'qxh=qx.ui.container.Composite/[@classname="playground.view.Toolbar"]/child[2]/[@label="URL"]' -} - var getLogHtml = function() { var logWidget = selenium.getQxWidgetByLocator('qxhv=qx.ui.container.Composite/qx.ui.splitpane.Pane/*/qx.ui.embed.Html'); @@ -64,8 +53,10 @@ var menuWidget = selenium.getQxWidgetByLocator(sampleMenuButtonLocator); var kids = menuWidget.getMenu().getChildren(); var sampleNames = ""; - for(var i=0,l=kids.length; i<l; i++) { - sampleNames += kids[i].getLabel() + ","; + for(var i=0,l=kids.length; i<l; i++) { + if (kids[i].isVisible()) { + sampleNames += kids[i].getLabel() + ","; + } } return sampleNames; }; @@ -294,23 +285,23 @@ var sampleNames = this.getEval(selWin + ".qx.Simulation.getSampleNames('" + locators.menuButton +"');", "Getting sample names"); sampleNames = String(sampleNames); var sampleArr = sampleNames.split(","); - print("Found " + sampleArr.length + " samples: " + sampleArr); + print("Found " + sampleArr.length + " samples: " + sampleArr); // Log any errors that might have occurred since the application was started this.logGlobalErrors(); this.clearGlobalErrorStore(); - locators.sampleMenuLocator = locators.sampleMenuButton + '/qx.ui.menu.Menu'; + locators.sampleMenuLocator = locators.menuButton + '/qx.ui.menu.Menu'; // Click the menu button so the menu is created - this.qxClick(locators.sampleMenuButton, '', 'Clicking menu button'); + this.qxClick(locators.menuButton, '', 'Clicking menu button'); var sampleMenuFirstChild = this.__sel.getQxObjectFunction(locators.sampleMenuLocator + '/child[0]', 'toString'); if (sampleMenuFirstChild.indexOf("MenuSlideBar") > 0) { locators.sampleMenuLocator += '/qx.ui.menu.MenuSlideBar'; } // Close the menu - this.qxClick(locators.sampleMenuButton, '', 'Clicking menu button'); + this.qxClick(locators.menuButton, '', 'Clicking menu button'); var editor = this.getConfigSetting("editor"); if (editor) { @@ -350,7 +341,7 @@ } this.__sel.chooseOkOnNextConfirmation(); print("Selecting next sample: " + sampleArr[i]); - this.qxClick(locators.sampleMenuButton, '', 'Clicking menu button'); + this.qxClick(locators.menuButton, '', 'Clicking menu button'); this.qxClick(locators.sampleMenuLocator + '/child[' + i + ']', '', 'Selecting sample ' + sampleArr[i]); try { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2011-07-20 07:44:53
|
Revision: 21315 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21315&view=rev Author: d_wagner Date: 2011-07-20 07:44:47 +0000 (Wed, 20 Jul 2011) Log Message: ----------- created 1.5 tag Added Paths: ----------- trunk/qooxdoo-contrib/Simulator/1.5/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2011-07-20 07:42:44
|
Revision: 21314 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21314&view=rev Author: d_wagner Date: 2011-07-20 07:42:38 +0000 (Wed, 20 Jul 2011) Log Message: ----------- deleted testrunner simulation (replaced by testrunner2) Removed Paths: ------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/testrunner/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2011-07-20 07:40:40
|
Revision: 21313 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21313&view=rev Author: d_wagner Date: 2011-07-20 07:40:34 +0000 (Wed, 20 Jul 2011) Log Message: ----------- created 1.4 tag Added Paths: ----------- trunk/qooxdoo-contrib/Simulator/1.4/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2011-07-20 07:26:38
|
Revision: 21312 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21312&view=rev Author: d_wagner Date: 2011-07-20 07:26:32 +0000 (Wed, 20 Jul 2011) Log Message: ----------- Maximize browser window before testing Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/demobrowser/test_demobrowser.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/demobrowser/test_demobrowser.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/demobrowser/test_demobrowser.js 2011-07-19 16:20:07 UTC (rev 21311) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/demobrowser/test_demobrowser.js 2011-07-20 07:26:32 UTC (rev 21312) @@ -380,6 +380,7 @@ simulation.Simulation.prototype.runTest = function() { + this.__sel.windowMaximize(); this.checkUrlParameter(); print("Starting sample playback"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2011-07-19 16:20:13
|
Revision: 21311 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21311&view=rev Author: spackers Date: 2011-07-19 16:20:07 +0000 (Tue, 19 Jul 2011) Log Message: ----------- fixes for zer vs null in properties for new objects Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js Modified: trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-19 11:06:50 UTC (rev 21310) +++ trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-19 16:20:07 UTC (rev 21311) @@ -960,7 +960,7 @@ var pd = def.properties[propName]; if (!pd.readOnly && !pd.onDemand) { var value = clientObject.get(propName); - if (value) + if (value !== undefined) data.properties[propName] = this.serializeValue(value); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2011-07-19 11:06:56
|
Revision: 21310 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21310&view=rev Author: spackers Date: 2011-07-19 11:06:50 +0000 (Tue, 19 Jul 2011) Log Message: ----------- fixed bug with null/undefined values to server Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/script/demoapp.js trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/Proxy.js trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js Modified: trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/script/demoapp.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/script/demoapp.js 2011-07-19 11:06:33 UTC (rev 21309) +++ trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/script/demoapp.js 2011-07-19 11:06:50 UTC (rev 21310) @@ -5,7 +5,7 @@ qx.$$start = new Date(); if (!window.qxsettings) qxsettings = {}; -var settings = {"qx.application":"demoapp.Application","qx.revision":"21240M","qx.theme":"demoapp.theme.Theme","qx.version":"1.4.1"}; +var settings = {"qx.application":"demoapp.Application","qx.revision":"21302:21307M","qx.theme":"demoapp.theme.Theme","qx.version":"1.4.1"}; for (var k in settings) qxsettings[k] = settings[k]; if (!window.qxvariants) qxvariants = {}; @@ -13,7 +13,7 @@ for (var k in variants) qxvariants[k] = variants[k]; if (!qx.$$environment) qx.$$environment = {}; -var envinfo = {"qx.application":"demoapp.Application","qx.revision":"21240M","qx.theme":"demoapp.theme.Theme","qx.version":"1.4.1"}; +var envinfo = {"qx.application":"demoapp.Application","qx.revision":"21302:21307M","qx.theme":"demoapp.theme.Theme","qx.version":"1.4.1"}; for (var k in envinfo) qx.$$environment[k] = envinfo[k]; if (!qx.$$libraries) qx.$$libraries = {}; Modified: trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/Proxy.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/Proxy.js 2011-07-19 11:06:33 UTC (rev 21309) +++ trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/Proxy.js 2011-07-19 11:06:50 UTC (rev 21310) @@ -202,6 +202,7 @@ var propDef = this.getPropertyDef(propName); if (propDef.array == "wrap") value = new qx.data.Array(value); + this.$$proxyUser[propName] = value; this._applyProperty(propName, value, oldValue); }, Modified: trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-19 11:06:33 UTC (rev 21309) +++ trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-19 11:06:50 UTC (rev 21310) @@ -311,7 +311,7 @@ * object (creating classes as required) or returns an existing one */ _readProxyObject: function(data) { - if (typeof data == "undefined") + if (typeof data == "undefined" || data === null) return null; var result = null; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2011-07-19 11:06:45
|
Revision: 21309 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21309&view=rev Author: spackers Date: 2011-07-19 11:06:33 +0000 (Tue, 19 Jul 2011) Log Message: ----------- fixed bug with null/undefined values to server Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/AbstractProxyProperty.java Modified: trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/AbstractProxyProperty.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/AbstractProxyProperty.java 2011-07-18 15:19:34 UTC (rev 21308) +++ trunk/qooxdoo-contrib/ServerObjects/server/src/java/com/zenesis/qx/remote/AbstractProxyProperty.java 2011-07-19 11:06:33 UTC (rev 21309) @@ -37,6 +37,8 @@ public AbstractProxyProperty(String name) { super(); + if (name.equals("property")) + throw new IllegalArgumentException("Cannot have a property called 'property'"); this.name = name; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2011-07-18 15:19:40
|
Revision: 21308 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21308&view=rev Author: spackers Date: 2011-07-18 15:19:34 +0000 (Mon, 18 Jul 2011) Log Message: ----------- fix for 0 being seen as null Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js Modified: trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-18 10:37:13 UTC (rev 21307) +++ trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-18 15:19:34 UTC (rev 21308) @@ -603,7 +603,7 @@ if (qx.lang.Type.isArray(value)) { var send = []; for (var j = 0; j < value.length; j++) { - if (!value[j]) + if (typeof value[j] === "undefined" || value[j] === null) send[j] = null; else send[j] = this.serializeValue(value[j]); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <spa...@us...> - 2011-07-18 10:37:19
|
Revision: 21307 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21307&view=rev Author: spackers Date: 2011-07-18 10:37:13 +0000 (Mon, 18 Jul 2011) Log Message: ----------- bugfix where zero or false return values became null on the client Modified Paths: -------------- trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js trunk/qooxdoo-contrib/ServerObjects/server/src/test/com/zenesis/qx/remote/test/simple/TestScalars.java Modified: trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js 2011-07-18 08:31:31 UTC (rev 21306) +++ trunk/qooxdoo-contrib/ServerObjects/client/demoapp/source/class/demoapp/Application.js 2011-07-18 10:37:13 UTC (rev 21307) @@ -85,6 +85,9 @@ qx.core.Assert.assertEquals("Pippo #0: name=helloPippo #1: name=world", result); var testScalars = boot.getTestScalars(); + qx.core.Assert.assertTrue(testScalars.getZero() === 0); + qx.core.Assert.assertTrue(testScalars.getTrue() === true); + qx.core.Assert.assertTrue(testScalars.getFalse() === false); qx.core.Assert.assertEquals(43, testScalars.getFourtyThree()); qx.core.Assert.assertEquals(6.7, testScalars.getSixPointSeven()); qx.core.Assert.assertEquals("Hello World", testScalars.getHelloWorld()); Modified: trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-18 08:31:31 UTC (rev 21306) +++ trunk/qooxdoo-contrib/ServerObjects/client/qso-lib/source/class/com.zenesis.qx.remote/ProxyManager.js 2011-07-18 10:37:13 UTC (rev 21307) @@ -311,7 +311,7 @@ * object (creating classes as required) or returns an existing one */ _readProxyObject: function(data) { - if (!data) + if (typeof data == "undefined") return null; var result = null; Modified: trunk/qooxdoo-contrib/ServerObjects/server/src/test/com/zenesis/qx/remote/test/simple/TestScalars.java =================================================================== --- trunk/qooxdoo-contrib/ServerObjects/server/src/test/com/zenesis/qx/remote/test/simple/TestScalars.java 2011-07-18 08:31:31 UTC (rev 21306) +++ trunk/qooxdoo-contrib/ServerObjects/server/src/test/com/zenesis/qx/remote/test/simple/TestScalars.java 2011-07-18 10:37:13 UTC (rev 21307) @@ -27,6 +27,8 @@ */ package com.zenesis.qx.remote.test.simple; +import com.zenesis.qx.remote.annotations.Method; + public class TestScalars implements ITestScalars { @Override @@ -43,6 +45,21 @@ public float getSixPointSeven() { return 6.7f; } + + @Method + public int getZero() { + return 0; + } + + @Method + public boolean getTrue() { + return true; + } + + @Method + public boolean getFalse() { + return false; + } @Override public String[] getNames() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <d_w...@us...> - 2011-07-18 08:31:37
|
Revision: 21306 http://qooxdoo-contrib.svn.sourceforge.net/qooxdoo-contrib/?rev=21306&view=rev Author: d_wagner Date: 2011-07-18 08:31:31 +0000 (Mon, 18 Jul 2011) Log Message: ----------- Updated ignore list Modified Paths: -------------- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/testrunner2/test_testrunner2.js Modified: trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/testrunner2/test_testrunner2.js =================================================================== --- trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/testrunner2/test_testrunner2.js 2011-07-16 06:17:29 UTC (rev 21305) +++ trunk/qooxdoo-contrib/Simulator/trunk/tool/selenium/simulation/testrunner2/test_testrunner2.js 2011-07-18 08:31:31 UTC (rev 21306) @@ -17,7 +17,14 @@ "Expected exception", "test404", "testLoadError", - "testRequireState" ] + "testRequireState", + "call onerror on network error", + "call onloadend on network error", + "reset responseJson when reopened", + "myCallback is not a function", + "loading failed because of network error", + "failure when request failed", + "remove script from DOM when request failed"] }; var args = arguments ? arguments : ""; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |