Timeline


and

03/11/10: Today

15:56 Changeset [11801] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java
Skeletons for html5 File API in DD
15:56 Changeset [11800] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/ui/dd/VHtml5DragEvent.java
Skeletons for html5 File API in DD
15:47 Changeset [11799] by artur.signell@…
  • versions/6.3/tests/src/com/vaadin/tests/components/window/ExtraLargeSubWindow.html
Test case for ExtraLargeSubWindow?
15:43 Ticket #3407 (Sub window higher than the browser window produces extra scrollbars for a ...) closed by Artur Signell
fixed: Fixed in [11797](6.3). Backport to 6.2 in [11798]. Additional test case: …
15:43 Changeset [11798] by artur.signell@…
  • versions/6.2
Backported fix and test case for #3407
15:38 Changeset [11797] by artur.signell@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/ui/VWindow.java
Fix for #3407 - Sub window higher than the browser window produces extra …
15:33 Changeset [11796] by john.ahlroos@…
  • addons/Timeline/WebContent/WEB-INF/src/com/vaadin/addon/timeline/Timeline.java
Caption fix
15:30 Changeset [11795] by artur.signell@…
  • versions/6.3/tests/scripts/sampler-all-samples.html
Include drag'n'drop sorting sample
15:30 Ticket #4303 (BeanItemContainer.addItemAfter(null, Object) does not work) closed by Henri Sara
fixed: Fixed in [11794].
15:29 Changeset [11794] by henri.sara@…
  • versions/6.3/src/com/vaadin/data/util/BeanItemContainer.java
#4303 BeanItemContainer?.addItem(null, Object) did not respect contract
15:28 Ticket #4303 (BeanItemContainer.addItemAfter(null, Object) does not work) created by Henri Sara
According to javadoc in Indexed, addItemAfter(null, Object) should insert …
15:16 Changeset [11793] by marcus.hellberg@…
  • incubator/VaadinTouch/GWT hosted mode for TouchKit.launch
15:08 Changeset [11792] by marcus.hellberg@…
  • incubator/VaadinTouch/WebContent/WEB-INF/lib/vaadin-6.3.0.nightly-20100223-c11503.jar
15:01 Changeset [11791] by marcus.hellberg@…
  • incubator/VaadinTouch/src/org/vaadin/marcus
delete folder
14:58 Changeset [11790] by marcus.hellberg@…
  • incubator/VaadinTouch/src/org/vaadin/marcus/vaadintouch/widgetset
remove old folders
14:58 Changeset [11789] by marcus.hellberg@…
  • incubator/VaadinTouch/src/org/vaadin/marcus/vaadintouch/pages
remove old folders
14:57 Changeset [11788] by marcus.hellberg@…
  • incubator/VaadinTouch/src/org/vaadin/marcus/vaadintouch/pages/basics
remove old folders
14:55 Changeset [11787] by marcus.hellberg@…
  • incubator/VaadinTouch/WebContent/META-INF/MANIFEST.MF
Renaming project to adhere to new Directory guidelines (trying at least.. …
14:42 Ticket #4302 (Make BeanItem reusable [patch]) created by mate
When starting with Vaadin I wondered why BeanItem? wasn't reusable between …
13:55 Ticket #3478 (Subwindows not shown in Opera after browser reload) closed by Artur Signell
worksforme: No problem in Opera 10.50. Tested both Windows and Linux.
13:46 Ticket #3600 (Table context menu does not work in Opera) closed by Artur Signell
worksforme: Works correctly in Opera 10.50
13:46 Ticket #3443 (Table column width incorrent for undefined wide table in Opera) closed by Artur Signell
worksforme: Works correctly in Opera 10.50
13:29 Changeset [11786] by marcus.hellberg@…
  • incubator/VaadinTouch/src/org/vaadin/marcus/vaadintouch/TouchPanel.java
more samples..
13:25 Changeset [11785] by petter.holmstrom@…
  • addons/JPAContainer/trunk/build.xml
Updated build scripts to include manifest data required by the Vaadin …
13:00 Ticket #4301 (Scrollbars on screenshots) created by Jonas Granvik
At the end of Book of Vaadin Table section screenshots have horizontal …
12:52 Changeset [11784] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java
changed the code to be java 1.6 compatible
12:28 Changeset [11783] by petter.holmstrom@…
  • addons/JPAContainer/trunk/build.xml
Name change
12:27 Changeset [11782] by petter.holmstrom@…
  • addons/JPAContainer/trunk/builds
Added builds of version 0.9.0
12:19 Changeset [11781] by petter.holmstrom@…
  • addons/JPAContainer/trunk/build.xml
Fixed build scripts for Directory distribution
12:18 Changeset [11780] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addon/jpacontainer/AdvancedFilterable.java
Fixed java docs
10:45 Changeset [11777] by matti.tahvonen@…
  • incubator/hbncontainer/src/com/vaadin/data/hbnutil/HbnContainer.java
landing patch by Pavel Micka to update entities via HbnContainer?. Add …
10:18 Ticket #4300 (DnD drop hints) created by Matti Tahvonen
Decide and theme drop hints we want to have in the release version. Also …
09:58 Changeset [11776] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-manual/src/docbkx/manual.xml
Commented out some todos
09:34 Ticket #4299 (Suboptimal row cache update in Table) closed by Matti Tahvonen
fixed: in [11774]
09:34 Changeset [11774] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/ui/Table.java
fixes #4299
09:33 Changeset [11773] by matti.tahvonen@…
  • versions/6.3/tests/src/com/vaadin/tests/components/table/TableCacheBuildEfficiency.java
test case for #4299
09:33 Ticket #4299 (Suboptimal row cache update in Table) created by Matti Tahvonen
When adding rows to existing table, it refreshes the row cache twice. …
09:32 Ticket #2586 (Theme should be refreshed when Vaadin version is updated) closed by Artur Signell
fixed: Added the "Last-Modified" header, handling of "If-Modified-Since" and …
09:32 Changeset [11772] by artur.signell@…
  • versions/6.3/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
Fix for #2586 - Theme should be refreshed when Vaadin version is updated
09:23 Ticket #4298 (Add JPA 2.0 support to JPAContainer) created by peholmst
Write a new version of JPAContainer that uses the new JPA 2.0 criteria and …
09:22 Ticket #4297 (Support for master-detail views) created by peholmst
It should be possible to use the JPAContainer to edit collection …
09:09 Changeset [11771] by artur.signell@…
  • versions/6.3/tests/src/com/vaadin/tests/components/form/FormFieldCaptions.java
Test case for #3554
08:56 Ticket #4109 (Open MenuBar menu does not disappear if user hits the back button) closed by John Ahlroos
fixed: Tree fix merge to 6.3 in [11770]
08:54 Changeset [11770] by john.ahlroos@…
  • versions/6.3
Merge from 6.2 for fix [11755]
08:50 Ticket #4109 (Open MenuBar menu does not disappear if user hits the back button) reopened by Artur Signell
Tree fix merge to 6.3 ?
08:37 Ticket #4109 (Open MenuBar menu does not disappear if user hits the back button) closed by John Ahlroos
fixed: Backported those changes to 6.2 in [11768] and applied the same fix to the …
08:34 Changeset [11769] by john.ahlroos@…
  • versions/6.2/src/com/vaadin/terminal/gwt/client/ui/VTree.java
Fix for #4109
08:25 Changeset [11768] by john.ahlroos@…
  • versions/6.2/src/com/vaadin/terminal/gwt/client/ui/VContextMenu.java
Backport from 6.3 for [11755]
07:42 Changeset [11767] by artur.signell@…
  • versions/6.2/src/com/vaadin/terminal/gwt/client/VDebugConsole.java
Fixed camel case issue
07:34 Changeset [11766] by artur.signell@…
  • versions/6.3/demo/src/com/vaadin/demo/sampler/FeatureSet.java
Skeleton for Drag'n'drop category to Sampler. Code not working, needs …
07:23 Ticket #4296 (SplitPanel percentage position rounding error after splitter drag) created by Jouni Koivuviita
SplitPanel? splitter position can be set using percentages. When the …
07:23 Changeset [11765] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/src/org/vaadin/weightedlinkspanel/WeightedLinksPanel.java
synkronisointi + ylivuodon tsekkaus
07:18 Ticket #2625 (Allow SplitPanel to keep percentage split size after dragging) closed by Jouni Koivuviita
fixed: > Jouni, you fixed your own ticket in [11660] ? So it seems. I forgot I …
06:46 Changeset [11764] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/src/org/vaadin/weightedlinkspanel/WeightedLinksPanel.java
teemausta + korjauksia
06:46 Changeset [11763] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/WebContent/VAADIN/themes/semantic/styles.css
teemausta + korjauksia
05:53 Changeset [11762] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addon/jpacontainer/JPAContainer.java
Fixed bug in setAdditionalFilterableProperties (thanks Jeppe!)

03/10/10: Yesterday

18:16 Ticket #4238 (Add-on details and authoring view should contain links to the license ...) closed by Marc Englund
fixed: Fixed this at some point already. Could be styled/laid out better …
17:04 Changeset [11758] by artur.signell@…
  • versions/6.3/src/com/vaadin/launcher/DevelopmentServerLauncher.java
Print web browser start message only when starting it
16:41 Changeset [11757] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/event/dd/acceptCriteria/IsSameSourceAndTarget.java
small enhancements + developing web desktop test
15:26 Changeset [11756] by marcus.hellberg@…
  • incubator/VaadinTouch/WebContent/VAADIN/themes/touch/styles.css
Expanded the sampler, replaced back button implementation
15:21 Changeset [11755] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/ui/VContextMenu.java
better fix for #4109
15:06 Ticket #4109 (Open MenuBar menu does not disappear if user hits the back button) reopened by Matti Tahvonen
The fix is conceptually broken. Fix should not depend on fragment changes …
13:53 Changeset [11754] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/src/org/vaadin/weightedlinkspanel/WeightedLinksPanel.java
fixed oweflowcheck
13:36 Changeset [11753] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/src/org/vaadin/weightedlinkspanel/WeightedLinksPanel.java
korjauksia
12:57 Changeset [11751] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/WebContent/VAADIN/widgetsets
korjausksia ja teemausta
12:54 Changeset [11750] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/WebContent/WEB-INF
korjausksia ja teemausta
12:54 Changeset [11749] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/WebContent
korjauksia ja teemausta
12:52 Changeset [11748] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/WebContent
deleted duplicate
12:44 Changeset [11746] by henri.sara@…
  • versions/6.3/doc/design/portlet
Sequence diagram drafts about request processing in portal.
12:44 Changeset [11745] by johannes.tuikkala@…
  • incubator/WeightedLinksPanel/src/org/vaadin/weightedlinkspanel/WeightedLinksPanel.java
korjausksia ja teemausta
09:45 Changeset [11743] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-manual/src/docbkx/manual.xml
Added some more text to the introduction, removed some unnecessary parts.
09:45 Changeset [11742] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-manual/pom.xml
Changed POM to use the new group
08:48 Changeset [11741] by john.ahlroos@…
  • addons/Timeline/WebContent/WEB-INF/src/com/vaadin/addon/timeline/Timeline.java
Changed property ids to be container related, not global.
08:36 Changeset [11740] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-demo/src/main/java/com/vaadin/addon/jpacontainer/demo/TestDataGenerator.java
Made test data generation methods synchronized
08:35 Changeset [11739] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/pom.xml
Changed version from 0.0.1 to 0.9.0 - the first public beta release is …
08:26 Changeset [11738] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addon/jpacontainer/JPAContainer.java
Fixed a bug in PersistentPropertyMetadata? that causes infinite loops when …
07:37 Ticket #4295 (Filter exactmatch in Containers) created by jokit
Hi, It would be nice if the Filter would have a property exactmatch also, …

03/09/10:

17:58 Changeset [11736] by magi@…
  • doc/branches/6.2/manual/book-pocket.pdf
More detailed documentation of some component properties.
17:51 Changeset [11735] by artur.signell@…
  • versions/6.3/src/com/vaadin/tools/ReflectTools.java
Throw ExceptionInInitializerError? instead of printing the stack trace to …
17:32 JavadocUpdate edited by Artur Signell
(diff)
17:31 JavadocUpdate edited by Artur Signell
(diff)
17:23 Changeset [11734] by magi@…
  • versions/6.3/src/com/vaadin/ui/Component.java
Revised JavaDoc? documentation for Component (#4244).
17:02 Changeset [11733] by artur.signell@…
  • versions/6.3/src/com/vaadin/annotations/AutoGenerated.java
Added missing @ITMillApache2LicenseForJavaFiles@
17:02 Ticket #3554 (Form.addItemProperty() resets caption created by FieldFactory) closed by Artur Signell
fixed: Fixed in [11732].
17:01 Changeset [11732] by artur.signell@…
  • versions/6.3/src/com/vaadin/ui/Form.java
Fix for #3554 - Form.addItemProperty() resets caption created by …
16:46 Changeset [11731] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/MethodProperty.java
Fixed warnings
16:42 Ticket #4294 (Decide the proper package name for utils/tools and move the utils/tools ...) created by Artur Signell
We currently have com.vaadin.tools.ReflectTools? and …
16:40 Changeset [11730] by artur.signell@…
  • versions/6.3/src/com/vaadin/tools/ReflectTools.java
Added javadoc
16:39 Changeset [11729] by artur.signell@…
  • versions/6.3/src/com/vaadin/util/SerializerHelper.java
Added javadoc
16:32 Ticket #4293 (ContainerHierarchicalWrapper.setParent() creates "duplicates" into the ...) closed by Matti Tahvonen
fixed: in [11665] (in dd branch)
16:32 Ticket #4293 (ContainerHierarchicalWrapper.setParent() creates "duplicates" into the ...) created by Matti Tahvonen
setParent method has a long standing typo while cleaning the parents …
16:28 Ticket #4292 (removeItem in Container.Hierarchical implementations should handle ...) closed by Matti Tahvonen
fixed: in dd branch [11665] for HierarchicalContainer?, in [11728] for wrapper
16:26 Changeset [11728] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/data/util/ContainerHierarchicalWrapper.java
fixes #4292 for ContainerHierarchicalWrapper?
16:26 Ticket #4292 (removeItem in Container.Hierarchical implementations should handle ...) created by Matti Tahvonen
Most commonly developer wants to delete subtree with helper method like …
16:22 Ticket #4291 (Event listener method lookup should be done in the listener class) created by Artur Signell
The listener method reference should be resolved in the listener class and …
16:16 Changeset [11727] by matti.tahvonen@…
  • versions/6.3/WebContent/VAADIN/readme.txt
reverting changes committed by accident after epic eclipse/subclicpse fail
16:15 Changeset [11726] by matti.tahvonen@…
  • versions/6.3/WebContent/index.html
reverting changes committed by accident after epic eclipse/subclicpse fail
16:13 Changeset [11725] by matti.tahvonen@…
  • versions/6.3/WebContent/license/COPYING
reverting changes committed by accident after epic eclipse/subclicpse fail
16:12 Changeset [11723] by matti.tahvonen@…
  • versions/6.3/WebContent/license/licensing-guidelines.html
reverting changes committed by accident after epic eclipse/subclicpse fail
16:10 Ticket #4253 (NoClassDefFoundError when trying to convert non-existing test case) closed by Artur Signell
fixed: Removed dependency in [11720].
16:09 Changeset [11721] by matti.tahvonen@…
  • versions/6.3/WebContent/multiapp.html
reverting changes committed by accident after epic eclipse/subclicpse fail
16:04 Ticket #4288 (Demo script test.xml cannot handle spaces in filenames) closed by Artur Signell
fixed: Fixed in [11718].
16:02 Changeset [11719] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/Util.java
enhanced docs
15:52 Changeset [11717] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/data/util/IndexedContainer.java
removed duplicate fix for #4170 (from dd branch)
15:39 Ticket #3994 (Remove extra dependencies from DefaultWidgetSet) closed by Matti Tahvonen
fixed: in [11665] (dd branch). JS size does not get any smaller, but compiling a …
15:34 Changeset [11716] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/ui/CustomLayout.java
reverting changes committed by accident after epic eclipse/subclicpse fail
15:21 Changeset [11715] by petter.holmstrom@…
  • addons/JPAContainer/trunk/README
Easier command for generating the HTML manual.
15:21 Changeset [11714] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-manual/pom.xml
Manual now available in PDF-format as well.
15:06 Changeset [11713] by artur.signell@…
  • versions/6.3/tests/src/com/vaadin/tests/components/form/FormCommitWithInvalidValues.html
Reverted to previous version. Should not have been changed in merger.
15:06 Changeset [11712] by artur.signell@…
  • versions/6.3/tests/src/com/vaadin/tests/components/abstractfield/AbstractFieldCommitWithInvalidValues.html
Reverted to previous version. Should not have been changed in merger.
14:35 Ticket #4290 (Document EventRouter) created by Artur Signell
EventRouter? is not documented. It is very useful when adding listeners to …
13:45 Changeset [11711] by marcus.hellberg@…
  • incubator/VaadinTouch/src/org/vaadin/marcus/vaadintouch/widgetset/public/mobile-style.css
forgot to update css..
13:41 Changeset [11710] by marcus.hellberg@…
  • incubator/VaadinTouch/WebContent/VAADIN/themes/touch/icons
Animations are now started before sending request to server to speed up …
13:10 Changeset [11709] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addon/jpacontainer/HierarchicalEntityContainer.java
Experimental support for hierarchical container (untested).
13:05 Changeset [11708] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/test/java/com/vaadin/addon/jpacontainer/JPAContainerItemTest.java
Removed unnecessary package imports.
12:54 Ticket #4279 (RichTextEditor does not save contents on Chrome and Safari) closed by Matti Tahvonen
fixed: in [11707], GWT team ought to be notified about the regression
12:51 Changeset [11707] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
fixes #4279
10:46 Ticket #4289 (Design and document Vaadin 7 API Changes Overview) created by Joonas Lehtinen
Design and document the overall Vaadin 7 API changes. This should be done …
10:39 Ticket #1255 (Design of Java 5 version for Data Interfaces Package) closed by Joonas Lehtinen
wontfix: IMO we should keep data API backwards compatible. For my take on this, see …
10:38 Ticket #1252 (IT Mill Toolkit 5 Graph Tools: Preliminary alpha version) closed by Joonas Lehtinen
wontfix
10:32 Ticket #1277 (IT Mill Toolkit 5 Mobile Tools) closed by Joonas Lehtinen
wontfix
10:32 Ticket #1279 (IT Mill Toolkit 5 Mashup Tools) closed by Joonas Lehtinen
wontfix
10:32 Ticket #1278 (IT Mill Toolkit 5 Desktop Tools) closed by Joonas Lehtinen
wontfix
10:31 Ticket #3327 (Plan allowed licenses for Directory) closed by Joonas Lehtinen
fixed: Planned in Directory plan 1.0
10:30 Ticket #3328 (Plan Directory pricing model) closed by Joonas Lehtinen
fixed: Planned in Directory plan 1.0
10:30 Ticket #3329 (Plan Directory revenue sharing model and process) closed by Joonas Lehtinen
fixed: Planned in Directory plan 1.0
10:30 Ticket #3330 (Plan Directory certification process) closed by Joonas Lehtinen
fixed: Planned in Directory plan 1.0
10:20 Ticket #3949 (Add a convenience removeItemAndChildren method to HierarchicalContainer ...) closed by Matti Tahvonen
fixed: in 6.3_dd branch and [11705]
10:20 Changeset [11705] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/data/util/ContainerHierarchicalWrapper.java
fixes #3949
10:19 Changeset [11704] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
Context menus now work properly in Tree and Table if dragging is enabled
10:08 Changeset [11703] by artur.signell@…
  • versions/6.3/WebContent/release-notes.html
Reverted to previous version
10:02 Changeset [11702] by artur.signell@…
  • versions/6.3/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
Re-applied fix for #4240
09:59 Changeset [11701] by artur.signell@…
  • versions/6.3/src/com/vaadin/launcher/DevelopmentServerLauncher.java
Added nogui parameter
09:56 Ticket #4288 (Demo script test.xml cannot handle spaces in filenames) created by Artur Signell
The test script incorrectly uses all spaces as file name separators. If …
09:26 Changeset [11700] by matti.tahvonen@…
  • versions/6.3/WebContent/VAADIN/themes/base/common/common.css
VScrollTable: If multiple rows selected and drag starts on selected row, …
08:45 Changeset [11699] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-demo/src/main/java/com/vaadin/addon/jpacontainer/demo/TestDataGenerator.java
Made test generator run every hour.
07:26 Changeset [11698] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-demo/pom.xml
Updated configuration files to use new package names
07:16 Changeset [11697] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-demo/src/main/java/com/vaadin/addons
Removed old packages
07:15 Changeset [11696] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-demo/src/main/java/com/vaadin/addon
Renamed package from 'addons' to 'addon'.
07:14 Ticket #4274 (Update test machines to run Opera 10.50) closed by Artur Signell
fixed: Opera 10.50 up and running
07:07 Changeset [11695] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons
Removed old packages.
07:06 Changeset [11694] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/test/java/com/vaadin/addons
Removed old packages.
07:03 Changeset [11693] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/pom.xml
Renamed package from 'addons' to 'addon'.
06:33 Changeset [11690] by artur.signell@…
  • versions-test-screenshots/6.3/reference/ButtonUndefinedWidth_Windows_Opera_10_1.png
More updated Opera 10.50 test reference images

03/08/10:

16:34 Changeset [11689] by artur.signell@…
  • versions-test-screenshots/6.3/reference/Labels_Windows_Opera_10_disabled.png
More Opera 10.50 changes
16:33 Changeset [11688] by artur.signell@…
  • versions/6.3/build/build.xml
Do not run abstract classes as test cases (avoid errors)
16:30 Changeset [11687] by artur.signell@…
  • versions/6.3/tests/src/com/vaadin/tests/components/label/Labels.html
Workaround for #4287
16:27 Changeset [11686] by artur.signell@…
  • versions-test-screenshots/6.3/reference/sampler_all_samples_Windows_Opera_10_TableHeaderIcons.png
Updated reference images for Opera 10.50 / sampler
16:21 Changeset [11685] by artur.signell@…
  • versions-test-screenshots/6.3/reference/sampler_all_samples_Windows_Opera_10_ApplicationLayout.png
Updated sample reference images for Opera 10.50
16:12 Ticket #4282 (MouseClick does not work correctly with Opera 10.50) closed by Artur Signell
fixed: Click events fixed in [11684]. Label clicks split to #4287.
16:11 Ticket #4287 (Clicks on checkbox labels does not work with Opera 10.50) created by Artur Signell
In Opera 10.50 events sent to a checkbox label (<label for="xyz">) do not …
15:28 Changeset [11683] by petri.heinonen@…
  • incubator/LazyLoadWrapper/WebContent/WEB-INF/web.xml
# renamed last references of "Testproject" to LazyLoadWrapper? # …
14:09 Ticket #4286 (RichTextArea IE workaround causes assertion error in GWT development mode) closed by Henri Sara
fixed: Woraround removed in [11682] and tested with IE6 and IE8 without the …
14:09 Changeset [11682] by henri.sara@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/ui/richtextarea/VRichTextArea.java
#4286 remove IE workaround from RichTextArea?
14:08 Ticket #4286 (RichTextArea IE workaround causes assertion error in GWT development mode) created by Henri Sara
The IE workaround for the issue #2374 causes the RichTextArea? to violate …
14:07 Changeset [11681] by marcus.hellberg@…
  • incubator/VaadinTouch/src/org/vaadin/marcus/vaadintouch/TouchLayout.java
TouchMenu? rewritten from scratch. This is not the final version though, I …
13:28 Changeset [11679] by magi@…
  • versions/6.3/build/build.xml
Added a JavaDoc? stylesheet customization that adds a 'code' style class to …
12:56 Ticket #4126 (Write and link content pages for Directory) closed by Sami Ekblad
duplicate: Moved to www-trac.
11:58 Changeset [11678] by artur.signell@…
  • versions/6.2/tests/src/com/vaadin/tests/components/window/ModalWindowNativeSelect.java
Test case for #4261
10:14 Ticket #4285 (ComboBox blur event should not be sent when popup is opened) created by Artur Signell
A blur event for the ComboBox? should only be sent when the focus is …
09:14 Changeset [11677] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/filter/StringComparisionFilter.java
Fixed bug when using case insensitive queries
06:49 Changeset [11676] by henri.sara@…
  • versions/6.3/src/com/vaadin/terminal/gwt/client/ui/richtextarea/VRichTextToolbar.java
#4139 Update RichTextEditor? toolbar code from GWT 2.0: use ClientBundle?
06:43 Ticket #3134 (StringLengthValidator(String, int, int, boolean)-constructor should be ...) closed by Artur Signell
wontfix
06:06 Ticket #4284 (Add Chrome version parsing to BrowserInfo) created by Artur Signell
Add BrowserInfo?.isChrome() and BrowserInfo?.getChromeVersion() (Major …

03/07/10:

21:05 Ticket #4283 (Blur event on combobox does not reflect current combobox value) created by DG
The blur event for a combobox does not send updates of a changed value of …
18:22 Ticket #4282 (MouseClick does not work correctly with Opera 10.50) created by Artur Signell
MouseClick? commands do nothing in most cases in Opera 10.50. Based on …

03/06/10:

10:07 Ticket #4281 (Portlet step does not show newly downloaded versions in eclipse wizard) created by Joonas Lehtinen
* Create new Vaadin project * Select portlet * Download a new vaadin …
10:03 Ticket #4280 (Test portlet createtion and deployment process for Liferay 6.0 Preview) closed by Joonas Lehtinen
fixed: Works like charm. Only confusing thing are: 1) which vaadin version should …
09:50 Ticket #4280 (Test portlet createtion and deployment process for Liferay 6.0 Preview) created by Joonas Lehtinen
Should be done before #3380 and should update #3380 to include any needed …

03/05/10:

17:54 Changeset [11675] by artur.signell@…
  • versions/6.3/tests/test.xml
Opera 10.50 (#4274)
15:53 Changeset [11674] by john.ahlroos@…
  • addons/ColorPicker/WebContent/WEB-INF/src/com/vaadin/addon/colorpicker/ColorPickerPopup.java
Some IE6 related CSS fixes.
15:18 Ticket #4270 (Updated test machines to run latest Chrome 4) closed by Artur Signell
fixed: Fixed in [11657], [11663]. Dashed underline issue affects all sample …
15:17 Changeset [11673] by artur.signell@…
  • versions-test-screenshots/6.3/reference/SubWindows_runo_Windows_Chrome_4_add+2 remove.png
Updated reference images for #4270 (Chrome 4)
15:16 Ticket #4070 (Add release notes when uploading a new version of the add-on) closed by Marc Englund
fixed: Release notes are now implemented. Still to consider: - The place for …
15:12 Changeset [11671] by matti.tahvonen@…
  • versions/6.3/src/com/vaadin/ui/Tree.java
extracted helper to detect previous itemId (in children list) of the …
14:53 Changeset [11668] by peter.lehto@…
  • incubator/ContextMenu/WebContent/VAADIN/widgetsets
Added widgetsets to svn-ignore
14:50 Changeset [11667] by peter.lehto@…
  • incubator/ContextMenu/src/org/vaadin/peter/contextmenu/client/ui/Menu.java
Updated ContextMenu? to use default Vaadin VOverlay shadow instead of …
14:48 Changeset [11666] by peter.lehto@…
  • incubator/ContextMenu/WebContent/VAADIN/widgetsets/org.vaadin.peter.contextmenu.ContextmenuWidgetset
Removed precompiled widgetset from ContextMenu?
13:52 Changeset [11665] by matti.tahvonen@…
  • versions/6.3
reintegrated dd branch to 6.3, will continue development there to get …
13:43 Changeset [11664] by matti.tahvonen@…
  • branches/6.3_dd
merged changes from 6.3 + some container related changes
13:25 Ticket #4279 (RichTextEditor does not save contents on Chrome and Safari) created by Henri Sara
When trying to save rich text editor contents in the sampler, the rich …
13:11 Ticket #4278 (Sampler NativeWindowExample does not work on GateIn portal) created by Henri Sara
When clicking the button in the native window example of sampler, an …
12:30 Changeset [11663] by artur.signell@…
  • versions-test-screenshots/6.3/reference/AbsoluteLayoutClipping_Windows_Chrome_4_1.png
Renamed reference images for #4270
12:26 Changeset [11662] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadWrapper.java
+ Added constructors for server side lazy load and javaDoc
12:09 Ticket #3322 (SplitPanel with split position 100% doesn't resize correctly) closed by Jouni Koivuviita
fixed: Fixed in [11660]. Merged to 6.3 in [11661].
12:09 Ticket #4277 (TestBench should remove custom profiles) created by Artur Signell
TestBench? creates custom browser profiles in the temp directory but these …
12:09 Changeset [11661] by jouni.koivuviita@…
  • versions/6.3
Fixes #3322: SplitPanel? with split position 100% doesn't resize correctly …
12:07 Changeset [11660] by jouni.koivuviita@…
  • versions/6.2/src/com/vaadin/terminal/gwt/client/ui/VSplitPanel.java
Fixes #3322: SplitPanel? with split position 100% doesn't resize correctly …
11:49 Ticket #4276 (TestBench does not maximize Opera 10.50 on startup) created by Artur Signell
The windowMaximize command does not work with Opera and apparently never …
11:04 Ticket #3469 (Vaadin (GWT) applications cannot be debugged using Opera debugger) closed by Artur Signell
worksforme: Fixed in Opera 10.50 and debugging works at least with Windows version.
10:53 Changeset [11658] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadWrapper.java
+ created constructors for creating a LLW with given child component and …
10:49 Changeset [11657] by artur.signell@…
  • versions/6.3/tests/test.xml
Updated tests to use Chrome 4 - for #4270
10:24 Ticket #4271 (Addon price editor doesn't hold its value between view changes) closed by Marc Englund
fixed: Fixed in [11655]
09:09 Ticket #4275 (File uploads do not work on the GateIn portal) created by Henri Sara
Nothing happens when trying to upload a file from a portlet 2.0 portlet …
09:01 Changeset [11654] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadingWrapperApplication.java
# Cleaned up code a bit and added some documentation.
07:52 Changeset [11653] by henri.sara@…
  • versions/6.3/src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java
#3921 removed TODO about potential GateIn? problem.
07:46 Changeset [11652] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadWrapper.java
+ Implemented first version of "MODE_B" where all child data is sent to …
07:35 Changeset [11651] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/JPAContainer.java
Added support for specifying additional filterable properties.
06:44 Changeset [11650] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/provider/LocalEntityProvider.java
Fixed a small "bug"
06:41 Ticket #4047 (The hosted mode launch configuration is incomplete on the Mac platform) closed by Henri Sara
fixed: Fixed in [11649].
06:41 Changeset [11649] by henri.sara@…
  • integration/eclipse/plugins/com.vaadin.integration.eclipse/src/com/vaadin/integration/eclipse/util/VaadinPluginUtil.java
#4047 Mac hosted/development mode launch -XstartOnFirstThread? fix
06:20 Changeset [11648] by artur.signell@…
  • versions/6.2/tests/scripts/demos-except-sampler.html
Give Chrome more time to load the first image
06:18 Ticket #3033 (Button caption alignment in Color Picker demo wrong in Opera) closed by Artur Signell
worksforme: Opera issue fixed in 10.50.
06:17 Ticket #4274 (Update test machines to run Opera 10.50) created by Artur Signell
Opera 10.50 fixes a lot of bugs and even supports oncontextmenu events. …

03/04/10:

14:48 Ticket #4188 (PortletListener cannot know which window the request is using) closed by Henri Sara
fixed: Implemented in [11646] (together with limited GateIn? support for #3921).
14:48 Changeset [11646] by henri.sara@…
  • versions/6.3/demo/src/com/vaadin/demo/portlet/InterPortletEventPortlet.java
#4188 PortletListener? window parameter and #3921 limited GateIn? support
14:41 Ticket #3970 (Test if GWT Development mode requires additional GWT files) closed by Artur Signell
fixed: Tested on Mac osx and Linux. Works fine.
14:10 Changeset [11643] by henri.sara@…
  • versions/6.3/WebContent/VAADIN/widgetsets
Added more widgetsets to svn:ignore
13:46 Ticket #4273 (Hide Vaadin version number in browser) created by Jonas Granvik
To avoid exploatation of old security bugs, it would be better if the …
13:06 Changeset [11641] by marcus.hellberg@…
  • incubator/VaadinTouch/WebContent/VAADIN
fix #2
12:11 Changeset [11640] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-demo/src/main/java/com/vaadin/addons/jpacontainer/demo/providers/LocalEntityProviderBean.java
Changed to use caching entity provider
12:09 Ticket #4272 (Add-on editor summary field is marked erroneous before no input is given) created by Jouni Koivuviita
After uploading a new add-on to Directory, the summary field is already …
12:04 Ticket #4271 (Addon price editor doesn't hold its value between view changes) created by Jouni Koivuviita
User can input a price for an add-on, but after saving, going to some …
11:59 Ticket #4266 (Immediate upload button broken in Opera 10) closed by Jouni Koivuviita
fixed: Backport to 6.2 in [11639]. Changeset comment in [11631] contains a typo, …
11:57 Changeset [11639] by jouni.koivuviita@…
  • versions/6.2/WebContent/VAADIN/themes/base/styles.css
Fixes #4266: Immediate upload button broken in Opera 10 (OS X)
11:49 Changeset [11638] by artur.signell@…
  • versions-test-screenshots/6.3/reference/sampler_all_samples_Windows_Chrome_3_FormAdvancedLayout.png
Margin changes
11:37 Ticket #3735 (Use semantic HTML) closed by Jouni Koivuviita
wontfix: Reverted the H1 and H2 style changes in [11637], since they introduced …
11:36 Ticket #3735 (Use semantic HTML) reopened by Jouni Koivuviita
11:34 Changeset [11637] by jouni.koivuviita@…
  • versions/6.3/WebContent/VAADIN/themes/reindeer/label/label.css
Reverted changeset [11604] (#3735: Use semantic HTML)
11:23 Changeset [11636] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-manual/src/docbkx/img/cachinglocalentityprovider.png
Added diagram of caching local entity provider.
11:17 Changeset [11634] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-manual/src/docbkx/manual.xml
More documentation
11:17 Changeset [11633] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/provider/CachingMutableLocalEntityProvider.java
Cache is flushed when entities are updated.
11:10 Ticket #4265 (IE7 doesn't display scrolbars on a long sub-window) reopened by Artur Signell
My tests were performed with 6.3 dev and apparently this works in 6.3 but …
10:18 Changeset [11631] by jouni.koivuviita@…
  • versions/6.3/WebContent/VAADIN/themes/base/styles.css
Fixes #266: Immediate upload button broken in Opera 10 (OS X)
09:55 Ticket #3406 (100%x100% sub window produces extra scrollbars in the parent view in IE7) reopened by Artur Signell
Correct test case: com.vaadin.tests.components.window.FullSizedWindow? Adds …
09:51 Changeset [11630] by matti.tahvonen@…
  • branches/6.3_dd/WebContent/VAADIN/themes/base/styles.css
changes
09:44 Ticket #4270 (Updated test machines to run latest Chrome 4) created by Artur Signell
Currently Chrome 3 is used for testing. Update to Chrome 4 and check that …
09:28 Changeset [11629] by artur.signell@…
  • versions/6.3/src/com/vaadin/Application.java
Fixed typos in [11570] (#4129 Show a message if cookie support is disabled …
08:07 Ticket #1578 (More documentation for different Components and their available themes) closed by Jouni Koivuviita
fixed: Added available style names to theme specific classes in …
08:06 Ticket #4269 (Document com.vaadin.ui.themes package and its classes) created by Jouni Koivuviita
com.vaadin.ui.themes package now contains one class file for all built-in …
07:33 Ticket #4268 (Add Chrome to list of officially supported browsers) created by Joonas Lehtinen
In practice Vaadin has supported Chrome for a long time and currently run …
07:31 Changeset [11628] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/JPAContainer.java
removeAllItems() is now "officially" unsupported.
07:23 Changeset [11627] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/provider/CachingLocalEntityProvider.java
Added TODO
07:09 Ticket #4267 (Exporting a project without the Vaadin facet to a Vaadin Directory Package ...) created by Henrik Paul
After highlighting the Vaadin Directory Package from the export dialogue, …
06:56 Ticket #4265 (IE7 doesn't display scrolbars on a long sub-window) closed by Artur Signell
needmoreinfo: Tested and the behavior is the same in Firefox35/IE8/IE8 in compatibility …
06:41 Changeset [11626] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/provider/BatchUpdatePerformedEvent.java
Refactored events from inner classes to outer classes, added simple …
06:32 Ticket #2450 (Mainwindow close-on-reload causes extra window) closed by Artur Signell
worksforme: Can no longer reproduce. The "last desperate request" does not initialize …
06:09 Changeset [11625] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/widgetset/client/ui/VLazyLoadWrapper.java
# renamed references of margin to proximity
06:04 Changeset [11624] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadWrapper.java
# Removed the event-driven server side lazy load, this is done through a …

03/03/10:

21:52 Ticket #4266 (Immediate upload button broken in Opera 10) created by rawtaz
Look at the button in the second view of the attached screenshot. Opera …
16:09 Changeset [11623] by john.ahlroos@…
  • addons/ColorPicker/WebContent/WEB-INF/src/com/vaadin/addon/colorpicker/ColorPicker.java
- Added new theme to Color Picker button - Improved the demo application - …
16:02 Ticket #4265 (IE7 doesn't display scrolbars on a long sub-window) created by Risto Yrjana
To test: […] The window content should be tall enought to fill the …
14:53 Changeset [11621] by petri.heinonen@…
  • incubator/LazyLoadWrapper/WebContent/VAADIN/themes/llwtheme/styles.css
# changed the default mode of the wrapper to expand to it's contents …
14:10 Ticket #4168 (Loading directory message should be displayed.) closed by Jouni Koivuviita
fixed: in [11618].
13:57 Ticket #4149 (Some textfields on the authoring view are clipped on IE7) closed by Jouni Koivuviita
fixed: in [11617].
13:34 Ticket #4154 (Small screenshots should be centered on the popup window) closed by Jouni Koivuviita
fixed: in [11615].
13:25 Ticket #4151 (Download icon is missing on IE7) closed by Jouni Koivuviita
fixed: in [11613].
13:10 Ticket #4150 (The "Return to browsing" message is clipped on IE7) closed by Jouni Koivuviita
fixed: in [11612].
13:06 Changeset [11611] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/CachingEntityProvider.java
Added mutable entity provider that supports caching.
13:06 Ticket #4158 (Upload Add-on package button should display pointer type mouse cursor) closed by Jouni Koivuviita
fixed: in [11610].
13:03 Ticket #4152 (Yes/no switches broken in IE7) closed by Jouni Koivuviita
fixed: in [11609].
12:58 Ticket #4148 (IE7 displays white background around checkboxes and radio buttons) closed by Jouni Koivuviita
fixed: in [11608].
12:56 Ticket #4264 (TextField right-click context menu) created by amanica
I really need a right click context menu for a TextField? soon, (or my …
12:47 Ticket #4134 (Theme of authoring view slightly broken on Firefox) closed by Jouni Koivuviita
fixed: in [11607].
12:31 Changeset [11606] by henri.sara@…
  • doc/trunk/tutorial/chapter-interaction.xml
Fixed a serialization issue (string comparison) in the address book …
12:25 Changeset [11605] by henri.sara@…
  • versions/6.3/demo/src/com/vaadin/demo/tutorial/addressbook/AddressBookApplication.java
Fix a spelling issue and a serialization issue in the address book …
12:20 Ticket #3735 (Use semantic HTML) closed by Jouni Koivuviita
fixed: Fixed in [11604]. Now you can use H1 and H2 elements with Reindeer as you …
12:15 Changeset [11604] by jouni.koivuviita@…
  • versions/6.3/WebContent/VAADIN/themes/base/styles.css
Fixes #3735: Use semantic HTML
12:07 Ticket #4263 (DateField - returning valid Date in handleUnparsableDateString method ...) created by tomimn
I tried to make DateField? to return the value that field contained before …
11:33 Changeset [11603] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadWrapper.java
- removed all references to the "mode img"
11:24 Changeset [11602] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadWrapper.java
# rewrote parts of the demoApp to be able to test llw better # fixed typo …
11:09 Ticket #3736 (Split up style and type definitions) closed by Jouni Koivuviita
fixed: Fixed in [11601]. Still a sub-par solution for the theme switching …
11:07 Ticket #3467 (Button styles missing? (Button.STYLE_LINK exists, but others not)) closed by Jouni Koivuviita
fixed: Fixed in [11601], added com.vaadin.ui.themes.Reindeer class that defines …
11:05 Changeset [11601] by jouni.koivuviita@…
  • versions/6.3/src/com/vaadin/ui/Button.java
Fixes #3736 "Split up style and type definitions" and #3467 "Button styles …
10:40 Ticket #4262 (Optimize Table calls to Container) created by peholmst
Currently, the Table invokes the following methods on the Container for …
10:17 Ticket #4261 (Modality curtain doesn't block NativeSelects in IE6) created by Risto Yrjana
To test: […]
09:30 Ticket #3252 (Create additional Maven archetypes for Vaadin) closed by Artur Signell
fixed: Closing this half done ticket. Created a new one (#4260) for the portlet …
09:29 Ticket #4260 (Create a Vaadin portlet Maven archetype) created by Artur Signell
Split from #3252: Create a portlet archetype for creating Vaadin portlets …
09:19 Ticket #4259 (Improve Tree multiselect to use Ctrl and Shift for selection) created by Artur Signell
In a tree with multiSelect( true ), the user has to click on every item …
08:57 Ticket #4192 (HierarchicalContainer implements Container.Filterable but does not allow ...) reopened by Artur Signell
The current implementation is not adequate. To make this usable the nodes …
08:32 Changeset [11600] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-manual/src/docbkx/manual.xml
Added note about indexes and filtering.
07:17 Ticket #4258 (Menu items (first level) are not highlighted properly) created by ttran
This issue can be seen in the online demo …
05:30 Changeset [11599] by pbx9959@…
  • contrib/VaadinVisualizations/VaadinVisualizations/VaadinVisualizations.jar
Directory Jar
05:28 Changeset [11598] by pbx9959@…
  • contrib/VaadinVisualizations/VaadinVisualizations/src/org/vaadin/vaadinvisualizations/VisualizationComponent.java
Make access level modifiers public for options

03/02/10:

20:06 Changeset [11597] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/Container.java
Added javadoc explaning that how Container.Filterable and …
15:52 Ticket #4207 (Purchasing process should include a summary/confirmation page) closed by Teemu Pontelin
invalid: Decided against implementing any summary page.
15:43 Ticket #4217 (Invoice and receipt e-mails should contain a generated PDF attachment) closed by Marc Englund
fixed: Implemented, until the yet-to-be-finalized specification changes :-)
14:54 Changeset [11595] by john.ahlroos@…
  • addons/ColorPicker/WebContent/WEB-INF/src/com/vaadin/addon/colorpicker/ColorPicker.java
Added IE support.
14:44 Ticket #3089 (ComboBox + IE7, using Item Icons, the Icons are initially rendered on the ...) closed by John Ahlroos
fixed: Related to #3991. Fixed in [11582].
14:09 Changeset [11594] by artur.signell@…
  • versions/6.3/src/com/vaadin/Application.java
Corrected copy/paste error
14:02 Ticket #4106 (BeanItemContainer slow in some instances) closed by Artur Signell
fixed: * Added a new ListSet? class which implements a List and uses a Set to …
13:57 Changeset [11593] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/ListSet.java
ListSet? implementation for #4106 - BeanItemContainer? slow in some …
13:55 Changeset [11592] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/BeanItemContainer.java
#4106 - BeanItemContainer? slow in some instances
13:52 Changeset [11591] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/BeanItemContainer.java
13:48 Changeset [11590] by john.ahlroos@…
  • versions-test-screenshots/6.3/reference/ComboBoxItemIcon_Windows_InternetExplorer_7_2.png
Added new reference images for fix in ticket #3991
13:39 Changeset [11589] by john.ahlroos@…
  • versions/6.2/tests/screenshots/reference/ComboBoxItemIcon_Windows_InternetExplorer_7_2.png
Added new reference images for fix in ticket #3991
13:32 Changeset [11588] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/provider/CachingLocalEntityProvider.java
CachingLocalEntityProvider? is ready for testing.
12:51 Changeset [11587] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/BeanItemContainer.java
Renamed list to filteredItems
10:59 Ticket #3991 (Select with icons shown wrong in IE8 upon first render) closed by John Ahlroos
fixed: Fixed in [11582]. Merged to 6.3 in [11585] Added test case …
10:56 Changeset [11585] by john.ahlroos@…
  • versions/6.3
Merged fix for #3991 from 6.2 to 6.3.
10:35 Ticket #4257 (Improve BeanItemContainer memory usage) created by Artur Signell
BeanItemContainer? always add the items to two lists, using double the …
10:17 Ticket #3017 (AddressBook tutorial ZIPs should be updated) closed by Henri Sara
fixed: Updated the tutorial to use Vaadin 6.2.5, some minor corrections …
10:12 Changeset [11584] by henri.sara@…
  • doc/trunk/tutorial/projects/ab-ch4-data.zip
#3017 Updated e-mail addresses to use @vaadin.com in AddressBook? tutorial …
10:06 Changeset [11583] by henri.sara@…
  • doc/trunk/tutorial/chapter-project-setup.xml
#3017 update AddressBook? tutorial to use Vaadin 6.2.5, Vaadin Eclipse …
09:56 Ticket #4147 (Address Book demo tutorial favicon) closed by Henri Sara
fixed: Fixed with #3017.
09:56 Ticket #2867 (AddressBook tutorial should use Eclipse plugin) closed by Henri Sara
fixed: The tutorial text and project ZIP files use the Eclipse plugin, but the …
09:51 Changeset [11582] by john.ahlroos@…
  • versions/6.2/src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java
Added test case and fix for #3991
09:46 VaadinAddon edited by Artur Signell
(diff)
09:24 Ticket #4256 (Rename "Vaadin Directory Package" export) created by Artur Signell
"Vaadin Directory Package" export should be renamed to "Vaadin Addon …
09:21 VaadinAddon edited by Artur Signell
(diff)
09:21 VaadinAddon edited by Artur Signell
(diff)
09:19 Ticket #4255 (Add descriptions for Manifest fields to the Directory Package Export) created by Artur Signell
Add descriptions beside the manifest fields: Implementation title: "Name …
09:15 VaadinAddon edited by Artur Signell
(diff)
09:13 Ticket #4254 (Remove extra fields from Directory Package Export) created by Artur Signell
"Implementation vendor" and "License title" are not part of the Vaadin …
09:11 VaadinAddon edited by Artur Signell
(diff)
09:10 VaadinAddon edited by Artur Signell
(diff)
09:10 VaadinAddon edited by Artur Signell
(diff)
08:14 Ticket #2627 (Remove http://dev.itmill.com/svn/incubator/examples/addressbook) closed by Henri Sara
fixed: Removed the copy in incubator in [11580]. The most recent final source …
08:13 Changeset [11580] by henri.sara@…
  • incubator/examples/addressbook
#2627 Removed the incubator copy of the AddressBook? tutorial. The most …
07:53 Ticket #4192 (HierarchicalContainer implements Container.Filterable but does not allow ...) closed by Artur Signell
fixed: Fixed in [11576]. Added junit test case for filtering functionality …
07:50 Changeset [11579] by artur.signell@…
  • versions-test-screenshots/6.3/reference/TreeFiltering_Windows_Chrome_3_all-removed.png
Reference images for TreeFiltering? test
07:50 Changeset [11578] by artur.signell@…
  • versions/6.3/tests/src/com/vaadin/tests/components/tree/TreeFiltering.html
Automated test for TreeFiltering?
07:45 Ticket #4190 (Misleading instructions if clicking authoring link while not logged in) closed by Teemu Pontelin
fixed: [11577] Changed the message to better indicate the reason why upload is …
07:31 Ticket #4253 (NoClassDefFoundError when trying to convert non-existing test case) created by Artur Signell
When trying to convert a test case that does not exist the TestConverter?
07:18 Ticket #4211 (NotSerializableException while running the 1 hour tutorial app) closed by Henri Sara
duplicate: This is caused by an old Vaadin JAR in the tutorial ZIP files that does …
07:15 Changeset [11576] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/HierarchicalContainer.java
#4192 - HierarchicalContainer? implements Container.Filterable but does not …
07:13 Ticket #4243 (Sorting by rating should take rate count into account as well) closed by Teemu Pontelin
fixed: [11575]
06:29 Changeset [11574] by artur.signell@…
  • versions/6.3/build/build.xml
Disabled automatic building and inclusion of reservr widgetset in the …
06:13 Changeset [11573] by artur.signell@…
  • versions/6.3/demo/src/com/vaadin/demo/sampler/SamplerApplication.java
Fixed navigation from main page to first sample using the "next" button

03/01/10:

17:32 Ticket #4129 (Show a message if cookie support is disabled in the browser) closed by Artur Signell
fixed: Added a new "cookies disabled" system message and the above mentioned …
17:31 Ticket #3734 (Widgetset fails to load when customized system messages contain special ...) closed by Artur Signell
fixed: Added escaping of special characters in [11572]. Also enables the use of …
17:31 Changeset [11572] by artur.signell@…
  • versions/6.3/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
#3734 - Widgetset fails to load when customized system messages contain …
17:26 Changeset [11571] by artur.signell@…
  • versions/6.2/src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java
Comment about moving escape method to separate class
17:14 Ticket #4252 (AbstractApplicationServlet.handleServiceSessionExpired throws error ...) created by Artur Signell
Requests of other type than UIDL automatically tries to redirect to the …
17:04 Changeset [11570] by artur.signell@…
  • versions/6.3/src/com/vaadin/Application.java
#4129 - Show a message if cookie support is disabled in the browser
16:31 Ticket #4128 (Allow custom servlets to send critical notifications to client) closed by Artur Signell
fixed: Changed criticalNotification to "protected final" to allow extenders to …
16:30 Changeset [11569] by artur.signell@…
  • versions/6.3/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
#4128 - Allow custom servlets to send critical notifications to client
16:21 Ticket #3682 (Maven pom.xml should use the same version as all other build scripts) closed by Artur Signell
fixed: Fixed in [11568].
16:21 Changeset [11568] by artur.signell@…
  • versions/6.3/build/build.xml
#3682 - Maven pom.xml should use the same version as all other build …
15:44 Ticket #4250 (IndexedContainer.nextItemId should return null for item ids not in ...) closed by Artur Signell
fixed: Fixed in [11567].
15:44 Changeset [11567] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/IndexedContainer.java
#4250 - IndexedContainer.nextItemId should return null for item ids not in …
15:42 Ticket #4249 (IndexedContainer.addItemAfter(Object) should return item id, not item) closed by Artur Signell
fixed: Fixed in [11566].
15:42 Changeset [11566] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/IndexedContainer.java
#4249 - IndexedContainer.addItemAfter(Object) should return item id, not …
15:28 Ticket #4251 (ArithmeticException when changing Select pageLength to 0) created by Jens Jansson
In Select.java there is a pageLength variable which is commented with the …
15:22 Ticket #4170 (IndexedContainer.addItemAfter(null, Object) does not work) closed by Artur Signell
fixed: Fixed in [11565].
15:21 Changeset [11565] by artur.signell@…
  • versions/6.3/src/com/vaadin/data/util/IndexedContainer.java
#4170 - IndexedContainer.addItemAfter(null, Object) does not work
15:18 Changeset [11564] by artur.signell@…
  • versions/6.3/tests/src/com/vaadin/tests/server/container/AbstractContainerTest.java
Added test for Container.Ordered Extended TestIndexedContainer? to test …
15:09 Ticket #4250 (IndexedContainer.nextItemId should return null for item ids not in ...) created by Artur Signell
Container.Ordered.nextItemId: […] IndexedContainer returns the first …
15:01 Ticket #4249 (IndexedContainer.addItemAfter(Object) should return item id, not item) created by Artur Signell
Container.addItemAfter(Object) says: "Returns item id the the created new …
14:46 Changeset [11562] by magi@…
  • versions/6.3/build/bin/mergetool.py
Merge tool bug fix.
14:31 Ticket #4176 (Problem entering new items in combobox) closed by Artur Signell
needmoreinfo: Tried  http://demo.vaadin.com/sampler/#ComboBoxNewItems using Firefox 3.5.8 …
14:22 Changeset [11561] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/widgetset/client/ui/VLazyLoadWrapper.java
+ added some documentation
14:10 Changeset [11560] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadWrapper.java
+ added some documentation and cleaned code a bit
13:52 Ticket #4240 (Remove URIFragmentUtility workaround (#4099)) closed by Artur Signell
fixed: Tested that sampler works in Opera without the fix. Removed it in [11559].
13:52 Changeset [11559] by artur.signell@…
  • versions/6.3/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
#4240 - Remove URIFragmentUtility workaround (#4099)
13:31 Ticket #4162 (Update to GWT 2.0.3) closed by Artur Signell
fixed: In [11557] and [11558].
13:30 Changeset [11558] by artur.signell@…
  • versions/6.3/lib/core/gwt/benchmarkViewer
#4162 - Update to GWT 2.0.3
13:29 Changeset [11557] by artur.signell@…
  • versions/6.3/build/GWT-VERSION.properties
#4162 - Update to GWT 2.0.3
13:25 Changeset [11556] by petri.heinonen@…
  • incubator/LazyLoadWrapper/WebContent/VAADIN/themes/llwtheme/vaadin.png
# fixed bug with "EXPAND_PLACEHOLDER"-mode that didn't expand the …
12:38 Ticket #4248 (Update package javadoc) created by Artur Signell
Package javadoc is missing for: * com.vaadin.annotations * …
12:38 Changeset [11555] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/java/com/vaadin/addons/jpacontainer/provider/LocalEntityProvider.java
A little refactoring
12:29 Ticket #4247 (Tree should support node expansion during a drag'n'drop operation) created by Artur Signell
During a drag'n'drop operation if the cursor is on a node that is …
12:24 Changeset [11554] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/test/java/com/vaadin/addons/jpacontainer/provider/emtests/eclipselink/CachingLocalEntityProviderEclipseLinkTest.java
Added EclipseLink? test for CachingLocalEntityProvider?
12:24 Ticket #4246 (Table should support scrolling during a drag'n'drop operation) created by Artur Signell
During a drag'n'drop operation if the cursor is at the bottom (or top) …
12:11 Ticket #4245 (E-mail notifications to the add-on author about ratings) created by Teemu Pontelin
Many authors would probably be interested in getting e-mail notifications …
11:18 Ticket #4244 (Improve javadoc for AbstractComponent/Component) created by Artur Signell
Improve javadoc for AbstractComponent? and the interfaces it implements: * …
10:01 Changeset [11553] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/src/main/resources
Empty directory deleted.
10:01 Changeset [11552] by petter.holmstrom@…
  • addons/JPAContainer/trunk/jpacontainer-addon/pom.xml
JPAContainer is now working with EclipseLink? as well as Hibernate.
09:51 Changeset [11551] by petri.heinonen@…
  • incubator/LazyLoadWrapper/src/com/vaadin/lazyloadwrapper/LazyLoadWrapper.java
+ Created new mode "EXPAND_PLACEHOLDER" that expands the placeholder to …
07:16 Ticket #4243 (Sorting by rating should take rate count into account as well) created by Jouni Koivuviita
When viewing "Highest rated" add-ons, the number of ratings should affect …
06:55 Ticket #4242 (Implement drag'n'drop support for Tree) created by Artur Signell
Tree should support * Dragging any node from the Tree to any drop target …
06:51 Ticket #4241 (Implement drag'n'drop support for Table) created by Artur Signell
Table should support * Dragging any row from the Table to any drop …
06:41 Ticket #4240 (Remove URIFragmentUtility workaround (#4099)) created by Artur Signell
GWT 2.0.3 contains the fix for #4099 so the workaround should be removed …
Note: See TracTimeline for information about the timeline view.