Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clean test | Manuel Carrasco Moñino | 2013-04-12 | 1 | -11/+1 | |
| | ||||||
* | Adding a new utility class to easily use pipelining. Add a isPending method ↵ | Manuel Carrasco Moñino | 2013-04-12 | 4 | -19/+131 | |
| | | | | to promises | |||||
* | Deprecate gwtquery JsRegexp implementation in favor of gwt RegExp which does ↵ | Manuel Carrasco Moñino | 2013-04-10 | 13 | -27/+268 | |
| | | | | exactly the same in client side, and works in jvm as well. Remove some imports | |||||
* | Change some browser dependencies so as we can use Deferred and Callbacks in ↵ | Manuel Carrasco Moñino | 2013-04-10 | 4 | -245/+46 | |
| | | | | JVM, added Jre tests for this stuff | |||||
* | Deferred object is not needed to be a plugin of gquery | Manuel Carrasco Moñino | 2013-04-10 | 1 | -15/+1 | |
| | ||||||
* | Fix casting exception | Manuel Carrasco Moñino | 2013-04-10 | 1 | -3/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | | 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 | |
| | ||||||
* | 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 | 9 | -78/+191 | |
|\ | ||||||
| * | set the new snapshot version | Manuel Carrasco Moñino | 2013-03-15 | 1 | -2/+2 | |
| | | ||||||
| * | 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 | 1 | -2/+2 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Implementation of prop methods so as we can read any property from any JSO ↵ | Manuel Carrasco Moñino | 2013-03-14 | 8 | -61/+188 | |
| | | | | | | | | 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 | |
| | | ||||||
* | | small re-ractoring | Manuel Carrasco Moñino | 2013-03-15 | 1 | -10/+10 | |
| | | ||||||
* | | Make setters in function chainable. Deprecate setters and getters in ↵ | Manuel Carrasco Moñino | 2013-03-15 | 1 | -12/+80 | |
| | | | | | | | | Function in favor of arguments. Safety methods to read arguments | |||||
* | | Create an interface for deferred. Create a utility abtract Promise to ↵ | Manuel Carrasco Moñino | 2013-03-15 | 5 | -21/+138 | |
| | | | | | | | | facilitate promise creation. Fix a NPE in callbacks |