]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
8 years agojavadoc
Maxime Mériouma-Caron [Tue, 2 Feb 2016 02:20:13 +0000 (21:20 -0500)]
javadoc

8 years agoSkip tests
Maxime Mériouma-Caron [Tue, 2 Feb 2016 02:11:35 +0000 (21:11 -0500)]
Skip tests

8 years agoscm
Maxime Mériouma-Caron [Tue, 2 Feb 2016 02:07:46 +0000 (21:07 -0500)]
scm

8 years agoSkip tests
Maxime Mériouma-Caron [Tue, 2 Feb 2016 02:05:47 +0000 (21:05 -0500)]
Skip tests

8 years agoSkip tests
Maxime Mériouma-Caron [Tue, 2 Feb 2016 01:56:41 +0000 (20:56 -0500)]
Skip tests

8 years agogwt 2.8.0-beta1
Maxime Mériouma-Caron [Tue, 2 Feb 2016 01:49:51 +0000 (20:49 -0500)]
gwt 2.8.0-beta1

8 years agoCleanup
Maxime Mériouma-Caron [Tue, 2 Feb 2016 01:46:38 +0000 (20:46 -0500)]
Cleanup

8 years agoRevert null when empty
Maxime Mériouma-Caron [Wed, 27 Jan 2016 22:03:14 +0000 (17:03 -0500)]
Revert null when empty

8 years agoUpdate for GWT-2.8
Maxime Mériouma-Caron [Wed, 27 Jan 2016 21:23:56 +0000 (16:23 -0500)]
Update for GWT-2.8

8 years agoMerge pull request #368 from ArcBees/mmc_fix_lazy
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

8 years agoFix databinding
Maxime Mériouma-Caron [Wed, 2 Dec 2015 01:21:32 +0000 (20:21 -0500)]
Fix databinding

8 years agoTry fix
Maxime Mériouma-Caron [Wed, 2 Dec 2015 00:35:39 +0000 (19:35 -0500)]
Try fix

8 years agoRevert FF
Maxime Mériouma-Caron [Wed, 2 Dec 2015 00:22:40 +0000 (19:22 -0500)]
Revert FF

8 years agoFix databind tests
Maxime Mériouma-Caron [Wed, 2 Dec 2015 00:20:48 +0000 (19:20 -0500)]
Fix databind tests

8 years agoRevert debug
Maxime Mériouma-Caron [Tue, 1 Dec 2015 23:40:06 +0000 (18:40 -0500)]
Revert debug

8 years agoFix lazy() ClassCast
Maxime Mériouma-Caron [Tue, 1 Dec 2015 23:39:32 +0000 (18:39 -0500)]
Fix lazy() ClassCast

8 years agoMerge pull request #364 from ArcBees/mmc_fix_submit
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()

8 years agoFix tests
Maxime Mériouma-Caron [Thu, 26 Nov 2015 08:00:25 +0000 (03:00 -0500)]
Fix tests

8 years agoFix tests
Maxime Mériouma-Caron [Thu, 26 Nov 2015 07:54:11 +0000 (02:54 -0500)]
Fix tests

8 years agoFix #363 : form.submit()
Maxime Mériouma-Caron [Thu, 26 Nov 2015 07:41:36 +0000 (02:41 -0500)]
Fix #363 : form.submit()

9 years agoMerge pull request #349 from manolo/mcm_fix
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

9 years agoMerge pull request #356 from apanizo/master
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

9 years agoAdd google snapshot site
Manolo Carrasco [Mon, 20 Jul 2015 07:47:13 +0000 (09:47 +0200)]
Add google snapshot site

9 years agoThrow an exception when wrapped object is unknown.
Manolo Carrasco [Fri, 10 Jul 2015 20:20:33 +0000 (22:20 +0200)]
Throw an exception when wrapped object is unknown.

9 years agoWhen doing data binding over a list attribute, return an empty list or
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.

9 years agoFix JsInterop in 2.8-SNAPSHOT
Manolo Carrasco [Sat, 23 May 2015 13:49:26 +0000 (15:49 +0200)]
Fix JsInterop in 2.8-SNAPSHOT

9 years agoHasAttribute should only check nullity
Manolo Carrasco [Wed, 22 Apr 2015 10:32:23 +0000 (12:32 +0200)]
HasAttribute should only check nullity

9 years agoFix a disanbiguity introduced with SafeHtml patch
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.

9 years agoMerge branch 'master' into mcm_fix
Manolo Carrasco [Mon, 9 Mar 2015 08:51:36 +0000 (09:51 +0100)]
Merge branch 'master' into mcm_fix

9 years agoMerge pull request #348 from ArcBees/cg_sample_librairy_update
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

9 years agoMerge pull request #346 from 0x3333/master
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.

9 years agoAdd utility method to run a native JS function
Manolo Carrasco [Fri, 6 Mar 2015 18:57:16 +0000 (19:57 +0100)]
Add utility method to run a native JS function

9 years agoSample was still using 1.4.3
christiangoudreau [Sun, 8 Mar 2015 17:03:22 +0000 (13:03 -0400)]
Sample was still using 1.4.3

9 years agoUpdated jquery and sizzle version
christiangoudreau [Sun, 8 Mar 2015 17:03:04 +0000 (13:03 -0400)]
Updated jquery and sizzle version

9 years agoAdded SafeHtml as alternative to html string.
Tercio Gaudencio Filho [Wed, 4 Mar 2015 12:38:50 +0000 (09:38 -0300)]
Added SafeHtml as alternative to html string.

9 years agoUse 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.

9 years agoSimplify Json generated classes reusing common code
Manolo Carrasco [Thu, 26 Feb 2015 09:04:47 +0000 (10:04 +0100)]
Simplify Json generated classes reusing common code

9 years agoRemove most of $ constructors in favour of $(Object) to avoid java8 disambiguation...
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

9 years agoMerge pull request #343 from han39/master
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

9 years agoUse 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.

9 years agoadding vaadin logo
Manuel Carrasco Moñino [Fri, 20 Feb 2015 07:21:53 +0000 (08:21 +0100)]
adding vaadin logo

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

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