Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some ugly styles so that the feature can be visually verified | Artur Signell | 2011-08-18 | 3 | -4/+29 |
| | | | | svn changeset:20478/svn branch:6.7 | ||||
* | Correction to running GAE tests in parallel with other integration tests | Henri Sara | 2011-08-18 | 1 | -1/+1 |
| | | | | svn changeset:20474/svn branch:6.7 | ||||
* | Merged file copying target to the WAR target in build.xml | Henri Sara | 2011-08-18 | 1 | -28/+20 |
| | | | | svn changeset:20471/svn branch:6.7 | ||||
* | #7392 remove manual build from Vaadin 6.7 build | Henri Sara | 2011-08-18 | 2 | -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 Åstrand | 2011-08-18 | 2 | -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 Sara | 2011-08-18 | 3 | -129/+41 |
| | | | | | | obsolete readme.txt svn changeset:20464/svn branch:6.7 | ||||
* | #7381 Some build script cleanup, removed unnecessary files from test WAR | Henri Sara | 2011-08-18 | 3 | -38/+42 |
| | | | | svn changeset:20452/svn branch:6.7 | ||||
* | Specify color for even rows in the liferay theme (#6723) | Jonatan Kronqvist | 2011-08-18 | 1 | -0/+4 |
| | | | | svn changeset:20450/svn branch:6.7 | ||||
* | #7433 separate servlet configuration in web.xml to enable GAE testing | Henri Sara | 2011-08-17 | 2 | -3/+18 |
| | | | | svn changeset:20449/svn branch:6.7 | ||||
* | Fix for #7388 | John Alhroos | 2011-08-17 | 1 | -0/+3 |
| | | | | svn changeset:20447/svn branch:6.7 | ||||
* | Removed unused test servlet from web.xml - problematic for GAE integration test | Henri Sara | 2011-08-17 | 1 | -18/+1 |
| | | | | svn changeset:20446/svn branch:6.7 | ||||
* | Optional expand and collapse animations for TreeTable (#6723) | Jonatan Kronqvist | 2011-08-17 | 12 | -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 Sara | 2011-08-17 | 14 | -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 Alhroos | 2011-08-17 | 1 | -1/+0 |
| | | | | | | java.util.Logging) svn changeset:20443/svn branch:6.7 | ||||
* | Replaced SQLContainers own debug logging implementation with ↵ | John Alhroos | 2011-08-17 | 1 | -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 #5414 | John Alhroos | 2011-08-16 | 2 | -3/+11 |
| | | | | svn changeset:20417/svn branch:6.7 | ||||
* | #7422 Updated fix for coping with additional spaces in the input | Leif Åstrand | 2011-08-16 | 2 | -7/+20 |
| | | | | svn changeset:20416/svn branch:6.7 | ||||
* | Tooltips for Tree + Testbech test for them #6637 | John Alhroos | 2011-08-16 | 4 | -0/+194 |
| | | | | svn changeset:20415/svn branch:6.7 | ||||
* | #7422 AbstractComponent.setStyleName containing spaces causes illogical results | Leif Åstrand | 2011-08-16 | 3 | -4/+68 |
| | | | | svn changeset:20413/svn branch:6.7 | ||||
* | #7183 Fixed typo, should really be default multiselect mode that clears the ↵ | Artur Signell | 2011-08-16 | 1 | -1/+1 |
| | | | | | | old selection svn changeset:20409/svn branch:6.7 | ||||
* | #7183 Table in single select mode fires only 1 change event on iPad | Artur Signell | 2011-08-16 | 1 | -1/+13 |
| | | | | svn changeset:20408/svn branch:6.7 | ||||
* | Code cleanup, related to #7183 | Artur Signell | 2011-08-16 | 1 | -47/+62 |
| | | | | svn changeset:20407/svn branch:6.7 | ||||
* | Corrected formatting | Artur Signell | 2011-08-16 | 1 | -61/+68 |
| | | | | svn changeset:20406/svn branch:6.7 | ||||
* | #5880 Removed some more Java 1.6 api that somehow slipped along | Leif Åstrand | 2011-08-16 | 2 | -3/+3 |
| | | | | svn changeset:20405/svn branch:6.7 | ||||
* | #5880 Add style name support for Tabsheet's Tab interface | Leif Åstrand | 2011-08-16 | 4 | -1/+186 |
| | | | | svn changeset:20402/svn branch:6.7 | ||||
* | Made ItemDescriptionGenerator serializable #5414 | John Alhroos | 2011-08-16 | 1 | -1/+1 |
| | | | | svn changeset:20401/svn branch:6.7 | ||||
* | Fixed TreeTable regression #5414 | John Alhroos | 2011-08-16 | 1 | -2/+4 |
| | | | | svn changeset:20400/svn branch:6.7 | ||||
* | #7392 split manual build out from core build script - first step | Henri Sara | 2011-08-16 | 2 | -63/+93 |
| | | | | svn changeset:20397/svn branch:6.7 | ||||
* | #7178 multiapp and multiwidgetset examples moved to demo site project | Henri Sara | 2011-08-16 | 2 | -97/+0 |
| | | | | svn changeset:20394/svn branch:6.7 | ||||
* | Added tooltips to Table cells and rows (ItemDescriptionGenerator) + ↵ | John Alhroos | 2011-08-15 | 5 | -8/+294 |
| | | | | | | Testbench test for them #5414 svn changeset:20392/svn branch:6.7 | ||||
* | #6499 Don't close the streams multiple times | Leif Åstrand | 2011-08-15 | 2 | -3/+0 |
| | | | | svn changeset:20391/svn branch:6.7 | ||||
* | It Mill -> Vaadin | Artur Signell | 2011-08-15 | 1 | -1/+1 |
| | | | | svn changeset:20389/svn branch:6.7 | ||||
* | #7178 eliminated "example" theme | Henri Sara | 2011-08-13 | 14 | -138/+7 |
| | | | | svn changeset:20370/svn branch:6.7 | ||||
* | #7178 Fixed build.xml: launcher configuration must be included in the WAR | Henri Sara | 2011-08-13 | 1 | -2/+5 |
| | | | | svn changeset:20369/svn branch:6.7 | ||||
* | #7178 fix in build script (removed reference to a non-existent directory) | Henri Sara | 2011-08-12 | 1 | -8/+0 |
| | | | | svn changeset:20363/svn branch:6.7 | ||||
* | #7178 removed AddressBook, demo themes and many other demo related files | Henri Sara | 2011-08-12 | 64 | -597/+0 |
| | | | | svn changeset:20359/svn branch:6.7 | ||||
* | #7178 corrected GAE integration test script | Henri Sara | 2011-08-12 | 1 | -1/+1 |
| | | | | svn changeset:20351/svn branch:6.7 | ||||
* | Merged VButton iPad/touch fix from 6.6, fixes #7389 | Marc Englund | 2011-08-12 | 1 | -7/+6 |
| | | | | svn changeset:20347/svn branch:6.7 | ||||
* | #7178 New servlet integration test not using the address book demo, related ↵ | Henri Sara | 2011-08-12 | 8 | -106/+135 |
| | | | | | | screenshots svn changeset:20342/svn branch:6.7 | ||||
* | #7284 Simplified styleName setting | Artur Signell | 2011-08-12 | 1 | -5/+1 |
| | | | | svn changeset:20341/svn branch:6.7 | ||||
* | #6097 Inversed the logic of the uidl attribute to avoid sending additional ↵ | Leif Åstrand | 2011-08-12 | 3 | -7/+7 |
| | | | | | | data when the default is selected svn changeset:20338/svn branch:6.7 | ||||
* | Marked SQLUtil as Serializable | John Alhroos | 2011-08-12 | 1 | -1/+3 |
| | | | | svn changeset:20337/svn branch:6.7 | ||||
* | #7020 Explicitly focus a field to avoid random focus frames in IE screenshots | Leif Åstrand | 2011-08-12 | 1 | -0/+1 |
| | | | | svn changeset:20335/svn branch:6.7 | ||||
* | Fixed some sign bugs with mouse wheel scrolling in VFilterSelect #4518 | John Alhroos | 2011-08-12 | 1 | -2/+3 |
| | | | | svn changeset:20334/svn branch:6.7 | ||||
* | #6499 AbstractApplicationServlet#handleDownload() does not close streams in ↵ | Leif Åstrand | 2011-08-12 | 3 | -95/+121 |
| | | | | | | case of exception svn changeset:20333/svn branch:6.7 | ||||
* | Removed enhancements for 6.6 from the 6.7 release notes | Leif Åstrand | 2011-08-12 | 1 | -26/+2 |
| | | | | | | Added note about setHtmlContentAllowed in ticktes #7187, #5402, #6097 svn changeset:20332/svn branch:6.7 | ||||
* | Updated layout IDs in Liferay theme tests | Henri Sara | 2011-08-11 | 2 | -85/+85 |
| | | | | svn changeset:20309/svn branch:6.7 | ||||
* | #5916 Added null check | Artur Signell | 2011-08-11 | 1 | -1/+1 |
| | | | | svn changeset:20305/svn branch:6.7 | ||||
* | Tests for #5916 | Artur Signell | 2011-08-11 | 3 | -13/+346 |
| | | | | svn changeset:20303/svn branch:6.7 | ||||
* | #5916 Table.ColumnGenerator should allow generation of plain text | Artur Signell | 2011-08-11 | 1 | -3/+10 |
| | | | | svn changeset:20302/svn branch:6.7 |