Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made method public as VForm is now in a different package (#9923) | Artur Signell | 2012-11-14 | 1 | -1/+1 |
| | | | | Change-Id: I4304737a21b9aa369703fd080e4dc07779e1c38d | ||||
* | Merge "Made PopupView work with TB again and fixed test (#10187)" | Artur Signell | 2012-11-14 | 1 | -1/+6 |
|\ | |||||
| * | Made PopupView work with TB again and fixed test (#10187) | Artur Signell | 2012-11-14 | 1 | -1/+6 |
| | | | | | | | | Change-Id: I36b568866a69354caa36609fc7c7d42082bc9489 | ||||
* | | Merge "Updated Form to use hierarchy change event (#9923)" | Johannes Dahlström | 2012-11-14 | 2 | -45/+50 |
|\ \ | |||||
| * | | Updated Form to use hierarchy change event (#9923) | Artur Signell | 2012-11-14 | 2 | -45/+50 |
| |/ | | | | | | | Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1 | ||||
* / | UI stylename handling (#9832) | Johannes Dahlström | 2012-11-14 | 2 | -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 | ||||
* | Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) | Johannes Dahlström | 2012-11-14 | 9 | -40/+70 |
| | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VScrollTable.java Change-Id: Ie65e26c9e3df520b099744d4bc1aecc901eaa07a | ||||
* | Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixes | Henri Sara | 2012-11-14 | 3 | -5/+6 |
| | | | | | | | | | - 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) - fix | Henri Sara | 2012-11-14 | 7 | -15/+15 |
| | | | | | | native javascript methods Change-Id: Ib307c7eb0568690f9eaf59ce0bf039fe82634547 | ||||
* | UI based on AbstractBasicComponentContainer (#2924) | Henri Sara | 2012-11-13 | 1 | -7/+19 |
| | | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87 | ||||
* | Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) | Johannes Dahlström | 2012-11-13 | 113 | -718/+1207 |
| | | | | Change-Id: I5bc64ed7446ca6f87311bf63f49fb883cfd8b538 | ||||
* | (#10180) Moved positioning from onStateChanged to ↵ | Mikael Grankvist | 2012-11-13 | 1 | -4/+9 |
| | | | | | | onConnectorHierarchyChange. Added test. Change-Id: Iccd290a8e2be165207abe1b4805ec992d24bad0d | ||||
* | Merge "Fixed widget comparisons to avoid reattaching children (#9807)" | John Ahlroos | 2012-11-13 | 1 | -3/+9 |
|\ | |||||
| * | Fixed widget comparisons to avoid reattaching children (#9807) | Artur Signell | 2012-11-13 | 1 | -3/+9 |
| | | | | | | | | Change-Id: Iae6de2bf3d6cbc39fc2b6285eb1e514710e98818 | ||||
* | | (#9924) Moved hierarchy code and fixed popup view to not be a ↵ | Mikael Grankvist | 2012-11-13 | 4 | -87/+121 |
|/ | | | | | | LegacyComponent anymore. Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee | ||||
* | Fixed row focus not removed when selecting rows in Table #10036 | John Ahlroos | 2012-11-12 | 1 | -1/+1 |
| | | | | Change-Id: Ie9089d7d35e8c3d27f93938141c0378816e4f48e | ||||
* | Merge "Fixed absolute layout class cast exception #10155" | Artur Signell | 2012-11-12 | 1 | -4/+6 |
|\ | |||||
| * | Fixed absolute layout class cast exception #10155 | John Ahlroos | 2012-11-08 | 1 | -4/+6 |
| | | | | | | | | Change-Id: I5a9772e2d4082453923cfdca17bcef34e833adda | ||||
* | | Merge "Rename Application.getRootConnector to getUIConnector (#10158)" | Marc Englund | 2012-11-09 | 8 | -15/+15 |
|\ \ | |||||
| * | | Rename Application.getRootConnector to getUIConnector (#10158) | Johannes Dahlström | 2012-11-08 | 8 | -15/+15 |
| | | | | | | | | | | | | Change-Id: I9f7714cc8a723550e521b1cd0fb70499f3f12138 | ||||
* | | | Fixed ordering in ordered layout when inserting components #10154 | John Ahlroos | 2012-11-09 | 2 | -4/+55 |
| | | | | | | | | | | | | Change-Id: I025745a4f575ecaece0e897e9b8f90adba7c2d63 | ||||
* | | | Verify child info in state before attaching widgets (#10150) | Leif Åstrand | 2012-11-09 | 1 | -4/+12 |
|/ / | | | | | | | Change-Id: If6677bd1fcfc6dadd09d5816b93a0206417facb3 | ||||
* | | Merge "Handle the situation where browser reports an unknown button on click ↵ | Artur Signell | 2012-11-08 | 1 | -0/+3 |
|\ \ | |/ |/| | | | event (#9956)" | ||||
| * | Handle the situation where browser reports an unknown button on click event ↵ | Johannes Dahlström | 2012-11-08 | 1 | -0/+3 |
| | | | | | | | | | | | | (#9956) Change-Id: Ia6b1ebf42734d546cbba4e5e845d4c9998cdf9f7 | ||||
* | | Changed public method to protected (#10143) | Artur Signell | 2012-11-07 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I3d86ecda5fb6cd57f95ce8e3aa3512994c89bf3f | ||||
* | | Added AbstractConnector.getRpcProxy helper (#10143) | Artur Signell | 2012-11-07 | 15 | -82/+54 |
| | | | | | | | | Change-Id: I52ca9908763cc7416a2c50971252429cd8c294e8 | ||||
* | | Add v-disabled when disabling on client side (#10137) | Artur Signell | 2012-11-06 | 1 | -0/+3 |
| | | | | | | | | Change-Id: I6ec86d98f68b11ee4149415cb9ee9aa36cb8570c | ||||
* | | Merge "Fix for #10126 - npe when using 'plain GWT' popup panel. Applied ↵7.0.0.beta8 | John Ahlroos | 2012-11-06 | 2 | -4/+10 |
|\ \ | | | | | | | | | | patch by mgrankvi, and also did the same change to the mozilla variant." | ||||
| * | | Fix for #10126 - npe when using 'plain GWT' popup panel. Applied patch by ↵ | Marc Englund | 2012-11-06 | 2 | -4/+10 |
| | | | | | | | | | | | | | | | | | | mgrankvi, and also did the same change to the mozilla variant. Change-Id: If6da959be0440b522bdb6b6ed6e78eec63a96620 | ||||
* | | | Fixed typo in VOrderedLayout.detachListeners | John Ahlroos | 2012-11-06 | 1 | -1/+1 |
|/ / | | | | | | | Change-Id: I7a749e320df4c7e8cfcfaf4571d13b253b17ee9e | ||||
* | | Merge "Fixes double click events when scrolling Tabsheet #9582" | Marc Englund | 2012-11-06 | 1 | -0/+2 |
|\ \ | |||||
| * | | Fixes double click events when scrolling Tabsheet #9582 | John Ahlroos | 2012-11-05 | 1 | -0/+2 |
| | | | | | | | | | | | | Change-Id: Ief4a20cc085ab4b36c9c741a76a3ba76ff439334 | ||||
* | | | Merge "ProgressIndicator now stops polling when removed (#10130)" | John Ahlroos | 2012-11-05 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | ProgressIndicator now stops polling when removed (#10130) | Artur Signell | 2012-11-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Change-Id: I9f422d387a95f3f711c575d15973c101792769e7 | ||||
* | | | | 10030 Button.DisableOnClick not working properly | Pekka Hyvönen | 2012-11-05 | 1 | -1/+7 |
| |/ / |/| | | | | | | | | Change-Id: I0514bc4da186360a84d9cdb48140245108847115 | ||||
* | | | Merge "Slots now handle attaching/detaching of element resize handlers #10068" | Johannes Dahlström | 2012-11-05 | 2 | -70/+162 |
|\ \ \ | |||||
| * | | | Slots now handle attaching/detaching of element resize handlers #10068 | John Ahlroos | 2012-11-05 | 2 | -70/+162 |
| | | | | | | | | | | | | | | | | Change-Id: Ic2db8aa6adc331d5020dbadc285c869e9c54083b | ||||
* | | | | Merge "Properly detach removed connectors (#9815)" | John Ahlroos | 2012-11-05 | 1 | -6/+78 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Properly detach removed connectors (#9815) | Leif Åstrand | 2012-11-01 | 1 | -6/+78 |
| | | | | | | | | | | | | | | | | Change-Id: I1b9a1a1bfbf384a8e5530ca8fddd1e0758d431f2 | ||||
* | | | | Display CustomLayout template even if there are no children (#9725) | Johannes Dahlström | 2012-11-02 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Also move a couple of tests from components.customcomponent to .customlayout Change-Id: I72c3507a4f1d40a7027050829e2b54c050563301 | ||||
* | | | | Move LegacyComponent from com.vaadin.server to com.vaadin.ui | Johannes Dahlström | 2012-11-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202 | ||||
* | | | | Fix client-side NPE in Image without a source (#10101) | Johannes Dahlström | 2012-11-01 | 1 | -3/+6 |
|/ / / | | | | | | | | | | Change-Id: I7911dffd8700dc166f7b8669d291a0e34cb43daf | ||||
* | | | Fixed Combobox popup positioning problem when located inside a PopupView #9768 | John Ahlroos | 2012-11-01 | 1 | -40/+60 |
| | | | | | | | | | | | | Change-Id: I5c256483fcb5050b08eb7c481676385789e96f09 | ||||
* | | | Fix for modality problem introduced by overlay container #92207.0.0.beta7 | Marc Englund | 2012-10-31 | 1 | -1/+8 |
| | | | | | | | | | | | | Change-Id: If7056c992dc9096870419d8db18751b2ea80eabf | ||||
* | | | Overlay container #9220 | Marc Englund | 2012-10-30 | 21 | -34/+192 |
| | | | | | | | | | | | | Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2 | ||||
* | | | Merge "Stop attempting to build dom path if reaching the root (#9534)" | John Ahlroos | 2012-10-30 | 1 | -2/+6 |
|\ \ \ | |||||
| * | | | Stop attempting to build dom path if reaching the root (#9534) | Leif Åstrand | 2012-10-30 | 1 | -2/+6 |
| |/ / | | | | | | | | | | Change-Id: I5755bc292b9e752765086fcce8ce5edaa5300f34 | ||||
* / / | Avoid NPE if CustomComponent has no child (#9895) | Leif Åstrand | 2012-10-30 | 1 | -5/+5 |
|/ / | | | | | | | Change-Id: I020951fb4490b09f5026b9d75de95d1661399e93 | ||||
* | | Fixed missing stylenames on menu item #10077 | John Ahlroos | 2012-10-29 | 1 | -2/+9 |
| | | | | | | | | Change-Id: Iadbfee6d86efef06d549d587e2ac6e2e6b519fb1 | ||||
* | | Fixed Chameleon theme for InlineDatefield #10070 | John Ahlroos | 2012-10-29 | 1 | -0/+6 |
| | | | | | | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255 |