summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some sign bugs with mouse wheel scrolling in VFilterSelect #4518John Alhroos2011-08-121-2/+3
* #6499 AbstractApplicationServlet#handleDownload() does not close streams in c...Leif Åstrand2011-08-123-95/+121
* #5916 Added null checkArtur Signell2011-08-111-1/+1
* #5916 Table.ColumnGenerator should allow generation of plain textArtur Signell2011-08-111-3/+10
* Adds mouse wheel scrolling to VFilterSelect #4518John Alhroos2011-08-111-3/+43
* #7020 Refined the semantics of deprecationLeif Åstrand2011-08-111-10/+1
* Added missing Serializable interface to classes in SQLContainer #5712John Alhroos2011-08-115-5/+12
* #7020 VNotification should be created with GWT.create()Leif Åstrand2011-08-112-3/+49
* Merged changes from 6.6Henri Sara2011-08-112-2/+2
|\
| * #7272 Firefox 5 (and 6) occasionally fail to load theme CSSArtur Signell2011-08-091-1/+1
| * Made portlet session transient #7366John Alhroos2011-08-091-1/+1
| * Reverted [20175] since it caused captions to disappear in some tests. Need to...John Alhroos2011-08-081-2/+2
| * Fixes header and footer scrolling in Opera #5450John Alhroos2011-08-081-2/+2
* | #6097 Added support for htmlModeAllowed in notifications opened from a sub wi...Leif Åstrand2011-08-103-66/+44
* | #6097 Window.showNotification should support plain text in addition to HtmlLeif Åstrand2011-08-102-6/+124
* | Moved SQLContainer from util package into its own util.sqlcontainer package. ...John Alhroos2011-08-1036-88/+88
* | - Merged SQLContainer with Vaadin 6.7. John Alhroos2011-08-1038-0/+5373
* | #7187 Allow HTML content in an MenuItemLeif Åstrand2011-08-102-1/+42
* | #5402 Removed java 1.6 annotations and added javadocs for html support in Opt...Leif Åstrand2011-08-091-0/+17
* | #5402 Simplified attribute passing for html-mode in OptionGroupLeif Åstrand2011-08-092-12/+9
* | #5402 Support html in OptionGroup itemsLeif Åstrand2011-08-092-2/+29
* | #7369 Vaadin and CDI - can't use SessionScoped beans. Artur Signell2011-08-091-25/+0
* | #7375 Close previous DevelopmentServerLauncher when a new one is openedLeif Åstrand2011-08-091-0/+54
* | Merged changes from 6.6Henri Sara2011-08-081-23/+138
|\|