summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #8324 Set connection for VViewPaintable when initializingArtur Signell2012-02-031-0/+1
* #8324 Corrected paintable hierarchy as VScrollTableRow is no longer aArtur Signell2012-02-033-60/+73
* #8324 Fixed problem with nodes being added to the wrong widgetArtur Signell2012-02-031-1/+1
* Fixed invalid comparison between paintable and widgetArtur Signell2012-02-031-1/+1
* #8324 Fixed comparison of paintable and widgetArtur Signell2012-02-021-1/+1
* Corrected license infoArtur Signell2012-02-021-2/+2
* Adding missing license infoArtur Signell2012-02-0230-0/+90
* Removed unnecessary getWidgetForPaintable methodsArtur Signell2012-02-0218-73/+0
* Fixed ClassCastException for VWindowArtur Signell2012-02-021-4/+6
* Fixed ClassCastException as VViewPaintable should be created, not VViewArtur Signell2012-02-021-3/+1
* Fixed problem introduced in merge from 6.8Artur Signell2012-01-311-1/+1
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-314-39/+14
|\
| * Synchronized 6.8 branch between svn and git.Build Agent2012-01-313-34/+6
| * #6718 Fixed a regression: displayedMonth must be in sync with focusedDateJohannes Dahlström2012-01-311-1/+4
| * #6718 Fixed an off-by-one bug; use displayedMonth consistentlyJohannes Dahlström2012-01-271-4/+4
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-3192-13800/+13800
|\|
| * #8311 Additional CRLF->LF fixesArtur Signell2012-01-272-116/+107
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-2736-8002/+8011
* | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8)Artur Signell2012-01-314-13/+62
|\|
| * Comment improvements related to #6718Johannes Dahlström2012-01-271-11/+20
| * #6902 Table empties field on Layout.replaceComponentArtur Signell2012-01-271-0/+12
| * #8241 Removed debug message, added reference to ticketJohannes Dahlström2012-01-201-3/+1
| * #8085 Do not calculate a fixed width when enabled or readonly status changes ...Artur Signell2012-01-161-2/+2
| * #5982 Add the "v-disabled" class name as-is also in addition to prefixed to m...Artur Signell2012-01-161-2/+4
| * Test and fix for #5982 - FormLayout now updates caption style names when the ...Artur Signell2012-01-131-4/+2
| * #8241 Rename Vaadin-Redirect to Vaadin-Refresh, make URI optional: if not giv...Johannes Dahlström2012-01-131-10/+12
| * Fix for #8241: Provide a way to redirect the client to a given URI in a UIDL ...Johannes Dahlström2012-01-121-10/+10
| * #8085 Do not calculate a fixed width when enabled or readonly status changes ...Artur Signell2012-01-122-2/+6
| * #8085 Recalculate DateField width when enabled state changesArtur Signell2012-01-121-4/+0
| * #8170: Symmetrically with attach(), Window.detach() should call detach() for ...Johannes Dahlström2011-12-221-0/+13
| * Fix #8170: Window.attach() did not call attach() for subwindowsJohannes Dahlström2011-12-221-0/+11
| * #8040 Improved commentJohannes Dahlström2011-12-161-2/+9
| * #8040 test case and fixJohannes Dahlström2011-12-161-9/+2
| * Fix some typos (#8143)Leif Åstrand2011-12-161-2/+2
| * #8143 Enable using a completely different implementation for VConsoleLeif Åstrand2011-12-161-4/+8
| * Fixed typo in comment #7965 #7996Johannes Dahlström2011-12-121-1/+1
| * Fix #7965 and #7996 - input fields in tables lose their focus in IEJohannes Dahlström2011-12-121-1/+1
* | #8169, #8326 Removed SplitPanel and special handling of SplitPanel onArtur Signell2012-01-313-125/+3
* | Fixed compilation errorsArtur Signell2012-01-312-12/+4
* | #8324 Split RichTextArea into widget + paintableArtur Signell2012-01-313-63/+91
* | #8324 Updated special cases in widget setArtur Signell2012-01-311-4/+5
* | #8324 Updated server side classes for layoutsArtur Signell2012-01-313-6/+6
* | #8324 Split Panel into widget and paintableArtur Signell2012-01-313-150/+190
* | #8324 Split PopupView into widget and paintableArtur Signell2012-01-313-82/+114
* | #8324 Split Form and FormLayout into widget and paintableArtur Signell2012-01-316-176/+241
* | #8324 Split split panel classes into widget and paintableArtur Signell2012-01-3110-146/+195
* | #8323 Moved updateCaption from Container to VPaintableWidgetContainerArtur Signell2012-01-3110-50/+30
* | #8324 Split VGridLayout, VHorizontalLayout and VVerticalLayout intoArtur Signell2012-01-318-514/+618
* | #8324 Split VView and VWindow into paintable and widgetArtur Signell2012-01-318-572/+679
* | #8324 Fixed VAbsoluteLayoutPaintable to be a containerArtur Signell2012-01-312-7/+7