aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Disable border width storing from TabSheet (#13706)Teemu Suo-Anttila2014-05-051-14/+4
| * Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-051596-1962/+3565
| |\
| * | Fast-forward DateField only with left mouse button (#8012)Teemu Pöntelin2014-05-043-2/+105
| * | Merge changes from origin/7.2Artur Signell2014-05-023-51/+135
| |\ \
| * \ \ Merge changes from origin/7.2Artur Signell2014-05-021-1/+1
| |\ \ \
| * \ \ \ Merge changes from origin/7.2Artur Signell2014-05-023-9/+12
| |\ \ \ \
| * | | | | Set explicit left alignment instead of removing text-align style (#13399).Denis Anisimov2014-04-304-27/+171
| * | | | | Modified vaadinBootstrap to send v-loc as POST instead of GET (#13685).Tapio Aali2014-04-291-24/+26
| * | | | | Prevent scroll position reset on GridLayout hierarchy change (#13386)Johannes Dahlström2014-04-294-2/+167
| * | | | | Replace DragStartModes TB2 test with TB3 testTeemu Suo-Anttila2014-04-292-62/+46
| * | | | | Avoid client side exception on DnD for empty table (#13655).Denis Anisimov2014-04-283-2/+131
| * | | | | Fix ComboBox cleared suggestion popup on ItemSetChange (#13635)Teemu Suo-Anttila2014-04-283-3/+120
| * | | | | Fix Table width calculation when adding the first item (#13592)Juuso Valli2014-04-283-1/+139
| * | | | | Ensure session is set before writing timeout interval (#13617)Artur Signell2014-04-282-1/+97
| * | | | | Fix ComboBox popup scrolling when paging disabled (#13488)mtzukanov2014-04-253-4/+124
| * | | | | Fix TextArea with enter keyboard shortcut (#12424)Markus Koivisto2014-04-253-0/+245
| * | | | | Update uitest/ivy.xml to use TestBench 4.0.0.alpha1 (#13625)Teemu Suo-Anttila2014-04-251-1/+1
| * | | | | Apply layout after remove tab in Accordion (#11366, #13423)Denis Anisimov2014-04-253-0/+138
| * | | | | Fix missing TreeTable column lines in IE8 (#12989)Juuso Valli2014-04-251-1/+0
| * | | | | Fix Table.sort(...) to update the sort indicator (#8978)Juuso Valli2014-04-253-1/+203
| * | | | | Report an error if RPC interface is parameterized (#10392).Denis Anisimov2014-04-242-0/+13
| * | | | | Disable test which changes global behavior of the servletArtur Signell2014-04-241-0/+2
| * | | | | Support running tests on PhantomJSArtur Signell2014-04-232-1/+27
| * | | | | Clarify comments in Table.typeIsCompatible (#8168)Juuso Valli2014-04-231-16/+2
| * | | | | Fix findUI throwing NullPointerException when extending Vaadin (#13556)Juuso Valli2014-04-232-1/+32
| * | | | | Add caching support for PublishedFileHandler (#13574)Juuso Valli2014-04-234-1/+117
| * | | | | Fixed javadoc XHTML to HTML and fixed typos (#13518)Markus Koivisto2014-04-231-5/+5
| * | | | | Clean Table.propertyValueConverters if the property is removed (#8168)Juuso Valli2014-04-232-9/+445
| * | | | | Javadoc fixArtur Signell2014-04-231-1/+4
| * | | | | Clarify lock check assert message if another session is locked (#13473)Leif Åstrand2014-04-171-2/+11
| * | | | | Fix test depending on default localeJuuso Valli2014-04-171-1/+1
| * | | | | Use getChildComponents in PopupView instead of getChildren (#13503)Denis Anisimov2014-04-163-4/+104
| * | | | | ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-162-2/+34
| * | | | | Remove redundant toggling of calendarToggle enabled state (#13124)Leif Åstrand2014-04-151-3/+0
| * | | | | Drag image for text-area should contain text of text-area (#13557).Denis Anisimov2014-04-155-1/+200
| * | | | | Disable/enable text field for DateField on setEnable() method (#13124).Denis Anisimov2014-04-154-6/+36
| * | | | | Merge changes from origin/7.2Build Agent2014-04-149-123/+10455
| |\ \ \ \ \
| * \ \ \ \ \ No-op merge from origin/7.2Build Agent2014-04-140-0/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge changes from origin/7.2Artur Signell2014-04-1423-608/+283
| |\ \ \ \ \ \ \
| * | | | | | | | Fix copyright headers not passing the validationLeif Åstrand2014-04-145-21/+22
* | | | | | | | | Remove the automerge scriptJonatan Kronqvist2014-05-051-165/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update remaining copyright years to 2014Artur Signell2014-04-23129-139/+139
* | | | | | | | Merge changes from origin/7.1Artur Signell2014-04-237-53/+304
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid eagerly layouting from VScrollTable.updateFromUIDL (#13188)Tomi Virtanen2014-04-175-1/+226
| * | | | | | | | Replace SelectionRangeDragging TB2 test with TB3 testTeemu Suo-Anttila2014-04-162-52/+78
* | | | | | | | | Merge changes from origin/7.1Artur Signell2014-04-231459-1630/+1630
|\| | | | | | | |
| * | | | | | | | Update copyright year to 2014Artur Signell2014-04-161549-1726/+1726
* | | | | | | | | Merge changes from origin/7.1Artur Signell2014-04-2314-57/+436
|\| | | | | | | |
| * | | | | | | | ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-162-2/+34
| * | | | | | | | Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-142-1/+117