summaryrefslogtreecommitdiffstats
path: root/server/tests
Commit message (Expand)AuthorAgeFilesLines
* Return null as non-existing property for IndexedContainer (#10445)Henri Sara2012-11-301-0/+8
* getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-281-0/+18
* Fail if a Window is attached to something else than a UI (#10374)Artur Signell2012-11-271-0/+44
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-231-1/+1
* Use compare for Comparable when determining equals for filtering (#10310)Artur Signell2012-11-221-0/+54
* Add attach and detach listeners and events to ClientConnector (#8579, #10251)Johannes Dahlström2012-11-211-0/+180
* Global code cleanupLeif Åstrand2012-11-214-6/+4
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-1611-44/+44
* Merge "Fix LegacyUIAddRemoveComponents test (#2924)"Artur Signell2012-11-141-4/+4
|\
| * Fix LegacyUIAddRemoveComponents test (#2924)Henri Sara2012-11-141-4/+4
* | Remove Window.addComponent() (#2924)Henri Sara2012-11-141-1/+1
|/
* 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-134-28/+28
* Renamed uri fragment methods in Page to use UriFragment instead of Fragment (...Artur Signell2012-11-131-8/+8
* Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#...Henri Sara2012-11-131-0/+19
|\
| * Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)Johannes Dahlström2012-11-121-0/+19
* | 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
* | Modified FieldGroup so that fields configured with read only propertiestapio2012-11-082-0/+69
* | Merged com.vaadin.service into com.vaadin.util (#10146)Artur Signell2012-11-061-1/+1
* | Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-063-3/+2
|/
* Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-022-2/+2
* Revert "Call UI.detach in UI cleanup (#9755)" because it breaks logout functi...Artur Signell2012-10-261-48/+0
* Call UI.detach in UI cleanup (#9755)Johannes Dahlström2012-10-261-0/+48
* Fixed NPE when converter is null (#10043)Artur Signell2012-10-241-0/+20
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-235-43/+9
* Add Navigator.getState() returning the current navigation state (#9972)Johannes Dahlström2012-10-171-4/+12
* Remove Navigator.SimpleViewDisplay (#9936)Johannes Dahlström2012-10-161-0/+30
* Delegate UI.replaceComponent() to content instead of throwing UOE (#9967)Johannes Dahlström2012-10-162-1/+66
* Update test to use relative paths (#6771)Leif Åstrand2012-10-101-11/+19
* Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-081-8/+7
* Ensure there's a service for each session (#9733)Leif Åstrand2012-09-2810-16/+18
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-2811-46/+47
* Global code cleanupLeif Åstrand2012-09-2710-17/+16
* Fix Navigator tests after #9550, #9727 changesJohannes Dahlström2012-09-242-16/+36
* Rename getVaadinXyz() methods to getXyz() (#9726)Leif Åstrand2012-09-243-6/+6
* Use event objects for future-proofing UIProvider API (#9721)Leif Åstrand2012-09-241-2/+3
* Test AbstractField add/remove/removeAll/getValidators() (#9542, #9723)Johannes Dahlström2012-09-241-0/+64
* Test error views and error providers (#9060)Johannes Dahlström2012-09-241-1/+44
* Rename to VaadinServletService and move to its own file (#9718)Leif Åstrand2012-09-241-2/+1
* Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633)Leif Åstrand2012-09-206-18/+20
* Bind Navigator to a UI (#9550)Johannes Dahlström2012-09-191-8/+8
* Ensure propertyDataSource can be set back to null (#9618)Artur Signell2012-09-181-0/+128
* Constants -> enums (#9072)Pekka Hyvönen2012-09-112-2/+2
* Rename isViewChangeAllowed()/navigatorViewChanged() to beforeViewChange()/aft...Johannes Dahlström2012-09-111-6/+6
* Set a dummy VaadinSession in AddRemoveSubWindow test to fix spurious failureJohannes Dahlström2012-09-111-0/+2
* Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-103-6/+2
* Verify that lock is held when accessing state (#9515)Leif Åstrand2012-09-093-2/+6
* Assert field is dirty, does not matter how many times it has been markedArtur Signell2012-09-091-3/+1
* Reverted invalid change of test data during package renameArtur Signell2012-09-091-33/+40