Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -462/+0 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+1 |
| | |||||
* | Eliminate scanning for accept criteria by reversed annotation (#8641) | Henri Sara | 2012-06-20 | 1 | -221/+0 |
| | | | | | | | The new annotation is called AcceptCriterion and is on the client side class, pointing to the server side implementation. This change also addresses #5956 (avoid loading classes when scanning - no more scanning for criteria) and #6750 (logging). | ||||
* | Merge branch '6.8' | Johannes Dahlström | 2012-06-19 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations | ||||
* | | Merge commit '17c14' | Johannes Dahlström | 2012-06-12 | 1 | -19/+27 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/util/MethodPropertyDescriptor.java src/com/vaadin/data/util/sqlcontainer/SQLContainer.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/DragAndDropService.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java src/com/vaadin/ui/Table.java tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java | ||||
| * | #8297 Do not use static logger instances | Henri Sara | 2012-06-05 | 1 | -16/+26 |
| | | | | | | | | svn changeset:23882/svn branch:6.8 | ||||
* | | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -24/+15 |
| | | |||||
* | | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -12/+7 |
| | | |||||
* | | Remove @ClientWidget for Root | Leif Åstrand | 2011-12-22 | 1 | -1/+2 |
| | | | | | | | | | | | | The annotation causes problems when reading other annotations in application servers with too eager classloaders. The annotation is also useless as the client side widget for Root is hardcoded in the widgetset. | ||||
* | | Misc minor javadoc fixes | Artur Signell | 2011-12-12 | 1 | -1/+1 |
|/ | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | #5026 WidgetSetBuilder creates duplicate references to non-Vaadin GWT modules | Artur Signell | 2011-01-18 | 1 | -24/+30 |
| | | | | svn changeset:16919/svn branch:6.5 | ||||
* | Reverted [16446] as the problem was an extra .class file and catching all ↵ | Artur Signell | 2010-12-10 | 1 | -6/+0 |
| | | | | | | java.lang.Error would also catch all virtual machine errors such as out of memory problems svn changeset:16449/svn branch:6.5 | ||||
* | #6129 - Widgetset compilation fails when encountering a NoClassDefFoundError | Artur Signell | 2010-12-10 | 1 | -0/+6 |
| | | | | svn changeset:16446/svn branch:6.5 | ||||
* | #5954 - ClassPathExplorer.searchForPaintables should only search Vaadin ↵ | Artur Signell | 2010-11-05 | 1 | -1/+43 |
| | | | | | | add-on jars svn changeset:15892/svn branch:6.5 | ||||
* | Merged ClassPathExplorer fixes for #5953, #5957 | Artur Signell | 2010-11-05 | 1 | -11/+33 |
| | | | | svn changeset:15891/svn branch:6.5 | ||||
* | #5715 server-side logging: some changes to the used log levels | Henri Sara | 2010-10-25 | 1 | -3/+4 |
| | | | | svn changeset:15692/svn branch:6.5 | ||||
* | This is the implementation of the server-side logging feature | Jonatan Kronqvist | 2010-10-12 | 1 | -8/+7 |
| | | | | | | | | | - Changed some loglevels according to review - Don't log unecessary stacktraces in portlets - printStackTrace:s replaced with JUL logging - System.out and System.errs replaced with JUL logging svn changeset:15493/svn branch:6.5 | ||||
* | Fixed compiler warnings in demo and core source (#2274) | Artur Signell | 2010-10-07 | 1 | -0/+1 |
| | | | | svn changeset:15451/svn branch:6.5 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -7/+9 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | #4907 javadoc for ClassPathExplorer | Henri Sara | 2010-06-30 | 1 | -8/+117 |
| | | | | svn changeset:13973/svn branch:6.4 | ||||
* | #5114 correction: prefix map keys for uniqueness | Henri Sara | 2010-06-02 | 1 | -3/+8 |
| | | | | svn changeset:13486/svn branch:6.4 | ||||
* | #5114 eliminate the use of java.net.URL as map key (and set value) in ↵ | Henri Sara | 2010-06-01 | 1 | -24/+24 |
| | | | | | | ClassPathExplorer svn changeset:13475/svn branch:6.4 | ||||
* | fixes #4476, subclasses where not searched for @clientwidget/@clientcriteria ↵ | Matti Tahvonen | 2010-04-01 | 1 | -2/+1 |
| | | | | | | annotations if they where in jar files svn changeset:12284/svn branch:6.3 | ||||
* | Speed up widget map generation significantly by ignoring hidden files and ↵ | Henri Sara | 2010-04-01 | 1 | -2/+6 |
| | | | | | | directories svn changeset:12273/svn branch:6.3 | ||||
* | finished rename | Matti Tahvonen | 2010-03-23 | 1 | -2/+2 |
| | | | | svn changeset:12023/svn branch:6.3 | ||||
* | Added missing @ITMillApache2LicenseForJavaFiles@ | Artur Signell | 2010-03-09 | 1 | -0/+3 |
| | | | | svn changeset:11733/svn branch:6.3 | ||||
* | merged changes from 6.3 + some container related changes | Matti Tahvonen | 2010-03-05 | 1 | -4/+12 |
|\ | | | | | | | svn changeset:11664/svn branch:6.3_dd | ||||
| * | Merged code changes from 6.2 | Henri Sara | 2010-02-01 | 1 | -4/+12 |
| | | | | | | | | svn changeset:11069/svn branch:6.3 | ||||
* | | criterion map now generated from annotations from server side counterpart | Matti Tahvonen | 2010-02-17 | 1 | -0/+16 |
|/ | | | | svn changeset:11350/svn branch:6.3_dd | ||||
* | Initial GWT 2.0.0 support (#3810) | Artur Signell | 2009-12-18 | 1 | -5/+1 |
| | | | | svn changeset:10436/svn branch:6.3 | ||||
* | improving debug messages | Matti Tahvonen | 2009-12-15 | 1 | -7/+10 |
| | | | | svn changeset:10325/svn branch:6.2 | ||||
* | debug messages now goes to logger | Matti Tahvonen | 2009-12-15 | 1 | -13/+48 |
| | | | | svn changeset:10318/svn branch:6.2 | ||||
* | Added null check as all jars do not include a manifest | Artur Signell | 2009-11-13 | 1 | -4/+7 |
| | | | | svn changeset:9787/svn branch:6.2 | ||||
* | Added null check as all jars do not include a manifest | Artur Signell | 2009-11-13 | 1 | -6/+10 |
| | | | | svn changeset:9779/svn branch:6.2 | ||||
* | Create widgetset in first suitable classpath directory - should be a source ↵ | Henri Sara | 2009-10-28 | 1 | -5/+60 |
| | | | | | | directory svn changeset:9430/svn branch:6.2 | ||||
* | Corrections to support for multiple source paths in widgetset builder | Henri Sara | 2009-10-27 | 1 | -1/+15 |
| | | | | svn changeset:9412/svn branch:6.2 | ||||
* | Support multiple source paths in widgetset builder - not yet tested | Henri Sara | 2009-10-27 | 1 | -11/+12 |
| | | | | svn changeset:9411/svn branch:6.2 | ||||
* | widget packaging | Matti Tahvonen | 2009-10-06 | 1 | -0/+11 |
| | | | | svn changeset:9093/svn branch:2009-09-widget-packaging_3332 | ||||
* | vaadin widget jars now detected by details in manifest file, simple ↵ | Matti Tahvonen | 2009-09-29 | 1 | -0/+349 |
widgetsetbuilder tool + some refactoring svn changeset:8990/svn branch:2009-09-widget-packaging_3332 |