Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -1219/+0 |
| | | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files. | ||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-10 | 1 | -43/+77 |
|\ | | | | | | | | | | | | | | | 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 | ||||
| * | #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 | ||||
* | | Removed unnecessary updateFromUidl calls from containers | Artur Signell | 2012-04-05 | 1 | -2/+0 |
| | | |||||
* | | Merge commit '8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8' from origin/6.8 | Artur Signell | 2012-03-23 | 1 | -4/+10 |
|\| | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java | ||||
| * | #5100 Removed unnecessary setTabulatorIndex() call | Johannes Dahlström | 2012-03-19 | 1 | -1/+0 |
| | | | | | | | | svn changeset:23260/svn branch:6.8 | ||||
| * | #5100 some cleanup | Johannes Dahlström | 2012-03-19 | 1 | -4/+11 |
| | | | | | | | | svn changeset:23259/svn branch:6.8 | ||||
* | | #8437 Error indicators in tabs work again | Artur Signell | 2012-03-22 | 1 | -2/+4 |
| | | |||||
* | | Remove UIDL parameter from many caption related methods (#8435). | Henri Sara | 2012-03-21 | 1 | -3/+2 |
| | | | | | | | | | | Visibility change related code for captions removed from VCaption, VCaptionWrapper and VFormLayout.Caption, should be handled by removing/adding caption based on hierarchy change events. | ||||
* | | Refactor error messages not to use UIDL (#8437). | Henri Sara | 2012-03-21 | 1 | -5/+2 |
| | | | | | | | | This change removes support for error messages on tabs of a tabsheet or an accordion. Those should be implemented differently if needed. | ||||
* | | Removed extra getDeclaredWidth/getDeclaredHeight as they directly | Artur Signell | 2012-03-16 | 1 | -1/+2 |
| | | | | | | | | contain the width and height from the state. | ||||
* | | Merge branch 'master' into hierarchypaint | Artur Signell | 2012-03-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Compensate for borders when size is not undefined (#8313) | Leif Åstrand | 2012-03-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed NPE when changing tab | Artur Signell | 2012-03-14 | 1 | -25/+9 |
| | | | |||||
* | | | Made TabSheet work again and removed TabSheet tab caching for now | Artur Signell | 2012-03-14 | 1 | -1/+2 |
| | | | |||||
* | | | Moved styles list to shared state, replacing the previous String hack. | Artur Signell | 2012-03-14 | 1 | -9/+9 |
| | | | |||||
* | | | #8510 Support using Resources through URLReference/ResourceReference in | Artur Signell | 2012-03-13 | 1 | -1/+2 |
|/ / | | | | | shared state and RPC calls | ||||
* | | Merge remote-tracking branch 'origin/6.8' | Johannes Dahlström | 2012-03-02 | 1 | -8/+167 |
|\| | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/ui/TabSheet.java | ||||
| * | #5100 Support for server-side focus/blur listeners; handle disabled tabs ↵ | Johannes Dahlström | 2012-02-27 | 1 | -45/+92 |
| | | | | | | | | | | | | correctly; handle tab scrolling correctly; removed debug messages svn changeset:23113/svn branch:6.8 | ||||
| * | #5100 Use FocusImpl to handle focus; allow customization of shortcut keys | Johannes Dahlström | 2012-02-17 | 1 | -7/+20 |
| | | | | | | | | svn changeset:23056/svn branch:6.8 | ||||
| * | Patch for #5100 - TabSheet keyboard navigation | Johannes Dahlström | 2012-02-16 | 1 | -8/+118 |
| | | | | | | | | | | | | | | | | | | - The active tab button in the tab bar is now focusable by clicking or via tabulator - When the focus is in the tab bar, the tab can be changed with left and right arrow keys - Delete key closes the active focused tab if closable - TODO: programmatic control on server side, configurable keyboard shortcuts svn changeset:23052/svn branch:6.8 | ||||
| * | Reverted bad commit [23048] | Johannes Dahlström | 2012-02-16 | 1 | -118/+8 |
| | | | | | | | | svn changeset:23050/svn branch:6.8 | ||||
| * | #5100 test case | Johannes Dahlström | 2012-02-16 | 1 | -8/+118 |
| | | | | | | | | svn changeset:23048/svn branch:6.8 | ||||
* | | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 1 | -4/+3 |
| | | |||||
* | | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -5/+5 |
| | | |||||
* | | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 1 | -16/+16 |
| | | | | | | accordingly | ||||
* | | getWidgetForPaintable -> getWidget | Artur Signell | 2012-02-27 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'layoutperformance' | Leif Åstrand | 2012-02-27 | 1 | -126/+16 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/VCaption.java src/com/vaadin/terminal/gwt/client/ui/VAbstractPaintableWidget.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java src/com/vaadin/terminal/gwt/client/ui/VGridLayoutPaintable.java src/com/vaadin/terminal/gwt/client/ui/VOrderedLayoutPaintable.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/layout/CellBasedLayoutPaintable.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java | ||||
| * | | Rename definedHeight/Width -> declaredHeight/Width (#8313) | Leif Åstrand | 2012-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into layoutperformance | Leif Åstrand | 2012-02-15 | 1 | -6/+3 |
| |\ \ | |||||
| * \ \ | Merge remote branch 'origin/master' into layoutperformance | Leif Åstrand | 2012-02-15 | 1 | -1/+4 |
| |\ \ \ | |||||
| * | | | | Properly update height and width of tab content (#8313) | Leif Åstrand | 2012-02-14 | 1 | -7/+2 |
| | | | | | |||||
| * | | | | Increase visibility of contentNode field (#8313) | Leif Åstrand | 2012-02-14 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Update tab sheet and accordion to work with MeasureManager (#8313) | Leif Åstrand | 2012-02-14 | 1 | -119/+12 |
| | | | | | |||||
* | | | | | Removed extra "Widget" prefix from ApplicationConnection method names | Artur Signell | 2012-02-27 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Communicate caption of components in shared state (#8304). | Henri Sara | 2012-02-23 | 1 | -4/+5 |
| | | | | | |||||
* | | | | | Communicate component description (tooltip) in shared state (#8304). | Henri Sara | 2012-02-23 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Communicate disabled flag in shared state (#8304). | Henri Sara | 2012-02-23 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Communicate component style names in shared state (#8304). | Henri Sara | 2012-02-23 | 1 | -5/+8 |
| | | | | | |||||
* | | | | | Convert some literal strings of UIDL attributes to use constants. | Henri Sara | 2012-02-21 | 1 | -7/+9 |
| |_|/ / |/| | | | |||||
* | | | | Merge remote-tracking branch 'origin/6.8' | Leif Åstrand | 2012-02-15 | 1 | -6/+3 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | [merge from 6.7] #8114 Cleaned up fix | Automerge | 2012-02-15 | 1 | -6/+3 |
| | | | | | | | | | | | | svn changeset:23026/svn branch:6.8 | ||||
* | | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-02-15 | 1 | -1/+4 |
|\| | | |/ |/| | |||||
| * | [merge from 6.7] #8114 - Fixed TabSheet rendering of first tab when another ↵ | Automerge | 2012-02-15 | 1 | -2/+5 |
| | | | | | | | | | | | | tab is selected svn changeset:23014/svn branch:6.8 | ||||
* | | Removed unnecessary getWidgetForPaintable methods | Artur Signell | 2012-02-02 | 1 | -4/+0 |
| | | |||||
* | | Split Accordion and TabSheet into widget + paintable | Artur Signell | 2012-01-31 | 1 | -73/+17 |
| | | |||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-27 | 1 | -1/+4 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/table/table.css WebContent/release-notes.html build/build.xml src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VSlider.java src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/Table.java tests/integration_tests.xml tests/test.xml tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java |