Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 27 | -933/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -2/+2 |
| | |||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-07-26 | 1 | -0/+2 |
|\ | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java | ||||
| * | A better patch and test for #7036 | Johannes Dahlström | 2012-07-26 | 1 | -0/+2 |
| | | | | | | | | svn changeset:24027/svn branch:6.8 | ||||
| * | Reverted #7036 patch, will write a better one | Johannes Dahlström | 2012-07-26 | 1 | -12/+1 |
| | | | | | | | | svn changeset:24026/svn branch:6.8 | ||||
| * | Make a read-only RichTextArea scrollable (#7036) | Johannes Dahlström | 2012-07-25 | 1 | -1/+12 |
| | | | | | | | | svn changeset:24024/svn branch:6.8 | ||||
* | | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 3 | -0/+15 |
| | | |||||
* | | State is now created using generators, removed setState (#8502) | Artur Signell | 2012-05-11 | 1 | -7/+0 |
| | | |||||
* | | Renamed @Component to @Connect | Artur Signell | 2012-04-12 | 1 | -3/+3 |
| | | | | | | | | @Component is not good as the server side does not have to be a Component | ||||
* | | ServerConnector is no longer a Paintable, components using updateFromUidl are | Artur Signell | 2012-04-05 | 1 | -3/+2 |
| | | |||||
* | | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -0/+4 |
| | | |||||
* | | Fixed readonly handling for fields (depends on property readonly | Artur Signell | 2012-03-13 | 1 | -4/+4 |
| | | | | | | | | status) and enable state handling for components on client side (depend on parent) | ||||
* | | Use ComponentState for storing the state, not just as a communication | Artur Signell | 2012-03-13 | 1 | -1/+1 |
| | | | | | | | | mechanism. Changed isDisabled to more logical isEnabled in state. | ||||
* | | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 1 | -1/+1 |
| | | |||||
* | | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -8/+5 |
| | | |||||
* | | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 2 | -4/+4 |
| | | | | | | accordingly | ||||
* | | getWidgetForPaintable -> getWidget | Artur Signell | 2012-02-27 | 1 | -23/+23 |
| | | |||||
* | | Communicate disabled flag in shared state (#8304). | Henri Sara | 2012-02-23 | 1 | -2/+1 |
| | | |||||
* | | Transfer read-only and immediate flags via shared state (#8304). | Henri Sara | 2012-02-22 | 1 | -4/+2 |
| | | |||||
* | | Convert some literal strings of UIDL attributes to use constants. | Henri Sara | 2012-02-21 | 1 | -3/+3 |
| | | |||||
* | | #8325 Move ApplicationConnection.updateComponent to | Artur Signell | 2012-02-07 | 1 | -2/+4 |
| | | | | | | VAbstractPaintableWidget.updateFromUIDL | ||||
* | | Adding missing license info | Artur Signell | 2012-02-02 | 1 | -0/+3 |
| | | |||||
* | | Removed unnecessary getWidgetForPaintable methods | Artur Signell | 2012-02-02 | 1 | -4/+0 |
| | | |||||
* | | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8) | Artur Signell | 2012-01-31 | 1 | -76/+76 |
|\| | | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added | ||||
* | | #8324 Split RichTextArea into widget + paintable | Artur Signell | 2012-01-31 | 2 | -61/+89 |
| | | |||||
* | | Split Paintable from Widget so we have VPaintable (paintable without any | Artur Signell | 2012-01-22 | 1 | -2/+6 |
|/ | | | Widget), VPaintableWidget (paintable connected to a widget). | ||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 2 | -3/+3 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | #6000 - Replace DeferredCommand.add with Scheduler.scheduleDeferred | Artur Signell | 2010-11-16 | 1 | -3/+3 |
| | | | | svn changeset:16012/svn branch:6.5 | ||||
* | removed workaround for a GWT bug, fixed in GWT 2.1, see #4279 | Matti Tahvonen | 2010-10-28 | 1 | -38/+0 |
| | | | | svn changeset:15760/svn branch:6.5 | ||||
* | #5865: Extracted AbstractTextField from TextField, RichTextEditor extends ↵ | Matti Tahvonen | 2010-10-26 | 1 | -1/+57 |
| | | | | | | | | now that. Breaks apps that use RichTextArea as a special type for TextField like our NotificationExample. Also fixes focus and selectAll in RichTextArea. More complicated selections methods removed from RichTextArea, at least until it is possible to implement them with GWT RichTextArea. svn changeset:15725/svn branch:6.5 | ||||
* | fixes #5887, removed rich text toolbar controls from tabbing order | Matti Tahvonen | 2010-10-26 | 1 | -0/+5 |
| | | | | svn changeset:15716/svn branch:6.5 | ||||
* | Fixed compiler warnings in demo and core source (#2274) | Artur Signell | 2010-10-07 | 1 | -0/+6 |
| | | | | svn changeset:15451/svn branch:6.5 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -12/+12 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | #5380 Disabling a read-only RichTextArea caused the toolbar to appear on ↵ | Henri Sara | 2010-07-23 | 1 | -5/+3 |
| | | | | | | WebKit based browsers svn changeset:14310/svn branch:6.4 | ||||
* | removed obsolete debug code | Matti Tahvonen | 2010-07-21 | 1 | -6/+0 |
| | | | | svn changeset:14295/svn branch:6.4 | ||||
* | fixes #5089 (read only mode) and #5379 webkit bug | Matti Tahvonen | 2010-07-21 | 1 | -19/+67 |
| | | | | svn changeset:14294/svn branch:6.4 | ||||
* | fixes #4175 and partly #5373 (TextField and RichTextArea now work properly) | Matti Tahvonen | 2010-07-21 | 1 | -4/+51 |
| | | | | svn changeset:14289/svn branch:6.4 | ||||
* | Fix for #5091 | John Alhroos | 2010-06-29 | 1 | -6/+15 |
| | | | | svn changeset:13966/svn branch:6.4 | ||||
* | fixes #4396 | Matti Tahvonen | 2010-03-25 | 1 | -0/+3 |
| | | | | svn changeset:12103/svn branch:6.3 | ||||
* | Fixes #4102: RichTextArea should provide feedback on current text format | Jouni Koivuviita | 2010-03-19 | 20 | -26/+22 |
| | | | | | | Revised the whole theme for RichTextArea. svn changeset:11985/svn branch:6.3 | ||||
* | Added missing @ITMillApache2LicenseForJavaFiles@ | Artur Signell | 2010-03-09 | 2 | -0/+6 |
| | | | | svn changeset:11733/svn branch:6.3 | ||||
* | fixes #4279 | Matti Tahvonen | 2010-03-09 | 1 | -0/+35 |
| | | | | svn changeset:11707/svn branch:6.3 | ||||
* | #4286 remove IE workaround from RichTextArea | Henri Sara | 2010-03-08 | 1 | -8/+0 |
| | | | | svn changeset:11682/svn branch:6.3 | ||||
* | #4139 Update RichTextEditor toolbar code from GWT 2.0: use ClientBundle etc. ↵ | Henri Sara | 2010-03-08 | 1 | -65/+43 |
| | | | | | | No CSS changes in this changeset. svn changeset:11676/svn branch:6.3 | ||||
* | Merged [10696] | Artur Signell | 2010-01-12 | 1 | -1/+1 |
| | | | | svn changeset:10700/svn branch:6.3 | ||||
* | merged [9380] from 6.1 | Matti Tahvonen | 2009-10-26 | 1 | -6/+12 |
| | | | | svn changeset:9381/svn branch:6.2 | ||||
* | Reverted GWT 1.7.0 incompatible changes | Artur Signell | 2009-09-01 | 2 | -35/+43 |
| | | | | svn changeset:8622/svn branch:6.1 | ||||
* | #3012 Remove some more deprecated GWT API use (VRichTextArea formatters) | Henri Sara | 2009-09-01 | 2 | -43/+35 |
| | | | | svn changeset:8621/svn branch:6.1 | ||||
* | #3012 Remove some more deprecated GWT listener use (change handlers, popup ↵ | Henri Sara | 2009-09-01 | 2 | -26/+24 |
| | | | | | | close handlers, ...) svn changeset:8619/svn branch:6.1 | ||||
* | #3012 Remove some deprecated GWT listener use (focus and loading related) | Henri Sara | 2009-08-31 | 1 | -11/+8 |
| | | | | svn changeset:8588/svn branch:6.1 |