]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
13 years agoFirst version of XmlBuilder generator, only getters work right now
Manolo Carrasco [Fri, 30 Sep 2011 15:31:00 +0000 (15:31 +0000)]
First version of XmlBuilder generator, only getters work right now

13 years agobad condition
Manolo Carrasco [Fri, 30 Sep 2011 08:05:29 +0000 (08:05 +0000)]
bad condition

13 years agoIE was raising exception when manipulating css attr in xml nodes. Do not print stackt...
Manolo Carrasco [Fri, 30 Sep 2011 08:02:38 +0000 (08:02 +0000)]
IE was raising exception when manipulating css attr in xml nodes. Do not print stacktraces in prod

13 years agoHandle window elements different to $wnd. Fix children method which was returning...
Manolo Carrasco [Wed, 28 Sep 2011 17:08:16 +0000 (17:08 +0000)]
Handle window elements different to $wnd. Fix children method which was returning mor elements. We were using the new ONGESTUREEND value for ONSUBMIT

13 years agoremove printouts
Manolo Carrasco [Sat, 24 Sep 2011 06:08:05 +0000 (06:08 +0000)]
remove printouts

13 years agoFix test
Manolo Carrasco [Sat, 24 Sep 2011 06:04:01 +0000 (06:04 +0000)]
Fix test

13 years agoDollar is a char valid in property keys
Manolo Carrasco [Fri, 23 Sep 2011 15:17:15 +0000 (15:17 +0000)]
Dollar is a char valid in property keys

13 years agouse JSON.parse when available when parsing properties to avoid security issues
Manolo Carrasco [Fri, 23 Sep 2011 14:19:02 +0000 (14:19 +0000)]
use JSON.parse when available when parsing properties to avoid security issues

13 years agoCommit forgotten class, and fix namespaces in builder generator
Manolo Carrasco [Fri, 23 Sep 2011 14:17:36 +0000 (14:17 +0000)]
Commit forgotten class, and fix namespaces in builder generator

13 years agofix clone node issue
Manolo Carrasco [Fri, 23 Sep 2011 14:16:03 +0000 (14:16 +0000)]
fix clone node issue

13 years agoAdding Ajax abilities to Gquery, as a easy way to get and handle data from non gwt...
Manolo Carrasco [Wed, 21 Sep 2011 21:03:20 +0000 (21:03 +0000)]
Adding Ajax abilities to Gquery, as a easy way to get and handle data from non gwt servers. Added a generator to convert JSON objects to java builders/pojos

13 years agoAdded GQ static class to house all static methods of the Api. It should be named...
Manolo Carrasco [Mon, 19 Sep 2011 16:09:19 +0000 (16:09 +0000)]
Added GQ static class to house all static methods of the Api. It should be named $, but gwt compiler fails when a class contains the dollar. Added a simple implementation of the jquery Ajax API, text, html, xml and json responses are handle well by gquery.

13 years agoCheck if object is number in numbet getters
Manolo Carrasco [Fri, 16 Sep 2011 14:24:22 +0000 (14:24 +0000)]
Check if object is number in numbet getters

13 years agoSort members, replace static constants by enum
Manolo Carrasco [Fri, 16 Sep 2011 11:06:17 +0000 (11:06 +0000)]
Sort members, replace static constants by enum

13 years agouse attr(String,String) so as plugins could override it. Change visibility of impleme...
Manolo Carrasco [Fri, 16 Sep 2011 10:53:36 +0000 (10:53 +0000)]
use attr(String,String) so as plugins could override it. Change visibility of implementations to be used in plugins if needed

13 years agoAdd toJsonString and toQueryString methods to Properties object. Use generics in...
Manolo Carrasco [Wed, 14 Sep 2011 12:15:41 +0000 (12:15 +0000)]
Add toJsonString and toQueryString methods to Properties object. Use generics in JsCache

13 years agoMake data available in Function
Manolo Carrasco [Wed, 14 Sep 2011 12:14:54 +0000 (12:14 +0000)]
Make data available in Function

13 years agoFix default negative maxlengh in textbox
Manolo Carrasco [Wed, 14 Sep 2011 10:33:38 +0000 (10:33 +0000)]
Fix default negative maxlengh in textbox

13 years agoJsCache.isEmpty failed with empty string keys. Fix GQuery.toString in order not to...
Manolo Carrasco [Tue, 13 Sep 2011 18:21:54 +0000 (18:21 +0000)]
JsCache.isEmpty failed with empty string keys. Fix GQuery.toString in order not to fail with non printable elements

13 years agoremoving redundant lines in deferred binding selections
Manolo Carrasco [Wed, 7 Sep 2011 10:48:07 +0000 (10:48 +0000)]
removing redundant lines in deferred binding selections

13 years agoupdate deployed bench application
Manolo Carrasco [Wed, 7 Sep 2011 09:47:10 +0000 (09:47 +0000)]
update deployed bench application

13 years agoAdded about screen to the benchmark application
Manolo Carrasco [Wed, 7 Sep 2011 09:37:14 +0000 (09:37 +0000)]
Added about screen to the benchmark application

13 years agoupdate demos deployed in svn
Manolo Carrasco [Wed, 7 Sep 2011 07:48:32 +0000 (07:48 +0000)]
update demos deployed in svn

13 years agoUse IE9 optimizations, fixes issue103
Manolo Carrasco [Wed, 7 Sep 2011 07:40:58 +0000 (07:40 +0000)]
Use IE9 optimizations, fixes issue103

13 years agoUpdate jquery version to latest in benchmarking application
Manolo Carrasco [Wed, 7 Sep 2011 07:37:36 +0000 (07:37 +0000)]
Update jquery version to latest in benchmarking application

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.