summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for #7388John Alhroos2011-08-171-0/+3
* Removed unused test servlet from web.xml - problematic for GAE integration testHenri Sara2011-08-171-18/+1
* Optional expand and collapse animations for TreeTable (#6723)Jonatan Kronqvist2011-08-1712-46/+908
* #7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR no...Henri Sara2011-08-1714-488/+86
* Removed reference to SQLContainers own debug logging. (Has been replaced by j...John Alhroos2011-08-171-1/+0
* 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-162-7/+20
* Tooltips for Tree + Testbech test for them #6637John Alhroos2011-08-164-0/+194
* #7422 AbstractComponent.setStyleName containing spaces causes illogical resultsLeif Åstrand2011-08-163-4/+68
* #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-164-1/+186
* Made ItemDescriptionGenerator serializable #5414John Alhroos2011-08-161-1/+1
* Fixed TreeTable regression #5414John Alhroos2011-08-161-2/+4
* #7392 split manual build out from core build script - first stepHenri Sara2011-08-162-63/+93
* #7178 multiapp and multiwidgetset examples moved to demo site projectHenri Sara2011-08-162-97/+0
* Added tooltips to Table cells and rows (ItemDescriptionGenerator) + Testbench...John Alhroos2011-08-155-8/+294
* #6499 Don't close the streams multiple timesLeif Åstrand2011-08-152-3/+0
* It Mill -> VaadinArtur Signell2011-08-151-1/+1
* #7178 eliminated "example" themeHenri Sara2011-08-1314-138/+7
* #7178 Fixed build.xml: launcher configuration must be included in the WARHenri Sara2011-08-131-2/+5
* #7178 fix in build script (removed reference to a non-existent directory)Henri Sara2011-08-121-8/+0
* #7178 removed AddressBook, demo themes and many other demo related filesHenri Sara2011-08-1264-597/+0
* #7178 corrected GAE integration test scriptHenri Sara2011-08-121-1/+1
* Merged VButton iPad/touch fix from 6.6, fixes #7389Marc Englund2011-08-121-7/+6
* #7178 New servlet integration test not using the address book demo, related s...Henri Sara2011-08-128-106/+135
* #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
* #7020 Explicitly focus a field to avoid random focus frames in IE screenshotsLeif Åstrand2011-08-121-0/+1
* 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
* Removed enhancements for 6.6 from the 6.7 release notesLeif Åstrand2011-08-121-26/+2
* Updated layout IDs in Liferay theme testsHenri Sara2011-08-112-85/+85
* #5916 Added null checkArtur Signell2011-08-111-1/+1
* Tests for #5916Artur Signell2011-08-113-13/+346
* #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
* #7178 Remove portlet configuration for Address BookHenri Sara2011-08-113-45/+0
* WebLogic portal integration test using a separate test portletHenri Sara2011-08-113-64/+60
* #7020 Refined the semantics of deprecationLeif Åstrand2011-08-111-10/+1
* #7178 removed demo theme containing images used by runo theme demoHenri Sara2011-08-1111-0/+0
* eXo portal integration test using a separate test portletHenri Sara2011-08-112-19/+34
* Added dummy test method so JUnit will not complain about "No runnable methods"John Alhroos2011-08-113-0/+20
* 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