summaryrefslogtreecommitdiffstats
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
* Made method public as VForm is now in a different package (#9923)Artur Signell2012-11-141-1/+1
| | | | Change-Id: I4304737a21b9aa369703fd080e4dc07779e1c38d
* 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 "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
| | | | | | | | | | | | Change-Id: I36b568866a69354caa36609fc7c7d42082bc9489
* | | Merge "Remove Window.addComponent() (#2924)"Artur Signell2012-11-1448-206/+292
|\ \ \
| * | | Remove Window.addComponent() (#2924)Henri Sara2012-11-1448-206/+292
| | | | | | | | | | | | | | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
* | | | Merge "Updated Form to use hierarchy change event (#9923)"Johannes Dahlström2012-11-143-45/+64
|\ \ \ \
| * | | | Updated Form to use hierarchy change event (#9923)Artur Signell2012-11-143-45/+64
| | |/ / | |/| | | | | | | | | | Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1
* | | | Merge "UI stylename handling (#9832)"Johannes Dahlström2012-11-147-17/+12
|\ \ \ \ | |/ / / |/| | |
| * | | UI stylename handling (#9832)Johannes Dahlström2012-11-147-17/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | * 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
* | | Fix test: Window is not a ComponentContainer (#2924)Henri Sara2012-11-141-2/+1
| |/ |/| | | | | Change-Id: Id126f12e764672f6d360b613b9169b002e73ae96
* | Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-1493-630/+758
|/ | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)Johannes Dahlström2012-11-149-40/+70
| | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VScrollTable.java Change-Id: Ie65e26c9e3df520b099744d4bc1aecc901eaa07a
* UI based on AbstractBasicComponentContainer (#2924) - make test compileHenri Sara2012-11-141-4/+1
| | | | Change-Id: Ieef4c133ac5f6601f6e3f0780cb383bbe4fa4f49
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixesHenri Sara2012-11-144-6/+7
| | | | | | | | | - 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
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixHenri Sara2012-11-147-15/+15
| | | | | | native javascript methods Change-Id: Ib307c7eb0568690f9eaf59ce0bf039fe82634547
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-1355-523/+907
| | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
* Made test compatible with overlay containerArtur Signell2012-11-131-4/+4
| | | | Change-Id: I2774fc044690b30d83b178b9080e78dda2ed2d02
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)Johannes Dahlström2012-11-13116-721/+1210
| | | | Change-Id: I5bc64ed7446ca6f87311bf63f49fb883cfd8b538
* Merge "Renamed uri fragment methods in Page to use UriFragment instead of ↵Johannes Dahlström2012-11-1310-108/+110
|\ | | | | | | Fragment (#10141)"
| * Renamed uri fragment methods in Page to use UriFragment instead of Fragment ↵Artur Signell2012-11-1310-108/+110
| | | | | | | | | | | | (#10141) Change-Id: I1c5826a667e718ec147807889082d27392cf44e8
* | Merge "Do not include javadoc jar in zip (#9963)"Henri Sara2012-11-131-1/+1
|\ \
| * | Do not include javadoc jar in zip (#9963)Artur Signell2012-11-131-1/+1
| |/ | | | | | | Change-Id: I1b1a067e8e67a6c21eb6401efa2cf38b81905e22
* | Merge "Run IE10 in IE9 compatibility mode for now (#10172)"Johannes Dahlström2012-11-131-1/+1
|\ \
| * | Run IE10 in IE9 compatibility mode for now (#10172)Artur Signell2012-11-131-1/+1
| |/ | | | | | | Change-Id: I66f77c67692092a203bb84ae152ba9ccbff4bda8
* / (#10180) Moved positioning from onStateChanged to ↵Mikael Grankvist2012-11-133-4/+120
|/ | | | | | onConnectorHierarchyChange. Added test. Change-Id: Iccd290a8e2be165207abe1b4805ec992d24bad0d
* Merge "Do not publish builds automatically to local Maven (#9926)"Henri Sara2012-11-131-3/+0
|\
| * Do not publish builds automatically to local Maven (#9926)Artur Signell2012-11-071-3/+0
| | | | | | | | Change-Id: I485fe66bfd7a8975657a62bff5c7b64ca1cf8824
* | 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
* | | Merge "Fixed widget comparisons to avoid reattaching children (#9807)"John Ahlroos2012-11-131-3/+9
|\ \ \
| * | | Fixed widget comparisons to avoid reattaching children (#9807)Artur Signell2012-11-131-3/+9
| | | | | | | | | | | | | | | | Change-Id: Iae6de2bf3d6cbc39fc2b6285eb1e514710e98818
* | | | (#9924) Moved hierarchy code and fixed popup view to not be a ↵Mikael Grankvist2012-11-138-144/+175
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Fixed ClassloaderResolver on Windows (#9606)Artur Signell2012-11-121-0/+4
| | | | | | | | | | | | | | | | Change-Id: I4bb5b17eb27622d4ed52368dd7678a4851eb94c2
* | | | Fixed row focus not removed when selecting rows in Table #10036John Ahlroos2012-11-122-1/+53
| | | | | | | | | | | | | | | | Change-Id: Ie9089d7d35e8c3d27f93938141c0378816e4f48e
* | | | Merge "Fixes #10166 SassCompiler parent reference in middle of selector bugs"Marc Englund2012-11-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes #10166 SassCompiler parent reference in middle of selector bugsSebastian Nyholm2012-11-121-1/+1
| | | | | | | | | | | | | | | | Change-Id: I725191cf209832c415146af917fb4b9b23912f89
* | | | Merge "ParentSelectorHandler was using wrong HashMap implementation"Marc Englund2012-11-121-1/+1
|\| | |
| * | | ParentSelectorHandler was using wrong HashMap implementationSebastian Nyholm2012-11-121-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ia07c813a8b380f3599cdf84ef036457d2911a545
* | | | Merge "Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with ↵Marc Englund2012-11-121-2/+13
|\| | | | | | | | | | | | | | | blocknodes showing up in the wrong order"
| * | | Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes ↵Sebastian Nyholm2012-11-121-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | showing up in the wrong order Change-Id: Iba2dd3ddc3136ddba93e9653614b42f0b0dca971
* | | | Merge "Fixed absolute layout class cast exception #10155"Artur Signell2012-11-121-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed absolute layout class cast exception #10155John Ahlroos2012-11-081-4/+6
| | | | | | | | | | | | | | | | Change-Id: I5a9772e2d4082453923cfdca17bcef34e833adda
* | | | Fix typoLeif Åstrand2012-11-091-3/+3
| | | | | | | | | | | | | | | | Change-Id: I52aaaa743f831d46d304ec4424b68e9f28bfdb30