summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9Artur Signell2012-11-151-0/+59
| | | | Change-Id: I4b9c6c5eecb7b6d18e1ef7afcb38889bd7fec8aa
* Merge "Fix LegacyUIAddRemoveComponents test (#2924)"Artur Signell2012-11-141-4/+4
|\
| * Fix LegacyUIAddRemoveComponents test (#2924)Henri Sara2012-11-141-4/+4
| | | | | | | | Change-Id: Ib6f59d3707713a5ec3c23ee552e19d87d4713862
* | Merge "Remove Window.addComponent() (#2924)"Artur Signell2012-11-143-48/+16
|\ \
| * | Remove Window.addComponent() (#2924)Henri Sara2012-11-143-48/+16
| | | | | | | | | | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
* | | 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
| |/ / | | | | | | | | | Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1
* | | Merge "UI stylename handling (#9832)"Johannes Dahlström2012-11-141-5/+1
|\ \ \ | |/ / |/| |
| * | UI stylename handling (#9832)Johannes Dahlström2012-11-141-5/+1
| |/ | | | | | | | | | | | | | | * Change VUI class name from v-view to v-ui * Use state.primaryStyleName so it can be changed * Remove useless v-app-VaadinServiceSession from bootstrap root div Change-Id: I67d3cb3efb5b4033416dcfcf7f39cbc71ac70cbc
* / Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-142-179/+26
|/ | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixesHenri Sara2012-11-141-1/+1
| | | | | | | | | - move VRichTextToolbar back to sub-package where its resources are (not a top level widget) - update some package names in browser specific overrides - update a test Change-Id: Id7ff5307b881ef1912e805b280604fbe09c35e0b
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-1311-405/+709
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Merge "Renamed uri fragment methods in Page to use UriFragment instead of ↵Johannes Dahlström2012-11-133-66/+68
|\ | | | | | | Fragment (#10141)"
| * Renamed uri fragment methods in Page to use UriFragment instead of Fragment ↵Artur Signell2012-11-133-66/+68
| | | | | | | | | | | | (#10141) Change-Id: I1c5826a667e718ec147807889082d27392cf44e8
* | Run IE10 in IE9 compatibility mode for now (#10172)Artur Signell2012-11-131-1/+1
|/ | | | Change-Id: I66f77c67692092a203bb84ae152ba9ccbff4bda8
* Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo ↵Henri Sara2012-11-132-3/+22
|\ | | | | | | (#10132)"
| * Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)Johannes Dahlström2012-11-122-3/+22
| | | | | | | | Change-Id: I48ecb305166557f1671bdd635c25f17b8f490297
* | (#9924) Moved hierarchy code and fixed popup view to not be a ↵Mikael Grankvist2012-11-131-49/+27
| | | | | | | | | | | | LegacyComponent anymore. Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee
* | 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
| |/ | | | | | | Change-Id: I863d8f015fe8cb17b571ac3e8675591560247627
* | 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
| | | | | | | | Change-Id: I467993c91754f094e5d55d5c849c718291487754
* | Fix typoLeif Åstrand2012-11-091-3/+3
| | | | | | | | Change-Id: I52aaaa743f831d46d304ec4424b68e9f28bfdb30
* | Rename DefaultDeploymentConfiguration.idleRootCleanupEnabled to ↵Johannes Dahlström2012-11-091-3/+3
| | | | | | | | | | | | idleUICleanupEnabled Change-Id: I618b23259b24436b985e226512a0fae3b380433b
* | Removed dead codeArtur Signell2012-11-081-120/+0
| | | | | | | | Change-Id: Ieb83a098d1032ba79ff2e589e5b86b32ceab94b3
* | Modified FieldGroup so that fields configured with read only propertiestapio2012-11-084-7/+103
| | | | | | | | | | will also be made read only (#9076). Change-Id: I183ae263f4952a51513623d38dc9e04ce1482f45
* | Added missing cast (#9342)Artur Signell2012-11-071-1/+1
| | | | | | | | Change-Id: If8078ffea6fd2bcaf62591ed8930905cdc1d3a1d
* | Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342)Artur Signell2012-11-073-311/+317
| | | | | | | | Change-Id: I33981f0c80ab367d74bbbeebb48abbc81d4f182c
* | Added Component.getDescription (#8154)Artur Signell2012-11-072-55/+63
| | | | | | | | Change-Id: Iaa2f35415e68ecd4d53fd8743eb2c5cfb0afd36a
* | Merge "AbstractComponentContainer should implement getComponentIterator and ↵Johannes Dahlström2012-11-0613-21/+13
|\ \ | | | | | | | | | not iterator (#10144)"
| * | AbstractComponentContainer should implement getComponentIterator and not ↵Artur Signell2012-11-0613-21/+13
| |/ | | | | | | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5
* | 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
| | | | | | | | | | | | Change-Id: I313ba80073b89a90da8ebe8c26f35c4fcc51f431
* | | 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
| |/ | | | | | | Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad
* / Make getRpcProxy protected (#9312)Artur Signell2012-11-061-1/+1
|/ | | | Change-Id: Ia315978b72e5fa3d2f7268b9bb4b4095c2d93402
* 10030 Button.DisableOnClick not working properlyPekka Hyvönen2012-11-051-3/+12
| | | | Change-Id: I0514bc4da186360a84d9cdb48140245108847115
* Revert "Don't require browserDetailsUrl when embedding (#10122)"Leif Åstrand2012-11-051-31/+0
| | | | | The change caused the wrong URL to be included in some browser details requests. This reverts commit 38c2ad6ff4895643371dfd00fb1d8667f6fc3909
* 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
| | | | | | | | Change-Id: I2c6d5518d1e6adc4a502a8ad646e784f93ece4a3
* | Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-0222-20/+14
|/ | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202
* Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-029-348/+358
| | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5
* Update location when initialized UI is opened again (#10044)Leif Åstrand2012-11-012-3/+22
| | | | | | | * Also fix Page.updateLocation to avoid NPE if fragment changes from null to null Change-Id: I03f3883c2653eaf438ccdfc313078fbe8fe898bc
* Remove unnecessary "if not equal" check from AbstractEmbedded.setAlternateTextJohannes Dahlström2012-11-011-6/+1
| | | | Change-Id: I7afd1796a44117c0bc834017b30c36283f29d81d
* Move deprecated getComponentIterator() from HasComponents to implementing ↵Johannes Dahlström2012-10-305-16/+35
| | | | | | classes (#10085) Change-Id: Iedcb7b51f6d2a095b402a7141dc906b112ee6fe7
* Fix potential NPE in Page.setFragment (#10089)Johannes Dahlström2012-10-291-14/+15
| | | | Change-Id: I0a0f2981bfd0e3dd26f935e4961b24454103bb30
* Merge "Implement HasComponents, not ComponentContainer in CustomField (#10078)"Artur Signell2012-10-261-131/+4
|\
| * Implement HasComponents, not ComponentContainer in CustomField (#10078)Henri Sara2012-10-261-131/+4
| | | | | | | | Change-Id: Iff2ac36b088df825e0c1f328a72bbf329365aefb
* | Fixed problem with Table calling markAsDirty in paint (#10071)Artur Signell2012-10-262-14/+22
| | | | | | | | | | | | AbstractCommunicationManager now sets the writingResponse flag after calling beforeClientResponse to adhere to beforeClientResponse javadoc which says markAsDirty is ignored if called from beforeClientResponse. Change-Id: I58f4d009c85bef6756e2f2938d6f42ed88e11143
* | Formatted projectArtur Signell2012-10-261-1/+2
|/ | | | Change-Id: I771ca4edea66ad29a80628ee1a98d1c5ff1679ab