]> source.dussan.org Git - gwtquery.git/commit
Many changes almost related with effects and the re-factor of plugins:
authorManolo Carrasco <manolo@apache.org>
Fri, 11 Jun 2010 09:53:32 +0000 (09:53 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 11 Jun 2010 09:53:32 +0000 (09:53 +0000)
commitcab2af2f44f0336bbb75a451eb8feef6bd5bbb93
treea9b283caad4d6a666ef460ad9fc361430271ac32
parent95ddf5b769e98e2497caf938787ea0d90b1ee386
Many changes almost related with effects and the re-factor of plugins:
- Removed plugin stuff which already were moved to the plugins module
- Moved all GQuery core plugin stuff into the plugins namespace
- Redesign and recode of the Effects plugin using GWT animate as base
- Documented many undocumented methods
- Added a couple of scripts to generate Lazy interfaces from the class
- Modifications to the effects sample to show the usage of the effects plugin
- More tests cases in the devtest module.
- Many other minor changes.
38 files changed:
devtest/pom.xml
devtest/src/main/java/com/google/gwt/query/client/DevTestRunner.java
devtest/src/main/java/com/google/gwt/query/client/MyTestCase.java
extractInterface.pl [new file with mode: 0644]
extractLazyInterfaces.sh [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/Effects.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/Events.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/EventsListener.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQueryQueue.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyEffects.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImplIE.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ClipAnimation.java [new file with mode: 0755]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java [new file with mode: 0755]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/EventsListener.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/GQueryQueue.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEffects.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEvents.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/PropertiesAnimation.java [new file with mode: 0755]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Ratings.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Widgets.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/public/delete.gif [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/public/gquery-star-ratings.css [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/public/star.gif [deleted file]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java
plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java
samples/pom.xml
samples/src/main/java/gwtquery/samples/client/GwtQueryBenchModule.java
samples/src/main/java/gwtquery/samples/client/GwtQueryDemoModule.java
samples/src/main/java/gwtquery/samples/client/GwtQueryEffectsModule.java
samples/src/main/java/gwtquery/samples/client/MySelectors.java
samples/src/main/java/gwtquery/samples/public/GwtQueryEffects.html
samples/src/main/java/gwtquery/samples/public/racetrack.html