]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
9 years agoUpdate README.txt
christiangoudreau [Tue, 17 Feb 2015 14:29:24 +0000 (09:29 -0500)]
Update README.txt

9 years agoUpdate README.txt
christiangoudreau [Tue, 17 Feb 2015 14:29:08 +0000 (09:29 -0500)]
Update README.txt

9 years agoMerge pull request #340 from manolo/mcm_fixes
Manuel Carrasco Moñino [Fri, 30 Jan 2015 13:24:50 +0000 (14:24 +0100)]
Merge pull request #340 from manolo/mcm_fixes

Some fixes which should be in current version

9 years agoAdding javadoc to new methods
Manolo Carrasco [Fri, 30 Jan 2015 13:24:11 +0000 (14:24 +0100)]
Adding javadoc to new methods

9 years agoFix tests
Manolo Carrasco [Thu, 29 Jan 2015 11:36:07 +0000 (12:36 +0100)]
Fix tests

9 years agoHandle JsonBuilder wrappers in $ method
Manolo Carrasco [Thu, 29 Jan 2015 10:17:44 +0000 (11:17 +0100)]
Handle JsonBuilder wrappers in $ method

9 years agoAbility to create new events with different type
Manolo Carrasco [Thu, 29 Jan 2015 10:16:45 +0000 (11:16 +0100)]
Ability to create new events with different type

9 years agoFix event delegation in special events
Manolo Carrasco [Thu, 29 Jan 2015 10:15:02 +0000 (11:15 +0100)]
Fix event delegation in special events

9 years agoAdding a couple of methods to import html
Manolo Carrasco [Wed, 28 Jan 2015 16:34:46 +0000 (17:34 +0100)]
Adding a couple of methods to import html

9 years ago[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Wed, 14 Jan 2015 23:00:49 +0000 (00:00 +0100)]
[maven-release-plugin] prepare for next development iteration

9 years ago[maven-release-plugin] prepare release gwtquery-project-1.4.3 gwtquery-project-1.4.3
Manolo Carrasco [Wed, 14 Jan 2015 23:00:45 +0000 (00:00 +0100)]
[maven-release-plugin] prepare release gwtquery-project-1.4.3

9 years agoUtility method to export a function
Manolo Carrasco [Wed, 14 Jan 2015 22:54:43 +0000 (23:54 +0100)]
Utility method to export a function

9 years agoMerge pull request #333 from manolo/mcm_fixes
Manuel Carrasco Moñino [Sun, 11 Jan 2015 20:41:11 +0000 (21:41 +0100)]
Merge pull request #333 from manolo/mcm_fixes

Allow to use customized animations. And some Fixes.

9 years agoAdding more testing and fixes
Manolo Carrasco [Wed, 7 Jan 2015 11:58:29 +0000 (12:58 +0100)]
Adding more testing and fixes

9 years agoRebasing master
Manolo Carrasco [Sun, 4 Jan 2015 09:57:21 +0000 (10:57 +0100)]
Rebasing master

9 years agoAdding Julien review suggestions.
Manolo Carrasco [Sun, 4 Jan 2015 09:56:21 +0000 (10:56 +0100)]
Adding Julien review suggestions.

- Additionally, I have moved all remaining transform related stuff
 from transition plugin to transform class, and checked that regex
 are updated based on specification (it was a copy from original
 jQuery plugin).
- Adding some tests.

9 years agoMerge pull request #332 from manolo/mcm_checkstyle
Manuel Carrasco Moñino [Sun, 4 Jan 2015 09:52:10 +0000 (10:52 +0100)]
Merge pull request #332 from manolo/mcm_checkstyle

Make checkstyle run when validating sources

9 years agoAllow to use customized animations. And Fixes.
Manolo Carrasco [Sat, 3 Jan 2015 19:03:49 +0000 (20:03 +0100)]
Allow to use customized animations. And Fixes.

In this patch there are many fixes found when playing with plugins.
Also I have refactored Effects and Transitions plugins so as it is
easier to extend and implement customized animations.
Now we use properties instead of the Fx.css3 hack to disable modern
animations.

9 years agoMake checkstyle run when validating sources
Manolo Carrasco [Fri, 2 Jan 2015 15:27:44 +0000 (16:27 +0100)]
Make checkstyle run when validating sources

9 years agoMerge pull request #323 from manolo/mcm_special_events
Manuel Carrasco Moñino [Fri, 2 Jan 2015 15:12:24 +0000 (16:12 +0100)]
Merge pull request #323 from manolo/mcm_special_events

rewriten API for special events

9 years agoMerge branch 'master' into mcm_special_events
Manolo Carrasco [Fri, 2 Jan 2015 15:04:22 +0000 (16:04 +0100)]
Merge branch 'master' into mcm_special_events

9 years agoMerge pull request #329 from manolo/mcm_styling
Manuel Carrasco Moñino [Fri, 2 Jan 2015 15:03:28 +0000 (16:03 +0100)]
Merge pull request #329 from manolo/mcm_styling

Styling issues

9 years agoMake TC windows happy
Manolo Carrasco [Fri, 2 Jan 2015 14:05:11 +0000 (15:05 +0100)]
Make TC windows happy

9 years agoMerge branch 'mcm_styling' into mcm_special_events
Manolo Carrasco [Fri, 2 Jan 2015 14:05:54 +0000 (15:05 +0100)]
Merge branch 'mcm_styling' into mcm_special_events

9 years agoMake TC windows happy
Manolo Carrasco [Fri, 2 Jan 2015 14:05:11 +0000 (15:05 +0100)]
Make TC windows happy

9 years agoMerge branch 'mcm_styling' into mcm_special_events
Manolo Carrasco [Fri, 2 Jan 2015 13:26:04 +0000 (14:26 +0100)]
Merge branch 'mcm_styling' into mcm_special_events

Conflicts:
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEvents.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java

9 years agoMerge branch 'master' into mcm_styling
Manolo Carrasco [Fri, 2 Jan 2015 13:17:01 +0000 (14:17 +0100)]
Merge branch 'master' into mcm_styling

Conflicts:
gwtquery-core/src/main/java/com/google/gwt/query/client/IsProperties.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/JsonFactoryJre.java

9 years agoRunning maven java-formatter plugin to all sources
Manolo Carrasco [Fri, 2 Jan 2015 13:04:51 +0000 (14:04 +0100)]
Running maven java-formatter plugin to all sources

9 years agoRemoving checkstyle errors
Manolo Carrasco [Fri, 2 Jan 2015 09:18:30 +0000 (10:18 +0100)]
Removing checkstyle errors

9 years agomove jsni start marks to new line so as eclipse formatter ignores them
Manolo Carrasco [Thu, 1 Jan 2015 19:07:28 +0000 (20:07 +0100)]
move jsni start marks to new line so as eclipse formatter ignores them

9 years agoOrganize imports, remove empty lines
Manolo Carrasco [Thu, 1 Jan 2015 19:03:28 +0000 (20:03 +0100)]
Organize imports, remove empty lines

9 years agoDo not format JSNI blocks. Allow methods with dollar
Manolo Carrasco [Thu, 1 Jan 2015 19:02:57 +0000 (20:02 +0100)]
Do not format JSNI blocks. Allow methods with dollar

9 years agomerge with styling changes
Manolo Carrasco [Wed, 31 Dec 2014 18:11:31 +0000 (19:11 +0100)]
merge with styling changes

9 years agoRemoving trailing spaces
Manolo Carrasco [Wed, 31 Dec 2014 17:57:01 +0000 (18:57 +0100)]
Removing trailing spaces

9 years agoAdding mising copyrights
Manolo Carrasco [Wed, 31 Dec 2014 17:52:15 +0000 (18:52 +0100)]
Adding mising copyrights

9 years agoRemove duplicated empty lines, remove CR, add NL at the end
Manolo Carrasco [Wed, 31 Dec 2014 17:49:01 +0000 (18:49 +0100)]
Remove duplicated empty lines, remove CR, add NL at the end

9 years agoReplace tabs by spaces
Manolo Carrasco [Wed, 31 Dec 2014 17:40:01 +0000 (18:40 +0100)]
Replace tabs by spaces

9 years agoAdding maven configuration to run check-style and java-format plugins.
Manolo Carrasco [Wed, 31 Dec 2014 17:36:21 +0000 (18:36 +0100)]
Adding maven configuration to run check-style and java-format plugins.
Right now they are not run automatically until we fix all style issues

9 years agoMerge pull request #326 from manolo/mcm_ready_method
Manuel Carrasco Moñino [Tue, 30 Dec 2014 13:04:07 +0000 (14:04 +0100)]
Merge pull request #326 from manolo/mcm_ready_method

Implement GQuery.ready missing method

9 years agoChange EvPart name, remove focusin/focusout aliases.
Manolo Carrasco [Tue, 30 Dec 2014 12:52:32 +0000 (13:52 +0100)]
Change EvPart name, remove focusin/focusout aliases.

9 years agoMerge pull request #327 from apanizo/master
Manuel Carrasco Moñino [Sat, 27 Dec 2014 07:26:18 +0000 (08:26 +0100)]
Merge pull request #327 from apanizo/master

nodeType property error when using selectors like: $(widget).
Fixes regression introduced in 8da271599c341f385ae4240f3dd37649aa81b082

9 years agoUsing GQuery var instance instead of evaluating selector multiple
Adolfo Panizo [Fri, 26 Dec 2014 20:32:24 +0000 (21:32 +0100)]
Using GQuery var instance instead of evaluating selector multiple
times.

9 years agousing assertTrue and asserFalse instead of assertEquals(true/false, ...)
Adolfo Panizo [Fri, 26 Dec 2014 18:14:36 +0000 (19:14 +0100)]
using assertTrue and asserFalse instead of assertEquals(true/false, ...)

9 years agoUsing isVisible for widget selector test. Also removingFromParent
Adolfo Panizo [Fri, 26 Dec 2014 17:48:54 +0000 (18:48 +0100)]
Using isVisible for widget selector test. Also removingFromParent
Button.

9 years agonodeType property error when using selectors like: $(widget)
Adolfo Panizo [Fri, 26 Dec 2014 17:16:01 +0000 (18:16 +0100)]
nodeType property error when using selectors like: $(widget)

9 years agoMerge pull request #325 from apanizo/master
Manuel Carrasco Moñino [Fri, 26 Dec 2014 15:58:26 +0000 (16:58 +0100)]
Merge pull request #325 from apanizo/master

Parsing only methods specified in JsonBuilder interface from a given json

9 years agoAdding documentation and renaming some vars
Adolfo Panizo [Fri, 26 Dec 2014 15:49:26 +0000 (16:49 +0100)]
Adding documentation and renaming some vars

9 years agoSeparating JsonBuilderHanler into a new class
Adolfo Panizo [Fri, 26 Dec 2014 15:15:44 +0000 (16:15 +0100)]
Separating JsonBuilderHanler into a new class

9 years agoFix for @Name in strip() implementation on the VM (added some refactors)
Adolfo Panizo [Fri, 26 Dec 2014 13:26:07 +0000 (14:26 +0100)]
Fix for @Name in strip() implementation on the VM (added some refactors)

9 years agoMake strip recursive in server side.
Manolo Carrasco [Thu, 25 Dec 2014 20:18:10 +0000 (21:18 +0100)]
Make strip recursive in server side.

Signed-off-by: Manolo Carrasco <manolo@apache.org>
9 years agoFix client-side code
Manolo Carrasco [Wed, 24 Dec 2014 18:05:29 +0000 (19:05 +0100)]
Fix client-side code

Signed-off-by: Manolo Carrasco <manolo@apache.org>
9 years agoImplementing strip() on isProperties
Adolfo Panizo [Wed, 24 Dec 2014 15:23:39 +0000 (16:23 +0100)]
Implementing strip() on isProperties

Signed-off-by: Manolo Carrasco <manolo@apache.org>
9 years agoParsing only methods specified in JsonBuilder interface from a given json.
Adolfo Panizo [Wed, 24 Dec 2014 10:58:39 +0000 (11:58 +0100)]
Parsing only methods specified in JsonBuilder interface from a given json.

Signed-off-by: Manolo Carrasco <manolo@apache.org>
9 years agoImplement GQuery.ready missing method
Manolo Carrasco [Thu, 25 Dec 2014 13:28:23 +0000 (14:28 +0100)]
Implement GQuery.ready missing method

9 years agotrigger methods should work with namespaces
Manolo Carrasco [Wed, 24 Dec 2014 16:00:03 +0000 (17:00 +0100)]
trigger methods should work with namespaces

9 years agoMerge pull request #324 from manolo/mcm_fix_jsongenerator
Manuel Carrasco Moñino [Tue, 23 Dec 2014 15:09:13 +0000 (16:09 +0100)]
Merge pull request #324 from manolo/mcm_fix_jsongenerator

Fix to Json Builder

9 years agoFix Json Builder.
Manolo Carrasco [Mon, 22 Dec 2014 11:16:52 +0000 (12:16 +0100)]
Fix Json Builder.

 When creating a new object in the getter it should be added
 to the parent json.

9 years agoMerge branch 'master' into mcm_special_events
Manolo Carrasco [Mon, 22 Dec 2014 11:17:16 +0000 (12:17 +0100)]
Merge branch 'master' into mcm_special_events

9 years agoMerge pull request #322 from manolo/mcm_custom_elements
Manuel Carrasco Moñino [Mon, 22 Dec 2014 11:15:42 +0000 (12:15 +0100)]
Merge pull request #322 from manolo/mcm_custom_elements

Adding support for custom html elements.

9 years agoExtracted SpecialEvent interface to its own class
Manolo Carrasco [Sun, 21 Dec 2014 12:15:05 +0000 (13:15 +0100)]
Extracted SpecialEvent interface to its own class

Handle return values of setup and tearDown
Changed SpecialEvent API so as we use the Element instead of
the EventListener

9 years agore-factor SpecialEffects in order to make easier new specials.
Manolo Carrasco [Sun, 21 Dec 2014 11:20:01 +0000 (12:20 +0100)]
re-factor SpecialEffects in order to make easier new specials.

- Implementing specials focusin focusout. Fixes #11

9 years agomake hasHandlers public so as it can be used in plugins
Manolo Carrasco [Sun, 21 Dec 2014 09:45:35 +0000 (10:45 +0100)]
make hasHandlers public so as it can be used in plugins

9 years agoHandle live and die special events
Manolo Carrasco [Sun, 21 Dec 2014 09:36:43 +0000 (10:36 +0100)]
Handle live and die special events

9 years agoUnify code related with eventNames split
Manolo Carrasco [Sun, 21 Dec 2014 08:54:19 +0000 (09:54 +0100)]
Unify code related with eventNames split

9 years agoOriginal event names are not needed any more :-)
Manolo Carrasco [Sun, 21 Dec 2014 08:18:17 +0000 (09:18 +0100)]
Original event names are not needed any more :-)

9 years agoImplement API based on jQuery for special events
Manolo Carrasco [Sun, 21 Dec 2014 07:30:53 +0000 (08:30 +0100)]
Implement API based on jQuery for special events

- SpecialEvents have an API with three methods: setup tearDown add remove
- Migrated mouse special events to use this API

9 years agoMake special events api more easy for plugins
Manolo Carrasco [Tue, 16 Dec 2014 06:51:31 +0000 (07:51 +0100)]
Make special events api more easy for plugins

9 years agoAdding support for custom html elements.
Manolo Carrasco [Thu, 18 Dec 2014 11:38:39 +0000 (12:38 +0100)]
Adding support for custom html elements.

When using GWT jsInterop to wrap native objects using @JsType
interfaces, casting between those elements to gwt Element fails.
We solve that doing a jsni casting.

- Adding tests for interaction with JsTypes.
- Fixing tests when running them in real browsers

9 years agoMerge pull request #320 from manolo/mcm_visible_fix
Manuel Carrasco Moñino [Wed, 17 Dec 2014 14:51:17 +0000 (15:51 +0100)]
Merge pull request #320 from manolo/mcm_visible_fix

Reuse the same document style implementation.

9 years agoMerge pull request #321 from ArcBees/jd_off
Julien Dramaix [Wed, 17 Dec 2014 11:58:41 +0000 (12:58 +0100)]
Merge pull request #321 from ArcBees/jd_off

improve off and on methods

9 years agoimprove off and on methods jd_off
jdramaix [Wed, 17 Dec 2014 10:17:28 +0000 (11:17 +0100)]
improve off and on methods

9 years agoReuse the same document style implementation.
Manolo Carrasco [Wed, 17 Dec 2014 08:40:31 +0000 (09:40 +0100)]
Reuse the same document style implementation.

This facilitates customized filters and selectors.

As a bonus removed a couple of deprecated use of JsRegexp

9 years agoMerge pull request #319 from manolo/mcm_gwt270
Julien Dramaix [Tue, 16 Dec 2014 10:08:11 +0000 (11:08 +0100)]
Merge pull request #319 from manolo/mcm_gwt270

Upgrading to gwt-2.7.0

9 years agoUse surefire instead of gwt-maven so as we can run emma
Manolo Carrasco [Mon, 15 Dec 2014 21:27:07 +0000 (22:27 +0100)]
Use surefire instead of gwt-maven so as we can run emma

9 years agoUpgrading to gwt-2.7.0
Manolo Carrasco [Mon, 15 Dec 2014 16:47:48 +0000 (17:47 +0100)]
Upgrading to gwt-2.7.0

- Making tests pass
- Fixing a couple of issues failing with new RegExp.
- Adding profiles to run tests in prod mode

9 years agoMerge pull request #317 from ArcBees/jcl_parentsUntil_node
Julien Dramaix [Sun, 14 Dec 2014 12:19:20 +0000 (13:19 +0100)]
Merge pull request #317 from ArcBees/jcl_parentsUntil_node

Overload parentsUntil() to match a node

9 years agoUse right f() in predicate
Jean-Christophe Lariviere [Fri, 12 Dec 2014 19:03:01 +0000 (14:03 -0500)]
Use right f() in predicate

9 years agoFix missing condition
Jean-Christophe Lariviere [Fri, 12 Dec 2014 18:40:50 +0000 (13:40 -0500)]
Fix missing condition

9 years agoFix spacing
Jean-Christophe Lariviere [Fri, 12 Dec 2014 17:10:21 +0000 (12:10 -0500)]
Fix spacing

9 years agoFix inverted condition
Jean-Christophe Lariviere [Fri, 12 Dec 2014 17:09:07 +0000 (12:09 -0500)]
Fix inverted condition

9 years agoCode review fixes
Jean-Christophe Lariviere [Fri, 12 Dec 2014 16:01:00 +0000 (11:01 -0500)]
Code review fixes

9 years agoOverload parentsUntil() to match a node
Jean-Christophe Lariviere [Thu, 11 Dec 2014 21:37:06 +0000 (16:37 -0500)]
Overload parentsUntil() to match a node

9 years agoMerge pull request #316 from manolo/master
Manuel Carrasco Moñino [Mon, 8 Dec 2014 13:12:00 +0000 (14:12 +0100)]
Merge pull request #316 from manolo/master

Replace arraylist by hashset in filter, which should improve performance

9 years agoReplace arraylist by hashset in filter, which should improve better
Manolo Carrasco [Mon, 8 Dec 2014 08:44:52 +0000 (09:44 +0100)]
Replace arraylist by hashset in filter, which should improve better

9 years agofix error in merge
Manolo Carrasco [Mon, 8 Dec 2014 08:34:03 +0000 (09:34 +0100)]
fix error in merge

9 years agoMerge pull request #314 from manolo/mcm_ie10_stdlinker
Manuel Carrasco Moñino [Sun, 7 Dec 2014 06:19:28 +0000 (07:19 +0100)]
Merge pull request #314 from manolo/mcm_ie10_stdlinker

Adding IE10 and deprecating stdoctype-linker.

9 years agoForgot to update lazy interfaces in last merge
Manolo Carrasco [Sat, 6 Dec 2014 15:03:25 +0000 (16:03 +0100)]
Forgot to update lazy interfaces in last merge

9 years agoChange Readme to point to old site until new one is ready
Manolo Carrasco [Sat, 6 Dec 2014 14:52:10 +0000 (15:52 +0100)]
Change Readme to point to old site until new one is ready

9 years agoMerge pull request #315 from manolo/mcm_console_args
Manuel Carrasco Moñino [Sat, 6 Dec 2014 14:44:24 +0000 (15:44 +0100)]
Merge pull request #315 from manolo/mcm_console_args

Adding support for var args to console.log like JS does

9 years agoAdding support for var args to console.log like JS does
Manolo Carrasco [Fri, 5 Dec 2014 20:14:30 +0000 (21:14 +0100)]
Adding support for var args to console.log like JS does

9 years agoAdding IE10 and deprecating stdoctype-linker.
Manolo Carrasco [Wed, 3 Dec 2014 17:35:21 +0000 (18:35 +0100)]
Adding IE10 and deprecating stdoctype-linker.

Adding missing create method in super GQ.
Deprecating IFrameWithDocTypeLinker so as we can remove soon
We dont force to load it anymore

9 years agoMerge pull request #311 from manolo/master
Manuel Carrasco Moñino [Sat, 6 Dec 2014 12:36:10 +0000 (13:36 +0100)]
Merge pull request #311 from manolo/master

Faster implementation of filter.

9 years agoMove filter from GQuery to SelectorEngine
Manolo Carrasco [Sat, 6 Dec 2014 10:59:59 +0000 (11:59 +0100)]
Move filter from GQuery to SelectorEngine

9 years agoFaster implementation of filter
Manolo Carrasco [Wed, 3 Dec 2014 20:11:04 +0000 (21:11 +0100)]
Faster implementation of filter

9 years agoMerge pull request #310 from manolo/mcm_visible
Manuel Carrasco Moñino [Thu, 4 Dec 2014 07:19:29 +0000 (08:19 +0100)]
Merge pull request #310 from manolo/mcm_visible

isVisible should use predicate in selectors

9 years agoisVisible should use predicate in selectors
Manolo Carrasco [Thu, 20 Nov 2014 10:37:36 +0000 (11:37 +0100)]
isVisible should use predicate in selectors

9 years agoMerge pull request #307 from ArcBees/spg_node_multi_selector
Julien Dramaix [Mon, 17 Nov 2014 17:00:30 +0000 (18:00 +0100)]
Merge pull request #307 from ArcBees/spg_node_multi_selector

Add varargs Node selector

9 years agoMerge pull request #300 from manolo/master
Julien Dramaix [Sun, 16 Nov 2014 19:21:25 +0000 (20:21 +0100)]
Merge pull request #300 from manolo/master

Replace org.json by elemental.json

9 years agoMerge pull request #308 from ArcBees/mmc_try_fix_ci
Manuel Carrasco Moñino [Sat, 15 Nov 2014 06:08:40 +0000 (08:08 +0200)]
Merge pull request #308 from ArcBees/mmc_try_fix_ci

Fixed pom to allow CI to run tests

9 years agoRevert mode
Maxime Mériouma-Caron [Fri, 14 Nov 2014 23:54:09 +0000 (18:54 -0500)]
Revert mode