aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Disabled excessive debug loggingArtur Signell2012-04-102-14/+21
| | | |
| | * | Update #8544 to be more verbose and to show more exceptionsLeif Åstrand2012-04-102-35/+14
| | | |
| | * | Close all URLConnections, not only Java6 specific FileURLConnection.Henri Sara2012-04-101-4/+2
| | | |
* | | | Merge branch 'layoutgraph' of ssh://dev.vaadin.com/vaadin into layoutgraphJouni Koivuviita2012-04-1127-279/+508
|\| | |
| * | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-107-73/+186
| |\| |
| | * | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-107-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 devicesAutomerge2012-04-051-1/+14
| | | | | | | | | | | | | | | | svn changeset:23414/svn branch:6.8
| | | * [merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some casesAutomerge2012-04-051-1/+1
| | | | | | | | | | | | | | | | svn changeset:23412/svn branch:6.8
| | | * #8203 Added TabSheet#setSelectedTab(int) and ↵Johannes Dahlström2012-04-051-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | TabSheet#setSelectedTab(TabSheet.Tab) svn changeset:23408/svn branch:6.8
| | | * Implemented #8307: Added AbstractField#removeAllValidators()Johannes Dahlström2012-04-051-0/+10
| | | | | | | | | | | | | | | | svn changeset:23407/svn branch:6.8
| | | * Fixed #6155: stop listening to Property value change and read only status ↵Johannes Dahlström2012-04-051-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 bugJohannes Dahlström2012-04-041-4/+0
| | | | | | | | | | | | | | | | svn changeset:23399/svn branch:6.8
| | | * #5100 Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
| | | | | | | | | | | | | | | | svn changeset:23385/svn branch:6.8
| | | * Reverted accidental commitJohannes Dahlström2012-04-021-77/+43
| | | | | | | | | | | | | | | | svn changeset:23384/svn branch:6.8
| | | * Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
| | | | | | | | | | | | | | | | svn changeset:23380/svn branch:6.8
| | | * [merge from 6.7] #8597 Do not leave VWindow references in the static ↵Automerge2012-04-021-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | windowOrder list svn changeset:23377/svn branch:6.8
| * | | Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-108-51/+110
| |\| |
| | * | Fixed problem with captions always being in the top left cornerArtur Signell2012-04-101-0/+1
| | | |
| | * | Fixed NPE in click listenerArtur Signell2012-04-102-17/+17
| | | |
| | * | Fixed GridLayout captions when components are moved in the layoutArtur Signell2012-04-102-30/+62
| | | |
| | * | Print stack traces to console when in GWT Dev ModeArtur Signell2012-04-101-0/+4
| | | | | | | | | | | | At least for now
| | * | Fixed potential problem with file descriptors remaining in useArtur Signell2012-04-051-1/+21
| | | |
| | * | Disable TreeTable partial updates until it is fixedArtur Signell2012-04-051-1/+3
| | | | | | | | | | | | | | | | Currently TreeTable changes its child components during paint, which is too late for AbstractCommunicationManager to take into account
| | * | Fixed importArtur Signell2012-04-051-2/+2
| | | |
| * | | Add LayoutManager.setNeedsMeasure and change how layouts are startedLeif Åstrand2012-04-109-150/+157
| | | |
| * | | Import order changed by eclipseLeif Åstrand2012-04-071-1/+1
| | | |
| * | | Unregister dependencies during unregister to avoid leaksLeif Åstrand2012-04-075-4/+54
| | | |
* | | | Small fixes to VBoxLayout, moved styles to separate stylesheetJouni Koivuviita2012-04-092-9/+28
| | | |
* | | | 95% functional VerticalLayout and HorizontalLayout using mainly CSSJouni Koivuviita2012-04-085-0/+733
|/ / /
* | | Merge remote branch 'origin/master' into layoutgraphLeif Åstrand2012-04-051-5/+82
|\| |
| * | More detailed tracing of slow operation in ApplicationConnection.Henri Sara2012-04-051-5/+82
| | |
* | | Implement support for ElementResizeListenerLeif Åstrand2012-04-054-59/+189
| | |
* | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-0514-143/+48
|\| |
| * | Removed unneeded code (TextField uses border box sizing)Artur Signell2012-04-051-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 sideArtur Signell2012-04-051-52/+15
| | |
| * | Fixed GridLayout caption rendering Artur Signell2012-04-0512-20/+33
| | | | | | | | | | | | Components that do not delegate caption handling to parent should not get a caption
* | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-058-69/+20
|\| |
| * | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-053-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 stateArtur Signell2012-04-055-58/+8
| | |
* | | Merge branch 'master' into layoutgraphLeif Åstrand2012-04-0587-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 ClientConnectorArtur Signell2012-04-051-2/+2
| | | | | | | | | | | | ClientConnector is correct but is not available for the GWT compiler, causing errors
| * | Moved Form child component references to stateArtur Signell2012-04-052-63/+81
| | |
| * | Removed unnecessary calls to unregisterPaintableArtur Signell2012-04-054-18/+0
| | |
| * | Fixed GridLayout caption problem + small step towards away from UIDLArtur Signell2012-04-052-29/+59
| | |
| * | Paintable -> ConnectorArtur Signell2012-04-052-11/+11
| | |
| * | Increased logging to be able to see where time is spentArtur Signell2012-04-051-0/+4
| | |
| * | Updated CustomLayout to use shared state and new eventsArtur Signell2012-04-053-145/+128
| | |
| * | #8602 Added support for Map<Connector,?>Artur Signell2012-04-055-16/+75
| | |
| * | Added missing licenseArtur Signell2012-04-051-0/+3
| | |
| * | File moed -> 644Artur Signell2012-04-051-0/+0
| | |