]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
11 years agoFix tests
Manuel Carrasco Moñino [Fri, 22 Nov 2013 15:32:06 +0000 (16:32 +0100)]
Fix tests

11 years agoMerge pull request #235 from gwtquery/jd_event
Julien Dramaix [Fri, 22 Nov 2013 13:06:40 +0000 (05:06 -0800)]
Merge pull request #235 from gwtquery/jd_event

Refactor event to accept bitless events and custom events.

11 years agocode review part3
jdramaix [Fri, 22 Nov 2013 13:05:12 +0000 (14:05 +0100)]
code review part3

11 years agocode review part2
jdramaix [Fri, 22 Nov 2013 12:33:06 +0000 (13:33 +0100)]
code review part2

11 years agocode review
jdramaix [Fri, 22 Nov 2013 11:52:23 +0000 (12:52 +0100)]
code review

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery into jd_event
jdramaix [Fri, 22 Nov 2013 10:39:18 +0000 (11:39 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery into jd_event

11 years agoMerge pull request #233 from manolo/JsniBundle
Manuel Carrasco [Thu, 21 Nov 2013 22:28:44 +0000 (14:28 -0800)]
Merge pull request #233 from manolo/JsniBundle

done

11 years agocode review
jdramaix [Thu, 21 Nov 2013 16:50:36 +0000 (17:50 +0100)]
code review

11 years agofix bug with event delegation
jdramaix [Thu, 21 Nov 2013 16:35:46 +0000 (17:35 +0100)]
fix bug with event delegation

11 years agoadd bitless event support + custom event.
jdramaix [Thu, 21 Nov 2013 15:16:48 +0000 (16:16 +0100)]
add bitless event support + custom event.

11 years agoUpdating Lazy interfaces
Manuel Carrasco Moñino [Thu, 21 Nov 2013 12:11:06 +0000 (13:11 +0100)]
Updating  Lazy interfaces

11 years agoMerge branch 'master' of github.com:manolo/gquery into JsniBundle
Manuel Carrasco Moñino [Thu, 21 Nov 2013 12:07:05 +0000 (13:07 +0100)]
Merge branch 'master' of github.com:manolo/gquery into JsniBundle

11 years ago3party -> third-party
Manuel Carrasco Moñino [Mon, 18 Nov 2013 10:18:14 +0000 (11:18 +0100)]
3party -> third-party

11 years agoBetter and faster regex
Manuel Carrasco Moñino [Mon, 18 Nov 2013 10:04:59 +0000 (11:04 +0100)]
Better and faster regex

11 years agoMerge pull request #234 from manolo/master
Manuel Carrasco [Mon, 18 Nov 2013 07:27:43 +0000 (23:27 -0800)]
Merge pull request #234 from manolo/master

done

11 years agoRemove method used during developing to inspect objects
Manuel Carrasco Moñino [Mon, 18 Nov 2013 07:26:24 +0000 (08:26 +0100)]
Remove method used during developing to inspect objects

11 years agoReplace "js" word with "javascript". Improve javadoc wording.
Manuel Carrasco Moñino [Mon, 18 Nov 2013 07:22:57 +0000 (08:22 +0100)]
Replace "js" word with "javascript". Improve javadoc wording.

11 years agoUse CSS3 animations when available.
Manuel Carrasco Moñino [Sun, 17 Nov 2013 21:36:14 +0000 (22:36 +0100)]
Use CSS3 animations when available.

11 years agoFix getScript so as once it is downloaded it is executed like in jQuery. Move loadScr...
Manuel Carrasco Moñino [Sat, 16 Nov 2013 18:58:02 +0000 (19:58 +0100)]
Fix getScript so as once it is downloaded it is executed like in jQuery. Move loadScript from JsUtils to Ajax

11 years agoImplementation of JsniBundles, a generator which allows jsni methods which have javas...
Manuel Carrasco Moñino [Sat, 16 Nov 2013 17:49:51 +0000 (18:49 +0100)]
Implementation of JsniBundles, a generator which allows jsni methods which have javascript in external files.

11 years agoSome refactoring in GQuery Animation classes, to reuse code from super classes
Manuel Carrasco Moñino [Mon, 11 Nov 2013 07:42:10 +0000 (08:42 +0100)]
Some refactoring in GQuery Animation classes, to reuse code from super classes

11 years agoAdd a constructor to all GQ animation implementations so as we can pass parameters...
Manuel Carrasco Moñino [Sat, 9 Nov 2013 21:08:25 +0000 (22:08 +0100)]
Add a constructor to all GQ animation implementations so as we can pass parameters in the properties object. Fix a couple of issues which were preventing to reuse GQ animations multiple times

11 years agoMerge pull request #232 from manolo/master
Manuel Carrasco [Sat, 9 Nov 2013 16:22:46 +0000 (08:22 -0800)]
Merge pull request #232 from manolo/master

Adding TransitionsAnimation

11 years agosplit long line
Manuel Carrasco Moñino [Sat, 9 Nov 2013 15:42:07 +0000 (16:42 +0100)]
split long line

11 years agoset source/target java to java-6
Manuel Carrasco Moñino [Sat, 9 Nov 2013 15:33:40 +0000 (16:33 +0100)]
set source/target java to java-6

11 years agoremove import
Manuel Carrasco Moñino [Sat, 9 Nov 2013 15:25:41 +0000 (16:25 +0100)]
remove import

11 years agoFixing test so as they run with java 1.6
Manuel Carrasco Moñino [Sat, 9 Nov 2013 15:24:18 +0000 (16:24 +0100)]
Fixing test so as they run with java 1.6

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
Manuel Carrasco Moñino [Sat, 9 Nov 2013 15:23:37 +0000 (16:23 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery

11 years agoSome styling corrections, println and javadoc
Manuel Carrasco Moñino [Sat, 9 Nov 2013 15:12:19 +0000 (16:12 +0100)]
Some styling corrections, println and javadoc

11 years agoAdding a TransitionsAnimation class whish is like PropertiesAnimation but using CSS3
Manuel Carrasco Moñino [Sat, 9 Nov 2013 14:21:27 +0000 (15:21 +0100)]
Adding a TransitionsAnimation class whish is like PropertiesAnimation but using CSS3

11 years agoAdding missing method in widgets, and javadocs
Manuel Carrasco Moñino [Sat, 9 Nov 2013 14:15:19 +0000 (15:15 +0100)]
Adding missing method in widgets, and javadocs

11 years agoMerge pull request #231 from manolo/master
Manuel Carrasco [Sat, 9 Nov 2013 13:56:47 +0000 (05:56 -0800)]
Merge pull request #231 from manolo/master

"or" and "and" methods in promisses

11 years agoMake clip-animation extend properties-animation, so as we can mix clip effects with...
Manuel Carrasco Moñino [Sat, 9 Nov 2013 11:14:21 +0000 (12:14 +0100)]
Make clip-animation extend properties-animation, so as we can mix clip effects with any other property. Fixed some issues in this class as well

11 years agoFix "or" tests. Remove javadoc line
Manuel Carrasco Moñino [Sat, 9 Nov 2013 11:05:45 +0000 (12:05 +0100)]
Fix "or" tests. Remove javadoc line

11 years agoFix "then()" method so as it behaves like jQuery breaking the flow if previous fails...
Manuel Carrasco Moñino [Sat, 9 Nov 2013 09:56:51 +0000 (10:56 +0100)]
Fix "then()" method so as it behaves like jQuery breaking the flow if previous fails. Add convenient method "or()" to continue the flow when we have different options to resolve an asynchronous process. Add "and()" method as an alias to "then()". "and()" and "or()" makes gQuery promises much more useful and declarative.

11 years agoMerge pull request #229 from manolo/master
Manuel Carrasco [Tue, 5 Nov 2013 08:29:34 +0000 (00:29 -0800)]
Merge pull request #229 from manolo/master

Adding CSS3 transitions

11 years agoRemove useless method from Effects plugin
Manuel Carrasco Moñino [Mon, 4 Nov 2013 20:43:13 +0000 (21:43 +0100)]
Remove useless method from Effects plugin

11 years agoRemove transitions method from GQuery
Manuel Carrasco Moñino [Mon, 4 Nov 2013 13:20:52 +0000 (14:20 +0100)]
Remove transitions method from GQuery

11 years agoRemove usage of deprecated class
Manuel Carrasco Moñino [Mon, 4 Nov 2013 12:11:28 +0000 (13:11 +0100)]
Remove usage of deprecated class

11 years agoDefine Browser implementation in GQueryMin. Fix NPE when visiting BrowserGenerator...
Manuel Carrasco Moñino [Mon, 4 Nov 2013 12:07:11 +0000 (13:07 +0100)]
Define Browser implementation in GQueryMin. Fix NPE when visiting BrowserGenerator multiple times with the same ua

11 years agoUpdate lazy interfaces
Manuel Carrasco Moñino [Sun, 3 Nov 2013 19:07:53 +0000 (20:07 +0100)]
Update lazy interfaces

11 years agoSupport for transition chainning and queueing
Manuel Carrasco Moñino [Sun, 3 Nov 2013 19:07:13 +0000 (20:07 +0100)]
Support for transition chainning and queueing

11 years agoFix lenght check. Reflow before setting transition
Manuel Carrasco Moñino [Sun, 3 Nov 2013 15:23:39 +0000 (16:23 +0100)]
Fix lenght check. Reflow before setting transition

11 years agoUse vendor names by default, otherwise certain chrome versions fail
Manuel Carrasco Moñino [Sun, 3 Nov 2013 13:38:34 +0000 (14:38 +0100)]
Use vendor names by default, otherwise certain chrome versions fail

11 years agoForce reflow instead of calling a timer
Manuel Carrasco Moñino [Sun, 3 Nov 2013 11:48:06 +0000 (12:48 +0100)]
Force reflow instead of calling a timer

11 years agoremove temporary data to avoid memory leaks
Manuel Carrasco Moñino [Sun, 3 Nov 2013 11:40:47 +0000 (12:40 +0100)]
remove temporary data to avoid memory leaks

11 years agoAdd curly brackets. Remove static reference
Manuel Carrasco Moñino [Sun, 3 Nov 2013 11:23:42 +0000 (12:23 +0100)]
Add curly brackets. Remove static reference

11 years agoIE is case sensitive
Manuel Carrasco Moñino [Fri, 1 Nov 2013 20:22:16 +0000 (21:22 +0100)]
IE is case sensitive

11 years agoAdding Transitions plugin for CSS3 animations
Manuel Carrasco Moñino [Fri, 1 Nov 2013 19:05:57 +0000 (20:05 +0100)]
Adding Transitions plugin for CSS3 animations

11 years agoSimple Implementation of console.log
Manuel Carrasco Moñino [Fri, 1 Nov 2013 19:05:43 +0000 (20:05 +0100)]
Simple Implementation of console.log

11 years agoMerge pull request #228 from manolo/master
Manuel Carrasco [Fri, 1 Nov 2013 15:32:26 +0000 (08:32 -0700)]
Merge pull request #228 from manolo/master

Use Beizer curves in Easing transitions.

11 years agonew lines and method names
Manuel Carrasco Moñino [Fri, 1 Nov 2013 15:31:39 +0000 (16:31 +0100)]
new lines and method names

11 years agowith should return itself for chainning
Manuel Carrasco Moñino [Fri, 1 Nov 2013 12:57:46 +0000 (13:57 +0100)]
with should return itself for chainning

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 agoMerge pull request #227 from manolo/master
Manuel Carrasco [Fri, 1 Nov 2013 11:34:43 +0000 (04:34 -0700)]
Merge pull request #227 from manolo/master

jquery.browser  api implementation

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