Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | #8763 Use Set instead of an array in TouchScrollDelegate to allow dynamic ↵ | Johannes Dahlström | 2012-05-07 | 1 | -11/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | adding and removing scrollable elements svn changeset:23687/svn branch:6.8 | |||||
| * | | | Merge commit '97df7e' | Johannes Dahlström | 2012-06-11 | 1 | -8/+6 | |
| |\| | | ||||||
| | * | | #8763 requiresTouchScrollDelegate now returns false for iOS5; the default ↵ | Johannes Dahlström | 2012-05-07 | 1 | -8/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | return value is now true instead of false. svn changeset:23686/svn branch:6.8 | |||||
| * | | | Merge commit 'a810ce' | Johannes Dahlström | 2012-06-11 | 2 | -6/+25 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java | |||||
| | * | | Don't assume there's always an application (#8694) | Leif Åstrand | 2012-05-07 | 2 | -6/+9 | |
| | | | | | | | | | | | | | | | | svn changeset:23684/svn branch:6.8 | |||||
| * | | | Merge commit 'c3bba' | Johannes Dahlström | 2012-06-11 | 1 | -29/+6 | |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/tabsheet/VTabsheetPanel.java | |||||
| | * | | #8720 Use TouchScrollDelegate.enableTouchScrolling() instead of a ↵ | Johannes Dahlström | 2012-05-04 | 1 | -30/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | TouchScrollDelegate instance directly svn changeset:23681/svn branch:6.8 | |||||
| * | | | Merge commit '33e3d' | Johannes Dahlström | 2012-06-11 | 1 | -17/+7 | |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/panel/VPanel.java | |||||
| | * | | #8716 Use TouchScrollDelegate.enableTouchScrolling() instead of a ↵ | Johannes Dahlström | 2012-05-04 | 1 | -16/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | TouchScrollDelegate instance directly svn changeset:23680/svn branch:6.8 | |||||
| * | | | Merge commit '4599e' | Johannes Dahlström | 2012-06-11 | 1 | -15/+8 | |
| |\| | | ||||||
| | * | | Improved TouchScrollHandler helper | Johannes Dahlström | 2012-05-04 | 1 | -15/+8 | |
| | | | | | | | | | | | | | | | | svn changeset:23679/svn branch:6.8 | |||||
| * | | | Merge commit '295e0' | Johannes Dahlström | 2012-06-11 | 2 | -0/+20 | |
| |\| | | ||||||
| | * | | [merge from 6.7] Fix #7136: Opening a modal subwindow when there are visible ↵ | Automerge | 2012-05-04 | 2 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | notifications prevented the notifications from fading svn changeset:23678/svn branch:6.8 | |||||
| * | | | Merge commit '2a72a' | Johannes Dahlström | 2012-06-11 | 2 | -1/+56 | |
| |\| | | | |/ | |/| | | | | | | | Conflicts: src/com/vaadin/terminal/UserError.java | |||||
| | * | [merge from 6.7] Fixed #8589: Permit XHTML content in UserError | Automerge | 2012-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | svn changeset:23673/svn branch:6.8 | |||||
| | * | New helper class handling touch scrolling either natively or with ↵ | Johannes Dahlström | 2012-05-03 | 1 | -1/+46 | |
| | | | | | | | | | | | | | | | | | | TouchScrollDelegate, depending on platform capabilities svn changeset:23671/svn branch:6.8 | |||||
| * | | Fix broken error tooltips in FormLayout (#8794) | Leif Åstrand | 2012-06-08 | 1 | -2/+1 | |
| | | | ||||||
| * | | Use generic parameter types for server->client RPC | Leif Åstrand | 2012-06-08 | 2 | -4/+5 | |
| | | | ||||||
| * | | Don't expect type info for Lists, Sets and Arrays (#8879) | Leif Åstrand | 2012-06-08 | 1 | -3/+2 | |
| | | | ||||||
| * | | Don't fail if opening tooltip for disappeared component | Leif Åstrand | 2012-06-08 | 1 | -2/+10 | |
| | | | ||||||
| * | | Made it possible to override the type of wrapped request used in portals | Artur Signell | 2012-06-07 | 1 | -18/+29 | |
| | | | | | | | | | | | | Accidentally removed change restored by this commit. | |||||
| * | | Fix broken enums in UIDL message (#8878) | Leif Åstrand | 2012-06-07 | 1 | -9/+4 | |
| | | | ||||||
| * | | Use camelCase field names -> JSON more suitable for javascript (#8888) | Leif Åstrand | 2012-06-07 | 3 | -12/+50 | |
| | | | ||||||
| * | | Use update from deserialize instead of generating the same code again | Leif Åstrand | 2012-06-06 | 1 | -17/+11 | |
| | | | | | | | | | Also slightly improve indenting in generated code | |||||
| * | | Remove redundant ConnectorMap from JsonEncoder.encode | Leif Åstrand | 2012-06-06 | 5 | -56/+33 | |
| | | | ||||||
| * | | Change map serialization to use same scheme as GWT AutoBean (#8602) | Leif Åstrand | 2012-06-06 | 3 | -49/+290 | |
| | | | ||||||
| * | | Don't send type info from server to client (#8879) | Leif Åstrand | 2012-06-06 | 6 | -88/+47 | |
| | | | ||||||
| * | | Pass declared types to JsonDecoder and use them (#8677) | Leif Åstrand | 2012-06-06 | 5 | -78/+95 | |
| | | | ||||||
| * | | Add DiffJSONSerializer for updating existing objects (#8879) | Leif Åstrand | 2012-06-06 | 6 | -79/+107 | |
| | | | | | | | | | | | | This is work in progress towards using declared types for data received from the server. | |||||
| * | | Refactor RpcManager to provide info about parameter types (#8879) | Leif Åstrand | 2012-06-06 | 6 | -67/+217 | |
| | | | | | | | | | | | | This is an intermediate step towards decoding everything received from the server based on its declared type. | |||||
| * | | Extract duplicated code for decoding collections | Leif Åstrand | 2012-06-06 | 1 | -6/+9 | |
| | | | ||||||
| * | | Drop explicit type info from client -> server communication (#8879) | Leif Åstrand | 2012-06-06 | 3 | -86/+47 | |
| | | | ||||||
| * | | Use UidlValue for sending legacy maps and arrays (#8878) | Leif Åstrand | 2012-06-06 | 3 | -30/+25 | |
| | | | ||||||
| * | | Wrap variable change data in UidlValue wrapper with type info (#8878) | Leif Åstrand | 2012-06-06 | 5 | -2/+69 | |
| | | | | | | | | | | | | | | | This is the first step towards dropping type info from the sent data for everything except changeVariables data | |||||
| * | | Add missing call to super.detach() (#6690) | Leif Åstrand | 2012-06-06 | 1 | -0/+1 | |
| | | | ||||||
| * | | Change widget -> connector in some places | Leif Åstrand | 2012-06-06 | 2 | -15/+15 | |
| | | | ||||||
| * | | Fix missing licenses and Serializable (#6690) | Leif Åstrand | 2012-06-06 | 4 | -16/+37 | |
| | | | ||||||
| * | | Redefine isVisible to not paint dirty detached component (#6690) | Leif Åstrand | 2012-06-06 | 1 | -2/+10 | |
| | | | ||||||
| * | | Fix some broken hierarchies (#6690) | Leif Åstrand | 2012-06-06 | 2 | -5/+12 | |
| | | | ||||||
| * | | Fix accidental invalid cast (#6690) | Leif Åstrand | 2012-06-06 | 1 | -2/+1 | |
| | | | ||||||
| * | | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 64 | -1170/+1307 | |
| | | | ||||||
| * | | Deprecate WidgetSetCompiler, not needed with Java6 (but used in Eclipse) | Henri Sara | 2012-06-05 | 1 | -0/+3 | |
| | | | ||||||
| * | | Repaint when contents changes (#8735) | Artur Signell | 2012-06-01 | 1 | -0/+1 | |
| | | | ||||||
| * | | Repaint when contents changes (#8832) | Artur Signell | 2012-06-01 | 1 | -0/+2 | |
| | | | ||||||
| * | | Remove Table.setLazyLoading (#6010) | Leif Åstrand | 2012-05-30 | 1 | -13/+0 | |
| | | | ||||||
| * | | Implement first version of view and navigation APIs (#8859). | Henri Sara | 2012-05-24 | 6 | -0/+805 | |
| | | | ||||||
| * | | Made it possible to override the type of wrapped request used in portals | Artur Signell | 2012-05-22 | 1 | -18/+29 | |
| | | | ||||||
* | | | Fixed equal expand ratio for BoxLayout (no expand ratios set for defined ↵ | Jouni Koivuviita | 2012-05-21 | 1 | -1/+14 | |
| | | | | | | | | | | | | sized layout) | |||||
* | | | Small optimization to BoxLayout | Jouni Koivuviita | 2012-05-20 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | By setting vertical alignment to all components in a horizontal layout with undefined height the layout will skip lots of measurements. | |||||
* | | | Extensive refactoring of BoxLayout | Jouni Koivuviita | 2012-05-20 | 7 | -297/+282 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Reduced many unnecessary element resize listeners and layout methods. Refactored ComponentConnector style name handling so that it will now only alter the style names and not completely override them on each update. |