]> source.dussan.org Git - gwtquery.git/log
gwtquery.git
10 years agoFix setters with Binder objects
Manuel Carrasco Moñino [Tue, 7 Jan 2014 07:26:21 +0000 (08:26 +0100)]
Fix setters with Binder objects

10 years agoUse gwtSetup instead of constructor in gwt test
Manuel Carrasco Moñino [Tue, 7 Jan 2014 07:00:58 +0000 (08:00 +0100)]
Use gwtSetup instead of constructor in gwt test

10 years agoImplement as method to convert between types
Manuel Carrasco Moñino [Tue, 7 Jan 2014 06:52:46 +0000 (07:52 +0100)]
Implement as method to convert between types

10 years agoTest refactoring. Remove hacked classes used during testing
Manuel Carrasco Moñino [Mon, 6 Jan 2014 20:22:14 +0000 (21:22 +0100)]
Test refactoring. Remove hacked classes used during testing

10 years agoFix tests, and clean servlet output
Manuel Carrasco Moñino [Sun, 5 Jan 2014 18:01:10 +0000 (19:01 +0100)]
Fix tests, and clean servlet output

10 years agoFix timeout and CORS implementation of JVM
Manolo Carrasco [Sun, 5 Jan 2014 15:45:17 +0000 (16:45 +0100)]
Fix timeout and CORS implementation of JVM

10 years agoImplemented Ajax for JVM, and tests
Manuel Carrasco Moñino [Sat, 4 Jan 2014 21:57:15 +0000 (22:57 +0100)]
Implemented Ajax for JVM, and tests

10 years agoRemove method used for testing
Manuel Carrasco Moñino [Mon, 30 Dec 2013 20:03:03 +0000 (21:03 +0100)]
Remove method used for testing

10 years agoFix some issues related with FormData submit
Manuel Carrasco Moñino [Mon, 30 Dec 2013 20:00:47 +0000 (21:00 +0100)]
Fix some issues related with FormData submit

10 years agoAdding first stuff to implement ajax in js and jvm
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

10 years agoUsing Binder interface in certain ajax properties
Manuel Carrasco Moñino [Sat, 28 Dec 2013 22:26:57 +0000 (23:26 +0100)]
Using Binder interface in certain ajax properties

10 years agoUse getName makes more sense
Manuel Carrasco Moñino [Sat, 28 Dec 2013 17:09:51 +0000 (18:09 +0100)]
Use getName makes more sense

10 years agoImplement generic interface for Binders so as we can use it in JS and JVM
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

10 years agoremove println
Manuel Carrasco Moñino [Sat, 28 Dec 2013 10:17:31 +0000 (11:17 +0100)]
remove println

10 years agoMerge branch 'master' of github.com:gwtquery/gwtquery into mcm_jsonbuilder_jvm
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

10 years agotypo
Manolo Carrasco [Sat, 28 Dec 2013 08:42:52 +0000 (09:42 +0100)]
typo

10 years agoadd new test to suite
Manuel Carrasco Moñino [Fri, 27 Dec 2013 21:58:04 +0000 (22:58 +0100)]
add new test to suite

10 years agoImplementation of JsonBuilders for the JVM. Moved tests to class which can be run...
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

10 years agoFallBack to dummy implementation in IE8 IE9, and fix merge issues
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

10 years agoMerge branch 'master' of github.com:gwtquery/gwtquery
Manuel Carrasco Moñino [Mon, 23 Dec 2013 09:29:12 +0000 (10:29 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery

10 years agoMerge pull request #256 from gwtquery/mcm_ajax_progress
Manuel Carrasco [Mon, 23 Dec 2013 09:14:04 +0000 (01:14 -0800)]
Merge pull request #256 from gwtquery/mcm_ajax_progress

done

10 years agoClose string in test
Manuel Carrasco Moñino [Fri, 20 Dec 2013 08:31:56 +0000 (09:31 +0100)]
Close string in test

10 years agoMerge branch 'master' into mcm_selector_filters
Manuel Carrasco Moñino [Thu, 19 Dec 2013 13:56:26 +0000 (14:56 +0100)]
Merge branch 'master' into mcm_selector_filters

10 years agoMerge branch 'master' into mcm_ajax_progress
Manuel Carrasco Moñino [Thu, 19 Dec 2013 13:53:16 +0000 (14:53 +0100)]
Merge branch 'master' into mcm_ajax_progress

10 years agoFix test
Manuel Carrasco Moñino [Thu, 19 Dec 2013 13:50:57 +0000 (14:50 +0100)]
Fix test

10 years agoMerge pull request #255 from gwtquery/mcm_fix_issue_230
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.

10 years agoprinln
Manuel Carrasco Moñino [Thu, 19 Dec 2013 13:39:57 +0000 (14:39 +0100)]
prinln

10 years agoUse a hash to customize filters. Include more filters present in jquery. Fixes issues...
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

10 years agoAdd support for Forms and progress in ajax. Fixes issue #253
Manolo Carrasco [Wed, 18 Dec 2013 18:43:09 +0000 (19:43 +0100)]
Add support for Forms and progress in ajax. Fixes issue #253

10 years agoFix names in Data binder generators. Fixes issue #230
Manolo Carrasco [Wed, 18 Dec 2013 18:38:22 +0000 (19:38 +0100)]
Fix names in Data binder generators. Fixes issue #230

10 years agoUpdating version to new snapshot
Manolo Carrasco [Wed, 18 Dec 2013 18:28:58 +0000 (19:28 +0100)]
Updating version to new snapshot

10 years agoImplement index() without arguments. Fixes issue #225
Manolo Carrasco [Mon, 16 Dec 2013 03:43:57 +0000 (19:43 -0800)]
Implement index() without arguments. Fixes issue #225

10 years agoDont change name annotation names. Fixes issue #230
Manolo Carrasco [Mon, 16 Dec 2013 03:40:12 +0000 (19:40 -0800)]
Dont change name annotation names. Fixes issue #230

10 years agoMerge branch 'master' of github.com:gwtquery/gwtquery into gquery_1_4_release gquery_1_4_release release-1.4.0
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

10 years agoadd off()
jdramaix [Thu, 12 Dec 2013 02:36:47 +0000 (18:36 -0800)]
add off()

10 years agoMerge branch 'master' into gquery_1_4_release
Manolo Carrasco [Thu, 12 Dec 2013 02:18:45 +0000 (18:18 -0800)]
Merge branch 'master' into gquery_1_4_release

10 years agoImplementation of on/off methods, deprecate live, die, delegate, undelegate
Manolo Carrasco [Thu, 12 Dec 2013 01:58:15 +0000 (17:58 -0800)]
Implementation of on/off methods, deprecate live, die, delegate, undelegate

10 years agoMerge pull request #252 from manolo/master
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.

10 years agoMerge branch 'master' into gquery_1_4_release
Manuel Carrasco Moñino [Tue, 10 Dec 2013 19:49:31 +0000 (20:49 +0100)]
Merge branch 'master' into gquery_1_4_release

10 years agoFor some reason compiler does not likes $this
Manuel Carrasco Moñino [Tue, 10 Dec 2013 19:49:05 +0000 (20:49 +0100)]
For some reason compiler does not likes $this

10 years agoMerge branch 'master' into gquery_1_4_release
Manuel Carrasco Moñino [Tue, 10 Dec 2013 17:33:28 +0000 (18:33 +0100)]
Merge branch 'master' into gquery_1_4_release

10 years agoFix imports in LazyGquery
Manuel Carrasco Moñino [Tue, 10 Dec 2013 17:33:12 +0000 (18:33 +0100)]
Fix imports in LazyGquery

10 years agoChanging version for a new release
Manuel Carrasco Moñino [Tue, 10 Dec 2013 17:29:21 +0000 (18:29 +0100)]
Changing version for a new release

10 years agoUpdate lazy interfaces
Manuel Carrasco Moñino [Tue, 10 Dec 2013 17:24:52 +0000 (18:24 +0100)]
Update lazy interfaces

10 years agoadd duration
Manuel Carrasco Moñino [Tue, 10 Dec 2013 16:23:33 +0000 (17:23 +0100)]
add duration

10 years agovariable names
Manuel Carrasco Moñino [Tue, 10 Dec 2013 16:21:35 +0000 (17:21 +0100)]
variable names

10 years agoRolling back to transitionEnd since setting transitionEnd made custom events fail...
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)

10 years agoSupport for animation delays compatible with GQuery queues
Manuel Carrasco Moñino [Tue, 10 Dec 2013 14:32:00 +0000 (15:32 +0100)]
Support for animation delays compatible with GQuery queues

10 years agoUsing transitionend envents instead of gquery delays
Manuel Carrasco Moñino [Tue, 10 Dec 2013 12:49:39 +0000 (13:49 +0100)]
Using transitionend envents instead of gquery delays

10 years agoFixing broken code introduced in commit 0f3d35d4999c215d961197c86ee60319b648e696
Manuel Carrasco Moñino [Tue, 10 Dec 2013 10:35:23 +0000 (11:35 +0100)]
Fixing broken code introduced in commit 0f3d35d4999c215d961197c86ee60319b648e696

10 years agoFix testLiveWithNameSpace
Manuel Carrasco Moñino [Tue, 10 Dec 2013 10:21:43 +0000 (11:21 +0100)]
Fix testLiveWithNameSpace

10 years agoCSS3 animations where failing with "%" units, fixing it in the same way we do with...
Manuel Carrasco Moñino [Tue, 10 Dec 2013 08:48:12 +0000 (09:48 +0100)]
CSS3 animations where failing with "%" units, fixing it in the same way we do with non CSS3

10 years agoMerge pull request #251 from manolo/master
Manuel Carrasco [Tue, 10 Dec 2013 07:06:03 +0000 (23:06 -0800)]
Merge pull request #251 from manolo/master

done

10 years agoFix bug in deferred, it must not change status if finished
Manuel Carrasco Moñino [Mon, 9 Dec 2013 21:36:00 +0000 (22:36 +0100)]
Fix bug in deferred, it must not change status if finished

10 years agoFix gQuery failing when managing non native element objects
Manuel Carrasco Moñino [Mon, 9 Dec 2013 18:24:16 +0000 (19:24 +0100)]
Fix gQuery failing when managing non native element objects

10 years agoMerge pull request #250 from manolo/master
Manuel Carrasco [Mon, 9 Dec 2013 08:44:00 +0000 (00:44 -0800)]
Merge pull request #250 from manolo/master

done

10 years agoAllow custom replacers in jsni-bundle anotations
Manuel Carrasco Moñino [Mon, 9 Dec 2013 03:16:24 +0000 (04:16 +0100)]
Allow custom replacers in jsni-bundle anotations

10 years agoDont fail if method is not anotated
Manuel Carrasco Moñino [Mon, 9 Dec 2013 01:59:21 +0000 (02:59 +0100)]
Dont fail if method is not anotated

10 years agoJsniBundleGenerator: support for abstract classes
Manuel Carrasco Moñino [Sun, 8 Dec 2013 23:29:01 +0000 (00:29 +0100)]
JsniBundleGenerator: support for abstract classes

10 years agoMerge pull request #249 from manolo/master
Manuel Carrasco [Sun, 8 Dec 2013 23:27:59 +0000 (15:27 -0800)]
Merge pull request #249 from manolo/master

done

10 years agoFix issue in chrome refusing to set transition css property when an invalid key is...
Manuel Carrasco Moñino [Sun, 8 Dec 2013 12:52:47 +0000 (13:52 +0100)]
Fix issue in chrome refusing to set transition css property when an invalid key is in the set

10 years agoMerge pull request #248 from manolo/master
Manuel Carrasco [Sun, 8 Dec 2013 07:36:51 +0000 (23:36 -0800)]
Merge pull request #248 from manolo/master

Some fixes and changes related with animations

10 years agoConsider easing and duration passed in the properties object. Fix default duration...
Manuel Carrasco Moñino [Sat, 7 Dec 2013 19:46:13 +0000 (20:46 +0100)]
Consider easing and duration passed in the properties object. Fix default duration in animate.

10 years agodeprecate clip method in favour of the standard animate()
Manuel Carrasco Moñino [Sat, 7 Dec 2013 17:10:43 +0000 (18:10 +0100)]
deprecate clip method in favour of the standard animate()

10 years agoUse ClipAnimations by default because they extends default ones. Add properties based...
Manuel Carrasco Moñino [Sat, 7 Dec 2013 16:24:54 +0000 (17:24 +0100)]
Use ClipAnimations by default because they extends default ones. Add properties based constructors so as we can customize any animation via properties

10 years agoLazyGenerator was failing if we were calling the f() signature of the implemented...
Manuel Carrasco Moñino [Sat, 7 Dec 2013 16:09:05 +0000 (17:09 +0100)]
LazyGenerator was failing if we were calling the f() signature of the implemented function

10 years agoMerge pull request #247 from manolo/master
Manuel Carrasco [Sat, 7 Dec 2013 11:56:00 +0000 (03:56 -0800)]
Merge pull request #247 from manolo/master

done

10 years agoFix filter when element is window. A couple of format changes introduced by IDE
Manuel Carrasco Moñino [Sat, 7 Dec 2013 09:45:30 +0000 (10:45 +0100)]
Fix filter when element is window. A couple of format changes introduced by IDE

10 years agoShould call other f signature in order to return an object to java
Manuel Carrasco Moñino [Sat, 7 Dec 2013 00:51:38 +0000 (01:51 +0100)]
Should call other f signature in order to return an object to java

10 years agoAdding a method which facilitates exporting java methods
Manuel Carrasco Moñino [Sat, 7 Dec 2013 00:34:46 +0000 (01:34 +0100)]
Adding a method which facilitates exporting java methods

10 years agoMerge pull request #246 from gwtquery/jd_fix_event_1
Manuel Carrasco [Fri, 6 Dec 2013 11:12:15 +0000 (03:12 -0800)]
Merge pull request #246 from gwtquery/jd_fix_event_1

done

10 years agoMerge branch 'master' of github.com:gwtquery/gwtquery into jd_fix_event_1
jdramaix [Thu, 5 Dec 2013 23:26:55 +0000 (00:26 +0100)]
Merge branch 'master' of github.com:gwtquery/gwtquery into jd_fix_event_1

Conflicts:
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTestGwt.java

10 years agofix issue 25 + another small issue when we bind both bitless and bit events
jdramaix [Thu, 5 Dec 2013 23:22:05 +0000 (00:22 +0100)]
fix issue 25 + another small issue when we bind both bitless and bit events

10 years agoMerge pull request #245 from manolo/mcm_console
Manuel Carrasco [Thu, 5 Dec 2013 21:03:02 +0000 (13:03 -0800)]
Merge pull request #245 from manolo/mcm_console

merged

10 years agoAdding missing method in console
Manuel Carrasco Moñino [Thu, 5 Dec 2013 17:19:43 +0000 (18:19 +0100)]
Adding missing method in console

10 years agoupdate lazy interfaces
Manuel Carrasco Moñino [Thu, 5 Dec 2013 16:55:41 +0000 (17:55 +0100)]
update lazy interfaces

10 years agoImplementation of GQuery.console
Manuel Carrasco Moñino [Thu, 5 Dec 2013 16:46:28 +0000 (17:46 +0100)]
Implementation of GQuery.console

10 years agoMerge branch 'mcm_issue_26'
Manuel Carrasco Moñino [Tue, 3 Dec 2013 08:55:57 +0000 (09:55 +0100)]
Merge branch 'mcm_issue_26'

10 years agoMerge pull request #243 from manolo/mcm_cache_promises
Manuel Carrasco [Tue, 3 Dec 2013 08:54:27 +0000 (00:54 -0800)]
Merge pull request #243 from manolo/mcm_cache_promises

Adding ability to cache promises.

10 years agoFormatting
Manuel Carrasco Moñino [Tue, 3 Dec 2013 08:48:52 +0000 (09:48 +0100)]
Formatting

10 years agotests in jvm
Manuel Carrasco Moñino [Tue, 3 Dec 2013 08:46:24 +0000 (09:46 +0100)]
tests in jvm

10 years agoMerge pull request #244 from manolo/mcm_issue_26
Manuel Carrasco [Mon, 2 Dec 2013 15:57:32 +0000 (07:57 -0800)]
Merge pull request #244 from manolo/mcm_issue_26

Fix for issue 26

10 years agofixes issue #26
Manuel Carrasco Moñino [Mon, 2 Dec 2013 10:37:40 +0000 (11:37 +0100)]
fixes issue #26

10 years agoMerge pull request #242 from gwtquery/jd_fix_issue_211
Julien Dramaix [Sun, 1 Dec 2013 19:44:48 +0000 (11:44 -0800)]
Merge pull request #242 from gwtquery/jd_fix_issue_211

fix issue 211

10 years agoMerge pull request #241 from gwtquery/jd_add_test_issue216
Julien Dramaix [Sun, 1 Dec 2013 19:44:30 +0000 (11:44 -0800)]
Merge pull request #241 from gwtquery/jd_add_test_issue216

add test for issue #216

10 years agoMerge pull request #240 from gwtquery/jd_test_issue_226
Julien Dramaix [Sun, 1 Dec 2013 19:44:15 +0000 (11:44 -0800)]
Merge pull request #240 from gwtquery/jd_test_issue_226

test for issue #226

10 years agoAdding ability to cache promises.
Manuel Carrasco Moñino [Sat, 30 Nov 2013 11:57:24 +0000 (12:57 +0100)]
Adding ability to cache promises.

10 years agofix issue 211
jdramaix [Fri, 29 Nov 2013 12:08:22 +0000 (13:08 +0100)]
fix issue 211

10 years agoadd test for issue #216
jdramaix [Fri, 29 Nov 2013 11:48:13 +0000 (12:48 +0100)]
add test for issue #216

10 years agotest issue 226
jdramaix [Fri, 29 Nov 2013 11:30:01 +0000 (12:30 +0100)]
test issue 226

10 years agoMerge pull request #239 from gwtquery/jd_custom_event_fix_ie8
Julien Dramaix [Fri, 29 Nov 2013 11:19:22 +0000 (03:19 -0800)]
Merge pull request #239 from gwtquery/jd_custom_event_fix_ie8

fix ie8 custom event

10 years agoCode review comment
jdramaix [Fri, 29 Nov 2013 10:53:52 +0000 (11:53 +0100)]
Code review comment

10 years agofix ie8 custom event
jdramaix [Thu, 28 Nov 2013 23:38:43 +0000 (00:38 +0100)]
fix ie8 custom event

10 years agoMerge pull request #238 from manolo/master
Manuel Carrasco [Wed, 27 Nov 2013 07:00:46 +0000 (23:00 -0800)]
Merge pull request #238 from manolo/master

done

10 years agoreplace character
Manuel Carrasco Moñino [Wed, 27 Nov 2013 06:59:57 +0000 (07:59 +0100)]
replace character

10 years agouse replace instead of replaceAll because they are fixed conditions
Manuel Carrasco Moñino [Tue, 26 Nov 2013 20:03:24 +0000 (21:03 +0100)]
use replace instead of replaceAll because they are fixed conditions

10 years agoforgot delete this file
Manuel Carrasco Moñino [Tue, 26 Nov 2013 18:53:07 +0000 (19:53 +0100)]
forgot delete this file

10 years agoFix handling of inlined regexp since we have to double escape reverse-slashes, and...
Manuel Carrasco Moñino [Tue, 26 Nov 2013 18:52:50 +0000 (19:52 +0100)]
Fix handling of inlined regexp since we have to double escape reverse-slashes, and consider more cases where inlined regex could be

10 years agoinfo logs
Manuel Carrasco Moñino [Tue, 26 Nov 2013 10:50:42 +0000 (11:50 +0100)]
info logs

10 years agoChange PromiseRF namespace, so as we dont break the -strict flag. fixes issue 237
Manuel Carrasco Moñino [Tue, 26 Nov 2013 10:50:13 +0000 (11:50 +0100)]
Change PromiseRF namespace, so as we dont break the -strict flag. fixes issue 237