Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix casting exception | Manuel Carrasco Moñino | 2013-04-10 | 1 | -3/+1 | |
| | ||||||
* | Merge pull request #22 from manolo/master | Manuel Carrasco | 2013-04-09 | 11 | -266/+720 | |
|\ | | | | | Implementation 'then', queue/effects promises & 'when' with any object | |||||
| * | cosmetic and formal change of string sum by string builder. I believe it ↵ | Manuel Carrasco Moñino | 2013-04-09 | 1 | -9/+9 | |
| | | | | | | | | does not improves anything in compiled mode though. | |||||
| * | Constants | Manuel Carrasco Moñino | 2013-04-09 | 1 | -6/+5 | |
| | | ||||||
| * | Naming int idexes, and adding a couple of comments to inner function to ↵ | Manuel Carrasco Moñino | 2013-04-08 | 3 | -18/+27 | |
| | | | | | | | | understand better the code | |||||
| * | Fix pipelined promises when the function returned promised was rejected | Manuel Carrasco Moñino | 2013-04-06 | 4 | -8/+59 | |
| | | ||||||
| * | Resolve referred with plain objects. Pass the same parameters to "done" ↵ | Manuel Carrasco Moñino | 2013-04-03 | 5 | -18/+100 | |
| | | | | | | | | functions than jquery does. More testing | |||||
| * | remove null argument | Manuel Carrasco Moñino | 2013-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | Implement promises for QueuePlugin (valid for GQuery and Effects). Fix delay ↵ | Manuel Carrasco Moñino | 2013-04-02 | 6 | -74/+290 | |
| | | | | | | | | method in QueuePlugin which was executing functions twice, and fix dequeue as well. Added tests | |||||
| * | typo | Manuel Carrasco Moñino | 2013-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | Fix Deferred.Promise.then() since it should pipeline Promises returned by ↵ | Manuel Carrasco Moñino | 2013-03-23 | 3 | -178/+235 | |
| | | | | | | | | filter functions. More tests | |||||
| * | returned js values in runJavascriptFunctionImpl should be boxed, share ↵ | Manuel Carrasco Moñino | 2013-03-23 | 2 | -9/+36 | |
| | | | | | | | | method used for boxing js values | |||||
| * | Configure core tests so as we can run with a browser | Manuel Carrasco Moñino | 2013-03-23 | 1 | -0/+13 | |
| | | ||||||
* | | Merge pull request #21 from manolo/master | Manuel Carrasco | 2013-03-22 | 15 | -500/+650 | |
|\| | | | | | Simply Ajax plugin using Deferred helpers for RequestBuilder and Jsonp. Add Deferred Helper for Jsonp. | |||||
| * | typo | Manuel Carrasco Moñino | 2013-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | NL | Manuel Carrasco Moñino | 2013-03-21 | 5 | -5/+5 | |
| | | ||||||
| * | Merge branch 'master' of github.com:gwtquery/gwtquery | Manuel Carrasco Moñino | 2013-03-19 | 1 | -1/+6 | |
| |\ | |/ |/| | ||||||
* | | Support adding widgets to widgets which not override Panel.add method like ↵ | Manuel Carrasco Moñino | 2013-03-19 | 1 | -1/+6 | |
| | | | | | | | | tables | |||||
* | | Merge pull request #20 from manolo/master | Manuel Carrasco | 2013-03-18 | 3 | -13/+195 | |
|\ \ | | | | | | | Helpers for async gwt services | |||||
| | * | Re-write Promise.then since it must return a new promise instead of itself | Manuel Carrasco Moñino | 2013-03-18 | 6 | -48/+105 | |
| | | | ||||||
| | * | Remove methods not used anymore | Manuel Carrasco Moñino | 2013-03-18 | 1 | -12/+0 | |
| | | | ||||||
| | * | Add copyright to new files | Manuel Carrasco Moñino | 2013-03-18 | 5 | -0/+65 | |
| | | | ||||||
| | * | Add two methods present in the jquery Promise object | Manuel Carrasco Moñino | 2013-03-18 | 4 | -6/+24 | |
| | | | ||||||
| | * | reduce visibility of DeferredPromiseImpl | Manuel Carrasco Moñino | 2013-03-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Extract helper classes from the Deferred class, so as we dont get ↵ | Manuel Carrasco Moñino | 2013-03-18 | 12 | -452/+480 | |
| | | | | | | | | | | | | compilation errors if the project does not depend on RequestFactory. Move all Deferred stuff so its own namespace | |||||
| | * | Use RequestBuilder Deferred helpers in Ajax plugin to simply the code | Manuel Carrasco Moñino | 2013-03-18 | 1 | -77/+21 | |
| | | | ||||||
| | * | Fix NPE | Manuel Carrasco Moñino | 2013-03-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Promise helper for JsonpRequestBuilder | Manuel Carrasco Moñino | 2013-03-18 | 1 | -1/+51 | |
| |/ | ||||||
| * | javadoc typo | Manuel Carrasco Moñino | 2013-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | use arguments | Manuel Carrasco Moñino | 2013-03-17 | 1 | -9/+10 | |
| | | ||||||
| * | Adding some utility classes to create Promises for GWT RequestBuilder, RPC ↵ | Manuel Carrasco Moñino | 2013-03-17 | 2 | -6/+117 | |
| | | | | | | | | and RFC services | |||||
| * | Test nested promises | Manuel Carrasco Moñino | 2013-03-17 | 1 | -0/+47 | |
| | | ||||||
| * | Implement Promises for GWT RPC services | Manuel Carrasco Moñino | 2013-03-17 | 1 | -9/+32 | |
|/ | ||||||
* | update archetype version | Manuel Carrasco Moñino | 2013-03-16 | 2 | -1/+4 | |
| | ||||||
* | Explain how to use superdev mode with maven | Manuel Carrasco Moñino | 2013-03-16 | 3 | -30/+7 | |
| | ||||||
* | Fix jsni syntax error after merging | Manuel Carrasco Moñino | 2013-03-15 | 2 | -6/+39 | |
| | ||||||
* | Merge latest changes in gquery-1.3.2 | Manuel Carrasco Moñino | 2013-03-15 | 17 | -89/+202 | |
|\ | ||||||
| * | set the new snapshot version | Manuel Carrasco Moñino | 2013-03-15 | 8 | -9/+9 | |
| | | ||||||
| * | update archetype versions | Manuel Carrasco Moñino | 2013-03-15 | 2 | -3/+3 | |
| | | ||||||
| * | Removed unused maven pluginrelease-1.3.2 | Manuel Carrasco Moñino | 2013-03-15 | 1 | -15/+0 | |
| | | ||||||
| * | Changing version so as we can release gquery 1.3.2 | Manuel Carrasco Moñino | 2013-03-15 | 8 | -9/+9 | |
| | | ||||||
| * | Merge pull request #19 from manolo/props | Manuel Carrasco | 2013-03-15 | 9 | -66/+197 | |
| |\ | | | | | | | GQuery prop method | |||||
| | * | Enclose println used warn the user in dev mode in a block so as it does not ↵ | Manuel Carrasco Moñino | 2013-03-15 | 3 | -5/+10 | |
| | | | | | | | | | | | | generates any code in production | |||||
| | * | Remove comment | Manuel Carrasco Moñino | 2013-03-14 | 1 | -1/+0 | |
| | | | ||||||
| | * | This change should not be committed | Manuel Carrasco Moñino | 2013-03-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | Implementation of prop methods so as we can read any property from any JSO ↵ | Manuel Carrasco Moñino | 2013-03-14 | 9 | -64/+191 | |
| |/ | | | | | | | and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1 | |||||
* | | Change constructors of DeferredPromiseImpl. Some cosmetic changes | Manuel Carrasco Moñino | 2013-03-15 | 2 | -29/+30 | |
| | | ||||||
* | | use getArgument | Manuel Carrasco Moñino | 2013-03-15 | 1 | -1/+1 | |
| | | ||||||
* | | Use getArgument in the test | Manuel Carrasco Moñino | 2013-03-15 | 1 | -64/+60 | |
| | | ||||||
* | | Add a couple of missing methods | Manuel Carrasco Moñino | 2013-03-15 | 3 | -5/+18 | |
| | |