summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replaced TableQuery debug mechanism with java.util.Logging #5712John Alhroos2011-08-191-31/+19
| | | | svn changeset:20511/svn branch:6.7
* Reverted visibility change of updatePageLength() which mistakingly was ↵John Alhroos2011-08-191-1/+1
| | | | | | committed. #7292 svn changeset:20510/svn branch:6.7
* Fixes pageLength=0 in TreeTable #7292John Alhroos2011-08-192-15/+27
| | | | svn changeset:20506/svn branch:6.7
* Implemented row generation for Table and TreeTable #6720#Jonatan Kronqvist2011-08-193-163/+503
| | | | svn changeset:20495/svn branch:6.7
* Added messages to thrown exceptions to make debugging easierArtur Signell2011-08-191-12/+34
| | | | svn changeset:20489/svn branch:6.7
* #5738 TabSheet's first visible tab should be rendered as if it is the first ↵Leif Åstrand2011-08-181-196/+332
| | | | | | | | tab - merged refactoring written by Artur & added test for the first tab #5880 Updated to use the new api svn changeset:20466/svn branch:6.7
* Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-175-44/+614
| | | | svn changeset:20445/svn branch:6.7
* Replaced SQLContainers own debug logging implementation with ↵John Alhroos2011-08-171-66/+66
| | | | | | java.util.Logging and implemented custom serialization for the SQLContainer. svn changeset:20442/svn branch:6.7
* Fixed issue with toggling tooltips on/off #5414John Alhroos2011-08-162-3/+11
| | | | svn changeset:20417/svn branch:6.7
* #7422 Updated fix for coping with additional spaces in the inputLeif Åstrand2011-08-161-5/+12
| | | | svn changeset:20416/svn branch:6.7
* Tooltips for Tree + Testbech test for them #6637John Alhroos2011-08-162-0/+53
| | | | svn changeset:20415/svn branch:6.7
* #7422 AbstractComponent.setStyleName containing spaces causes illogical resultsLeif Åstrand2011-08-162-4/+12
| | | | svn changeset:20413/svn branch:6.7
* #7183 Fixed typo, should really be default multiselect mode that clears the ↵Artur Signell2011-08-161-1/+1
| | | | | | old selection svn changeset:20409/svn branch:6.7
* #7183 Table in single select mode fires only 1 change event on iPadArtur Signell2011-08-161-1/+13
| | | | svn changeset:20408/svn branch:6.7
* Code cleanup, related to #7183 Artur Signell2011-08-161-47/+62
| | | | svn changeset:20407/svn branch:6.7
* Corrected formattingArtur Signell2011-08-161-61/+68
| | | | svn changeset:20406/svn branch:6.7
* #5880 Removed some more Java 1.6 api that somehow slipped alongLeif Åstrand2011-08-162-3/+3
| | | | svn changeset:20405/svn branch:6.7
* #5880 Add style name support for Tabsheet's Tab interfaceLeif Åstrand2011-08-162-1/+95
| | | | svn changeset:20402/svn branch:6.7
* Made ItemDescriptionGenerator serializable #5414John Alhroos2011-08-161-1/+1
| | | | svn changeset:20401/svn branch:6.7
* Fixed TreeTable regression #5414John Alhroos2011-08-161-2/+4
| | | | svn changeset:20400/svn branch:6.7
* Added tooltips to Table cells and rows (ItemDescriptionGenerator) + ↵John Alhroos2011-08-153-8/+142
| | | | | | Testbench test for them #5414 svn changeset:20392/svn branch:6.7
* #6499 Don't close the streams multiple timesLeif Åstrand2011-08-152-3/+0
| | | | svn changeset:20391/svn branch:6.7
* Merged VButton iPad/touch fix from 6.6, fixes #7389Marc Englund2011-08-121-7/+6
| | | | svn changeset:20347/svn branch:6.7
* #7284 Simplified styleName settingArtur Signell2011-08-121-5/+1
| | | | svn changeset:20341/svn branch:6.7
* #6097 Inversed the logic of the uidl attribute to avoid sending additional ↵Leif Åstrand2011-08-123-7/+7
| | | | | | data when the default is selected svn changeset:20338/svn branch:6.7
* Marked SQLUtil as SerializableJohn Alhroos2011-08-121-1/+3
| | | | svn changeset:20337/svn branch:6.7
* Fixed some sign bugs with mouse wheel scrolling in VFilterSelect #4518John Alhroos2011-08-121-2/+3
| | | | svn changeset:20334/svn branch:6.7
* #6499 AbstractApplicationServlet#handleDownload() does not close streams in ↵Leif Åstrand2011-08-123-95/+121
| | | | | | case of exception svn changeset:20333/svn branch:6.7
* #5916 Added null checkArtur Signell2011-08-111-1/+1
| | | | svn changeset:20305/svn branch:6.7
* #5916 Table.ColumnGenerator should allow generation of plain textArtur Signell2011-08-111-3/+10
| | | | svn changeset:20302/svn branch:6.7
* Adds mouse wheel scrolling to VFilterSelect #4518John Alhroos2011-08-111-3/+43
| | | | svn changeset:20301/svn branch:6.7
* #7020 Refined the semantics of deprecationLeif Åstrand2011-08-111-10/+1
| | | | svn changeset:20297/svn branch:6.7
* Added missing Serializable interface to classes in SQLContainer #5712John Alhroos2011-08-115-5/+12
| | | | svn changeset:20289/svn branch:6.7
* #7020 VNotification should be created with GWT.create()Leif Åstrand2011-08-112-3/+49
| | | | svn changeset:20288/svn branch:6.7
* Merged changes from 6.6Henri Sara2011-08-112-2/+2
|\ | | | | | | svn changeset:20279/svn branch:6.7
| * #7272 Firefox 5 (and 6) occasionally fail to load theme CSSArtur Signell2011-08-091-1/+1
| | | | | | | | svn changeset:20215/svn branch:6.6
| * Made portlet session transient #7366John Alhroos2011-08-091-1/+1
| | | | | | | | svn changeset:20187/svn branch:6.6
| * Reverted [20175] since it caused captions to disappear in some tests. Need ↵John Alhroos2011-08-081-2/+2
| | | | | | | | | | | | to find another way to fix it #5450 svn changeset:20176/svn branch:6.6
| * Fixes header and footer scrolling in Opera #5450John Alhroos2011-08-081-2/+2
| | | | | | | | svn changeset:20175/svn branch:6.6
* | #6097 Added support for htmlModeAllowed in notifications opened from a sub ↵Leif Åstrand2011-08-103-66/+44
| | | | | | | | | | | | window svn changeset:20270/svn branch:6.7
* | #6097 Window.showNotification should support plain text in addition to HtmlLeif Åstrand2011-08-102-6/+124
| | | | | | | | svn changeset:20263/svn branch:6.7
* | Moved SQLContainer from util package into its own util.sqlcontainer package. ↵John Alhroos2011-08-1036-88/+88
| | | | | | | | | | | | #5712 svn changeset:20254/svn branch:6.7
* | - Merged SQLContainer with Vaadin 6.7. John Alhroos2011-08-1038-0/+5373
| | | | | | | | | | | | - Updated EasyMock to version 3.0 (SQLContainer requirement) svn changeset:20252/svn branch:6.7
* | #7187 Allow HTML content in an MenuItemLeif Åstrand2011-08-102-1/+42
| | | | | | | | svn changeset:20245/svn branch:6.7
* | #5402 Removed java 1.6 annotations and added javadocs for html support in ↵Leif Åstrand2011-08-091-0/+17
| | | | | | | | | | | | OptionGroup items svn changeset:20224/svn branch:6.7
* | #5402 Simplified attribute passing for html-mode in OptionGroupLeif Åstrand2011-08-092-12/+9
| | | | | | | | svn changeset:20220/svn branch:6.7
* | #5402 Support html in OptionGroup itemsLeif Åstrand2011-08-092-2/+29
| | | | | | | | svn changeset:20217/svn branch:6.7
* | #7369 Vaadin and CDI - can't use SessionScoped beans. Artur Signell2011-08-091-25/+0
| | | | | | | | | | | | Removed obsolete getTag() method svn changeset:20199/svn branch:6.7
* | #7375 Close previous DevelopmentServerLauncher when a new one is openedLeif Åstrand2011-08-091-0/+54
| | | | | | | | svn changeset:20193/svn branch:6.7
* | Merged changes from 6.6Henri Sara2011-08-081-23/+138
|\| | | | | | | svn changeset:20156/svn branch:6.7