]>
source.dussan.org Git - gwtquery.git/log
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
Manolo Carrasco [Wed, 14 Sep 2011 12:14:54 +0000 (12:14 +0000)]
Make data available in Function
Manolo Carrasco [Wed, 14 Sep 2011 10:33:38 +0000 (10:33 +0000)]
Fix default negative maxlengh in textbox
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
Manolo Carrasco [Wed, 7 Sep 2011 10:48:07 +0000 (10:48 +0000)]
removing redundant lines in deferred binding selections
Manolo Carrasco [Wed, 7 Sep 2011 09:47:10 +0000 (09:47 +0000)]
update deployed bench application
Manolo Carrasco [Wed, 7 Sep 2011 09:37:14 +0000 (09:37 +0000)]
Added about screen to the benchmark application
Manolo Carrasco [Wed, 7 Sep 2011 07:48:32 +0000 (07:48 +0000)]
update demos deployed in svn
Manolo Carrasco [Wed, 7 Sep 2011 07:40:58 +0000 (07:40 +0000)]
Use IE9 optimizations, fixes issue103
Manolo Carrasco [Wed, 7 Sep 2011 07:37:36 +0000 (07:37 +0000)]
Update jquery version to latest in benchmarking application
Manolo Carrasco [Wed, 7 Sep 2011 04:46:56 +0000 (04:46 +0000)]
fix bench example using val to test check-boxes
Manolo Carrasco [Tue, 6 Sep 2011 07:38:08 +0000 (07:38 +0000)]
README changes
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
Manolo Carrasco [Tue, 6 Sep 2011 05:55:06 +0000 (05:55 +0000)]
update lazy interfaces
Manolo Carrasco [Tue, 6 Sep 2011 05:34:52 +0000 (05:34 +0000)]
typo makes the test always false
Julien Dramaix [Mon, 5 Sep 2011 21:54:44 +0000 (21:54 +0000)]
fix for issue 97
Manolo Carrasco [Mon, 5 Sep 2011 18:43:12 +0000 (18:43 +0000)]
Adding an example which works with jsquery
Manolo Carrasco [Mon, 5 Sep 2011 18:42:14 +0000 (18:42 +0000)]
New gwt module to export gwtquery to javascript
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
Manolo Carrasco [Mon, 29 Aug 2011 18:33:40 +0000 (18:33 +0000)]
Check nulls when creating properties
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
Manolo Carrasco [Mon, 29 Aug 2011 10:25:02 +0000 (10:25 +0000)]
update lazy interface
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
Manolo Carrasco [Sun, 28 Aug 2011 00:47:00 +0000 (00:47 +0000)]
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Sun, 28 Aug 2011 00:46:43 +0000 (00:46 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1
Manolo Carrasco [Sun, 28 Aug 2011 00:40:20 +0000 (00:40 +0000)]
gwt 2.0.1 does not have shared RegExp
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
Manolo Carrasco [Sun, 28 Aug 2011 00:25:13 +0000 (00:25 +0000)]
remove module 2.3.0
Manolo Carrasco [Sun, 28 Aug 2011 00:23:43 +0000 (00:23 +0000)]
classifier 2.3.0 is not needed
Manolo Carrasco [Sun, 28 Aug 2011 00:20:33 +0000 (00:20 +0000)]
prepare version 1.1.0
Manolo Carrasco [Sat, 27 Aug 2011 23:51:41 +0000 (23:51 +0000)]
fix test
Manolo Carrasco [Sat, 27 Aug 2011 23:42:40 +0000 (23:42 +0000)]
re-factoring
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
Manolo Carrasco [Sat, 27 Aug 2011 21:23:23 +0000 (21:23 +0000)]
Fixes issue99
Manolo Carrasco [Sat, 27 Aug 2011 21:04:49 +0000 (21:04 +0000)]
implement has() method
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
Manolo Carrasco [Sat, 27 Aug 2011 10:00:46 +0000 (10:00 +0000)]
disable very slow tests
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.
Manolo Carrasco [Fri, 26 Aug 2011 12:10:41 +0000 (12:10 +0000)]
support for :radio and :checkbox pseudoselectors. Fixes issue_100.
Manolo Carrasco [Fri, 26 Aug 2011 11:25:49 +0000 (11:25 +0000)]
update Lazy interface
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
Manolo Carrasco [Fri, 26 Aug 2011 10:47:17 +0000 (10:47 +0000)]
This change should not be committed in r771
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
Manolo Carrasco [Thu, 25 Aug 2011 16:32:42 +0000 (16:32 +0000)]
Adding a test unit for issue97
Julien Dramaix [Wed, 24 Aug 2011 22:00:39 +0000 (22:00 +0000)]
fix issue 98
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
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
Manolo Carrasco [Mon, 1 Aug 2011 20:35:01 +0000 (20:35 +0000)]
Merged SimpleNamedQueue in QueuePlugin class
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
Manolo Carrasco [Mon, 1 Aug 2011 20:06:13 +0000 (20:06 +0000)]
version in trunk should be SNAPSHOT
Manolo Carrasco [Fri, 29 Jul 2011 16:03:46 +0000 (16:03 +0000)]
handle empty properties values
Julien Dramaix [Fri, 29 Jul 2011 09:28:44 +0000 (09:28 +0000)]
avoid constant reflow in hide() and show() method
Manolo Carrasco [Fri, 29 Jul 2011 06:40:26 +0000 (06:40 +0000)]
use default display value instead of "block", fixes issue94
Manolo Carrasco [Thu, 28 Jul 2011 09:45:03 +0000 (09:45 +0000)]
update lazy interfaces, deprecated visible() method in favor of isVisible()
Manolo Carrasco [Thu, 28 Jul 2011 09:44:01 +0000 (09:44 +0000)]
implement :hidden and :visible pseudo selectors, fixes issue86
Manolo Carrasco [Mon, 18 Jul 2011 10:54:37 +0000 (10:54 +0000)]
xpath selectors available when using SelectorEngineCssToXPath
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
Manolo Carrasco [Sun, 17 Jul 2011 11:25:10 +0000 (11:25 +0000)]
fix dequeue
Manolo Carrasco [Sun, 17 Jul 2011 10:56:47 +0000 (10:56 +0000)]
Changing line used for testing
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
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
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
Manolo Carrasco [Fri, 15 Jul 2011 10:16:46 +0000 (10:16 +0000)]
update demos
Manolo Carrasco [Fri, 15 Jul 2011 09:42:12 +0000 (09:42 +0000)]
update demos
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
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
Manolo Carrasco [Thu, 14 Jul 2011 12:16:28 +0000 (12:16 +0000)]
fix NPE when context is null
Manolo Carrasco [Thu, 14 Jul 2011 11:31:31 +0000 (11:31 +0000)]
move the input focus to the first element. Fixes issue83
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
Manolo Carrasco [Thu, 14 Jul 2011 09:14:47 +0000 (09:14 +0000)]
handle scrollLeft and scrollTop in animations. Fixes issue91
Manolo Carrasco [Thu, 14 Jul 2011 07:56:10 +0000 (07:56 +0000)]
animate accept a string or a properties object as argument
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
Manolo Carrasco [Thu, 14 Jul 2011 07:40:55 +0000 (07:40 +0000)]
set poms version to 1.0.1-SNAPSHOT
Manolo Carrasco [Wed, 13 Jul 2011 15:11:22 +0000 (15:11 +0000)]
fix xpath when tag is omitted
Manolo Carrasco [Wed, 13 Jul 2011 15:10:48 +0000 (15:10 +0000)]
fix compilation
Manolo Carrasco [Wed, 13 Jul 2011 14:46:46 +0000 (14:46 +0000)]
querySelectorAll does not support numeric ids, so use getElementById
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
Manolo Carrasco [Fri, 8 Jul 2011 15:17:27 +0000 (15:17 +0000)]
return the plugin in registerPlugin. Fixes issue84
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.
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.
Julien Dramaix [Thu, 9 Jun 2011 21:34:01 +0000 (21:34 +0000)]
don't apply event stuff on text and comment node !
Julien Dramaix [Thu, 9 Jun 2011 20:35:36 +0000 (20:35 +0000)]
fix issue 81
Julien Dramaix [Sat, 28 May 2011 21:44:44 +0000 (21:44 +0000)]
Roolback untested modification of focus method
Julien Dramaix [Sat, 28 May 2011 21:39:20 +0000 (21:39 +0000)]
- add prop() method (patch from Alessandro Bollini)
- add tests
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.
Julien Dramaix [Mon, 23 May 2011 15:37:26 +0000 (15:37 +0000)]
Fix issue 80 : remove references of gquery classes in GqUi
Manolo Carrasco [Sat, 7 May 2011 15:12:31 +0000 (15:12 +0000)]
javadoc
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
Manolo Carrasco [Sat, 7 May 2011 11:27:40 +0000 (11:27 +0000)]
Fixes special characters when they are in quoted string: fixes issue77
Manolo Carrasco [Thu, 5 May 2011 17:00:11 +0000 (17:00 +0000)]
snapshot
Manolo Carrasco [Thu, 5 May 2011 16:49:25 +0000 (16:49 +0000)]
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Thu, 5 May 2011 16:49:12 +0000 (16:49 +0000)]
[maven-release-plugin] prepare release 1.0.0-M1
Manolo Carrasco [Thu, 5 May 2011 16:48:25 +0000 (16:48 +0000)]
Archetype should match gquery verion
Manolo Carrasco [Thu, 5 May 2011 16:07:37 +0000 (16:07 +0000)]
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Thu, 5 May 2011 16:07:25 +0000 (16:07 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M3
Manolo Carrasco [Thu, 5 May 2011 16:05:53 +0000 (16:05 +0000)]
svn ignore
Manolo Carrasco [Thu, 5 May 2011 16:04:22 +0000 (16:04 +0000)]
adding snapshot key to M3
Manolo Carrasco [Thu, 5 May 2011 16:03:23 +0000 (16:03 +0000)]
preparing M3 again
Manolo Carrasco [Thu, 5 May 2011 12:03:03 +0000 (12:03 +0000)]
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Thu, 5 May 2011 12:02:48 +0000 (12:02 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M3