summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Added prefix "v-" to internal parameters (#10156)Anna Koskinen2012-11-301-1/+1
| | | | Change-Id: I79ac824bc19fa42b976954148e69d54fb91b77ab
* Merge "Log theme name to console (#10372)"Marc Englund2012-11-301-0/+1
|\
| * Log theme name to console (#10372)Artur Signell2012-11-281-0/+1
| | | | | | | | Change-Id: I818e8a42961335110774a1c96cfccf5c46309d79
* | UI scroll position can be given programmatically (#9952)Leif Åstrand2012-11-302-43/+42
| | | | | | | | Change-Id: Icef0858ee495abcacab7823f7f8fc6044abd64dc
* | Merge "Fix BrowserWindowOpenerConnector.addParametersAndFragment typo (again)"Henri Sara2012-11-291-2/+2
|\ \
| * | Fix BrowserWindowOpenerConnector.addParametersAndFragment typo (again)Leif Åstrand2012-11-291-2/+2
| | | | | | | | | | | | Change-Id: Ifa89411b71f933ebd1cb738e3ceeaaffb6b9fc08
* | | Update GridLayout DOM in onConnectorHierarchyChange (#10324, #10097)Leif Åstrand2012-11-292-136/+114
|/ / | | | | | | | | | | | | | | | | | | | | * Add ChildComponentData that is sent in the state instead of previous UIDL data * Store child data in a map instead of as a linked list * Move Cell instead of moving component form one Cell to the other if moved * Clean up internal state in remove(Widget) Change-Id: I3dabe0165b6dcdf70c0df06a0151b73d080187a5
* | Merge "Add fragment and parameter support to BrowserWindowOpener (#10093)"Henri Sara2012-11-291-0/+37
|\ \
| * | Add fragment and parameter support to BrowserWindowOpener (#10093)Leif Åstrand2012-11-291-0/+37
| | | | | | | | | | | | Change-Id: I32577503ae4d85c80579f9544cdb61ab9788ef23
* | | Fixed tooltip handling for TreeTable (#9088)Artur Signell2012-11-292-2/+29
| | | | | | | | | | | | Change-Id: I9e4ae2ae4a040de795121db359d930ccda115f62
* | | Fixed tooltip handling for Table (#9088)Artur Signell2012-11-292-27/+37
|/ / | | | | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2
* | Merge "Make AbstractExtensionConnector.extend abstract (#10378)"Leif Åstrand2012-11-293-3/+15
|\ \ | |/ |/|
| * Make AbstractExtensionConnector.extend abstract (#10378)Artur Signell2012-11-263-3/+15
| | | | | | | | Change-Id: I96682d62c632588e05508a50765ac3d029500a74
* | Properly support setWidgetEnabled for OptionGroupBased Selects #8985, #8986, ↵Pekka Hyvönen2012-11-286-28/+85
| | | | | | | | | | | | | | | | #8987 and #8989. Also fixes #7617 for OptionGroup, #9010 for TwinColSelect. Change-Id: Ia4c2a5e6ee93847970092fcb1cd685a0173897d7
* | Merge "Fixed NPE when timer fires before updateFromUidl (#10400)"Leif Åstrand2012-11-281-0/+6
|\ \
| * | Fixed NPE when timer fires before updateFromUidl (#10400)Artur Signell2012-11-271-0/+6
| | | | | | | | | | | | Change-Id: Ib4be170a2e824e9e9623160ed09f585c92295323
* | | Merge "Fixed ClassCastException and returning of wrong connector (#10399)"Henri Sara2012-11-271-2/+18
|\ \ \
| * | | Fixed ClassCastException and returning of wrong connector (#10399)Artur Signell2012-11-271-2/+18
| |/ / | | | | | | | | | Change-Id: I275f52e6084243e232478fe4d71adf8f26263fed
* / / Fixed Window to support empty content (#10325)Artur Signell2012-11-272-32/+36
|/ / | | | | | | Change-Id: I90a5f4e4011452f07e4bea2cef2207ad8635cd31
* | Merge "Do not remove non-existing children when removing a tab (#10388)"Leif Åstrand2012-11-271-4/+0
|\ \
| * | Do not remove non-existing children when removing a tab (#10388)Artur Signell2012-11-271-4/+0
| | | | | | | | | | | | Change-Id: I38d64bd5c0e8c59abfed5866405eeef1482ff7f5
* | | Merge "Fix resize of a Window with a single component (#10375)"Henri Sara2012-11-271-2/+5
|\ \ \ | |/ / |/| |
| * | Fix resize of a Window with a single component (#10375)Artur Signell2012-11-261-2/+5
| |/ | | | | | | Change-Id: I04d2d39b61ee5fb841511dd23d6f674089cff916
* / Ensure critical notifications have an owner (#10386)Artur Signell2012-11-261-1/+12
|/ | | | Change-Id: Id954f1fbc98625dac4c79637ffb2f03bde195c3d
* Merge "Allow JavaScriptConnectors to get unRegister events (#9292)"Marc Englund2012-11-233-9/+25
|\
| * Allow JavaScriptConnectors to get unRegister events (#9292)Leif Åstrand2012-11-233-9/+25
| | | | | | | | Change-Id: Ie9e11810df6484e34d3895be175d6a180911252f
* | Revert "Merged shortcut action fix from 6.8 (#8484)"John Ahlroos2012-11-234-188/+37
| | | | | | | | | | | | This reverts commit a003c8724c1f719e3a9f3ab876396a180b19cae1 Change-Id: Ie73b6f0455a9f8ba1ed5a8cee7573ae998a67b17
* | Merge "Refactor BrowserPopupOpener API (#10241)"Artur Signell2012-11-231-8/+8
|\ \ | |/ |/|
| * Refactor BrowserPopupOpener API (#10241)Leif Åstrand2012-11-231-8/+8
| | | | | | | | | | | | | | | | * Rename BrowserPopupOpener to BrowserWindowOpener * Rename setPopupName -> setWindowName * Rename BrowserPopupUIProvider -> BrowserWindowUIProvider * Make BrowserWindowUIProvider a private static inner class Change-Id: Id839b274762424bb50fe3590d7cd1187e92baa6c
* | Merge "Fixes #6714 #10330 - wraps theme in themename{}, creates ↵Artur Signell2012-11-231-1/+1
|\ \ | |/ |/| | | legacy-styles.css, updates themes to support this."
| * Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-231-1/+1
| | | | | | | | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* | Change a few "root" occurrences to "UI" in error messages, javadocJohannes Dahlström2012-11-222-5/+6
|/ | | | Change-Id: I3140b91262ca179bed48e2081c6093a21fc834a1
* Unified deprecation messagesArtur Signell2012-11-222-3/+3
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Fixed tab index handling in slider (#10315)Artur Signell2012-11-221-0/+1
| | | | Change-Id: I84611b5cc0a4f8520d1013562ba650f1f92663c4
* Fixed NPE in Slider (#9740)Artur Signell2012-11-221-0/+4
| | | | Change-Id: I08c769cbe87c2bb8d94bb18d6685df0385d0eae8
* Fixed tab index handling in broken components (#10315)Artur Signell2012-11-227-13/+29
| | | | Change-Id: I27a1a3541886b126f0798f4d25ae6d22df81aa79
* Make code splitting work (#8636)Leif Åstrand2012-11-222-36/+2
| | | | Change-Id: I25c1494d29d20c89dc9c259995ed4b87067e859b
* Merge "Implement HasComponents directly in CustomComponent (#10235)"Artur Signell2012-11-211-3/+2
|\
| * Implement HasComponents directly in CustomComponent (#10235)Henri Sara2012-11-211-3/+2
| | | | | | | | Change-Id: Ic39a14e8239e921a85437cfad67eac149b41a8d3
* | Merge "Implement HasComponents directly in PopupView (#10238)"Artur Signell2012-11-211-2/+2
|\ \
| * | Implement HasComponents directly in PopupView (#10238)Henri Sara2012-11-211-2/+2
| |/ | | | | | | Change-Id: If0bd9d3cf92c4f040e63f693da214aacac421168
* | Merge "Updated ServerConnector javadoc (#10304)"Johannes Dahlström2012-11-211-0/+5
|\ \
| * | Updated ServerConnector javadoc (#10304)Artur Signell2012-11-211-0/+5
| |/ | | | | | | Change-Id: Ia2a893b3b56d15a27bce839dcc92dc86e9b3996e
* | Avoid eternal spinner for exceptions in layout (#10257)Artur Signell2012-11-211-5/+9
| | | | | | | | Change-Id: I24dfcf65c5eed90e930dd03663062860f8bda0fb
* | Remove slashes from beginning or end of constants (#10140)Leif Åstrand2012-11-211-2/+2
|/ | | | | | * Also rename the constants to cause compile errors in 3rd party code Change-Id: If96c9956de7737345ec9372be28292b3490387a2
* Renamed communication event related classes (#10243)Artur Signell2012-11-211-18/+46
| | | | Change-Id: Ia4ddb8e6937f5902b50b8c88c93f7955a653c025
* Global code cleanupLeif Åstrand2012-11-2113-16/+21
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Implement abstract HasComponents related client side connectors (#10248)Henri Sara2012-11-2117-129/+186
| | | | Change-Id: I8e0d1505d24ed8d24702557a38ffd867a513bdd2
* Rename DependencyResource to PublishedFile (#10224)Leif Åstrand2012-11-211-5/+5
| | | | Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a
* Renamed suspend/resumeRendering be more descriptive (#10242)Artur Signell2012-11-201-18/+17
| | | | Change-Id: I817fdab5529b0192f58e76ea31b97efb18b3f881