summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | #7369 Removed ‌"final" from methods that do not need to be finalArtur Signell2011-08-193-5/+5
| | | | | | | | svn changeset:20524/svn branch:6.7
* | Fixed source formatting and Javadoc.John Alhroos2011-08-191-18/+23
| | | | | | | | svn changeset:20523/svn branch:6.7
* | #6094 Add a way to switch session keyLeif Åstrand2011-08-194-0/+188
| | | | | | | | svn changeset:20519/svn branch:6.7
* | Added light panel style to ChameleonThemeHenri Sara2011-08-191-1/+5
| | | | | | | | svn changeset:20514/svn branch:6.7
* | 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
* | Added TestBench test for #7292John Alhroos2011-08-191-0/+52
| | | | | | | | svn changeset:20507/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-1912-163/+950
| | | | | | | | svn changeset:20495/svn branch:6.7
* | Updated test to work with the more exact assertCSSClass introduced in #7431Leif Åstrand2011-08-191-3/+3
| | | | | | | | svn changeset:20492/svn branch:6.7
* | Run tests also on Firefox 6Henri Sara2011-08-191-1/+1
| | | | | | | | svn changeset:20490/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
* | Added some ugly styles so that the feature can be visually verifiedArtur Signell2011-08-183-4/+29
| | | | | | | | svn changeset:20478/svn branch:6.7
* | Correction to running GAE tests in parallel with other integration testsHenri Sara2011-08-181-1/+1
| | | | | | | | svn changeset:20474/svn branch:6.7
* | Merged file copying target to the WAR target in build.xmlHenri Sara2011-08-181-28/+20
| | | | | | | | svn changeset:20471/svn branch:6.7
* | #7392 remove manual build from Vaadin 6.7 buildHenri Sara2011-08-182-101/+3
| | | | | | | | svn changeset:20468/svn branch:6.7
* | #5738 TabSheet's first visible tab should be rendered as if it is the first ↵Leif Åstrand2011-08-182-198/+343
| | | | | | | | | | | | | | | | 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
* | #7381 Include licensing related files and release notes in JARs, removed an ↵Henri Sara2011-08-183-129/+41
| | | | | | | | | | | | obsolete readme.txt svn changeset:20464/svn branch:6.7
* | #7381 Some build script cleanup, removed unnecessary files from test WARHenri Sara2011-08-183-38/+42
| | | | | | | | svn changeset:20452/svn branch:6.7
* | Specify color for even rows in the liferay theme (#6723)Jonatan Kronqvist2011-08-181-0/+4
| | | | | | | | svn changeset:20450/svn branch:6.7
* | #7433 separate servlet configuration in web.xml to enable GAE testingHenri Sara2011-08-172-3/+18
| | | | | | | | svn changeset:20449/svn branch:6.7
* | Fix for #7388John Alhroos2011-08-171-0/+3
| | | | | | | | svn changeset:20447/svn branch:6.7
* | Removed unused test servlet from web.xml - problematic for GAE integration testHenri Sara2011-08-171-18/+1
| | | | | | | | svn changeset:20446/svn branch:6.7
* | Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-1712-46/+908
| | | | | | | | svn changeset:20445/svn branch:6.7
* | #7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR ↵Henri Sara2011-08-1714-488/+86
| | | | | | | | | | | | nor ZIP; some cleanup (files that were in ZIP, build.xml) svn changeset:20444/svn branch:6.7
* | Removed reference to SQLContainers own debug logging. (Has been replaced by ↵John Alhroos2011-08-171-1/+0
| | | | | | | | | | | | java.util.Logging) svn changeset:20443/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-162-7/+20
| | | | | | | | svn changeset:20416/svn branch:6.7
* | Tooltips for Tree + Testbech test for them #6637John Alhroos2011-08-164-0/+194
| | | | | | | | svn changeset:20415/svn branch:6.7
* | #7422 AbstractComponent.setStyleName containing spaces causes illogical resultsLeif Åstrand2011-08-163-4/+68
| | | | | | | | 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-164-1/+186
| | | | | | | | 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
* | #7392 split manual build out from core build script - first stepHenri Sara2011-08-162-63/+93
| | | | | | | | svn changeset:20397/svn branch:6.7
* | #7178 multiapp and multiwidgetset examples moved to demo site projectHenri Sara2011-08-162-97/+0
| | | | | | | | svn changeset:20394/svn branch:6.7
* | Added tooltips to Table cells and rows (ItemDescriptionGenerator) + ↵John Alhroos2011-08-155-8/+294
| | | | | | | | | | | | 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
* | It Mill -> VaadinArtur Signell2011-08-151-1/+1
| | | | | | | | svn changeset:20389/svn branch:6.7
* | #7178 eliminated "example" themeHenri Sara2011-08-1314-138/+7
| | | | | | | | svn changeset:20370/svn branch:6.7
* | #7178 Fixed build.xml: launcher configuration must be included in the WARHenri Sara2011-08-131-2/+5
| | | | | | | | svn changeset:20369/svn branch:6.7
* | #7178 fix in build script (removed reference to a non-existent directory)Henri Sara2011-08-121-8/+0
| | | | | | | | svn changeset:20363/svn branch:6.7
* | #7178 removed AddressBook, demo themes and many other demo related filesHenri Sara2011-08-1264-597/+0
| | | | | | | | svn changeset:20359/svn branch:6.7
* | #7178 corrected GAE integration test scriptHenri Sara2011-08-121-1/+1
| | | | | | | | svn changeset:20351/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