summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #5608 Item icons do not work in OptionGroupLeif Åstrand2011-08-251-7/+36
* Merged changes from 6.6 to 6.7Henri Sara2011-08-244-5/+27
|\
| * #7461 more robust fetching of portlet application context - fixes redeploymen...Henri Sara2011-08-241-2/+10
| * added null check, Table now doesn'd die if no properties but n items: Table ...Matti Tahvonen2011-08-241-2/+3
| * Backported #6094 to Vaadin 6.6Leif Åstrand2011-08-232-0/+82
| * Backport of fix for #7183Artur Signell2011-08-161-1/+2
| * Formatted sourceArtur Signell2011-08-161-6/+6
| * Changed VButton event handling so that isHovering is set to true onmousedown ...Marc Englund2011-08-111-7/+6
| * #7384 IndexedContainerProperty.setValue(Object) eats java.lang.ExceptionArtur Signell2011-08-112-1/+14
* | Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-2492-39/+305
* | Small bugfix related to #6745: Connectors for TreeJouni Koivuviita2011-08-241-3/+4
* | Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can mak...Jouni Koivuviita2011-08-232-4/+10
* | Fixes for issues found during review of #6720Jonatan Kronqvist2011-08-232-4/+2
* | #5488 Link: Error when trying to use a link to a file with a percent in the f...Leif Åstrand2011-08-232-2/+15
* | #7092 TextField does not support setting maxLength=0Leif Åstrand2011-08-231-1/+1
* | #7032 LoginForm should explicitly define utf-8 charset in getLoginHTML() methodLeif Åstrand2011-08-221-42/+48
* | #7065 ConcurrentModificationException in AbstractWebApplicationContext.endTra...Leif Åstrand2011-08-221-11/+17
* | Fixes for #6720Jonatan Kronqvist2011-08-224-57/+168
* | #6066 Support for time zones in DateFieldLeif Åstrand2011-08-221-1/+44
* | #7369 Removed "final" to enable CDI compatibility and added javadoc that expl...Artur Signell2011-08-192-11/+56
* | #7369 Removed ‌"final" from methods that do not need to be finalArtur Signell2011-08-193-5/+5
* | Fixed source formatting and Javadoc.John Alhroos2011-08-191-18/+23
* | #6094 Add a way to switch session keyLeif Åstrand2011-08-192-0/+82
* | Added light panel style to ChameleonThemeHenri Sara2011-08-191-1/+5
* | Replaced TableQuery debug mechanism with java.util.Logging #5712John Alhroos2011-08-191-31/+19
* | Reverted visibility change of updatePageLength() which mistakingly was commit...John Alhroos2011-08-191-1/+1
* | Fixes pageLength=0 in TreeTable #7292John Alhroos2011-08-192-15/+27
* | Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-193-163/+503
* | Added messages to thrown exceptions to make debugging easierArtur Signell2011-08-191-12/+34
* | #5738 TabSheet's first visible tab should be rendered as if it is the first t...Leif Åstrand2011-08-181-196/+332
* | Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-175-44/+614
* | Replaced SQLContainers own debug logging implementation with java.util.Loggin...John Alhroos2011-08-171-66/+66
* | Fixed issue with toggling tooltips on/off #5414John Alhroos2011-08-162-3/+11
* | #7422 Updated fix for coping with additional spaces in the inputLeif Åstrand2011-08-161-5/+12
* | Tooltips for Tree + Testbech test for them #6637John Alhroos2011-08-162-0/+53
* | #7422 AbstractComponent.setStyleName containing spaces causes illogical resultsLeif Åstrand2011-08-162-4/+12
* | #7183 Fixed typo, should really be default multiselect mode that clears the o...Artur Signell2011-08-161-1/+1
* | #7183 Table in single select mode fires only 1 change event on iPadArtur Signell2011-08-161-1/+13
* | Code cleanup, related to #7183 Artur Signell2011-08-161-47/+62
* | Corrected formattingArtur Signell2011-08-161-61/+68
* | #5880 Removed some more Java 1.6 api that somehow slipped alongLeif Åstrand2011-08-162-3/+3
* | #5880 Add style name support for Tabsheet's Tab interfaceLeif Åstrand2011-08-162-1/+95
* | Made ItemDescriptionGenerator serializable #5414John Alhroos2011-08-161-1/+1
* | Fixed TreeTable regression #5414John Alhroos2011-08-161-2/+4
* | Added tooltips to Table cells and rows (ItemDescriptionGenerator) + Testbench...John Alhroos2011-08-153-8/+142
* | #6499 Don't close the streams multiple timesLeif Åstrand2011-08-152-3/+0
* | Merged VButton iPad/touch fix from 6.6, fixes #7389Marc Englund2011-08-121-7/+6
* | #7284 Simplified styleName settingArtur Signell2011-08-121-5/+1
* | #6097 Inversed the logic of the uidl attribute to avoid sending additional da...Leif Åstrand2011-08-123-7/+7
* | Marked SQLUtil as SerializableJohn Alhroos2011-08-121-1/+3