]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
13 years agofix bench example using val to test check-boxes
Manolo Carrasco [Wed, 7 Sep 2011 04:46:56 +0000 (04:46 +0000)]
fix bench example using val to test check-boxes

13 years agoREADME changes
Manolo Carrasco [Tue, 6 Sep 2011 07:38:08 +0000 (07:38 +0000)]
README changes

13 years agoattr signature changed in GQuery. Adding jsquery.js to the repo so as people could...
Manolo Carrasco [Tue, 6 Sep 2011 06:59:16 +0000 (06:59 +0000)]
attr signature changed in GQuery. Adding jsquery.js to the repo so as people could test it from http://gwtquery.googlecode.com/api/jsquery.js

13 years agoupdate lazy interfaces
Manolo Carrasco [Tue, 6 Sep 2011 05:55:06 +0000 (05:55 +0000)]
update lazy interfaces

13 years agotypo makes the test always false
Manolo Carrasco [Tue, 6 Sep 2011 05:34:52 +0000 (05:34 +0000)]
typo makes the test always false

13 years agofix for issue 97
Julien Dramaix [Mon, 5 Sep 2011 21:54:44 +0000 (21:54 +0000)]
fix for issue 97

13 years agoAdding an example which works with jsquery
Manolo Carrasco [Mon, 5 Sep 2011 18:43:12 +0000 (18:43 +0000)]
Adding an example which works with jsquery

13 years agoNew gwt module to export gwtquery to javascript
Manolo Carrasco [Mon, 5 Sep 2011 18:42:14 +0000 (18:42 +0000)]
New gwt module to export gwtquery to javascript

13 years agoLittle changes to facilitate the export of gquery to javascript. Add snapshot suffix...
Manolo Carrasco [Mon, 5 Sep 2011 18:20:04 +0000 (18:20 +0000)]
Little changes to facilitate the export of gquery to javascript. Add snapshot suffix to version number

13 years agoCheck nulls when creating properties
Manolo Carrasco [Mon, 29 Aug 2011 18:33:40 +0000 (18:33 +0000)]
Check nulls when creating properties

13 years agoWhen setting attributes they should be hyphenized. Move Hyphenize and Camelize method...
Manolo Carrasco [Mon, 29 Aug 2011 18:29:38 +0000 (18:29 +0000)]
When setting attributes they should be hyphenized. Move Hyphenize and Camelize methods to JsUtils

13 years agoupdate lazy interface
Manolo Carrasco [Mon, 29 Aug 2011 10:25:02 +0000 (10:25 +0000)]
update lazy interface

13 years agoresize method in GQuery was doing nothing. isEventCapable did not consider window...
Manolo Carrasco [Mon, 29 Aug 2011 10:22:56 +0000 (10:22 +0000)]
resize method in GQuery was doing nothing. isEventCapable did not consider window object (fixes issue102), thanks for the patch to arny.ok

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Sun, 28 Aug 2011 00:47:00 +0000 (00:47 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1
Manolo Carrasco [Sun, 28 Aug 2011 00:46:43 +0000 (00:46 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1

13 years agogwt 2.0.1 does not have shared RegExp
Manolo Carrasco [Sun, 28 Aug 2011 00:40:20 +0000 (00:40 +0000)]
gwt 2.0.1 does not have shared RegExp

13 years agoprepare 1.1.0.rc1 to be deployed to central maven repo
Manolo Carrasco [Sun, 28 Aug 2011 00:36:22 +0000 (00:36 +0000)]
prepare 1.1.0.rc1 to be deployed to central maven repo

13 years agoremove module 2.3.0
Manolo Carrasco [Sun, 28 Aug 2011 00:25:13 +0000 (00:25 +0000)]
remove module 2.3.0

13 years agoclassifier 2.3.0 is not needed
Manolo Carrasco [Sun, 28 Aug 2011 00:23:43 +0000 (00:23 +0000)]
classifier 2.3.0 is not needed

13 years agoprepare version 1.1.0
Manolo Carrasco [Sun, 28 Aug 2011 00:20:33 +0000 (00:20 +0000)]
prepare version 1.1.0

13 years agofix test
Manolo Carrasco [Sat, 27 Aug 2011 23:51:41 +0000 (23:51 +0000)]
fix test

13 years agore-factoring
Manolo Carrasco [Sat, 27 Aug 2011 23:42:40 +0000 (23:42 +0000)]
re-factoring

13 years agoRevert r773, since we can override properties in dom, but preserving the method attr...
Manolo Carrasco [Sat, 27 Aug 2011 23:32:10 +0000 (23:32 +0000)]
Revert r773, since we can override properties in dom, but preserving the method attr(string, boolean) as a way to set boolean attributes like "checked". The method css(HasValue) has to call to css(String, true): issue99

13 years agoFixes issue99
Manolo Carrasco [Sat, 27 Aug 2011 21:23:23 +0000 (21:23 +0000)]
Fixes issue99

13 years agoimplement has() method
Manolo Carrasco [Sat, 27 Aug 2011 21:04:49 +0000 (21:04 +0000)]
implement has() method

13 years agoAdding attributes to Function class, so as we can to get the element or index in...
Manolo Carrasco [Sat, 27 Aug 2011 16:31:47 +0000 (16:31 +0000)]
Adding attributes to Function class, so as we can to get the element or index in any overriden f() method. Now GQuery $() accepts a Function to create a GQuery object, so as we can call $(this) inside a Function

13 years agodisable very slow tests
Manolo Carrasco [Sat, 27 Aug 2011 10:00:46 +0000 (10:00 +0000)]
disable very slow tests

13 years agoFix cre tests: add method was broken because it was adding elements in the reverse...
Manolo Carrasco [Sat, 27 Aug 2011 08:53:16 +0000 (08:53 +0000)]
Fix cre tests: add method was broken because it was adding elements in the reverse order.

13 years agosupport for :radio and :checkbox pseudoselectors. Fixes issue_100.
Manolo Carrasco [Fri, 26 Aug 2011 12:10:41 +0000 (12:10 +0000)]
support for :radio and :checkbox pseudoselectors. Fixes issue_100.

13 years agoupdate Lazy interface
Manolo Carrasco [Fri, 26 Aug 2011 11:25:49 +0000 (11:25 +0000)]
update Lazy interface

13 years agoFix attr and removeAttr with checked, Fixes issue97. Thanks to @arny.ok for the code
Manolo Carrasco [Fri, 26 Aug 2011 11:24:25 +0000 (11:24 +0000)]
Fix attr and removeAttr with checked, Fixes issue97. Thanks to @arny.ok for the code

13 years agoThis change should not be committed in r771
Manolo Carrasco [Fri, 26 Aug 2011 10:47:17 +0000 (10:47 +0000)]
This change should not be committed in r771

13 years agoFix val() methods to behave identical to jquery. This could break apps. Thanks to...
Manolo Carrasco [Fri, 26 Aug 2011 10:42:25 +0000 (10:42 +0000)]
Fix val() methods to behave identical to jquery. This could break apps. Thanks to @arny.ok for realising the issue an sending code proposals

13 years agoAdding a test unit for issue97
Manolo Carrasco [Thu, 25 Aug 2011 16:32:42 +0000 (16:32 +0000)]
Adding a test unit for issue97

13 years agofix issue 98
Julien Dramaix [Wed, 24 Aug 2011 22:00:39 +0000 (22:00 +0000)]
fix issue 98

13 years agoFix visibility poperty when using stop(). Fix delay calling dequeue twice. Now named...
Manolo Carrasco [Fri, 19 Aug 2011 14:42:33 +0000 (14:42 +0000)]
Fix visibility poperty when using stop(). Fix delay calling dequeue twice. Now named queue do not run dequeue like jquery does. Fix css2xpath when string literals contains # at the begining

13 years agoAdding a missing method which made gquery.queue() enter in a loop
Manolo Carrasco [Wed, 10 Aug 2011 22:33:15 +0000 (22:33 +0000)]
Adding a missing method which made gquery.queue() enter in a loop

13 years agoMerged SimpleNamedQueue in QueuePlugin class
Manolo Carrasco [Mon, 1 Aug 2011 20:35:01 +0000 (20:35 +0000)]
Merged SimpleNamedQueue in QueuePlugin class

13 years agoAvoid Fx class depending on CSS statics, now CSS stuff should be added when the user...
Manolo Carrasco [Mon, 1 Aug 2011 20:08:09 +0000 (20:08 +0000)]
Avoid Fx class depending on CSS statics, now CSS stuff should be added when the user specifically uses it

13 years agoversion in trunk should be SNAPSHOT
Manolo Carrasco [Mon, 1 Aug 2011 20:06:13 +0000 (20:06 +0000)]
version in trunk should be SNAPSHOT

13 years agohandle empty properties values
Manolo Carrasco [Fri, 29 Jul 2011 16:03:46 +0000 (16:03 +0000)]
handle empty properties values

13 years agoavoid constant reflow in hide() and show() method
Julien Dramaix [Fri, 29 Jul 2011 09:28:44 +0000 (09:28 +0000)]
avoid constant reflow in hide() and show() method

13 years agouse default display value instead of "block", fixes issue94
Manolo Carrasco [Fri, 29 Jul 2011 06:40:26 +0000 (06:40 +0000)]
use default display value instead of "block", fixes issue94

13 years agoupdate lazy interfaces, deprecated visible() method in favor of isVisible()
Manolo Carrasco [Thu, 28 Jul 2011 09:45:03 +0000 (09:45 +0000)]
update lazy interfaces, deprecated visible() method in favor of isVisible()

13 years agoimplement :hidden and :visible pseudo selectors, fixes issue86
Manolo Carrasco [Thu, 28 Jul 2011 09:44:01 +0000 (09:44 +0000)]
implement :hidden and :visible pseudo selectors, fixes issue86

13 years agoxpath selectors available when using SelectorEngineCssToXPath
Manolo Carrasco [Mon, 18 Jul 2011 10:54:37 +0000 (10:54 +0000)]
xpath selectors available when using SelectorEngineCssToXPath

13 years agoFix getQueueType which was failing when extending Effects because of the classname
Manolo Carrasco [Sun, 17 Jul 2011 16:13:49 +0000 (16:13 +0000)]
Fix getQueueType which was failing when extending Effects because of the classname

13 years agofix dequeue
Manolo Carrasco [Sun, 17 Jul 2011 11:25:10 +0000 (11:25 +0000)]
fix dequeue

13 years agoChanging line used for testing
Manolo Carrasco [Sun, 17 Jul 2011 10:56:47 +0000 (10:56 +0000)]
Changing line used for testing

13 years agoNow the user can disable all effects using Fx.off = true like jquery does
Manolo Carrasco [Sun, 17 Jul 2011 10:49:25 +0000 (10:49 +0000)]
Now the user can disable all effects using Fx.off = true like jquery does

13 years agoFilter selectors before sending them to the closed method. It improves a bit performance
Manolo Carrasco [Fri, 15 Jul 2011 19:51:41 +0000 (19:51 +0000)]
Filter selectors before sending them to the closed method. It improves a bit performance

13 years ago:first and :last commit introduced a regression in benchmarking, this fixes it since...
Manolo Carrasco [Fri, 15 Jul 2011 10:25:12 +0000 (10:25 +0000)]
:first and :last commit introduced a regression in benchmarking, this fixes it since first-child and last-child are executed in the native engine which is pretty faster

13 years agoupdate demos
Manolo Carrasco [Fri, 15 Jul 2011 10:16:46 +0000 (10:16 +0000)]
update demos

13 years agoupdate demos
Manolo Carrasco [Fri, 15 Jul 2011 09:42:12 +0000 (09:42 +0000)]
update demos

13 years agoqueue method should return the number of elements in the queue if no functions are...
Manolo Carrasco [Fri, 15 Jul 2011 09:41:29 +0000 (09:41 +0000)]
queue method should return the number of elements in the queue if no functions are proviced like jquery does

13 years agoAdd validation dependencies to avoid warnings when running tests. Change gotoEnd...
Manolo Carrasco [Fri, 15 Jul 2011 08:38:44 +0000 (08:38 +0000)]
Add validation dependencies to avoid warnings when running tests. Change gotoEnd parameter to boolean like jquery does. When jumtoEnd == true run callback functions. Jaadocs

13 years agofix NPE when context is null
Manolo Carrasco [Thu, 14 Jul 2011 12:16:28 +0000 (12:16 +0000)]
fix NPE when context is null

13 years agomove the input focus to the first element. Fixes issue83
Manolo Carrasco [Thu, 14 Jul 2011 11:31:31 +0000 (11:31 +0000)]
move the input focus to the first element. Fixes issue83

13 years agoAccept an array of optional functions in the delay method to be run after the delayed...
Manolo Carrasco [Thu, 14 Jul 2011 10:58:17 +0000 (10:58 +0000)]
Accept an array of optional functions in the delay method to be run after the delayed time. Named queue now executes dequeue if the programmer did not. Javadocs

13 years agohandle scrollLeft and scrollTop in animations. Fixes issue91
Manolo Carrasco [Thu, 14 Jul 2011 09:14:47 +0000 (09:14 +0000)]
handle scrollLeft and scrollTop in animations. Fixes issue91

13 years agoanimate accept a string or a properties object as argument
Manolo Carrasco [Thu, 14 Jul 2011 07:56:10 +0000 (07:56 +0000)]
animate accept a string or a properties object as argument

13 years agoAccept hyphenized keys when creating properties, so as we can copy and paste css...
Manolo Carrasco [Thu, 14 Jul 2011 07:55:00 +0000 (07:55 +0000)]
Accept hyphenized keys when creating properties, so as we can copy and paste css properties

13 years agoset poms version to 1.0.1-SNAPSHOT
Manolo Carrasco [Thu, 14 Jul 2011 07:40:55 +0000 (07:40 +0000)]
set poms version to 1.0.1-SNAPSHOT

13 years agofix xpath when tag is omitted
Manolo Carrasco [Wed, 13 Jul 2011 15:11:22 +0000 (15:11 +0000)]
fix xpath when tag is omitted

13 years agofix compilation
Manolo Carrasco [Wed, 13 Jul 2011 15:10:48 +0000 (15:10 +0000)]
fix compilation

13 years agoquerySelectorAll does not support numeric ids, so use getElementById
Manolo Carrasco [Wed, 13 Jul 2011 14:46:46 +0000 (14:46 +0000)]
querySelectorAll does not support numeric ids, so use getElementById

13 years agoadding :odd :even :first :last pseudo selectors in xpath implementation. Related...
Manolo Carrasco [Tue, 12 Jul 2011 19:47:44 +0000 (19:47 +0000)]
adding :odd :even :first :last pseudo selectors in xpath implementation. Related issue86

13 years agoreturn the plugin in registerPlugin. Fixes issue84
Manolo Carrasco [Fri, 8 Jul 2011 15:17:27 +0000 (15:17 +0000)]
return the plugin in registerPlugin. Fixes issue84

13 years agoFix a NPE when passing non-native selectors to xpath engine (fixes issue87). Validate...
Manolo Carrasco [Fri, 8 Jul 2011 15:08:42 +0000 (15:08 +0000)]
Fix a NPE when passing non-native selectors to xpath engine (fixes issue87). Validate xpath syntax when generating xpath selectors.

13 years ago Fix for Issue 88: $(selector).stop() should immediately stop currently running anima...
Julien Dramaix [Sat, 25 Jun 2011 22:28:29 +0000 (22:28 +0000)]
 Fix for Issue 88: $(selector).stop() should immediately stop currently running animation.

13 years agodon't apply event stuff on text and comment node !
Julien Dramaix [Thu, 9 Jun 2011 21:34:01 +0000 (21:34 +0000)]
don't apply event stuff on text and comment node !

13 years agofix issue 81
Julien Dramaix [Thu, 9 Jun 2011 20:35:36 +0000 (20:35 +0000)]
fix issue 81

13 years agoRoolback untested modification of focus method
Julien Dramaix [Sat, 28 May 2011 21:44:44 +0000 (21:44 +0000)]
Roolback untested modification of focus method

13 years ago- add prop() method (patch from Alessandro Bollini)
Julien Dramaix [Sat, 28 May 2011 21:39:20 +0000 (21:39 +0000)]
- add prop() method (patch from Alessandro Bollini)
- add tests

13 years ago- Refactor cleanHtmlString method and fix issue 78
Julien Dramaix [Thu, 26 May 2011 21:24:24 +0000 (21:24 +0000)]
- Refactor cleanHtmlString method and fix issue 78
- add test with html snippet.

13 years agoFix issue 80 : remove references of gquery classes in GqUi
Julien Dramaix [Mon, 23 May 2011 15:37:26 +0000 (15:37 +0000)]
Fix issue 80 : remove references of gquery classes in GqUi

13 years agojavadoc
Manolo Carrasco [Sat, 7 May 2011 15:12:31 +0000 (15:12 +0000)]
javadoc

13 years agoAccept xpath selectors and pass them to the native engine, it should work in most...
Manolo Carrasco [Sat, 7 May 2011 15:07:51 +0000 (15:07 +0000)]
Accept xpath selectors and pass them to the native engine, it should work in most browsers, IE is not supported

13 years agoFixes special characters when they are in quoted string: fixes issue77
Manolo Carrasco [Sat, 7 May 2011 11:27:40 +0000 (11:27 +0000)]
Fixes special characters when they are in quoted string: fixes issue77

13 years agosnapshot
Manolo Carrasco [Thu, 5 May 2011 17:00:11 +0000 (17:00 +0000)]
snapshot

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Thu, 5 May 2011 16:49:25 +0000 (16:49 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release 1.0.0-M1
Manolo Carrasco [Thu, 5 May 2011 16:49:12 +0000 (16:49 +0000)]
[maven-release-plugin] prepare release 1.0.0-M1

13 years agoArchetype should match gquery verion
Manolo Carrasco [Thu, 5 May 2011 16:48:25 +0000 (16:48 +0000)]
Archetype should match gquery verion

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Thu, 5 May 2011 16:07:37 +0000 (16:07 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0-M3
Manolo Carrasco [Thu, 5 May 2011 16:07:25 +0000 (16:07 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M3

13 years agosvn ignore
Manolo Carrasco [Thu, 5 May 2011 16:05:53 +0000 (16:05 +0000)]
svn ignore

13 years agoadding snapshot key to M3
Manolo Carrasco [Thu, 5 May 2011 16:04:22 +0000 (16:04 +0000)]
adding snapshot key to M3

13 years agopreparing M3 again
Manolo Carrasco [Thu, 5 May 2011 16:03:23 +0000 (16:03 +0000)]
preparing M3 again

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Thu, 5 May 2011 12:03:03 +0000 (12:03 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0-M3
Manolo Carrasco [Thu, 5 May 2011 12:02:48 +0000 (12:02 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M3

13 years agoprepare M3 for releasing with maven release plugin
Manolo Carrasco [Thu, 5 May 2011 11:57:06 +0000 (11:57 +0000)]
prepare M3 for releasing with maven release plugin

13 years agopreparing M3, and adding classifiers for 2.2.0 and 2.3.0
Manolo Carrasco [Thu, 5 May 2011 11:55:37 +0000 (11:55 +0000)]
preparing M3, and adding classifiers for 2.2.0 and 2.3.0

13 years agoPerformance: the method element() was called in almost all other gquery methods,...
Manolo Carrasco [Thu, 5 May 2011 11:37:46 +0000 (11:37 +0000)]
Performance: the method element() was called in almost all other gquery methods, now we maintain an array instead of calculating it each time. Fixed also an issue ind domManip when inserting an existing element in a multielement gquery

13 years agoremove asArray method
Julien Dramaix [Tue, 3 May 2011 21:13:48 +0000 (21:13 +0000)]
remove asArray method

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Tue, 3 May 2011 11:09:43 +0000 (11:09 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0
Manolo Carrasco [Tue, 3 May 2011 11:09:26 +0000 (11:09 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0

13 years agotype
Manolo Carrasco [Tue, 3 May 2011 10:51:15 +0000 (10:51 +0000)]
type

13 years agoadd classifier profiles to samples
Manolo Carrasco [Tue, 3 May 2011 10:30:39 +0000 (10:30 +0000)]
add classifier profiles to samples

13 years agoremove classifier in samples
Manolo Carrasco [Tue, 3 May 2011 10:07:29 +0000 (10:07 +0000)]
remove classifier in samples

13 years agoFix tests
Manolo Carrasco [Tue, 3 May 2011 09:56:25 +0000 (09:56 +0000)]
Fix tests