summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Actually we still need the VOverlay special case for situations where an over...Johannes Dahlström2012-07-261-1/+11
* | Fix tooltips in VOverlay/PopupPanel widgets; remove unneeded special case fro...Johannes Dahlström2012-07-262-12/+3
* | Update test to work with Vaadin 7Leif Åstrand2012-07-261-6/+26
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-07-2610-14/+267
|\|
| * A better patch and test for #7036Johannes Dahlström2012-07-264-1/+89
| * Reverted #7036 patch, will write a better oneJohannes Dahlström2012-07-262-20/+2
| * Fix typo preventing StreamVariable cleanup (#9171)Leif Åstrand2012-07-252-5/+84
| * Make a read-only RichTextArea scrollable (#7036)Johannes Dahlström2012-07-252-2/+20
| * #9148 SQLContainer extensible null value support using custom StatementHelper...Henri Sara2012-07-254-6/+92
* | Don't throw UnsupportedOperationException in Label.toString (#9175)Leif Åstrand2012-07-261-3/+13
* | Test case for #9172Leif Åstrand2012-07-262-0/+109
* | Add missing Java 6 @Override annotationsLeif Åstrand2012-07-252-0/+6
* | Move null check before using variableLeif Åstrand2012-07-251-2/+2
* | Support using pre-compiled GWT JARs in build with use.precompiled.gwt .Henri Sara2012-07-251-5/+15
* | Fail build SerializerMapGenerator finds unserializable class (#8711)Leif Åstrand2012-07-252-5/+17
* | Tweak tests to cope with changed component pathsLeif Åstrand2012-07-252-4/+3
* | Tweak test scripts to work better with chromeLeif Åstrand2012-07-242-12/+10
* | Extend Root instead of ApplicationJohannes Dahlström2012-07-241-5/+9
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-07-241-5/+12
|\ \
| * | Fix copy/paste error in teamcity integrationLeif Åstrand2012-07-241-1/+1
| * | Adjust merge check to work more nicely with team cityLeif Åstrand2012-07-241-5/+12
* | | Merge branch '6.8'Johannes Dahlström2012-07-2413-36/+367
|\ \ \ | | |/ | |/|
| * | Fix a typoJohannes Dahlström2012-07-201-2/+2
| * | #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ...Henri Sara2012-07-202-1/+123
| * | #8230 #8917 Fix input prompt leaking to the field value in TextField and Text...Henri Sara2012-07-111-1/+6
| * | Release Notes for Vaadin 6.8.1.Marko Grönroos2012-07-111-82/+42
| * | Fix CRLF -> LFJohannes Dahlström2012-07-101-37/+37
| * | Oops, remove redundant code causing a compile errorJohannes Dahlström2012-07-101-43/+0
| * | #7387 bugfix: ensure non-negative widthJohannes Dahlström2012-07-091-1/+1
| * | Test for #9064Johannes Dahlström2012-07-092-0/+112
| * | #9064 Render checkboxes in a Table as display: inline-block like TreeTable al...Johannes Dahlström2012-07-091-0/+5
| * | Revert #8193 patch because of regressionsJohannes Dahlström2012-07-092-25/+5
| * | Empty TreeTable rows collapse after #7387 fix, give them some content to prev...Johannes Dahlström2012-07-091-2/+3
| * | TB test for #7387Johannes Dahlström2012-07-092-12/+45
| * | #7387 Render block elements in TreeTable hierarchy column correctly: draw the...Johannes Dahlström2012-07-093-23/+41
| * | #8193 Listen to RootPanel keydown events to handle shortcut actions from Popu...Johannes Dahlström2012-06-263-5/+100
| * | #8957 Ensure non-negative widthJohannes Dahlström2012-06-251-15/+5
* | | Fixed a typoJohannes Dahlström2012-07-241-1/+3
| |/ |/|
* | Restore portlet application to reduce problems with event orderingLeif Åstrand2012-07-241-29/+20
* | Revert "Change testing portlet parameter to use root instead of application"Leif Åstrand2012-07-241-2/+2
* | Add script for automatically checking for unmerged commitsLeif Åstrand2012-07-241-0/+24
* | Test exo and gatein with compatible browser supporting expectDialogLeif Åstrand2012-07-241-2/+2
* | Make testing portlet display its UILeif Åstrand2012-07-241-2/+2
* | Update some testbench selectorsLeif Åstrand2012-07-232-16/+16
* | Change testing portlet parameter to use root instead of applicationLeif Åstrand2012-07-231-2/+2
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-23867-0/+3243
* | Merge branch 'debug-console'Johannes Dahlström2012-07-200-0/+0
|\ \
| * | Refactored shared state printing to its own SimpleTree subclass: now recursiv...Johannes Dahlström2012-07-201-37/+115
* | | Refactored shared state printing to its own SimpleTree subclass: now recursiv...Johannes Dahlström2012-07-201-37/+115
|/ /
* | Initial support for showing state changes in the debug console (#8422)Johannes Dahlström2012-07-182-3/+29