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

11 years agoThis class was used for debuging, it must not be in the gquery repository
Manuel Carrasco Moñino [Wed, 7 Nov 2012 18:12:35 +0000 (19:12 +0100)]
This class was used for debuging, it must not be in the gquery repository

11 years agoUpdating Lazy interfaces
Manuel Carrasco Moñino [Wed, 7 Nov 2012 18:12:05 +0000 (19:12 +0100)]
Updating Lazy interfaces

11 years agoAdding a dollar method to handle any object and route it to the apropriate constructo...
Manuel Carrasco Moñino [Wed, 7 Nov 2012 18:11:44 +0000 (19:11 +0100)]
Adding a dollar method to handle any object and route it to the apropriate constructor. Handle js functions and arrays like jquery does

11 years agoupdate poms to gwt 2.5.0
Manuel Carrasco Moñino [Wed, 7 Nov 2012 17:57:21 +0000 (18:57 +0100)]
update poms to gwt 2.5.0

11 years agoAdding a couple of methods in xmlbuilders to parse number and date values in text...
Manuel Carrasco Moñino [Wed, 7 Nov 2012 17:56:41 +0000 (18:56 +0100)]
Adding a couple of methods in xmlbuilders to parse number and date values in text elements. Adding a test for xmlbuilder

11 years agogetText and setText in xml builders was not visible in generated classes
Manuel Carrasco Moñino [Wed, 7 Nov 2012 10:29:21 +0000 (11:29 +0100)]
getText and setText in xml builders was not visible in generated classes

11 years agofix issue with size computing when element is not attached
jdramaix [Mon, 5 Nov 2012 14:49:27 +0000 (15:49 +0100)]
fix issue with size computing when element is not attached

11 years agoAjax should handle statusCode == 0 as an error
Manuel Carrasco Moñino [Mon, 5 Nov 2012 10:48:12 +0000 (11:48 +0100)]
Ajax should handle statusCode == 0 as an error

11 years agoFix a NPE in queue plugin
Manuel Carrasco Moñino [Wed, 31 Oct 2012 19:23:49 +0000 (20:23 +0100)]
Fix a NPE in queue plugin

12 years agoAdding a panel() method to widgets plugin so as gquery is able to convert any element...
Manolo Carrasco [Fri, 19 Oct 2012 07:34:02 +0000 (09:34 +0200)]
Adding a panel() method to widgets plugin so as gquery is able to convert any element in a gwt panel

12 years agore-use gwt dom methods to check whether a node is attached to the dom
Manolo Carrasco [Fri, 19 Oct 2012 07:15:03 +0000 (09:15 +0200)]
re-use gwt dom methods to check whether a node is attached to the dom

12 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
Manolo Carrasco [Wed, 17 Oct 2012 07:01:58 +0000 (09:01 +0200)]
Merge branch 'master' of github.com:gwtquery/gwtquery

12 years agoimprove performance in native selector generators
Manolo Carrasco [Wed, 17 Oct 2012 06:38:50 +0000 (08:38 +0200)]
improve performance in native selector generators

12 years agoUse log instead of alert
Manolo Carrasco [Wed, 17 Oct 2012 06:35:48 +0000 (08:35 +0200)]
Use log instead of alert

12 years agoremove was failing in mobile devices
Manolo Carrasco [Wed, 17 Oct 2012 06:35:08 +0000 (08:35 +0200)]
remove was failing in mobile devices

12 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
jdramaix [Mon, 15 Oct 2012 10:29:01 +0000 (12:29 +0200)]
Merge branch 'master' of github.com:gwtquery/gwtquery

12 years agofix bug in hide method
jdramaix [Mon, 15 Oct 2012 10:28:31 +0000 (12:28 +0200)]
fix bug in hide method

12 years agoAppend temporary dettached elements to the document so as we can correctly compute...
Manolo Carrasco [Fri, 12 Oct 2012 18:28:47 +0000 (20:28 +0200)]
Append temporary dettached elements to the document so as we can correctly compute certain values

12 years agoRemove temporary parent node when creating dom elements from html string
Manolo Carrasco [Fri, 12 Oct 2012 17:40:44 +0000 (19:40 +0200)]
Remove temporary parent node when creating dom elements from html string

12 years agobest management of enum
jdramaix [Tue, 9 Oct 2012 21:43:05 +0000 (23:43 +0200)]
best management of enum

12 years agoRemove all references in the dataCache object whenever any queued function finishes...
Manolo Carrasco [Tue, 2 Oct 2012 10:26:47 +0000 (12:26 +0200)]
Remove all references in the dataCache object whenever any queued function finishes. Remove empty references as well. Fixes issue132.

12 years agoAdding support for wrapping gwt Functions as js-functions and viceversa in properties...
Manolo Carrasco [Mon, 1 Oct 2012 06:54:07 +0000 (08:54 +0200)]
Adding support for wrapping gwt Functions as js-functions and viceversa in properties and json objects

12 years agoFix removeClass method, so as it remove all classes when argument is empty (like...
Manolo Carrasco [Mon, 1 Oct 2012 05:24:08 +0000 (07:24 +0200)]
Fix removeClass method, so as it remove all classes when argument is empty (like jquery does)

12 years agoadd README.md
jdramaix [Fri, 28 Sep 2012 21:51:42 +0000 (23:51 +0200)]
add README.md

12 years agoadd .gitginore file
jdramaix [Fri, 28 Sep 2012 20:35:25 +0000 (22:35 +0200)]
add .gitginore file

12 years agofixes issue143
Manolo Carrasco [Thu, 13 Sep 2012 12:16:55 +0000 (12:16 +0000)]
fixes issue143

12 years agoSet gwt version to 2.5.0-rc1 which is the one we should develop for
Manolo Carrasco [Wed, 12 Sep 2012 14:53:21 +0000 (14:53 +0000)]
Set gwt version to 2.5.0-rc1 which is the one we should develop for

12 years agoRemove actual animation when it finishes, should fix issue_132
Manolo Carrasco [Mon, 10 Sep 2012 15:27:45 +0000 (15:27 +0000)]
Remove actual animation when it finishes, should fix issue_132

12 years agoUse native JSON.stringify when available. Fix to store native js numbers in Propertie...
Manolo Carrasco [Mon, 10 Sep 2012 15:08:42 +0000 (15:08 +0000)]
Use native JSON.stringify when available. Fix to store native js numbers in Properties instead of gwt types. Handle char and byte types

12 years agoSet snapshot version
Manolo Carrasco [Mon, 10 Sep 2012 10:57:56 +0000 (10:57 +0000)]
Set snapshot version

12 years agoFix null exceptions
Manolo Carrasco [Mon, 10 Sep 2012 09:14:29 +0000 (09:14 +0000)]
Fix null exceptions

12 years agoFix width/height methods, fixes ISSUE 145 (thanks to Wanjunfeng)
Manolo Carrasco [Mon, 10 Sep 2012 09:04:24 +0000 (09:04 +0000)]
Fix width/height methods, fixes ISSUE 145 (thanks to Wanjunfeng)

12 years agotest for issue 149
Julien Dramaix [Mon, 27 Aug 2012 18:49:39 +0000 (18:49 +0000)]
test for issue 149

12 years agofix for issue 149
Julien Dramaix [Mon, 27 Aug 2012 16:04:44 +0000 (16:04 +0000)]
fix for issue 149

12 years agoimplements mouseleave mouseenter special events + bug fixing on event mechanism
Julien Dramaix [Wed, 22 Aug 2012 22:01:02 +0000 (22:01 +0000)]
implements mouseleave mouseenter special events + bug fixing on event mechanism

12 years agoforce the returning value to be a String object (avoid error during dev mode)
Julien Dramaix [Mon, 20 Aug 2012 20:18:50 +0000 (20:18 +0000)]
force the returning value to be a String object (avoid error during dev mode)

12 years agofix issue 147
Julien Dramaix [Mon, 20 Aug 2012 09:18:48 +0000 (09:18 +0000)]
fix issue 147

12 years agobug in nextAll(String filter) method
Julien Dramaix [Fri, 17 Aug 2012 12:52:23 +0000 (12:52 +0000)]
bug in nextAll(String filter) method

12 years agoimplement other signatures of nextAll and nextUntil methods
Julien Dramaix [Sat, 28 Jul 2012 22:02:16 +0000 (22:02 +0000)]
implement other signatures of nextAll and nextUntil methods

12 years agoimplement other signatures of prevAll and prevUntil methods
Julien Dramaix [Wed, 25 Jul 2012 21:43:52 +0000 (21:43 +0000)]
implement other signatures of prevAll and prevUntil methods

12 years agoreduce permutations when using QueryMin.gwt.xml
Manolo Carrasco [Tue, 17 Jul 2012 05:36:37 +0000 (05:36 +0000)]
reduce permutations when using QueryMin.gwt.xml

12 years agohttp error starts from 400 error codes
Julien Dramaix [Fri, 6 Jul 2012 15:39:16 +0000 (15:39 +0000)]
http error starts from 400 error codes

12 years agobest handling of data for PUT method
Julien Dramaix [Fri, 6 Jul 2012 15:31:12 +0000 (15:31 +0000)]
best handling of data for PUT method

12 years agoallows more http methods
Julien Dramaix [Fri, 6 Jul 2012 15:28:26 +0000 (15:28 +0000)]
allows more http methods

12 years agoThis was making the "-XenableClosureCompiler" option fail with the error "java.lang...
Manolo Carrasco [Sat, 30 Jun 2012 08:23:25 +0000 (08:23 +0000)]
This was making the "-XenableClosureCompiler" option fail with the error "java.lang.IllegalStateException: Expected non-empty string. Reference node STRING"

12 years agofixe live() so as it behaves the same than jquery
Manolo Carrasco [Thu, 21 Jun 2012 12:18:46 +0000 (12:18 +0000)]
fixe live() so as it behaves the same than jquery

12 years agofix issue 140 + support Long, Double, Integer, Float and Byte objects
Julien Dramaix [Tue, 19 Jun 2012 20:16:03 +0000 (20:16 +0000)]
fix issue 140 + support Long, Double, Integer, Float and Byte objects

12 years ago(no commit message)
Julien Dramaix [Tue, 19 Jun 2012 13:29:13 +0000 (13:29 +0000)]