aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove slashes from beginning or end of constants (#10140)Leif Åstrand2012-11-2112-24/+25
* Renamed communication event related classes (#10243)Artur Signell2012-11-211-18/+46
* Update @deprecated messages in VaadinService related classes (#10229)Leif Åstrand2012-11-2111-42/+36
* Merge "Reomove DynamicConnectorResource (#10227)"Artur Signell2012-11-217-246/+69
|\
| * Reomove DynamicConnectorResource (#10227)Leif Åstrand2012-11-217-246/+69
* | Global code cleanupLeif Åstrand2012-11-2157-86/+123
* | Implement abstract HasComponents related client side connectors (#10248)Henri Sara2012-11-2117-129/+186
|/
* Add shorthands for locking the session (#10225)Leif Åstrand2012-11-217-36/+84
* Merge "Rename DependencyResource to PublishedFile (#10224)"Leif Åstrand2012-11-218-65/+66
|\
| * Rename DependencyResource to PublishedFile (#10224)Leif Åstrand2012-11-218-65/+66
* | Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)Artur Signell2012-11-213-4/+2
|/
* Removed server class reference from shared javadocArtur Signell2012-11-211-2/+1
* Merge "(#10186) Using the lighten function breaks up any later references to ...Marc Englund2012-11-201-2/+4
|\
| * (#10186) Using the lighten function breaks up any later references to the par...Sebastian Nyholm2012-11-151-2/+4
* | Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-2016-78/+79
* | Merge "(#10174) Value of a variable cannot be assigned to another variable"Marc Englund2012-11-205-3/+10
|\ \
| * | (#10174) Value of a variable cannot be assigned to another variableSebastian Nyholm2012-11-155-3/+10
| |/
* | Merge "(#10182) Rule order not preserved when using parent reference in sass"Marc Englund2012-11-206-16/+25
|\ \
| * | (#10182) Rule order not preserved when using parent reference in sassSebastian Nyholm2012-11-156-16/+25
| |/
* | Added getState(boolean) to allow getState without side effects (#10006)Mikael Grankvist2012-11-202-7/+34
* | Renamed suspend/resumeRendering be more descriptive (#10242)Artur Signell2012-11-201-18/+17
* | Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-2013-107/+84
* | Merge "Added possibility to disable text input for PopupDateField (#6790)"Artur Signell2012-11-207-0/+232
|\ \
| * | Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-197-0/+232
* | | Add a bunch of methods to request, response and session wrappers (#9749)Leif Åstrand2012-11-208-36/+497
* | | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749)Leif Åstrand2012-11-2017-24/+19
* | | Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-2034-81/+82
* | | Use classloader also to find theme styles.scss (#10107)Artur Signell2012-11-201-0/+11
* | | When closeIdleUIs is true, close open UIs only after all UIs have been idle f...Johannes Dahlström2012-11-2012-113/+136
* | | Return int instead of Integer (#10306)Artur Signell2012-11-201-2/+2
* | | Added possibility to more easily debug layout loops (#10222)Artur Signell2012-11-201-0/+35
* | | Merge "Only process RPC invocation if there's a handler for it (#10134) * Rpc...Artur Signell2012-11-209-97/+75
|\ \ \
| * | | Only process RPC invocation if there's a handler for it (#10134)Leif Åstrand2012-11-209-97/+75
* | | | Merge "SassCompiler finds input in a better way, fixes #10299"Artur Signell2012-11-201-5/+11
|\ \ \ \ | |/ / / |/| | |
| * | | SassCompiler finds input in a better way, fixes #10299Marc Englund2012-11-201-5/+11
* | | | Updated Panel, Window to use Component in constructors (#10300)Artur Signell2012-11-202-14/+11
* | | | Removed deprecation as EventRouter will not be replaced for 7.0 (#10247)Artur Signell2012-11-203-21/+6
* | | | Changed SystemMessagesProvider parameter into object (#10226)Artur Signell2012-11-1911-24/+227
| |/ / |/| |
* | | Fix NPE when removing FileDownloader (#10198)Artur Signell2012-11-193-2/+72
* | | Fix renamed classLeif Åstrand2012-11-191-2/+2
* | | Handle canceled or ignored XHR requests after beforeunload (#8891)Leif Åstrand2012-11-192-4/+200
* | | Read browser width and height from request in Page.init (#9073)Johannes Dahlström2012-11-194-6/+186
* | | Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-1666-263/+251
* | | @Connect lastonly -> lastOnly (#10244)Leif Åstrand2012-11-1610-25/+25
| |/ |/|
* | Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9Artur Signell2012-11-151-0/+59
* | Made method public as VForm is now in a different package (#9923)Artur Signell2012-11-141-1/+1
* | Merge "Fix LegacyUIAddRemoveComponents test (#2924)"Artur Signell2012-11-141-4/+4
|\ \
| * | Fix LegacyUIAddRemoveComponents test (#2924)Henri Sara2012-11-141-4/+4
* | | Merge "Made PopupView work with TB again and fixed test (#10187)"Artur Signell2012-11-142-5/+10
|\ \ \
| * | | Made PopupView work with TB again and fixed test (#10187)Artur Signell2012-11-142-5/+10