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

13 years agoprod and dev profiles
Manolo Carrasco [Tue, 3 May 2011 09:18:52 +0000 (09:18 +0000)]
prod and dev profiles

13 years agoPrepare to release 1.0.0
Manolo Carrasco [Tue, 3 May 2011 09:16:48 +0000 (09:16 +0000)]
Prepare to release 1.0.0

13 years agoupdate demos deployed in svn
Manolo Carrasco [Tue, 3 May 2011 07:59:49 +0000 (07:59 +0000)]
update demos deployed in svn

13 years agoupdated javadocs
Manolo Carrasco [Tue, 3 May 2011 08:01:10 +0000 (08:01 +0000)]
updated javadocs

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Mon, 2 May 2011 22:20:06 +0000 (22:20 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0-M2
Manolo Carrasco [Mon, 2 May 2011 22:19:51 +0000 (22:19 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M2

13 years agoprepare M2
Manolo Carrasco [Mon, 2 May 2011 22:16:43 +0000 (22:16 +0000)]
prepare M2

13 years agoPreparing repo to release 1.0.0 after 1.0.0-M1 was success
Manolo Carrasco [Mon, 2 May 2011 16:38:38 +0000 (16:38 +0000)]
Preparing repo to release 1.0.0 after 1.0.0-M1 was success

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Mon, 2 May 2011 16:21:18 +0000 (16:21 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0-M1
Manolo Carrasco [Mon, 2 May 2011 16:20:35 +0000 (16:20 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M1

13 years agorollback version number
Manolo Carrasco [Mon, 2 May 2011 16:19:10 +0000 (16:19 +0000)]
rollback version number

13 years agoUse gpg plugin to deploy
Manolo Carrasco [Mon, 2 May 2011 16:15:59 +0000 (16:15 +0000)]
Use gpg plugin to deploy

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Mon, 2 May 2011 15:45:37 +0000 (15:45 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0-M1
Manolo Carrasco [Mon, 2 May 2011 15:45:22 +0000 (15:45 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0-M1

13 years agoprepare for releasing M1
Manolo Carrasco [Mon, 2 May 2011 15:44:26 +0000 (15:44 +0000)]
prepare for releasing M1

13 years agoconfiguring modules
Manolo Carrasco [Mon, 2 May 2011 15:09:53 +0000 (15:09 +0000)]
configuring modules

13 years agoAdding 2.1.0 classifier
Manolo Carrasco [Mon, 2 May 2011 15:09:08 +0000 (15:09 +0000)]
Adding 2.1.0 classifier

13 years agobase supported release is 2.0.1
Manolo Carrasco [Mon, 2 May 2011 15:07:43 +0000 (15:07 +0000)]
base supported release is 2.0.1

13 years agoRevert Float class
Manolo Carrasco [Mon, 2 May 2011 15:06:01 +0000 (15:06 +0000)]
Revert Float class

13 years agoChange default gwt version to 2.2.0, a classifier will be produced for 2.0.0 compatib...
Manolo Carrasco [Mon, 2 May 2011 14:43:51 +0000 (14:43 +0000)]
Change default gwt version to 2.2.0, a classifier will be produced for 2.0.0 compatibility

13 years agofix for 2.2.0
Manolo Carrasco [Mon, 2 May 2011 14:32:12 +0000 (14:32 +0000)]
fix for 2.2.0

13 years agoAdd Float class in order to make gquery compatible with 2.0.0
Manolo Carrasco [Mon, 2 May 2011 14:13:02 +0000 (14:13 +0000)]
Add Float class in order to make gquery compatible with 2.0.0

13 years agoAdd Float class in order to make gquery compatible with 2.0.0
Manolo Carrasco [Mon, 2 May 2011 13:35:25 +0000 (13:35 +0000)]
Add Float class in order to make gquery compatible with 2.0.0

13 years ago[maven-release-plugin] rollback the release of gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 12:42:47 +0000 (12:42 +0000)]
[maven-release-plugin] rollback the release of gwtquery-project-1.0.0

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Mon, 2 May 2011 10:35:19 +0000 (10:35 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 10:34:56 +0000 (10:34 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0

13 years ago[maven-release-plugin] rollback the release of gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 10:17:41 +0000 (10:17 +0000)]
[maven-release-plugin] rollback the release of gwtquery-project-1.0.0

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 10:16:46 +0000 (10:16 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0

13 years agoconfigure deploy urls for production
Manolo Carrasco [Mon, 2 May 2011 10:11:37 +0000 (10:11 +0000)]
configure deploy urls for production

13 years ago[maven-release-plugin] rollback the release of gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 10:05:00 +0000 (10:05 +0000)]
[maven-release-plugin] rollback the release of gwtquery-project-1.0.0

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

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 09:43:00 +0000 (09:43 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0

13 years agotrying to fix hudson build
Manolo Carrasco [Mon, 2 May 2011 09:36:04 +0000 (09:36 +0000)]
trying to fix hudson build

13 years ago[maven-release-plugin] rollback the release of gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 09:29:46 +0000 (09:29 +0000)]
[maven-release-plugin] rollback the release of gwtquery-project-1.0.0

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Mon, 2 May 2011 09:28:53 +0000 (09:28 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 09:28:38 +0000 (09:28 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0

13 years agoinclude gquery module 2.2.0 when releasing
Manolo Carrasco [Mon, 2 May 2011 09:24:20 +0000 (09:24 +0000)]
include gquery module 2.2.0 when releasing

13 years agoprepare poms again to re-run mvn release
Manolo Carrasco [Mon, 2 May 2011 09:22:27 +0000 (09:22 +0000)]
prepare poms again to re-run mvn release

13 years agoremove println
Manolo Carrasco [Mon, 2 May 2011 09:20:43 +0000 (09:20 +0000)]
remove println

13 years agoprepare 2.2.0 classifier for maven release
Manolo Carrasco [Mon, 2 May 2011 09:06:05 +0000 (09:06 +0000)]
prepare 2.2.0 classifier for maven release

13 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Mon, 2 May 2011 08:53:33 +0000 (08:53 +0000)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release gwtquery-project-1.0.0
Manolo Carrasco [Mon, 2 May 2011 08:53:21 +0000 (08:53 +0000)]
[maven-release-plugin] prepare release gwtquery-project-1.0.0

13 years agosvnignore modifications
Manolo Carrasco [Mon, 2 May 2011 08:48:16 +0000 (08:48 +0000)]
svnignore modifications

13 years agoadding the webapp folder to devtest module
Manolo Carrasco [Mon, 2 May 2011 08:47:01 +0000 (08:47 +0000)]
adding the webapp folder to devtest module

13 years agoPrepare poms for maven release plugin
Manolo Carrasco [Mon, 2 May 2011 08:44:31 +0000 (08:44 +0000)]
Prepare poms for maven release plugin

13 years agoFixing a bug in Properties parser when the input string was an empty json. Re-factori...
Manolo Carrasco [Mon, 2 May 2011 08:41:50 +0000 (08:41 +0000)]
Fixing a bug in Properties parser when the input string was an empty json. Re-factoring of properties class so as it use native methods already present in jscache

13 years agoSamples: change gquery version, and update pom and index with all available modules
Manolo Carrasco [Mon, 2 May 2011 08:25:47 +0000 (08:25 +0000)]
Samples: change gquery version, and update pom and index with all available modules

13 years agoprepare first release
Julien Dramaix [Sun, 1 May 2011 21:31:47 +0000 (21:31 +0000)]
prepare first release

13 years agoremove deprecated methods
Julien Dramaix [Sun, 1 May 2011 21:26:41 +0000 (21:26 +0000)]
remove deprecated methods

13 years agotransform TOBEFIXED in comment...
Julien Dramaix [Sun, 1 May 2011 21:22:43 +0000 (21:22 +0000)]
transform TOBEFIXED in comment...

13 years agoremove unused import
Manolo Carrasco [Sun, 1 May 2011 07:51:11 +0000 (07:51 +0000)]
remove unused import

13 years agoAdd reference to core plugins in GQuery so as user just use "import static GQuery...
Manolo Carrasco [Sun, 1 May 2011 07:42:28 +0000 (07:42 +0000)]
Add reference to core plugins in GQuery so as user just use "import static GQuery.*". A bit refactoring in Event class: rename it, and remove deprecated method. This could break plugins

13 years agofinalize home page sample
Julien Dramaix [Fri, 29 Apr 2011 16:11:39 +0000 (16:11 +0000)]
finalize home page sample

13 years agofinalize home page sample
Julien Dramaix [Fri, 29 Apr 2011 11:58:55 +0000 (11:58 +0000)]
finalize home page sample

13 years agoremove unused files
Julien Dramaix [Fri, 29 Apr 2011 11:54:35 +0000 (11:54 +0000)]
remove unused files

13 years agocommit demo
Julien Dramaix [Fri, 29 Apr 2011 11:07:35 +0000 (11:07 +0000)]
commit demo

13 years agoproposal for home page sample
Julien Dramaix [Thu, 28 Apr 2011 16:30:19 +0000 (16:30 +0000)]
proposal for home page sample