]>
source.dussan.org Git - gwtquery.git/log
Maxime Meriouma-Caron [Fri, 11 Dec 2015 15:36:26 +0000 (10:36 -0500)]
Merge pull request #368 from ArcBees/mmc_fix_lazy
Fix lazy() ClassCastException and DataBinding tests
Maxime Mériouma-Caron [Wed, 2 Dec 2015 01:21:32 +0000 (20:21 -0500)]
Fix databinding
Maxime Mériouma-Caron [Wed, 2 Dec 2015 00:35:39 +0000 (19:35 -0500)]
Try fix
Maxime Mériouma-Caron [Wed, 2 Dec 2015 00:22:40 +0000 (19:22 -0500)]
Revert FF
Maxime Mériouma-Caron [Wed, 2 Dec 2015 00:20:48 +0000 (19:20 -0500)]
Fix databind tests
Maxime Mériouma-Caron [Tue, 1 Dec 2015 23:40:06 +0000 (18:40 -0500)]
Revert debug
Maxime Mériouma-Caron [Tue, 1 Dec 2015 23:39:32 +0000 (18:39 -0500)]
Fix lazy() ClassCast
Maxime Meriouma-Caron [Tue, 1 Dec 2015 23:15:56 +0000 (18:15 -0500)]
Merge pull request #364 from ArcBees/mmc_fix_submit
Fix #363 : form.submit()
Maxime Mériouma-Caron [Thu, 26 Nov 2015 08:00:25 +0000 (03:00 -0500)]
Fix tests
Maxime Mériouma-Caron [Thu, 26 Nov 2015 07:54:11 +0000 (02:54 -0500)]
Fix tests
Maxime Mériouma-Caron [Thu, 26 Nov 2015 07:41:36 +0000 (02:41 -0500)]
Fix #363 : form.submit()
Manuel Carrasco Moñino [Mon, 20 Jul 2015 08:59:16 +0000 (10:59 +0200)]
Merge pull request #349 from manolo/mcm_fix
Some fixes needed to run gquery with gwt-2.8.0-SNAPSHOT
Julien Dramaix [Mon, 20 Jul 2015 08:55:47 +0000 (10:55 +0200)]
Merge pull request #356 from apanizo/master
Data binding over list attributes
Manolo Carrasco [Mon, 20 Jul 2015 07:47:13 +0000 (09:47 +0200)]
Add google snapshot site
Manolo Carrasco [Fri, 10 Jul 2015 20:20:33 +0000 (22:20 +0200)]
Throw an exception when wrapped object is unknown.
apanizo [Tue, 26 May 2015 12:03:20 +0000 (14:03 +0200)]
When doing data binding over a list attribute, return an empty list or
null accordingly.
Manolo Carrasco [Sat, 23 May 2015 13:49:26 +0000 (15:49 +0200)]
Fix JsInterop in 2.8-SNAPSHOT
Manolo Carrasco [Wed, 22 Apr 2015 10:32:23 +0000 (12:32 +0200)]
HasAttribute should only check nullity
Manolo Carrasco [Tue, 10 Mar 2015 09:20:17 +0000 (10:20 +0100)]
Fix a disanbiguity introduced with SafeHtml patch
When using gwt-2.8.0 and java8 gwt compiler is more restrictive and
when you override a method(Object) with certain classes like
Interfaces or JSO, there is an error like:
The method $(Object) is ambiguous for the type GQuery.
Also updated lazy interface with new methods.
Manolo Carrasco [Mon, 9 Mar 2015 08:51:36 +0000 (09:51 +0100)]
Merge branch 'master' into mcm_fix
Manuel Carrasco Moñino [Mon, 9 Mar 2015 08:50:22 +0000 (09:50 +0100)]
Merge pull request #348 from ArcBees/cg_sample_librairy_update
Updated jquery and Sizzle librairies for the benchmark sample
Manuel Carrasco Moñino [Mon, 9 Mar 2015 08:50:09 +0000 (09:50 +0100)]
Merge pull request #346 from 0x3333/master
Added SafeHtml as alternative to html string.
Manolo Carrasco [Fri, 6 Mar 2015 18:57:16 +0000 (19:57 +0100)]
Add utility method to run a native JS function
christiangoudreau [Sun, 8 Mar 2015 17:03:22 +0000 (13:03 -0400)]
Sample was still using 1.4.3
christiangoudreau [Sun, 8 Mar 2015 17:03:04 +0000 (13:03 -0400)]
Updated jquery and sizzle version
Tercio Gaudencio Filho [Wed, 4 Mar 2015 12:38:50 +0000 (09:38 -0300)]
Added SafeHtml as alternative to html string.
Raphaël Garnier [Mon, 23 Feb 2015 22:33:07 +0000 (23:33 +0100)]
Use absolute path to load library in JsniBundle
As ClientBundle do, it's now possible to use relative or absolute path
to load js libraries in JsniBundle.
Manolo Carrasco [Thu, 26 Feb 2015 09:04:47 +0000 (10:04 +0100)]
Simplify Json generated classes reusing common code
Manolo Carrasco [Tue, 13 Jan 2015 07:14:49 +0000 (08:14 +0100)]
Remove most of $ constructors in favour of $(Object) to avoid java8 disambiguation. Fixes issue 335
Manuel Carrasco Moñino [Tue, 24 Feb 2015 14:13:11 +0000 (15:13 +0100)]
Merge pull request #343 from han39/master
Use absolute path to load library in JsniBundle
Raphaël Garnier [Mon, 23 Feb 2015 22:33:07 +0000 (23:33 +0100)]
Use absolute path to load library in JsniBundle
As ClientBundle do, it's now possible to use relative or absolute path
to load js libraries in JsniBundle.
Manuel Carrasco Moñino [Fri, 20 Feb 2015 07:21:53 +0000 (08:21 +0100)]
adding vaadin logo
christiangoudreau [Tue, 17 Feb 2015 14:29:35 +0000 (09:29 -0500)]
Update README.md
christiangoudreau [Tue, 17 Feb 2015 14:29:24 +0000 (09:29 -0500)]
Update README.txt
christiangoudreau [Tue, 17 Feb 2015 14:29:08 +0000 (09:29 -0500)]
Update README.txt
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
Manolo Carrasco [Fri, 30 Jan 2015 13:24:11 +0000 (14:24 +0100)]
Adding javadoc to new methods
Manolo Carrasco [Thu, 29 Jan 2015 11:36:07 +0000 (12:36 +0100)]
Fix tests
Manolo Carrasco [Thu, 29 Jan 2015 10:17:44 +0000 (11:17 +0100)]
Handle JsonBuilder wrappers in $ method
Manolo Carrasco [Thu, 29 Jan 2015 10:16:45 +0000 (11:16 +0100)]
Ability to create new events with different type
Manolo Carrasco [Thu, 29 Jan 2015 10:15:02 +0000 (11:15 +0100)]
Fix event delegation in special events
Manolo Carrasco [Wed, 28 Jan 2015 16:34:46 +0000 (17:34 +0100)]
Adding a couple of methods to import html
Manolo Carrasco [Wed, 14 Jan 2015 23:00:49 +0000 (00:00 +0100)]
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco [Wed, 14 Jan 2015 23:00:45 +0000 (00:00 +0100)]
[maven-release-plugin] prepare release gwtquery-project-1.4.3
Manolo Carrasco [Wed, 14 Jan 2015 22:54:43 +0000 (23:54 +0100)]
Utility method to export a function
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.
Manolo Carrasco [Wed, 7 Jan 2015 11:58:29 +0000 (12:58 +0100)]
Adding more testing and fixes
Manolo Carrasco [Sun, 4 Jan 2015 09:57:21 +0000 (10:57 +0100)]
Rebasing master
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.
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
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.
Manolo Carrasco [Fri, 2 Jan 2015 15:27:44 +0000 (16:27 +0100)]
Make checkstyle run when validating sources
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
Manolo Carrasco [Fri, 2 Jan 2015 15:04:22 +0000 (16:04 +0100)]
Merge branch 'master' into mcm_special_events
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
Manolo Carrasco [Fri, 2 Jan 2015 14:05:11 +0000 (15:05 +0100)]
Make TC windows happy
Manolo Carrasco [Fri, 2 Jan 2015 14:05:54 +0000 (15:05 +0100)]
Merge branch 'mcm_styling' into mcm_special_events
Manolo Carrasco [Fri, 2 Jan 2015 14:05:11 +0000 (15:05 +0100)]
Make TC windows happy
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
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
Manolo Carrasco [Fri, 2 Jan 2015 13:04:51 +0000 (14:04 +0100)]
Running maven java-formatter plugin to all sources
Manolo Carrasco [Fri, 2 Jan 2015 09:18:30 +0000 (10:18 +0100)]
Removing checkstyle errors
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
Manolo Carrasco [Thu, 1 Jan 2015 19:03:28 +0000 (20:03 +0100)]
Organize imports, remove empty lines
Manolo Carrasco [Thu, 1 Jan 2015 19:02:57 +0000 (20:02 +0100)]
Do not format JSNI blocks. Allow methods with dollar
Manolo Carrasco [Wed, 31 Dec 2014 18:11:31 +0000 (19:11 +0100)]
merge with styling changes
Manolo Carrasco [Wed, 31 Dec 2014 17:57:01 +0000 (18:57 +0100)]
Removing trailing spaces
Manolo Carrasco [Wed, 31 Dec 2014 17:52:15 +0000 (18:52 +0100)]
Adding mising copyrights
Manolo Carrasco [Wed, 31 Dec 2014 17:49:01 +0000 (18:49 +0100)]
Remove duplicated empty lines, remove CR, add NL at the end
Manolo Carrasco [Wed, 31 Dec 2014 17:40:01 +0000 (18:40 +0100)]
Replace tabs by spaces
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
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
Manolo Carrasco [Tue, 30 Dec 2014 12:52:32 +0000 (13:52 +0100)]
Change EvPart name, remove focusin/focusout aliases.
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
Adolfo Panizo [Fri, 26 Dec 2014 20:32:24 +0000 (21:32 +0100)]
Using GQuery var instance instead of evaluating selector multiple
times.
Adolfo Panizo [Fri, 26 Dec 2014 18:14:36 +0000 (19:14 +0100)]
using assertTrue and asserFalse instead of assertEquals(true/false, ...)
Adolfo Panizo [Fri, 26 Dec 2014 17:48:54 +0000 (18:48 +0100)]
Using isVisible for widget selector test. Also removingFromParent
Button.
Adolfo Panizo [Fri, 26 Dec 2014 17:16:01 +0000 (18:16 +0100)]
nodeType property error when using selectors like: $(widget)
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
Adolfo Panizo [Fri, 26 Dec 2014 15:49:26 +0000 (16:49 +0100)]
Adding documentation and renaming some vars
Adolfo Panizo [Fri, 26 Dec 2014 15:15:44 +0000 (16:15 +0100)]
Separating JsonBuilderHanler into a new class
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)
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>
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>
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>
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>
Manolo Carrasco [Thu, 25 Dec 2014 13:28:23 +0000 (14:28 +0100)]
Implement GQuery.ready missing method
Manolo Carrasco [Wed, 24 Dec 2014 16:00:03 +0000 (17:00 +0100)]
trigger methods should work with namespaces
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
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.
Manolo Carrasco [Mon, 22 Dec 2014 11:17:16 +0000 (12:17 +0100)]
Merge branch 'master' into mcm_special_events
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.
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
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
Manolo Carrasco [Sun, 21 Dec 2014 09:45:35 +0000 (10:45 +0100)]
make hasHandlers public so as it can be used in plugins
Manolo Carrasco [Sun, 21 Dec 2014 09:36:43 +0000 (10:36 +0100)]
Handle live and die special events
Manolo Carrasco [Sun, 21 Dec 2014 08:54:19 +0000 (09:54 +0100)]
Unify code related with eventNames split
Manolo Carrasco [Sun, 21 Dec 2014 08:18:17 +0000 (09:18 +0100)]
Original event names are not needed any more :-)
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
Manolo Carrasco [Tue, 16 Dec 2014 06:51:31 +0000 (07:51 +0100)]
Make special events api more easy for plugins