Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Disabled excessive debug logging | Artur Signell | 2012-04-10 | 2 | -14/+21 | |
| | | | | ||||||
| | * | | Update #8544 to be more verbose and to show more exceptions | Leif Åstrand | 2012-04-10 | 2 | -35/+14 | |
| | | | | ||||||
| | * | | Close all URLConnections, not only Java6 specific FileURLConnection. | Henri Sara | 2012-04-10 | 1 | -4/+2 | |
| | | | | ||||||
* | | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraph | Jouni Koivuviita | 2012-04-11 | 27 | -279/+508 | |
|\| | | | ||||||
| * | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-10 | 7 | -73/+186 | |
| |\| | | ||||||
| | * | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-10 | 7 | -73/+186 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java | |||||
| | | * | [merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devices | Automerge | 2012-04-05 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | svn changeset:23414/svn branch:6.8 | |||||
| | | * | [merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some cases | Automerge | 2012-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | svn changeset:23412/svn branch:6.8 | |||||
| | | * | #8203 Added TabSheet#setSelectedTab(int) and ↵ | Johannes Dahlström | 2012-04-05 | 1 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | TabSheet#setSelectedTab(TabSheet.Tab) svn changeset:23408/svn branch:6.8 | |||||
| | | * | Implemented #8307: Added AbstractField#removeAllValidators() | Johannes Dahlström | 2012-04-05 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | svn changeset:23407/svn branch:6.8 | |||||
| | | * | Fixed #6155: stop listening to Property value change and read only status ↵ | Johannes Dahlström | 2012-04-05 | 1 | -20/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | change events on detach to avoid a potential memory leak, resume listening on attach svn changeset:23406/svn branch:6.8 | |||||
| | | * | #5100 Removed obsolete code to fix a Firefox tab scrolling bug | Johannes Dahlström | 2012-04-04 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | svn changeset:23399/svn branch:6.8 | |||||
| | | * | #5100 Fixed IE focus; fixed tab scrolling; minor refactoring | Johannes Dahlström | 2012-04-02 | 1 | -43/+77 | |
| | | | | | | | | | | | | | | | | svn changeset:23385/svn branch:6.8 | |||||
| | | * | Reverted accidental commit | Johannes Dahlström | 2012-04-02 | 1 | -77/+43 | |
| | | | | | | | | | | | | | | | | svn changeset:23384/svn branch:6.8 | |||||
| | | * | Fixed IE focus; fixed tab scrolling; minor refactoring | Johannes Dahlström | 2012-04-02 | 1 | -43/+77 | |
| | | | | | | | | | | | | | | | | svn changeset:23380/svn branch:6.8 | |||||
| | | * | [merge from 6.7] #8597 Do not leave VWindow references in the static ↵ | Automerge | 2012-04-02 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | windowOrder list svn changeset:23377/svn branch:6.8 | |||||
| * | | | Merge remote branch 'origin/master' into layoutgraph | Leif Åstrand | 2012-04-10 | 8 | -51/+110 | |
| |\| | | ||||||
| | * | | Fixed problem with captions always being in the top left corner | Artur Signell | 2012-04-10 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Fixed NPE in click listener | Artur Signell | 2012-04-10 | 2 | -17/+17 | |
| | | | | ||||||
| | * | | Fixed GridLayout captions when components are moved in the layout | Artur Signell | 2012-04-10 | 2 | -30/+62 | |
| | | | | ||||||
| | * | | Print stack traces to console when in GWT Dev Mode | Artur Signell | 2012-04-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | At least for now | |||||
| | * | | Fixed potential problem with file descriptors remaining in use | Artur Signell | 2012-04-05 | 1 | -1/+21 | |
| | | | | ||||||
| | * | | Disable TreeTable partial updates until it is fixed | Artur Signell | 2012-04-05 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | Currently TreeTable changes its child components during paint, which is too late for AbstractCommunicationManager to take into account | |||||
| | * | | Fixed import | Artur Signell | 2012-04-05 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Add LayoutManager.setNeedsMeasure and change how layouts are started | Leif Åstrand | 2012-04-10 | 9 | -150/+157 | |
| | | | | ||||||
| * | | | Import order changed by eclipse | Leif Åstrand | 2012-04-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Unregister dependencies during unregister to avoid leaks | Leif Åstrand | 2012-04-07 | 5 | -4/+54 | |
| | | | | ||||||
* | | | | Small fixes to VBoxLayout, moved styles to separate stylesheet | Jouni Koivuviita | 2012-04-09 | 2 | -9/+28 | |
| | | | | ||||||
* | | | | 95% functional VerticalLayout and HorizontalLayout using mainly CSS | Jouni Koivuviita | 2012-04-08 | 5 | -0/+733 | |
|/ / / | ||||||
* | | | Merge remote branch 'origin/master' into layoutgraph | Leif Åstrand | 2012-04-05 | 1 | -5/+82 | |
|\| | | ||||||
| * | | More detailed tracing of slow operation in ApplicationConnection. | Henri Sara | 2012-04-05 | 1 | -5/+82 | |
| | | | ||||||
* | | | Implement support for ElementResizeListener | Leif Åstrand | 2012-04-05 | 4 | -59/+189 | |
| | | | ||||||
* | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-05 | 14 | -143/+48 | |
|\| | | ||||||
| * | | Removed unneeded code (TextField uses border box sizing) | Artur Signell | 2012-04-05 | 1 | -71/+0 | |
| | | | | | | | | | | | | | | | Also as % are not converted to px anymore the code is not run for relative sizes, which in the comment is said to be the reason for the method. | |||||
| * | | Actually use and update shared state variables on server side | Artur Signell | 2012-04-05 | 1 | -52/+15 | |
| | | | ||||||
| * | | Fixed GridLayout caption rendering | Artur Signell | 2012-04-05 | 12 | -20/+33 | |
| | | | | | | | | | | | | Components that do not delegate caption handling to parent should not get a caption | |||||
* | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-05 | 8 | -69/+20 | |
|\| | | ||||||
| * | | Moved Collapsible and HierarchicalContainerOrderedWrapper to data | Henri Sara | 2012-04-05 | 3 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | | | | packages (related to #8440) - should not be specific to TreeTable. Otherwise, having a package and a class by the same name causes problems when trying to compile a widgetset on systems that do not treat file names as case sensitive. | |||||
| * | | Fixed spacing that was only partly moved to shared state | Artur Signell | 2012-04-05 | 5 | -58/+8 | |
| | | | ||||||
* | | | Merge branch 'master' into layoutgraph | Leif Åstrand | 2012-04-05 | 87 | -1624/+1762 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/AbstractOrderedLayoutConnector.java src/com/vaadin/terminal/gwt/client/ui/AbstractSplitPanelConnector.java src/com/vaadin/terminal/gwt/client/ui/PanelConnector.java src/com/vaadin/terminal/gwt/client/ui/RootConnector.java src/com/vaadin/terminal/gwt/client/ui/WindowConnector.java | |||||
| * | | Refer to Connector instead of ClientConnector | Artur Signell | 2012-04-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | ClientConnector is correct but is not available for the GWT compiler, causing errors | |||||
| * | | Moved Form child component references to state | Artur Signell | 2012-04-05 | 2 | -63/+81 | |
| | | | ||||||
| * | | Removed unnecessary calls to unregisterPaintable | Artur Signell | 2012-04-05 | 4 | -18/+0 | |
| | | | ||||||
| * | | Fixed GridLayout caption problem + small step towards away from UIDL | Artur Signell | 2012-04-05 | 2 | -29/+59 | |
| | | | ||||||
| * | | Paintable -> Connector | Artur Signell | 2012-04-05 | 2 | -11/+11 | |
| | | | ||||||
| * | | Increased logging to be able to see where time is spent | Artur Signell | 2012-04-05 | 1 | -0/+4 | |
| | | | ||||||
| * | | Updated CustomLayout to use shared state and new events | Artur Signell | 2012-04-05 | 3 | -145/+128 | |
| | | | ||||||
| * | | #8602 Added support for Map<Connector,?> | Artur Signell | 2012-04-05 | 5 | -16/+75 | |
| | | | ||||||
| * | | Added missing license | Artur Signell | 2012-04-05 | 1 | -0/+3 | |
| | | | ||||||
| * | | File moed -> 644 | Artur Signell | 2012-04-05 | 1 | -0/+0 | |
| | | |