]>
source.dussan.org Git - gwtquery.git/log
Manuel Carrasco Moñino [Tue, 18 Feb 2014 10:47:28 +0000 (11:47 +0100)]
Fix bad parsing null in jre
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
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
Manuel Carrasco Moñino [Sun, 9 Feb 2014 09:28:32 +0000 (10:28 +0100)]
JSONObjects are safe objects
Manuel Carrasco Moñino [Sat, 8 Feb 2014 14:02:04 +0000 (15:02 +0100)]
Updating lazy interfaces
Manuel Carrasco Moñino [Sat, 8 Feb 2014 14:00:39 +0000 (15:00 +0100)]
Bad arguments order
Manuel Carrasco Moñino [Sat, 8 Feb 2014 13:10:00 +0000 (14:10 +0100)]
Merge branch 'master' into mcm_fixes
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
Manuel Carrasco Moñino [Sat, 8 Feb 2014 12:48:37 +0000 (13:48 +0100)]
Closes issue #213
Manuel Carrasco [Sat, 8 Feb 2014 12:40:46 +0000 (13:40 +0100)]
Merge pull request #267 from gwtquery/mcm_fixes
JVM ajax fixes
Manuel Carrasco Moñino [Sat, 8 Feb 2014 10:26:29 +0000 (11:26 +0100)]
Fix filenotfound exception when the response is an error
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
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
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
jdramaix [Sun, 2 Feb 2014 11:33:37 +0000 (12:33 +0100)]
code review comments
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
jdramaix [Sat, 1 Feb 2014 15:49:36 +0000 (16:49 +0100)]
Fix issue #265
Manuel Carrasco Moñino [Mon, 27 Jan 2014 21:02:58 +0000 (21:02 +0000)]
javadoc in GQ class
Manolo Carrasco [Mon, 27 Jan 2014 15:30:40 +0000 (16:30 +0100)]
Update lazy interfaces
Manolo Carrasco [Mon, 27 Jan 2014 12:18:48 +0000 (13:18 +0100)]
update super and generator implementation with new refactored names
Manolo Carrasco [Mon, 27 Jan 2014 11:30:33 +0000 (12:30 +0100)]
Refactoring using more meaningful names for properties interface and getter
Manolo Carrasco [Mon, 27 Jan 2014 10:42:34 +0000 (11:42 +0100)]
merge
Manolo Carrasco [Mon, 27 Jan 2014 10:40:32 +0000 (11:40 +0100)]
Dont set credentials by default for ajax requests. Fixes issue #261
Manuel Carrasco Moñino [Sun, 26 Jan 2014 16:18:59 +0000 (16:18 +0000)]
merge with master
Manolo Carrasco [Wed, 22 Jan 2014 20:31:58 +0000 (21:31 +0100)]
adding some configuration flags
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
Manuel Carrasco Moñino [Wed, 22 Jan 2014 07:09:01 +0000 (07:09 +0000)]
Support passing full url to cookie manager
Manuel Carrasco Moñino [Wed, 22 Jan 2014 07:08:26 +0000 (07:08 +0000)]
utility method to debug output request
Manuel Carrasco Moñino [Wed, 22 Jan 2014 07:05:36 +0000 (07:05 +0000)]
remove println
Manolo Carrasco [Tue, 21 Jan 2014 12:09:16 +0000 (13:09 +0100)]
support for urls when setting cookies
Manolo Carrasco [Tue, 21 Jan 2014 12:08:37 +0000 (13:08 +0100)]
Return double always when getting numbers like JS
Manuel Carrasco Moñino [Tue, 21 Jan 2014 07:34:14 +0000 (07:34 +0000)]
managing cookies
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
Manolo Carrasco [Mon, 20 Jan 2014 08:18:30 +0000 (09:18 +0100)]
merge
Manolo Carrasco [Mon, 20 Jan 2014 08:18:20 +0000 (09:18 +0100)]
merge
Manuel Carrasco Moñino [Mon, 20 Jan 2014 07:23:55 +0000 (07:23 +0000)]
select appropriate overloaded methods
Manuel Carrasco Moñino [Sun, 19 Jan 2014 22:32:10 +0000 (22:32 +0000)]
fix tests
Manuel Carrasco Moñino [Sun, 19 Jan 2014 22:24:44 +0000 (22:24 +0000)]
Use interface instead of properties implementation
Manuel Carrasco Moñino [Sun, 19 Jan 2014 22:22:22 +0000 (22:22 +0000)]
Fix get method in jre
Manuel Carrasco Moñino [Sun, 19 Jan 2014 17:51:49 +0000 (17:51 +0000)]
adjust generics
Manuel Carrasco Moñino [Sun, 19 Jan 2014 17:29:27 +0000 (17:29 +0000)]
Use Constants to set Json content-type and simply code
Manolo Carrasco [Sat, 18 Jan 2014 12:50:14 +0000 (13:50 +0100)]
Add new methods to generator
Manolo Carrasco [Sat, 18 Jan 2014 12:29:56 +0000 (13:29 +0100)]
Safe type casting
Manolo Carrasco [Wed, 15 Jan 2014 18:43:48 +0000 (19:43 +0100)]
PUT and POST should be handled in the same way
Manuel Carrasco [Tue, 7 Jan 2014 18:27:38 +0000 (10:27 -0800)]
Merge pull request #259 from gwtquery/jd_fix_tests2
Yep, I had fixed the same in the branch I'm working on
jdramaix [Tue, 7 Jan 2014 10:46:41 +0000 (11:46 +0100)]
fix json test
Manuel Carrasco Moñino [Tue, 7 Jan 2014 07:26:21 +0000 (08:26 +0100)]
Fix setters with Binder objects
Manuel Carrasco Moñino [Tue, 7 Jan 2014 07:00:58 +0000 (08:00 +0100)]
Use gwtSetup instead of constructor in gwt test
Manuel Carrasco Moñino [Tue, 7 Jan 2014 06:52:46 +0000 (07:52 +0100)]
Implement as method to convert between types
Manuel Carrasco Moñino [Mon, 6 Jan 2014 20:22:14 +0000 (21:22 +0100)]
Test refactoring. Remove hacked classes used during testing
Manuel Carrasco Moñino [Sun, 5 Jan 2014 18:01:10 +0000 (19:01 +0100)]
Fix tests, and clean servlet output
Manolo Carrasco [Sun, 5 Jan 2014 15:45:17 +0000 (16:45 +0100)]
Fix timeout and CORS implementation of JVM
Manuel Carrasco Moñino [Sat, 4 Jan 2014 21:57:15 +0000 (22:57 +0100)]
Implemented Ajax for JVM, and tests
Manuel Carrasco Moñino [Mon, 30 Dec 2013 20:03:03 +0000 (21:03 +0100)]
Remove method used for testing
Manuel Carrasco Moñino [Mon, 30 Dec 2013 20:00:47 +0000 (21:00 +0100)]
Fix some issues related with FormData submit
Manuel Carrasco Moñino [Sat, 28 Dec 2013 22:29:16 +0000 (23:29 +0100)]
Adding first stuff to implement ajax in js and jvm
Manuel Carrasco Moñino [Sat, 28 Dec 2013 22:26:57 +0000 (23:26 +0100)]
Using Binder interface in certain ajax properties
Manuel Carrasco Moñino [Sat, 28 Dec 2013 17:09:51 +0000 (18:09 +0100)]
Use getName makes more sense
Manuel Carrasco Moñino [Sat, 28 Dec 2013 15:06:03 +0000 (16:06 +0100)]
Implement generic interface for Binders so as we can use it in JS and JVM
Manuel Carrasco Moñino [Sat, 28 Dec 2013 10:17:31 +0000 (11:17 +0100)]
remove println
Manuel Carrasco Moñino [Sat, 28 Dec 2013 09:48:35 +0000 (10:48 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery into mcm_jsonbuilder_jvm
Manolo Carrasco [Sat, 28 Dec 2013 08:42:52 +0000 (09:42 +0100)]
typo
Manuel Carrasco Moñino [Fri, 27 Dec 2013 21:58:04 +0000 (22:58 +0100)]
add new test to suite
Manuel Carrasco Moñino [Fri, 27 Dec 2013 20:44:49 +0000 (21:44 +0100)]
Implementation of JsonBuilders for the JVM. Moved tests to class which can be run either in JVM and in client side. Added an utility class to create Json objects so as we can use it in server and client, we dont depend on ClientFactories nor Injectors like autoBeans and other implementations do
Manuel Carrasco Moñino [Tue, 24 Dec 2013 08:56:24 +0000 (09:56 +0100)]
FallBack to dummy implementation in IE8 IE9, and fix merge issues
Manuel Carrasco Moñino [Mon, 23 Dec 2013 18:44:30 +0000 (19:44 +0100)]
Fix merge issue
Manuel Carrasco Moñino [Mon, 23 Dec 2013 18:27:44 +0000 (19:27 +0100)]
Set credentials with gQuery utilities to avoid breaking apps before 2.5.1
Manuel Carrasco Moñino [Mon, 23 Dec 2013 18:06:45 +0000 (19:06 +0100)]
FallBack to dummy implementation in IE8 IE9
Manuel Carrasco Moñino [Mon, 23 Dec 2013 09:29:12 +0000 (10:29 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery
Manuel Carrasco [Mon, 23 Dec 2013 09:14:04 +0000 (01:14 -0800)]
Merge pull request #256 from gwtquery/mcm_ajax_progress
done
Manuel Carrasco Moñino [Fri, 20 Dec 2013 08:31:56 +0000 (09:31 +0100)]
Close string in test
Manuel Carrasco Moñino [Thu, 19 Dec 2013 13:56:26 +0000 (14:56 +0100)]
Merge branch 'master' into mcm_selector_filters
Manuel Carrasco Moñino [Thu, 19 Dec 2013 13:53:16 +0000 (14:53 +0100)]
Merge branch 'master' into mcm_ajax_progress
Manuel Carrasco Moñino [Thu, 19 Dec 2013 13:50:57 +0000 (14:50 +0100)]
Fix test
Manuel Carrasco [Thu, 19 Dec 2013 13:49:04 +0000 (05:49 -0800)]
Merge pull request #255 from gwtquery/mcm_fix_issue_230
Fix names in Data binder generators.
Manuel Carrasco Moñino [Thu, 19 Dec 2013 13:39:57 +0000 (14:39 +0100)]
prinln
Manuel Carrasco Moñino [Thu, 19 Dec 2013 12:58:55 +0000 (13:58 +0100)]
Use a hash to customize filters. Include more filters present in jquery. Fixes issues #230 #184 #220
Manolo Carrasco [Wed, 18 Dec 2013 18:43:09 +0000 (19:43 +0100)]
Add support for Forms and progress in ajax. Fixes issue #253
Manolo Carrasco [Wed, 18 Dec 2013 18:38:22 +0000 (19:38 +0100)]
Fix names in Data binder generators. Fixes issue #230
Manolo Carrasco [Wed, 18 Dec 2013 18:28:58 +0000 (19:28 +0100)]
Updating version to new snapshot
Manolo Carrasco [Mon, 16 Dec 2013 03:43:57 +0000 (19:43 -0800)]
Implement index() without arguments. Fixes issue #225
Manolo Carrasco [Mon, 16 Dec 2013 03:40:12 +0000 (19:40 -0800)]
Dont change name annotation names. Fixes issue #230
Manolo Carrasco [Thu, 12 Dec 2013 02:37:31 +0000 (18:37 -0800)]
Merge branch 'master' of github.com:gwtquery/gwtquery into gquery_1_4_release
jdramaix [Thu, 12 Dec 2013 02:36:47 +0000 (18:36 -0800)]
add off()
Manolo Carrasco [Thu, 12 Dec 2013 02:18:45 +0000 (18:18 -0800)]
Merge branch 'master' into gquery_1_4_release
Manolo Carrasco [Thu, 12 Dec 2013 01:58:15 +0000 (17:58 -0800)]
Implementation of on/off methods, deprecate live, die, delegate, undelegate
Julien Dramaix [Wed, 11 Dec 2013 13:59:48 +0000 (05:59 -0800)]
Merge pull request #252 from manolo/master
Support for '%' and other units in CSS3 animations, Fix broken code and tests.
Manuel Carrasco Moñino [Tue, 10 Dec 2013 19:49:31 +0000 (20:49 +0100)]
Merge branch 'master' into gquery_1_4_release
Manuel Carrasco Moñino [Tue, 10 Dec 2013 19:49:05 +0000 (20:49 +0100)]
For some reason compiler does not likes $this
Manuel Carrasco Moñino [Tue, 10 Dec 2013 17:33:28 +0000 (18:33 +0100)]
Merge branch 'master' into gquery_1_4_release
Manuel Carrasco Moñino [Tue, 10 Dec 2013 17:33:12 +0000 (18:33 +0100)]
Fix imports in LazyGquery
Manuel Carrasco Moñino [Tue, 10 Dec 2013 17:29:21 +0000 (18:29 +0100)]
Changing version for a new release
Manuel Carrasco Moñino [Tue, 10 Dec 2013 17:24:52 +0000 (18:24 +0100)]
Update lazy interfaces
Manuel Carrasco Moñino [Tue, 10 Dec 2013 16:23:33 +0000 (17:23 +0100)]
add duration
Manuel Carrasco Moñino [Tue, 10 Dec 2013 16:21:35 +0000 (17:21 +0100)]
variable names
Manuel Carrasco Moñino [Tue, 10 Dec 2013 16:18:07 +0000 (17:18 +0100)]
Rolling back to transitionEnd since setting transitionEnd made custom events fail (slideEnter)
Manuel Carrasco Moñino [Tue, 10 Dec 2013 14:32:00 +0000 (15:32 +0100)]
Support for animation delays compatible with GQuery queues
Manuel Carrasco Moñino [Tue, 10 Dec 2013 12:49:39 +0000 (13:49 +0100)]
Using transitionend envents instead of gquery delays
Manuel Carrasco Moñino [Tue, 10 Dec 2013 10:35:23 +0000 (11:35 +0100)]
Fixing broken code introduced in commit
0f3d35d4999c215d961197c86ee60319b648e696
Manuel Carrasco Moñino [Tue, 10 Dec 2013 10:21:43 +0000 (11:21 +0100)]
Fix testLiveWithNameSpace