summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-676/+0
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-261-11/+6
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+3
* Support for SuperDevMode through ?superdevmode (#8983)Artur Signell2012-06-281-0/+5
* Rename widget -> dependency in delayed load handling (#9044)Leif Åstrand2012-06-271-10/+10
* Merge branch '6.8'Johannes Dahlström2012-06-191-3/+2
|\
* | Merge commit '0a7f33'Johannes Dahlström2012-06-121-10/+16
|\|
| * Refactor ?debug detection (#8923)Leif Åstrand2012-06-071-10/+13
| * Add test for $entry and make it ignore some false positives (#8699)Leif Åstrand2012-04-251-0/+1
* | Initial extension support (#6690)Leif Åstrand2012-06-061-8/+8
* | Send widgetset version with the first UIDL requestArtur Signell2012-05-111-0/+20
* | Add $entry to code only present in Vaadin 7 (#8699)Leif Åstrand2012-05-041-1/+3
* | Update #8544 to be more verbose and to show more exceptionsLeif Åstrand2012-04-101-33/+0
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-18/+32
* | Print full exceptions to stderr in dev modeLeif Åstrand2012-03-221-0/+4
* | Also show the exception typeLeif Åstrand2012-03-221-6/+11
* | Improve notification for uncaught UmbrellaExceptionLeif Åstrand2012-03-211-2/+17
* | Show uncaught exceptions as notifications (#8544)Leif Åstrand2012-03-211-0/+9
* | #8448 Replaced id and connection setters with parameters to the init method a...Artur Signell2012-02-281-0/+7
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-3/+3
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-5/+5
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-311-6/+2
|\|
| * Synchronized 6.8 branch between svn and git.Build Agent2012-01-311-6/+2
* | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8)Artur Signell2012-01-311-2/+6
|\|
| * Fix some typos (#8143)Leif Åstrand2011-12-161-2/+2
| * #8143 Enable using a completely different implementation for VConsoleLeif Åstrand2011-12-161-4/+8
| * Merged changes from 6.8Johannes Dahlström2011-12-221-6/+6
* | #8324 Fixed a reference to VUnkownComponent that should point to VUnkownCompo...Jens Jansson2012-01-311-2/+1
* | #8324 Splitted VUnknownComponent into Widget and Paintable.Jens Jansson2012-01-311-2/+4
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-5/+5
* | Change getConfigString to not return null for empty string (#8274)Leif Åstrand2012-01-201-1/+1
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2011-12-201-2/+7
|\|
| * Merge #8143 to 6.8 and add missing methods to the Console interfaceLeif Åstrand2011-12-161-2/+7
* | Ensure WebBrowser is updated and available from BrowserDetails (#8098)Leif Åstrand2011-12-151-0/+28
* | Merge branch 'windowing'Marc Englund2011-12-141-0/+15
|\ \
| * | UIDL can now be included in initial html, or second 'browser details' respons...Marc Englund2011-12-141-0/+15
* | | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\ \ \ | |/ / |/| / | |/
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | Add javadocs for some new methodsLeif Åstrand2011-12-071-0/+107
* | Rework bootstrap to support loading widgetset without applicationLeif Åstrand2011-11-281-29/+21
* | Introduce vaadinBootstrap.js and use it to init the widgetsetLeif Åstrand2011-11-241-141/+123
* | Pass around rootId instead of windowName and use it to find the RootLeif Åstrand2011-11-101-9/+5
* | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-101-17/+0
|\ \
| * | #7912 Remove support for IE6Leif Åstrand2011-11-091-17/+0
| * | Formatting changesLeif Åstrand2011-11-091-6/+6
| |/
* | Removed the Root interface and renamed DefaultRoot class to RootLeif Åstrand2011-11-031-7/+7
* | Split Window to Root and WindowLeif Åstrand2011-11-011-1/+1
|/
* #7496 Undo r20719 as the additional '{' and '}' in the css causes Safari 4 to...Leif Åstrand2011-08-301-24/+7
* #7496 Theme files loaded from a css file using AlphaImageLoader only works in...Leif Åstrand2011-08-301-7/+24
* Merged changes to 6.7Henri Sara2011-07-271-7/+33