]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
11 years agojavadoc
Manuel Carrasco Moñino [Fri, 1 Nov 2013 12:55:40 +0000 (13:55 +0100)]
javadoc

11 years agojavadoc
Manuel Carrasco Moñino [Fri, 1 Nov 2013 12:54:47 +0000 (13:54 +0100)]
javadoc

11 years agoImplement animation Easing based on Bezier curves instead of using different algorith...
Manuel Carrasco Moñino [Fri, 1 Nov 2013 12:49:53 +0000 (13:49 +0100)]
Implement animation Easing based on Bezier curves instead of using different algorithm for each one. Includes a set of most popular transitions used in web.

11 years agoFix javadocs as julien suggested in last review
Manuel Carrasco Moñino [Fri, 1 Nov 2013 12:46:41 +0000 (13:46 +0100)]
Fix javadocs as julien suggested in last review

11 years agoFix an effects test which was randomly failing
Manuel Carrasco Moñino [Fri, 1 Nov 2013 12:26:54 +0000 (13:26 +0100)]
Fix an effects test which was randomly failing

11 years agoAdd BrowserGenerator to git
Manuel Carrasco Moñino [Fri, 1 Nov 2013 11:22:25 +0000 (12:22 +0100)]
Add BrowserGenerator to git

11 years agofix test, htmlunit is ff
Manuel Carrasco Moñino [Fri, 1 Nov 2013 11:14:50 +0000 (12:14 +0100)]
fix test, htmlunit is ff

11 years agoImplementation of the jQuery.browser object, in a GWT way which allows developer...
Manuel Carrasco Moñino [Fri, 1 Nov 2013 11:09:08 +0000 (12:09 +0100)]
Implementation of the jQuery.browser object, in a GWT way which allows developer dont have to modify .gwt.xml file to do defferred binding

11 years agoFix NPE when plugin does not have Lazy implementation
Manuel Carrasco Moñino [Fri, 1 Nov 2013 11:07:11 +0000 (12:07 +0100)]
Fix NPE  when plugin does not have Lazy implementation

11 years agoMerge pull request #224 from manolo/master
Manuel Carrasco [Wed, 9 Oct 2013 16:32:41 +0000 (09:32 -0700)]
Merge pull request #224 from manolo/master

Fixes in Pomises and Implementation of getScript in Ajax

11 years agoImplementation of jquery getScript method in Ajax plugin
Manuel Carrasco Moñino [Mon, 7 Oct 2013 11:28:26 +0000 (13:28 +0200)]
Implementation of jquery getScript method in Ajax plugin

11 years agoCallbacks should not to reset the memory object when calling disabled. Fix a bug...
Manuel Carrasco Moñino [Mon, 7 Oct 2013 11:24:08 +0000 (13:24 +0200)]
Callbacks should not to reset the memory object when calling disabled. Fix a bug preventing calling a resolved promise in a nested function.

11 years agoSupport for multiple request in RF Promise helper
Manuel Carrasco Moñino [Tue, 10 Sep 2013 07:10:25 +0000 (09:10 +0200)]
Support for multiple request in RF Promise helper

11 years agoImplement jquery addBack method
Manuel Carrasco Moñino [Tue, 10 Sep 2013 07:08:30 +0000 (09:08 +0200)]
Implement jquery addBack method

11 years agoMerge pull request #221 from manolo/master
Manuel Carrasco [Wed, 24 Jul 2013 10:42:27 +0000 (03:42 -0700)]
Merge pull request #221 from manolo/master

Fix NPE

11 years agoFix NPE
Manuel Carrasco Moñino [Fri, 19 Jul 2013 15:58:31 +0000 (17:58 +0200)]
Fix NPE

11 years agoMerge pull request #33 from manolo/master
Manuel Carrasco [Wed, 10 Jul 2013 07:10:41 +0000 (00:10 -0700)]
Merge pull request #33 from manolo/master

Fix data method when passing a class

11 years agogenerate lazy interface
Manuel Carrasco Moñino [Thu, 4 Jul 2013 10:10:16 +0000 (12:10 +0200)]
generate lazy interface

11 years agoBetter usage of generics in data() methods. Add removed static data method. Add tests...
Manuel Carrasco Moñino [Thu, 4 Jul 2013 09:25:11 +0000 (11:25 +0200)]
Better usage of generics in data() methods. Add removed static data method. Add tests for data methods

11 years agoPass the class type when getting data. Remove unused method
Manuel Carrasco Moñino [Thu, 4 Jul 2013 06:48:01 +0000 (08:48 +0200)]
Pass the class type when getting data. Remove unused method

11 years agoMerge pull request #32 from manolo/master
Manuel Carrasco [Tue, 2 Jul 2013 08:05:15 +0000 (01:05 -0700)]
Merge pull request #32 from manolo/master

11 years agoRemove stuff to compile gquery for old gwt versions. Last gquery does not compiles...
Manuel Carrasco Moñino [Mon, 1 Jul 2013 15:20:36 +0000 (17:20 +0200)]
Remove stuff to compile gquery for old gwt versions. Last gquery does not compiles for old versions.

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
Manuel Carrasco Moñino [Mon, 1 Jul 2013 15:13:08 +0000 (17:13 +0200)]
Merge branch 'master' of github.com:gwtquery/gwtquery

11 years agoUse profiles to compile jsquery and samples, so as they are not copmpiled by default...
Manuel Carrasco Moñino [Mon, 1 Jul 2013 07:05:41 +0000 (09:05 +0200)]
Use profiles to compile jsquery and samples, so as they are not copmpiled by default. Other adjustments in poms and gitignore

11 years agoMerge pull request #31 from gwtquery/jd_fix_issue_24
Manuel Carrasco [Mon, 1 Jul 2013 06:46:10 +0000 (23:46 -0700)]
Merge pull request #31 from gwtquery/jd_fix_issue_24

fix issue #24

11 years agofix issue #24
jdramaix [Sun, 30 Jun 2013 09:10:51 +0000 (11:10 +0200)]
fix issue #24

11 years agoMerge pull request #30 from gwtquery/jd_fix_issue_178
Manuel Carrasco [Thu, 13 Jun 2013 14:40:04 +0000 (07:40 -0700)]
Merge pull request #30 from gwtquery/jd_fix_issue_178

Fix issue 178

11 years agofix issue 178
jdramaix [Fri, 7 Jun 2013 13:33:24 +0000 (15:33 +0200)]
fix issue 178

11 years agoFix tests so as emma-coverage instrumentalitation does not fail
Manuel Carrasco Moñino [Sat, 1 Jun 2013 07:32:13 +0000 (09:32 +0200)]
Fix tests so as emma-coverage instrumentalitation does not fail

11 years agoChange gwtquery.com by gquery.org
Manuel Carrasco Moñino [Thu, 23 May 2013 06:35:20 +0000 (08:35 +0200)]
Change gwtquery.com by gquery.org

11 years agoRemove empty hooks when running last function
Manolo Carrasco [Mon, 20 May 2013 06:22:52 +0000 (08:22 +0200)]
Remove empty hooks when running last function

11 years agoFix null exception
Manuel Carrasco Moñino [Thu, 9 May 2013 21:12:18 +0000 (23:12 +0200)]
Fix null exception

11 years agoMerge pull request #29 from manolo/master
Manuel Carrasco [Thu, 25 Apr 2013 09:10:43 +0000 (02:10 -0700)]
Merge pull request #29 from manolo/master

Fixing an access exception when running in dev mode.

11 years agomaking reject and resolve helper classes public, so as they work in very nested funct...
Manuel Carrasco Moñino [Wed, 24 Apr 2013 19:12:27 +0000 (21:12 +0200)]
making reject and resolve helper classes public, so as they work in very nested function when running in dev-mode. Make these functions available in the FunctionPromise class as well.

11 years agoMerge pull request #28 from manolo/master
Manuel Carrasco [Mon, 15 Apr 2013 10:52:31 +0000 (03:52 -0700)]
Merge pull request #28 from manolo/master

11 years agoFix a NPE in certain callback cases. Add a couple of useful and predefined functions.
Manuel Carrasco Moñino [Sun, 14 Apr 2013 18:06:49 +0000 (20:06 +0200)]
Fix a NPE in certain callback cases. Add a couple of useful and predefined functions.

11 years agoFix NPE
Manuel Carrasco Moñino [Fri, 12 Apr 2013 23:40:50 +0000 (01:40 +0200)]
Fix NPE

11 years agoFix NPE
Manuel Carrasco Moñino [Fri, 12 Apr 2013 22:53:03 +0000 (00:53 +0200)]
Fix NPE

11 years agoclean test
Manuel Carrasco Moñino [Fri, 12 Apr 2013 09:35:40 +0000 (11:35 +0200)]
clean test

11 years agoMerge pull request #27 from manolo/master
Manuel Carrasco [Fri, 12 Apr 2013 09:11:54 +0000 (02:11 -0700)]
Merge pull request #27 from manolo/master

11 years agoAdding a new utility class to easily use pipelining. Add a isPending method to promises
Manuel Carrasco Moñino [Fri, 12 Apr 2013 08:41:29 +0000 (10:41 +0200)]
Adding a new utility class to easily use pipelining. Add a isPending method to promises

11 years agoMerge pull request #23 from manolo/master
Manuel Carrasco [Wed, 10 Apr 2013 13:19:11 +0000 (06:19 -0700)]
Merge pull request #23 from manolo/master

ability to use Deferred and Promises in JVM

11 years agoDeprecate gwtquery JsRegexp implementation in favor of gwt RegExp which does exactly...
Manuel Carrasco Moñino [Wed, 10 Apr 2013 08:50:45 +0000 (10:50 +0200)]
Deprecate gwtquery JsRegexp implementation in favor of gwt RegExp which does exactly the same in client side, and works in jvm as well. Remove some imports

11 years agoChange some browser dependencies so as we can use Deferred and Callbacks in JVM,...
Manuel Carrasco Moñino [Wed, 10 Apr 2013 08:49:27 +0000 (10:49 +0200)]
Change some browser dependencies so as we can use Deferred and Callbacks in JVM, added Jre tests for this stuff

11 years agoDeferred object is not needed to be a plugin of gquery
Manuel Carrasco Moñino [Wed, 10 Apr 2013 08:45:19 +0000 (10:45 +0200)]
Deferred object is not needed to be a plugin of gquery

11 years agoFix casting exception
Manuel Carrasco Moñino [Wed, 10 Apr 2013 06:45:45 +0000 (08:45 +0200)]
Fix casting exception

11 years agoMerge pull request #22 from manolo/master
Manuel Carrasco [Tue, 9 Apr 2013 20:55:39 +0000 (13:55 -0700)]
Merge pull request #22 from manolo/master

Implementation 'then', queue/effects promises & 'when' with any object

11 years agocosmetic and formal change of string sum by string builder. I believe it does not...
Manuel Carrasco Moñino [Tue, 9 Apr 2013 10:12:36 +0000 (12:12 +0200)]
cosmetic and formal change of string sum by string builder. I believe it does not improves anything in compiled mode though.

11 years agoConstants
Manuel Carrasco Moñino [Tue, 9 Apr 2013 00:48:28 +0000 (02:48 +0200)]
Constants

11 years agoNaming int idexes, and adding a couple of comments to inner function to understand...
Manuel Carrasco Moñino [Mon, 8 Apr 2013 21:24:30 +0000 (23:24 +0200)]
Naming int idexes, and adding a couple of comments to inner function to understand better the code

11 years agoFix pipelined promises when the function returned promised was rejected
Manuel Carrasco Moñino [Sat, 6 Apr 2013 20:28:02 +0000 (22:28 +0200)]
Fix pipelined promises when the function returned promised was rejected

11 years agoResolve referred with plain objects. Pass the same parameters to "done" functions...
Manuel Carrasco Moñino [Wed, 3 Apr 2013 08:49:25 +0000 (10:49 +0200)]
Resolve referred with plain objects. Pass the same parameters to "done" functions than jquery does. More testing

11 years agoremove null argument
Manuel Carrasco Moñino [Tue, 2 Apr 2013 18:51:04 +0000 (20:51 +0200)]
remove null argument

11 years agoImplement promises for QueuePlugin (valid for GQuery and Effects). Fix delay method...
Manuel Carrasco Moñino [Tue, 2 Apr 2013 18:29:52 +0000 (20:29 +0200)]
Implement promises for QueuePlugin (valid for GQuery and Effects). Fix delay method in QueuePlugin which was executing functions twice, and fix dequeue as well. Added tests

11 years agotypo
Manuel Carrasco Moñino [Sun, 31 Mar 2013 10:00:51 +0000 (12:00 +0200)]
typo

11 years agoFix Deferred.Promise.then() since it should pipeline Promises returned by filter...
Manuel Carrasco Moñino [Sat, 23 Mar 2013 01:13:27 +0000 (02:13 +0100)]
Fix Deferred.Promise.then() since it should pipeline Promises returned by filter functions. More tests

11 years agoreturned js values in runJavascriptFunctionImpl should be boxed, share method used...
Manuel Carrasco Moñino [Sat, 23 Mar 2013 01:11:52 +0000 (02:11 +0100)]
returned js values in runJavascriptFunctionImpl should be boxed, share method used for boxing js values

11 years agoConfigure core tests so as we can run with a browser
Manuel Carrasco Moñino [Sat, 23 Mar 2013 00:48:58 +0000 (01:48 +0100)]
Configure core tests so as we can run with a browser

11 years agoMerge pull request #21 from manolo/master
Manuel Carrasco [Sat, 23 Mar 2013 00:07:45 +0000 (17:07 -0700)]
Merge pull request #21 from manolo/master

Simply Ajax plugin using Deferred helpers for RequestBuilder and Jsonp. Add Deferred Helper for Jsonp.

11 years agotypo
Manuel Carrasco Moñino [Sat, 23 Mar 2013 00:06:29 +0000 (01:06 +0100)]
typo

11 years agoNL
Manuel Carrasco Moñino [Thu, 21 Mar 2013 07:47:53 +0000 (08:47 +0100)]
NL

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
Manuel Carrasco Moñino [Tue, 19 Mar 2013 22:12:24 +0000 (23:12 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery

11 years agoSupport adding widgets to widgets which not override Panel.add method like tables
Manuel Carrasco Moñino [Tue, 19 Mar 2013 22:10:01 +0000 (23:10 +0100)]
Support adding widgets to widgets which not override Panel.add method like tables

11 years agoRe-write Promise.then since it must return a new promise instead of itself
Manuel Carrasco Moñino [Mon, 18 Mar 2013 16:18:42 +0000 (17:18 +0100)]
Re-write Promise.then since it must return a new promise instead of itself

11 years agoRemove methods not used anymore
Manuel Carrasco Moñino [Mon, 18 Mar 2013 12:11:22 +0000 (13:11 +0100)]
Remove methods not used anymore

11 years agoAdd copyright to new files
Manuel Carrasco Moñino [Mon, 18 Mar 2013 12:09:38 +0000 (13:09 +0100)]
Add copyright to new files

11 years agoAdd two methods present in the jquery Promise object
Manuel Carrasco Moñino [Mon, 18 Mar 2013 12:06:08 +0000 (13:06 +0100)]
Add two methods present in the jquery Promise object

11 years agoreduce visibility of DeferredPromiseImpl
Manuel Carrasco Moñino [Mon, 18 Mar 2013 11:49:16 +0000 (12:49 +0100)]
reduce visibility of DeferredPromiseImpl

11 years agoExtract helper classes from the Deferred class, so as we dont get compilation errors...
Manuel Carrasco Moñino [Mon, 18 Mar 2013 11:48:01 +0000 (12:48 +0100)]
Extract helper classes from the Deferred class, so as we dont get compilation errors if the project does not depend on RequestFactory. Move all Deferred stuff so its own namespace

11 years agoUse RequestBuilder Deferred helpers in Ajax plugin to simply the code
Manuel Carrasco Moñino [Mon, 18 Mar 2013 11:10:53 +0000 (12:10 +0100)]
Use RequestBuilder Deferred helpers in Ajax plugin to simply the code

11 years agoFix NPE
Manuel Carrasco Moñino [Mon, 18 Mar 2013 11:08:50 +0000 (12:08 +0100)]
Fix NPE

11 years agoPromise helper for JsonpRequestBuilder
Manuel Carrasco Moñino [Mon, 18 Mar 2013 10:42:35 +0000 (11:42 +0100)]
Promise helper for JsonpRequestBuilder

11 years agoMerge pull request #20 from manolo/master
Manuel Carrasco [Mon, 18 Mar 2013 10:35:43 +0000 (03:35 -0700)]
Merge pull request #20 from manolo/master

Helpers for async gwt services

11 years agojavadoc typo
Manuel Carrasco Moñino [Mon, 18 Mar 2013 09:31:55 +0000 (10:31 +0100)]
javadoc typo

11 years agouse arguments
Manuel Carrasco Moñino [Sun, 17 Mar 2013 22:10:08 +0000 (23:10 +0100)]
use arguments

11 years agoAdding some utility classes to create Promises for GWT RequestBuilder, RPC and RFC...
Manuel Carrasco Moñino [Sun, 17 Mar 2013 19:01:14 +0000 (20:01 +0100)]
Adding some utility classes to create Promises for GWT RequestBuilder, RPC and RFC services

11 years agoTest nested promises
Manuel Carrasco Moñino [Sun, 17 Mar 2013 14:35:12 +0000 (15:35 +0100)]
Test nested promises

11 years agoImplement Promises for GWT RPC services
Manuel Carrasco Moñino [Sun, 17 Mar 2013 14:34:50 +0000 (15:34 +0100)]
Implement Promises for GWT  RPC services

11 years agoupdate archetype version
Manuel Carrasco Moñino [Sat, 16 Mar 2013 10:56:58 +0000 (11:56 +0100)]
update archetype version

11 years agoExplain how to use superdev mode with maven
Manuel Carrasco Moñino [Sat, 16 Mar 2013 10:52:38 +0000 (11:52 +0100)]
Explain how to use superdev mode with maven

11 years agoFix jsni syntax error after merging
Manuel Carrasco Moñino [Fri, 15 Mar 2013 21:28:19 +0000 (22:28 +0100)]
Fix jsni syntax error after merging

11 years agoMerge latest changes in gquery-1.3.2
Manuel Carrasco Moñino [Fri, 15 Mar 2013 21:22:40 +0000 (22:22 +0100)]
Merge latest changes in gquery-1.3.2

11 years agoset the new snapshot version
Manuel Carrasco Moñino [Fri, 15 Mar 2013 21:15:53 +0000 (22:15 +0100)]
set the new snapshot version

11 years agoupdate archetype versions
Manuel Carrasco Moñino [Fri, 15 Mar 2013 21:14:02 +0000 (22:14 +0100)]
update archetype versions

11 years agoChange constructors of DeferredPromiseImpl. Some cosmetic changes
Manuel Carrasco Moñino [Fri, 15 Mar 2013 20:07:55 +0000 (21:07 +0100)]
Change constructors of DeferredPromiseImpl. Some cosmetic changes

11 years agoRemoved unused maven plugin release-1.3.2
Manuel Carrasco Moñino [Fri, 15 Mar 2013 15:42:53 +0000 (16:42 +0100)]
Removed unused maven plugin

11 years agoChanging version so as we can release gquery 1.3.2
Manuel Carrasco Moñino [Fri, 15 Mar 2013 15:33:06 +0000 (16:33 +0100)]
Changing version so as we can release gquery 1.3.2

11 years agoMerge pull request #19 from manolo/props
Manuel Carrasco [Fri, 15 Mar 2013 15:24:31 +0000 (08:24 -0700)]
Merge pull request #19 from manolo/props

GQuery prop method

11 years agoEnclose println used warn the user in dev mode in a block so as it does not generates...
Manuel Carrasco Moñino [Fri, 15 Mar 2013 15:14:23 +0000 (16:14 +0100)]
Enclose println used warn the user in dev mode in a block so as it does not generates any code in production

11 years agouse getArgument
Manuel Carrasco Moñino [Fri, 15 Mar 2013 11:55:27 +0000 (12:55 +0100)]
use getArgument

11 years agoUse getArgument in the test
Manuel Carrasco Moñino [Fri, 15 Mar 2013 11:50:23 +0000 (12:50 +0100)]
Use getArgument in the test

11 years agoAdd a couple of missing methods
Manuel Carrasco Moñino [Fri, 15 Mar 2013 11:38:04 +0000 (12:38 +0100)]
Add a couple of missing methods

11 years agosmall re-ractoring
Manuel Carrasco Moñino [Fri, 15 Mar 2013 11:15:23 +0000 (12:15 +0100)]
small re-ractoring

11 years agoMake setters in function chainable. Deprecate setters and getters in Function in...
Manuel Carrasco Moñino [Fri, 15 Mar 2013 11:11:00 +0000 (12:11 +0100)]
Make setters in function chainable. Deprecate setters and getters in Function in favor of arguments. Safety methods to read arguments

11 years agorestore comment removed in a previous commit
Manuel Carrasco Moñino [Fri, 15 Mar 2013 10:22:20 +0000 (11:22 +0100)]
restore comment removed in a previous commit

11 years agoCreate an interface for deferred. Create a utility abtract Promise to facilitate...
Manuel Carrasco Moñino [Fri, 15 Mar 2013 10:17:43 +0000 (11:17 +0100)]
Create an interface for deferred. Create a utility abtract Promise to facilitate promise creation. Fix a NPE in callbacks

11 years agoRemove comment
Manuel Carrasco Moñino [Thu, 14 Mar 2013 18:51:00 +0000 (19:51 +0100)]
Remove comment

11 years agoThis change should not be committed
Manuel Carrasco Moñino [Thu, 14 Mar 2013 18:48:58 +0000 (19:48 +0100)]
This change should not be committed

11 years agoImplementation of prop methods so as we can read any property from any JSO and not...
Manuel Carrasco Moñino [Thu, 14 Mar 2013 16:59:29 +0000 (17:59 +0100)]
Implementation of prop methods so as we can read any property from any JSO and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1

11 years agoremove eclipse warnings
Manuel Carrasco Moñino [Mon, 4 Mar 2013 13:51:38 +0000 (14:51 +0100)]
remove eclipse warnings