aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-462/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+1
* Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-201-221/+0
* Merge branch '6.8'Johannes Dahlström2012-06-191-1/+0
|\
* | Merge commit '17c14'Johannes Dahlström2012-06-121-19/+27
|\|
| * #8297 Do not use static logger instancesHenri Sara2012-06-051-16/+26
* | Component no longer implements PaintableArtur Signell2012-04-121-24/+15
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-12/+7
* | Remove @ClientWidget for RootLeif Åstrand2011-12-221-1/+2
* | Misc minor javadoc fixesArtur Signell2011-12-121-1/+1
|/
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* #5026 WidgetSetBuilder creates duplicate references to non-Vaadin GWT modulesArtur Signell2011-01-181-24/+30
* Reverted [16446] as the problem was an extra .class file and catching all jav...Artur Signell2010-12-101-6/+0
* #6129 - Widgetset compilation fails when encountering a NoClassDefFoundErrorArtur Signell2010-12-101-0/+6
* #5954 - ClassPathExplorer.searchForPaintables should only search Vaadin add-o...Artur Signell2010-11-051-1/+43
* Merged ClassPathExplorer fixes for #5953, #5957Artur Signell2010-11-051-11/+33
* #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-251-3/+4
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-8/+7
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-7/+9
* #4907 javadoc for ClassPathExplorerHenri Sara2010-06-301-8/+117
* #5114 correction: prefix map keys for uniquenessHenri Sara2010-06-021-3/+8
* #5114 eliminate the use of java.net.URL as map key (and set value) in ClassPa...Henri Sara2010-06-011-24/+24
* fixes #4476, subclasses where not searched for @clientwidget/@clientcriteria ...Matti Tahvonen2010-04-011-2/+1
* Speed up widget map generation significantly by ignoring hidden files and dir...Henri Sara2010-04-011-2/+6
* finished renameMatti Tahvonen2010-03-231-2/+2
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
* merged changes from 6.3 + some container related changesMatti Tahvonen2010-03-051-4/+12
|\
| * Merged code changes from 6.2Henri Sara2010-02-011-4/+12
* | criterion map now generated from annotations from server side counterpartMatti Tahvonen2010-02-171-0/+16
|/
* Initial GWT 2.0.0 support (#3810)Artur Signell2009-12-181-5/+1
* improving debug messagesMatti Tahvonen2009-12-151-7/+10
* debug messages now goes to loggerMatti Tahvonen2009-12-151-13/+48
* Added null check as all jars do not include a manifestArtur Signell2009-11-131-4/+7
* Added null check as all jars do not include a manifestArtur Signell2009-11-131-6/+10
* Create widgetset in first suitable classpath directory - should be a source d...Henri Sara2009-10-281-5/+60
* Corrections to support for multiple source paths in widgetset builderHenri Sara2009-10-271-1/+15
* Support multiple source paths in widgetset builder - not yet testedHenri Sara2009-10-271-11/+12
* widget packagingMatti Tahvonen2009-10-061-0/+11
* vaadin widget jars now detected by details in manifest file, simple widgetset...Matti Tahvonen2009-09-291-0/+349