]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
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

11 years agoWe dont need to deal with XMLHttpRequest right now, it is ok to continue using Reques...
Manuel Carrasco Moñino [Mon, 4 Mar 2013 13:35:20 +0000 (14:35 +0100)]
We dont need to deal with XMLHttpRequest right now, it is ok to continue using RequestBuilder

11 years agoundoing changes in DevTestRunner used while developing Deferred, and should not be...
Manuel Carrasco Moñino [Mon, 4 Mar 2013 13:29:08 +0000 (14:29 +0100)]
undoing changes in DevTestRunner used while developing Deferred, and should not be committed

11 years agoImplementation of Deferred.when. Some changes and deprecations in Function (need...
Manuel Carrasco Moñino [Mon, 4 Mar 2013 13:16:50 +0000 (14:16 +0100)]
Implementation of Deferred.when. Some changes and deprecations in Function (need discussion). All Ajax methods now returns a Deferred

11 years agoFirst implementation of Deferred and Promises. Ajax tests work. then implementation...
Manuel Carrasco Moñino [Sun, 3 Mar 2013 21:00:29 +0000 (22:00 +0100)]
First implementation of Deferred and Promises. Ajax tests work. then implementation is not ok. Needs tests

11 years agoBugfix: loop when calling ajax method. Fixes issue 174
Manuel Carrasco Moñino [Fri, 1 Mar 2013 09:46:28 +0000 (10:46 +0100)]
Bugfix: loop when calling ajax method. Fixes issue 174

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
Manuel Carrasco Moñino [Thu, 28 Feb 2013 11:44:24 +0000 (12:44 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery

11 years agolittle pom changes
Manuel Carrasco Moñino [Thu, 28 Feb 2013 11:43:54 +0000 (12:43 +0100)]
little pom changes

11 years agoMerge pull request #17 from manolo/master
Manuel Carrasco [Thu, 28 Feb 2013 11:40:46 +0000 (03:40 -0800)]
Merge pull request #17 from manolo/master

Changes in jsquery to support more methods. Implementation of Callbacks.

11 years agoDont add more callbacks when disabled
Manuel Carrasco Moñino [Wed, 27 Feb 2013 20:17:20 +0000 (21:17 +0100)]
Dont add more callbacks when disabled

11 years agoTest callbacks disable method
Manuel Carrasco Moñino [Wed, 27 Feb 2013 19:57:27 +0000 (20:57 +0100)]
Test callbacks disable method

11 years agomemory elements should be fired after adding new elements, and memory should be reset...
Manuel Carrasco Moñino [Wed, 27 Feb 2013 19:14:22 +0000 (20:14 +0100)]
memory elements should be fired after adding new elements, and memory should be reset when a new fire comes. More tests

11 years agoFirst step towards supporting Deferred: implementing Callbacks collections
Manuel Carrasco Moñino [Fri, 22 Feb 2013 14:41:11 +0000 (15:41 +0100)]
First step towards supporting Deferred: implementing Callbacks collections

11 years agoFix null exception
Manuel Carrasco Moñino [Fri, 22 Feb 2013 10:54:33 +0000 (11:54 +0100)]
Fix null exception

11 years agoFix edge case when properties string ends with coma
Manuel Carrasco Moñino [Fri, 22 Feb 2013 10:50:47 +0000 (11:50 +0100)]
Fix edge case when properties string ends with coma

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
Manuel Carrasco Moñino [Wed, 20 Feb 2013 15:31:13 +0000 (16:31 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery

11 years agoMerge pull request #16 from manolo/master
Manuel Carrasco [Wed, 20 Feb 2013 15:30:38 +0000 (07:30 -0800)]
Merge pull request #16 from manolo/master

set abstract in JsQuery overlay class

11 years agoImplement some methods which are in jquery but they werent in jsquery and gquery
Manuel Carrasco Moñino [Wed, 20 Feb 2013 15:29:54 +0000 (16:29 +0100)]
Implement some methods which are in jquery but they werent in jsquery and  gquery

11 years agoThe find/replace action set abstract to interfaces which actually dont need it
Manuel Carrasco Moñino [Thu, 14 Feb 2013 18:57:53 +0000 (19:57 +0100)]
The find/replace action set abstract to interfaces which actually dont need it

11 years agoAdd TODO comment
Manuel Carrasco Moñino [Thu, 14 Feb 2013 16:22:23 +0000 (17:22 +0100)]
Add TODO comment

11 years agoChange overlay class to abstract so as we dont need dummy implementation of methods
Manuel Carrasco Moñino [Thu, 14 Feb 2013 16:16:57 +0000 (17:16 +0100)]
Change overlay class to abstract so as we dont need dummy implementation of methods

11 years agoMerge pull request #15 from manolo/master
Julien Dramaix [Tue, 12 Feb 2013 21:54:38 +0000 (13:54 -0800)]
Merge pull request #15 from manolo/master

Fix for IE8

11 years agoFixed jsni exception when running certain selectors in IE8
Manuel Carrasco Moñino [Tue, 12 Feb 2013 11:36:47 +0000 (12:36 +0100)]
Fixed jsni exception when running certain selectors in IE8

11 years agoMerge pull request #14 from manolo/master
Julien Dramaix [Mon, 11 Feb 2013 11:21:48 +0000 (03:21 -0800)]
Merge pull request #14 from manolo/master

Last changes on manolo's branch

11 years agoRemove unused import
Manuel Carrasco Moñino [Fri, 8 Feb 2013 12:14:11 +0000 (13:14 +0100)]
Remove unused import

11 years agoAdding a utility function to call external functions from gwt without writing jsni
Manuel Carrasco Moñino [Fri, 8 Feb 2013 10:26:37 +0000 (11:26 +0100)]
Adding a utility function to call external functions from gwt without writing jsni

11 years agoAllow arbitrary string as parameter when adding new elements to dom. Fixes issue 128
Manuel Carrasco Moñino [Fri, 8 Feb 2013 07:48:28 +0000 (08:48 +0100)]
Allow arbitrary string as parameter when adding new elements to dom. Fixes issue 128

11 years agoRemove svn references in pom, since we are using git
Manuel Carrasco Moñino [Thu, 7 Feb 2013 16:01:50 +0000 (17:01 +0100)]
Remove svn references in pom, since we are using git

11 years agoChange method signature
Manuel Carrasco Moñino [Thu, 7 Feb 2013 15:56:57 +0000 (16:56 +0100)]
Change method signature

11 years agoRemove attribute after the property is set to null. Fixes issue 165
Manuel Carrasco Moñino [Thu, 7 Feb 2013 14:59:18 +0000 (15:59 +0100)]
Remove attribute after the property is set to null. Fixes issue 165

11 years agoFixes issue 170
Manuel Carrasco Moñino [Thu, 7 Feb 2013 13:10:19 +0000 (14:10 +0100)]
Fixes issue 170

11 years agoUpdate javadocs so as we explain better the meaning of a dollar in the key part of...
Manuel Carrasco Moñino [Thu, 7 Feb 2013 12:41:29 +0000 (13:41 +0100)]
Update javadocs so as we explain better the meaning of a dollar in the key part of animation parameters. Fixes issue 168 (google). Fixes issue #5 (github).

11 years agoSetting version to next snapshot iteration
Manuel Carrasco Moñino [Thu, 7 Feb 2013 12:23:03 +0000 (13:23 +0100)]
Setting version to next snapshot iteration

11 years agoSet archetype version to last stable deployed
Manuel Carrasco Moñino [Thu, 7 Feb 2013 12:19:51 +0000 (13:19 +0100)]
Set archetype version to last stable deployed

11 years agoremove svn wagon
Manuel Carrasco Moñino [Thu, 7 Feb 2013 11:47:41 +0000 (12:47 +0100)]
remove svn wagon

11 years agoPreparing archetype to deploy the release 1.3.1 to central repos
Manuel Carrasco Moñino [Thu, 7 Feb 2013 11:45:43 +0000 (12:45 +0100)]
Preparing archetype to deploy the release 1.3.1 to central repos

11 years agoUpdating archetype versions
Manuel Carrasco Moñino [Thu, 7 Feb 2013 11:43:52 +0000 (12:43 +0100)]
Updating archetype versions

11 years agoSetting pom version to last stable one so as we can tag it
Manuel Carrasco Moñino [Thu, 7 Feb 2013 11:32:44 +0000 (12:32 +0100)]
Setting pom version to last stable one so as we can tag it

11 years agoMerge pull request #13 from gwtquery/jd_fix_31
Manuel Carrasco [Wed, 23 Jan 2013 07:33:27 +0000 (23:33 -0800)]
Merge pull request #13 from gwtquery/jd_fix_31

Fix issue 12

11 years agofix issue #12
jdramaix [Wed, 23 Jan 2013 00:50:03 +0000 (01:50 +0100)]
fix issue #12

11 years agofix issue #12
jdramaix [Wed, 23 Jan 2013 00:48:17 +0000 (01:48 +0100)]
fix issue #12

11 years agoMerge pull request #4 from gwtquery/jd_offset
Julien Dramaix [Mon, 21 Jan 2013 21:53:21 +0000 (13:53 -0800)]
Merge pull request #4 from gwtquery/jd_offset

Fix for issue #3

11 years agoMerge pull request #6 from gwtquery/jd_issue168
Julien Dramaix [Mon, 21 Jan 2013 21:53:00 +0000 (13:53 -0800)]
Merge pull request #6 from gwtquery/jd_issue168

javadoc correction : fix issue #5 (github)/ issue 168 (google code)

11 years agoMerge pull request #7 from gwtquery/jd_event_delegation
Julien Dramaix [Mon, 21 Jan 2013 21:52:36 +0000 (13:52 -0800)]
Merge pull request #7 from gwtquery/jd_event_delegation

Add support for namespace/ multiple events in live and die methods

11 years agoMerge pull request #8 from gwtquery/jd_event_delegation_2
Julien Dramaix [Mon, 21 Jan 2013 21:51:36 +0000 (13:51 -0800)]
Merge pull request #8 from gwtquery/jd_event_delegation_2

 handle special event  mouseenter or mouseleave in live and die method

11 years agoFix NPE when passing null functions
Manuel Carrasco Moñino [Sun, 20 Jan 2013 08:43:25 +0000 (09:43 +0100)]
Fix NPE when passing null functions

11 years ago handle special event mouseenter or mouseleave in live and die method
jdramaix [Mon, 7 Jan 2013 20:55:03 +0000 (21:55 +0100)]
 handle special event  mouseenter or mouseleave in live and die method

11 years agoAdd support for namespace/ multiple events in live and die methods
jdramaix [Mon, 7 Jan 2013 12:27:38 +0000 (13:27 +0100)]
Add support for namespace/ multiple events in live and die methods

11 years agojavadoc correction : fix issue #5 (github)/ issue 168 (google code)
jdramaix [Mon, 7 Jan 2013 10:12:47 +0000 (11:12 +0100)]
javadoc correction : fix issue #5 (github)/ issue 168 (google code)

11 years agoimplement other signature of offset() method. Fix for issue 161 (google code)/ issue...
jdramaix [Mon, 7 Jan 2013 09:53:54 +0000 (10:53 +0100)]
implement other signature of offset() method. Fix for issue 161 (google code)/ issue #3 (github)

11 years agoDont force position in animations when it is fixed. Fixes issue 160
Manuel Carrasco Moñino [Mon, 17 Dec 2012 12:01:45 +0000 (13:01 +0100)]
Dont force position in animations when it is fixed. Fixes issue 160

11 years agoHandle attachment of widgets created with elements which already belong to a widget...
Manuel Carrasco Moñino [Mon, 17 Dec 2012 11:43:30 +0000 (12:43 +0100)]
Handle attachment of widgets created with elements which already belong to a widget. Fixes issue 163

11 years agouse DOM class to manipulate the original gwt event listener attribute
Manuel Carrasco Moñino [Mon, 17 Dec 2012 11:37:11 +0000 (12:37 +0100)]
use DOM class to manipulate the original gwt event listener attribute

11 years agoEnable the closure compiler via a maven profile
Manuel Carrasco Moñino [Mon, 17 Dec 2012 11:35:48 +0000 (12:35 +0100)]
Enable the closure compiler via a maven profile

11 years agojavadoc for method Properties.set(T, Function). Related with issue 154
Manuel Carrasco Moñino [Mon, 10 Dec 2012 09:37:31 +0000 (10:37 +0100)]
javadoc for method Properties.set(T, Function). Related with issue 154

11 years agoDont dispatch new added events when running the events dispatch loop. Fixes issue 152
Manuel Carrasco Moñino [Mon, 10 Dec 2012 09:24:01 +0000 (10:24 +0100)]
Dont dispatch new added events when running the events dispatch loop. Fixes issue 152

11 years agodont set tabIndex to window. Fixes issue 157
Manuel Carrasco Moñino [Mon, 10 Dec 2012 08:59:36 +0000 (09:59 +0100)]
dont set tabIndex to window. Fixes issue 157

11 years agoAdd @Shardable to linker. Fixes issue 159
Manuel Carrasco Moñino [Mon, 10 Dec 2012 07:48:38 +0000 (08:48 +0100)]
Add @Shardable to linker. Fixes issue 159

11 years agoFix isFunction in safari for ipad
Manuel Carrasco Moñino [Fri, 7 Dec 2012 15:45:31 +0000 (16:45 +0100)]
Fix isFunction in safari for ipad

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
Manuel Carrasco Moñino [Fri, 30 Nov 2012 12:31:24 +0000 (13:31 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery

11 years agoCheck filter parameter to avoid out of bound exception, issue seem in jsquery
Manuel Carrasco Moñino [Fri, 30 Nov 2012 12:30:59 +0000 (13:30 +0100)]
Check filter parameter to avoid out of bound exception, issue seem in jsquery

11 years agoremove intellij idea generated file + ignore these files in future
jdramaix [Mon, 26 Nov 2012 21:10:46 +0000 (22:10 +0100)]
remove intellij idea generated file + ignore these files in future

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
jdramaix [Mon, 26 Nov 2012 21:07:07 +0000 (22:07 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery

Conflicts:
pom.xml

11 years agofix gwt version to 2.5.0
jdramaix [Mon, 26 Nov 2012 21:05:11 +0000 (22:05 +0100)]
fix gwt version to 2.5.0

11 years agoEnd lines with LF instead of CRLF
Manuel Carrasco Moñino [Mon, 26 Nov 2012 15:20:48 +0000 (16:20 +0100)]
End lines with LF instead of CRLF

11 years agoMerge pull request #2 from manolo/master
Julien Dramaix [Mon, 26 Nov 2012 13:08:13 +0000 (05:08 -0800)]
Merge pull request #2 from manolo/master

removing unneeded call to $ in gquery and tests

11 years agoRemoving unneeded call to method $ in many places. Removing generic dollar method...
Manuel Carrasco Moñino [Mon, 26 Nov 2012 12:53:44 +0000 (13:53 +0100)]
Removing unneeded call to method $ in many places. Removing generic dollar method, not needed since we have the $(Object) signature

11 years agoMerge pull request #1 from manolo/master
Julien Dramaix [Mon, 26 Nov 2012 12:34:28 +0000 (04:34 -0800)]
Merge pull request #1 from manolo/master

Pull to merge last changes in my tree to main trunk.

11 years agoenable default module to compile, so as it can be run with Jenkins
Manuel Carrasco Moñino [Mon, 26 Nov 2012 11:24:03 +0000 (12:24 +0100)]
enable default module to compile, so as it can be run with Jenkins

11 years agoRemoving GqUi to WidgetsUtils so as gquery doesnt have anything out of its namespace...
Manuel Carrasco Moñino [Mon, 26 Nov 2012 10:55:52 +0000 (11:55 +0100)]
Removing GqUi to WidgetsUtils so as gquery doesnt have anything out of its namespace (access protected methods using jsni)

11 years agoFix tests for htmlunit in 2.5.0 and for chrome-prod mode
Manuel Carrasco Moñino [Mon, 26 Nov 2012 10:21:24 +0000 (11:21 +0100)]
Fix tests for htmlunit in 2.5.0 and for chrome-prod mode

11 years agoAdding getTextAsBoolean and getTextAsEnum to xmlbuilders
Manuel Carrasco Moñino [Mon, 26 Nov 2012 09:04:48 +0000 (10:04 +0100)]
Adding getTextAsBoolean and getTextAsEnum to xmlbuilders

11 years agomerge
Manuel Carrasco Moñino [Mon, 26 Nov 2012 08:18:44 +0000 (09:18 +0100)]
merge

11 years agosupport IsWidget and List<IsWidget>
Manuel Carrasco Moñino [Mon, 26 Nov 2012 07:57:34 +0000 (08:57 +0100)]
support IsWidget and List<IsWidget>

11 years agoJava 1.5 doesn't support override annotation on method defined on an
jdramaix [Sun, 18 Nov 2012 10:12:48 +0000 (11:12 +0100)]
Java 1.5 doesn't support override annotation on method defined on an
interface

11 years agoFix live() method failing when there were multiple functions for the same selector
Manuel Carrasco Moñino [Wed, 7 Nov 2012 22:17:32 +0000 (23:17 +0100)]
Fix live() method failing when there were multiple functions for the same selector

11 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
jdramaix [Wed, 7 Nov 2012 21:05:46 +0000 (22:05 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery

11 years agohtml element is always considered as attached
jdramaix [Wed, 7 Nov 2012 21:04:23 +0000 (22:04 +0100)]
html element is always considered as attached