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

9 years agoFixed pom for CI
Maxime Mériouma-Caron [Fri, 14 Nov 2014 23:41:27 +0000 (18:41 -0500)]
Fixed pom for CI

9 years agoTests
Maxime Mériouma-Caron [Fri, 14 Nov 2014 23:35:50 +0000 (18:35 -0500)]
Tests

9 years agoAdd varargs Node selector
spgingras [Wed, 12 Nov 2014 22:20:58 +0000 (17:20 -0500)]
Add varargs Node selector

9 years agoReplace org.json by elemental.json
Manolo Carrasco [Sun, 26 Oct 2014 18:35:56 +0000 (19:35 +0100)]
Replace org.json by elemental.json

Include only the elemental.json stuff for JVM needed to run
GQuery JsonBuilders in server side without depending on anything but
gwtquery.jar.

9 years agoMerge pull request #299 from manolo/master
Julien Dramaix [Sat, 25 Oct 2014 20:31:08 +0000 (22:31 +0200)]
Merge pull request #299 from manolo/master

Make GQ server side not depends on gwt-servlet not gwt-dev

9 years agoMake GQ server side not depends on gwt-servlet not gwt-dev
Manolo Carrasco [Fri, 24 Oct 2014 13:55:24 +0000 (15:55 +0200)]
Make GQ server side not depends on gwt-servlet not gwt-dev

Adding org.json dependency since we depend on it, and 2.7
uses a rebased version of android.json. We will have this
dependency in snapshot until we replace json usage in server
side, but we have to remove before releasing gquery.

10 years agoMerge pull request #298 from ArcBees/jd_fix_data_string
Manuel Carrasco Moñino [Sat, 4 Oct 2014 07:18:09 +0000 (09:18 +0200)]
Merge pull request #298 from ArcBees/jd_fix_data_string

Fix bug with data("nonExistingKey", String.class)

10 years agoFix bug with data("nonExistingKey", String.class) jd_fix_data_string
jdramaix [Fri, 26 Sep 2014 22:23:58 +0000 (00:23 +0200)]
Fix bug with data("nonExistingKey", String.class)

10 years agoMerge pull request #297 from manolo/master
Julien Dramaix [Tue, 16 Sep 2014 23:21:03 +0000 (19:21 -0400)]
Merge pull request #297 from manolo/master

Fix Exception when cleaning up. Support for web component tag names

10 years agoMerge pull request #292 from gwtquery/mcm_update
Manuel Carrasco Moñino [Tue, 16 Sep 2014 15:39:39 +0000 (17:39 +0200)]
Merge pull request #292 from gwtquery/mcm_update

Increase snapshot versions.

10 years agoFix Exception when cleaning up. Support for web components tag names
Manolo Carrasco [Tue, 16 Sep 2014 15:36:33 +0000 (17:36 +0200)]
Fix Exception when cleaning up. Support for web components tag names

10 years agoIncrease snapshot versions. Include archetype module so as we deploy it at the same...
Manolo Carrasco [Thu, 12 Jun 2014 08:46:43 +0000 (10:46 +0200)]
Increase snapshot versions. Include archetype module so as we deploy it at the same time than gquery.

10 years agoFix test
Manolo Carrasco [Thu, 12 Jun 2014 08:23:58 +0000 (10:23 +0200)]
Fix test

10 years agoMerge pull request #291 from gwtquery/mcm_update
Manuel Carrasco [Thu, 12 Jun 2014 08:15:30 +0000 (10:15 +0200)]
Merge pull request #291 from gwtquery/mcm_update

Update versions in archetype

10 years agoMerge pull request #290 from gwtquery/mcm_fx_units
Manuel Carrasco [Thu, 12 Jun 2014 08:15:16 +0000 (10:15 +0200)]
Merge pull request #290 from gwtquery/mcm_fx_units

Dont set units twice. Remove duplicated code

10 years agoMerge pull request #288 from wangdx/master
Manuel Carrasco [Thu, 12 Jun 2014 08:14:59 +0000 (10:14 +0200)]
Merge pull request #288 from wangdx/master

Make samples be able to [$ mvn gwt:run] using CLI

10 years agoUpdate versions
Manolo Carrasco [Thu, 12 Jun 2014 07:56:08 +0000 (09:56 +0200)]
Update versions

10 years agoDont set units twice. Remove duplicated code
Manolo Carrasco [Thu, 12 Jun 2014 07:55:03 +0000 (09:55 +0200)]
Dont set units twice. Remove duplicated code

10 years agoMake samples be able to mvn gwt:run using CLI
wangdx [Thu, 22 May 2014 11:58:47 +0000 (15:58 +0400)]
Make samples be able to mvn gwt:run using CLI

10 years agoMerge pull request #281 from gwtquery/mcm_loop
Julien Dramaix [Sat, 3 May 2014 11:03:28 +0000 (13:03 +0200)]
Merge pull request #281 from gwtquery/mcm_loop

Fix loop when calling GQuery.slideToggle without arguments

10 years agoMerge pull request #282 from gwtquery/mcm_element_deprecated
Julien Dramaix [Sat, 3 May 2014 11:02:44 +0000 (13:02 +0200)]
Merge pull request #282 from gwtquery/mcm_element_deprecated

deprecated a couple of methods.

10 years agoimport order
Manolo Carrasco [Sat, 3 May 2014 07:34:16 +0000 (09:34 +0200)]
import order

10 years agoDeprecating methods with com.google.gwt.user.client.Element arguments
Manolo Carrasco [Sat, 3 May 2014 07:29:06 +0000 (09:29 +0200)]
Deprecating methods with com.google.gwt.user.client.Element arguments

10 years agoMerge pull request #279 from gwtquery/jd_fix_custom_event_bubbling_ie
Julien Dramaix [Fri, 2 May 2014 19:42:57 +0000 (21:42 +0200)]
Merge pull request #279 from gwtquery/jd_fix_custom_event_bubbling_ie

Fix event bubbling for custom event for IE6-8.

10 years agocode review
jdramaix [Fri, 2 May 2014 19:37:28 +0000 (21:37 +0200)]
code review

10 years agoMerge branch 'master' of github.com:gwtquery/gwtquery into jd_fix_custom_event_bubbli...
jdramaix [Fri, 2 May 2014 11:35:40 +0000 (13:35 +0200)]
Merge branch 'master' of github.com:gwtquery/gwtquery into jd_fix_custom_event_bubbling_ie

10 years agoFix loop
Manolo Carrasco [Wed, 30 Apr 2014 05:44:38 +0000 (07:44 +0200)]
Fix loop

10 years agoMerge pull request #280 from gwtquery/mcm_fix
Manuel Carrasco [Mon, 28 Apr 2014 06:59:22 +0000 (08:59 +0200)]
Merge pull request #280 from gwtquery/mcm_fix

Fix infinite loop

10 years agoAdding missing methods
Manolo Carrasco [Mon, 21 Apr 2014 21:37:28 +0000 (23:37 +0200)]
Adding missing methods

10 years agoReflow is needed in FF.
Manolo Carrasco [Mon, 21 Apr 2014 20:05:09 +0000 (22:05 +0200)]
Reflow is needed in FF.

10 years agoFix infinite loop
Manolo Carrasco [Sun, 20 Apr 2014 07:07:25 +0000 (09:07 +0200)]
Fix infinite loop

10 years agoFix event bubbling for custom event for IE6-8.
jdramaix [Thu, 10 Apr 2014 13:10:55 +0000 (15:10 +0200)]
Fix event bubbling for custom event for IE6-8.

10 years agoMerge pull request #275 from gwtquery/mcm_ready_for_release
Manuel Carrasco [Mon, 10 Mar 2014 09:34:03 +0000 (10:34 +0100)]
Merge pull request #275 from gwtquery/mcm_ready_for_release

Ready for releasing 1.4.1 and Fix #274

10 years agoChanging versio so as we can release 1.4.1
Manuel Carrasco Moñino [Mon, 10 Mar 2014 07:32:44 +0000 (08:32 +0100)]
Changing versio so as we can release 1.4.1

10 years agoFixes issue #274
Manuel Carrasco Moñino [Mon, 10 Mar 2014 07:32:14 +0000 (08:32 +0100)]
Fixes issue #274

10 years agoMerge pull request #273 from gwtquery/jd_fix_special_event_namespce
Manuel Carrasco [Wed, 5 Mar 2014 07:16:12 +0000 (09:16 +0200)]
Merge pull request #273 from gwtquery/jd_fix_special_event_namespce

fix issue when unbind special events only with namespace

10 years agoMerge pull request #272 from apanizo/master
Manuel Carrasco [Wed, 5 Mar 2014 07:15:22 +0000 (09:15 +0200)]
Merge pull request #272 from apanizo/master

Exception when parsing empty response.getText()

10 years agoMerge branch 'master' of github.com:apanizo/gwtquery
Adolfo Panizo [Wed, 5 Mar 2014 06:43:09 +0000 (07:43 +0100)]
Merge branch 'master' of github.com:apanizo/gwtquery

Conflicts:
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java

10 years agoException when parsing empty response.getText(), and the dataType is
Adolfo Panizo [Tue, 4 Mar 2014 12:38:26 +0000 (13:38 +0100)]
Exception when parsing empty response.getText(), and the dataType is
necessary for the request.

10 years agoremove unused import
jdramaix [Tue, 4 Mar 2014 16:57:51 +0000 (17:57 +0100)]
remove unused import

10 years agofix issue when unbind special events only with namespace
jdramaix [Tue, 4 Mar 2014 16:53:43 +0000 (17:53 +0100)]
fix issue when unbind special events only with namespace

10 years agoException when parsing empty response.getText(), and the dataType is
Adolfo Panizo [Tue, 4 Mar 2014 12:38:26 +0000 (13:38 +0100)]
Exception when parsing empty response.getText(), and the dataType is
necessary for the request.

10 years agoMerge pull request #270 from gwtquery/mcm_fix_null
Manuel Carrasco [Mon, 3 Mar 2014 14:38:36 +0000 (16:38 +0200)]
Merge pull request #270 from gwtquery/mcm_fix_null

Fix parsing null in json JRE, and dont pre-proccess JSON Strings by default.

10 years agoIn java we should use unix separator always. Fixes issue #271
Manuel Carrasco Moñino [Tue, 25 Feb 2014 07:54:32 +0000 (08:54 +0100)]
In java we should use unix separator always. Fixes issue #271

10 years agoremove printstack
Manuel Carrasco Moñino [Thu, 20 Feb 2014 14:48:59 +0000 (15:48 +0100)]
remove printstack

10 years agoDont try to fix json strings by default, to avoiding quoted numbers and null be unquoted
Manuel Carrasco Moñino [Tue, 18 Feb 2014 15:10:17 +0000 (16:10 +0100)]
Dont try to fix json strings by default, to avoiding quoted numbers and null be unquoted

10 years agoFix bad parsing null in jre
Manuel Carrasco Moñino [Tue, 18 Feb 2014 10:47:28 +0000 (11:47 +0100)]
Fix bad parsing null in jre

10 years agoMerge pull request #268 from gwtquery/mcm_fixes
Manuel Carrasco [Sat, 15 Feb 2014 21:30:25 +0000 (22:30 +0100)]
Merge pull request #268 from gwtquery/mcm_fixes

Adding gwt.xml doc. Adding trigger(Event) method

10 years agoReturn the String representation of the object like client sidei does 52/1952/1 mcm_fixes origin/pr/268
Manuel Carrasco Moñino [Sun, 9 Feb 2014 16:21:41 +0000 (17:21 +0100)]
Return the String representation of the object like client sidei does

10 years agoJSONObjects are safe objects 51/1951/1
Manuel Carrasco Moñino [Sun, 9 Feb 2014 09:28:32 +0000 (10:28 +0100)]
JSONObjects are safe objects

10 years agoUpdating lazy interfaces 50/1950/1
Manuel Carrasco Moñino [Sat, 8 Feb 2014 14:02:04 +0000 (15:02 +0100)]
Updating lazy interfaces

10 years agoBad arguments order 49/1949/1
Manuel Carrasco Moñino [Sat, 8 Feb 2014 14:00:39 +0000 (15:00 +0100)]
Bad arguments order

10 years agoMerge branch 'master' into mcm_fixes 48/1948/1
Manuel Carrasco Moñino [Sat, 8 Feb 2014 13:10:00 +0000 (14:10 +0100)]
Merge branch 'master' into mcm_fixes

10 years agoAdding support for triggering browser native events. Fixes issue #171 47/1947/1
Manuel Carrasco Moñino [Sat, 8 Feb 2014 13:09:04 +0000 (14:09 +0100)]
Adding support for triggering browser native events. Fixes issue #171

10 years agoCloses issue #213 46/1946/1
Manuel Carrasco Moñino [Sat, 8 Feb 2014 12:48:37 +0000 (13:48 +0100)]
Closes issue #213

10 years agoMerge pull request #267 from gwtquery/mcm_fixes
Manuel Carrasco [Sat, 8 Feb 2014 12:40:46 +0000 (13:40 +0100)]
Merge pull request #267 from gwtquery/mcm_fixes

JVM ajax fixes

10 years agoFix filenotfound exception when the response is an error
Manuel Carrasco Moñino [Sat, 8 Feb 2014 10:26:29 +0000 (11:26 +0100)]
Fix filenotfound exception when the response is an error

10 years agoDont define ajaxtransport static, so as we can override it in JVM tests
Manuel Carrasco Moñino [Fri, 7 Feb 2014 20:18:25 +0000 (21:18 +0100)]
Dont define ajaxtransport static, so as we can override it in JVM tests

10 years agoMerge pull request #264 from gwtquery/mcm_jsonbuilder_jvm
Manuel Carrasco [Mon, 3 Feb 2014 14:53:27 +0000 (06:53 -0800)]
Merge pull request #264 from gwtquery/mcm_jsonbuilder_jvm

JVM support for Json data binding and Ajax

10 years agoMerge pull request #266 from gwtquery/jd_fix_265
Julien Dramaix [Sun, 2 Feb 2014 11:32:50 +0000 (03:32 -0800)]
Merge pull request #266 from gwtquery/jd_fix_265

Fix issue #265

10 years agocode review comments
jdramaix [Sun, 2 Feb 2014 11:33:37 +0000 (12:33 +0100)]
code review comments

10 years agoChanging script to generate lazy interfaces so as plugins could import any class...
Manolo Carrasco [Sun, 2 Feb 2014 06:34:58 +0000 (07:34 +0100)]
Changing script to generate lazy interfaces so as plugins could import any class defined in GQuery class without compilation errors. Adding missing javadoc for public interface method. Overloading method in Properties so as the user could set the serialization name in case

10 years agoFix issue #265
jdramaix [Sat, 1 Feb 2014 15:49:36 +0000 (16:49 +0100)]
Fix issue #265

10 years agojavadoc in GQ class
Manuel Carrasco Moñino [Mon, 27 Jan 2014 21:02:58 +0000 (21:02 +0000)]
javadoc in GQ class

10 years agoUpdate lazy interfaces
Manolo Carrasco [Mon, 27 Jan 2014 15:30:40 +0000 (16:30 +0100)]
Update lazy interfaces

10 years agoupdate super and generator implementation with new refactored names
Manolo Carrasco [Mon, 27 Jan 2014 12:18:48 +0000 (13:18 +0100)]
update super and generator implementation with new refactored names

10 years agoRefactoring using more meaningful names for properties interface and getter
Manolo Carrasco [Mon, 27 Jan 2014 11:30:33 +0000 (12:30 +0100)]
Refactoring using more meaningful names for properties interface and getter

10 years agomerge
Manolo Carrasco [Mon, 27 Jan 2014 10:42:34 +0000 (11:42 +0100)]
merge

10 years agoDont set credentials by default for ajax requests. Fixes issue #261
Manolo Carrasco [Mon, 27 Jan 2014 10:40:32 +0000 (11:40 +0100)]
Dont set credentials by default for ajax requests. Fixes issue #261

10 years agomerge with master
Manuel Carrasco Moñino [Sun, 26 Jan 2014 16:18:59 +0000 (16:18 +0000)]
merge with master

10 years agoadding some configuration flags
Manolo Carrasco [Wed, 22 Jan 2014 20:31:58 +0000 (21:31 +0100)]
adding some configuration flags

10 years agoMerge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into mcm_jsonbuild...
Manuel Carrasco Moñino [Wed, 22 Jan 2014 07:11:45 +0000 (07:11 +0000)]
Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into mcm_jsonbuilder_jvm

Conflicts:
gwtquery-core/src/main/java/com/google/gwt/query/vm/AjaxTransportJre.java

10 years agoSupport passing full url to cookie manager
Manuel Carrasco Moñino [Wed, 22 Jan 2014 07:09:01 +0000 (07:09 +0000)]
Support passing full url to cookie manager

10 years agoutility method to debug output request
Manuel Carrasco Moñino [Wed, 22 Jan 2014 07:08:26 +0000 (07:08 +0000)]
utility method to debug output request

10 years agoremove println
Manuel Carrasco Moñino [Wed, 22 Jan 2014 07:05:36 +0000 (07:05 +0000)]
remove println

10 years agosupport for urls when setting cookies
Manolo Carrasco [Tue, 21 Jan 2014 12:09:16 +0000 (13:09 +0100)]
support for urls when setting cookies

10 years agoReturn double always when getting numbers like JS
Manolo Carrasco [Tue, 21 Jan 2014 12:08:37 +0000 (13:08 +0100)]
Return double always when getting numbers like JS

10 years agomanaging cookies
Manuel Carrasco Moñino [Tue, 21 Jan 2014 07:34:14 +0000 (07:34 +0000)]
managing cookies

10 years agoMerge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into mcm_jsonbuild...
Manolo Carrasco [Mon, 20 Jan 2014 08:18:59 +0000 (09:18 +0100)]
Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into mcm_jsonbuilder_jvm

10 years agomerge
Manolo Carrasco [Mon, 20 Jan 2014 08:18:30 +0000 (09:18 +0100)]
merge

10 years agomerge
Manolo Carrasco [Mon, 20 Jan 2014 08:18:20 +0000 (09:18 +0100)]
merge

10 years agoselect appropriate overloaded methods
Manuel Carrasco Moñino [Mon, 20 Jan 2014 07:23:55 +0000 (07:23 +0000)]
select appropriate overloaded methods

10 years agofix tests
Manuel Carrasco Moñino [Sun, 19 Jan 2014 22:32:10 +0000 (22:32 +0000)]
fix tests

10 years agoUse interface instead of properties implementation
Manuel Carrasco Moñino [Sun, 19 Jan 2014 22:24:44 +0000 (22:24 +0000)]
Use interface instead of properties implementation