summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-201-3/+3
* 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-208-73/+88
* Return int instead of Integer (#10306)Artur Signell2012-11-201-2/+2
* Only process RPC invocation if there's a handler for it (#10134)Leif Åstrand2012-11-209-97/+75
* 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-199-24/+85
* Read browser width and height from request in Page.init (#9073)Johannes Dahlström2012-11-192-6/+18
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-1650-226/+214
* Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9Artur Signell2012-11-151-0/+59
* Merge "Fix LegacyUIAddRemoveComponents test (#2924)"Artur Signell2012-11-141-4/+4
|\
| * Fix LegacyUIAddRemoveComponents test (#2924)Henri Sara2012-11-141-4/+4
* | Merge "Remove Window.addComponent() (#2924)"Artur Signell2012-11-143-48/+16
|\ \
| * | Remove Window.addComponent() (#2924)Henri Sara2012-11-143-48/+16
* | | Merge "Updated Form to use hierarchy change event (#9923)"Johannes Dahlström2012-11-141-0/+14
|\ \ \
| * | | Updated Form to use hierarchy change event (#9923)Artur Signell2012-11-141-0/+14
| |/ /
* | | Merge "UI stylename handling (#9832)"Johannes Dahlström2012-11-141-5/+1
|\ \ \ | |/ / |/| |
| * | UI stylename handling (#9832)Johannes Dahlström2012-11-141-5/+1
| |/
* / Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-142-179/+26
|/
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixesHenri Sara2012-11-141-1/+1
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-1311-405/+709
* Merge "Renamed uri fragment methods in Page to use UriFragment instead of Fra...Johannes Dahlström2012-11-133-66/+68
|\
| * Renamed uri fragment methods in Page to use UriFragment instead of Fragment (...Artur Signell2012-11-133-66/+68
* | Run IE10 in IE9 compatibility mode for now (#10172)Artur Signell2012-11-131-1/+1
|/
* Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#...Henri Sara2012-11-132-3/+22
|\
| * Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)Johannes Dahlström2012-11-122-3/+22
* | (#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent...Mikael Grankvist2012-11-131-49/+27
* | Merge "Use commons-lang 2.6 in server aswell as in client-compiler (#9970)"John Ahlroos2012-11-131-1/+1
|\ \
| * | Use commons-lang 2.6 in server aswell as in client-compiler (#9970)Artur Signell2012-11-121-1/+1
| |/
* | Merge "Do not include classes which cannot be instansiated"John Ahlroos2012-11-131-1/+3
|\ \ | |/ |/|
| * Do not include classes which cannot be instansiatedArtur Signell2012-11-061-1/+3
* | Fix typoLeif Åstrand2012-11-091-3/+3
* | Rename DefaultDeploymentConfiguration.idleRootCleanupEnabled to idleUICleanup...Johannes Dahlström2012-11-091-3/+3
* | Removed dead codeArtur Signell2012-11-081-120/+0
* | Modified FieldGroup so that fields configured with read only propertiestapio2012-11-084-7/+103
* | Added missing cast (#9342)Artur Signell2012-11-071-1/+1
* | Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-073-311/+317
* | Added Component.getDescription (#8154)Artur Signell2012-11-072-55/+63
* | Merge "AbstractComponentContainer should implement getComponentIterator and n...Johannes Dahlström2012-11-0613-21/+13
|\ \
| * | AbstractComponentContainer should implement getComponentIterator and not iter...Artur Signell2012-11-0613-21/+13
| |/
* | Merge "Merged com.vaadin.service into com.vaadin.util (#10146)"Johannes Dahlström2012-11-0610-29/+9
|\ \
| * | Merged com.vaadin.service into com.vaadin.util (#10146)Artur Signell2012-11-0610-29/+9
* | | Merge "Moved classes from com.vaadin to com.vaadin.server (#10145)"Johannes Dahlström2012-11-0614-19/+6
|\| |
| * | Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-0614-19/+6
| |/
* / Make getRpcProxy protected (#9312)Artur Signell2012-11-061-1/+1
|/
* 10030 Button.DisableOnClick not working properlyPekka Hyvönen2012-11-051-3/+12
* Revert "Don't require browserDetailsUrl when embedding (#10122)"Leif Åstrand2012-11-051-31/+0
* Merge "Don't require browserDetailsUrl when embedding (#10122)"Johannes Dahlström2012-11-021-0/+31
|\
| * Don't require browserDetailsUrl when embedding (#10122)Leif Åstrand2012-11-021-0/+31