Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert hide errors flag to shared state (#8437). | Henri Sara | 2012-03-21 | 7 | -21/+46 |
| | |||||
* | Refactor error messages not to use UIDL (#8437). | Henri Sara | 2012-03-21 | 22 | -174/+104 |
| | | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed. | ||||
* | Refactor error messages on server side (#8437). | Henri Sara | 2012-03-21 | 20 | -579/+272 |
| | | | | This is an intermediate step towards moving error messages from UIDL to shared state. | ||||
* | Prevent properly sized button element from causing scrolling in IE8 | Leif Åstrand | 2012-03-21 | 1 | -0/+3 |
| | |||||
* | Force reflow in IE8 to detect icon style (#8313) | Leif Åstrand | 2012-03-21 | 1 | -1/+12 |
| | |||||
* | Code cleanup for paint/dirty state tracking changes | Artur Signell | 2012-03-21 | 5 | -125/+43 |
| | |||||
* | Ensure the widget in the selected tab is always visible after a server visit | Artur Signell | 2012-03-21 | 1 | -1/+4 |
| | |||||
* | Unified logic in getting dirty connectors to ensure invisible connectors are ↵ | Artur Signell | 2012-03-21 | 2 | -19/+12 |
| | | | | never sent to the client. Also fixed isVisibleInContext to take parent restrictions into account and removed extra code. | ||||
* | Hide log by setting width/height to 0 so that the same spacing is used | Artur Signell | 2012-03-21 | 2 | -1/+17 |
| | | | | as in Vaadin 6 (to ease screenshot migration) | ||||
* | Fixed NPE when Table does not contain components | Artur Signell | 2012-03-21 | 1 | -0/+6 |
| | |||||
* | Updated locators as invisible components are no longer in the client | Artur Signell | 2012-03-21 | 1 | -22/+22 |
| | | | | side hierarchy | ||||
* | Pass ManagedLayout to layout slot to avoid NPE when a child is detached | Artur Signell | 2012-03-21 | 3 | -35/+40 |
| | | | | (getParent() returns null) | ||||
* | Code cleanup | Artur Signell | 2012-03-21 | 1 | -8/+10 |
| | |||||
* | Added requestRepaintall helper to AbstractComponentContainer and use the | Artur Signell | 2012-03-21 | 6 | -57/+33 |
| | | | | | same helper and logic in all component containers including Form, Table and CustomField | ||||
* | Repaint children when parent becomes visible | Artur Signell | 2012-03-21 | 1 | -0/+13 |
| | |||||
* | javadoc | Artur Signell | 2012-03-21 | 1 | -0/+10 |
| | |||||
* | #8515 Avoid painting invisible children, also through old style paint | Artur Signell | 2012-03-21 | 2 | -0/+14 |
| | | | | calls | ||||
* | Removed extra check as Component extends RpcTarget | Artur Signell | 2012-03-21 | 1 | -7/+2 |
| | |||||
* | Removed unused code related to old offsetSize stored in ComponentDetail | Artur Signell | 2012-03-21 | 3 | -50/+0 |
| | |||||
* | #8500 Avoid unregistering components that have been moved from one | Artur Signell | 2012-03-21 | 1 | -1/+8 |
| | | | | connector to another | ||||
* | #8500 Properly repaint parent (hierarchy) when the visibility of a child | Artur Signell | 2012-03-21 | 3 | -68/+18 |
| | | | | changes | ||||
* | Added generics to KeyMapper and made it based on HashMap instead of | Artur Signell | 2012-03-21 | 7 | -29/+26 |
| | | | | Hashtable | ||||
* | #8438 Event handler registration is now a Set in the shared state | Artur Signell | 2012-03-21 | 18 | -112/+103 |
| | |||||
* | #8515 Additional fix for sets, and lists from client to server | Artur Signell | 2012-03-21 | 5 | -31/+132 |
| | |||||
* | #8455 Root.getCurrentRoot can now be used in Root.init() | Artur Signell | 2012-03-21 | 1 | -1/+3 |
| | |||||
* | Made Window work again (connectors are now children of Root, attach for | Artur Signell | 2012-03-21 | 4 | -3/+22 |
| | | | Panel/Window calls Root attach methods, Window uses WindowState) | ||||
* | Paint Vaadin 6 changes in hierarchy order to retain backwards | Artur Signell | 2012-03-21 | 1 | -14/+55 |
| | | | compatibility, especially for component containers | ||||
* | Made debug id:s work again | Artur Signell | 2012-03-21 | 4 | -11/+66 |
| | |||||
* | Minor cleanup | Artur Signell | 2012-03-21 | 1 | -7/+10 |
| | |||||
* | repaintRequestListenersNotified and "cached" are no longer needed | Artur Signell | 2012-03-21 | 4 | -43/+43 |
| | |||||
* | Javadoc - mentioned that components must notify their Root when they are | Artur Signell | 2012-03-21 | 1 | -1/+10 |
| | | | attached/detached | ||||
* | Minor debug info changes | Artur Signell | 2012-03-21 | 3 | -12/+19 |
| | |||||
* | Moved Connector -> Connector Id mapping to AbstractComponent | Artur Signell | 2012-03-21 | 19 | -612/+645 |
| | | | | | Moved Connector Id -> Connector mapping to Application Moved dirty connector tracking to Root Removed adding of | ||||
* | Cleaned up code related to storing which type mappings have already been | Artur Signell | 2012-03-21 | 1 | -15/+15 |
| | | | sent to the client | ||||
* | Removed unused code | Artur Signell | 2012-03-21 | 1 | -4/+1 |
| | |||||
* | Improve notification for uncaught UmbrellaException | Leif Åstrand | 2012-03-21 | 1 | -2/+17 |
| | |||||
* | Ensure AbsoluteLayout wrappers have the rigth size (#8313) | Leif Åstrand | 2012-03-21 | 2 | -17/+14 |
| | |||||
* | Show uncaught exceptions as notifications (#8544) | Leif Åstrand | 2012-03-21 | 1 | -0/+9 |
| | |||||
* | Take negative margin into account when calculating footer height (#8540) | Leif Åstrand | 2012-03-20 | 2 | -3/+21 |
| | |||||
* | Show a clear message to more easily discover layout loops (#8313) | Leif Åstrand | 2012-03-20 | 1 | -1/+6 |
| | |||||
* | Don't mess with column widths any more (#8313) | Leif Åstrand | 2012-03-16 | 1 | -7/+0 |
| | |||||
* | Only prevent margin collapse if embedded | Leif Åstrand | 2012-03-16 | 3 | -31/+10 |
| | |||||
* | Removed extra getDeclaredWidth/getDeclaredHeight as they directly | Artur Signell | 2012-03-16 | 5 | -60/+24 |
| | | | | contain the width and height from the state. | ||||
* | Don't use position: absolute to avoid scrollbars in IE9 | Leif Åstrand | 2012-03-16 | 2 | -2/+3 |
| | |||||
* | Merge branch 'master' into hierarchypaint | Henri Sara | 2012-03-16 | 2 | -3/+2 |
|\ | |||||
| * | Remove old hack that nowadays just seems to cause problems (#7984) | Leif Åstrand | 2012-03-16 | 1 | -3/+0 |
| | | |||||
| * | Use box-sizing for v-view (#8313) | Leif Åstrand | 2012-03-16 | 1 | -0/+2 |
| | | |||||
* | | #8534 Handle null values consistently both from server to client and | Artur Signell | 2012-03-16 | 1 | -6/+10 |
| | | | | | | from client to server | ||||
* | | #8534 Handle null values consistently both from server to client and | Artur Signell | 2012-03-16 | 3 | -24/+22 |
| | | | | | | from client to server | ||||
* | | Panel can have 0 children if its contents is hidden on server side | Artur Signell | 2012-03-16 | 1 | -4/+6 |
| | |