aboutsummaryrefslogtreecommitdiffstats
path: root/extractInterface.pl
Commit message (Collapse)AuthorAgeFilesLines
* Removing checkstyle errorsManolo Carrasco2015-01-021-1/+1
|
* Changing script to generate lazy interfaces so as plugins could import any ↵Manolo Carrasco2014-02-021-1/+1
| | | | 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
* Update lazy interfacesManolo Carrasco2014-01-271-0/+1
|
* Do not copy deprecated methods in lazy interfaces to avoid compiler warningsManolo Carrasco2011-02-141-1/+4
|
* Script to generate code of lazyInterfaces was removing some valid lines in ↵Manolo Carrasco2010-07-181-1/+1
| | | | javadocs
* Many changes almost related with effects and the re-factor of plugins:Manolo Carrasco2010-06-111-0/+81
- 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.