]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoRun tests with assertions enabled (#9450)
Leif Åstrand [Fri, 31 Aug 2012 11:27:45 +0000 (14:27 +0300)]
Run tests with assertions enabled (#9450)

12 years agoMore state getter removal
John Ahlroos [Fri, 31 Aug 2012 11:22:26 +0000 (14:22 +0300)]
More state getter removal

12 years agoAdd Container.Indexed.getItemIds(int, int) for a range of items (#8028)
Henri Sara [Fri, 31 Aug 2012 10:29:42 +0000 (13:29 +0300)]
Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)

This permits optimization of data fetches from various containers
where getting single items by index in a loop might be costly.

Also add a helper method in ContainerHelpers to make it easier to
implement the new method where performance of fetching an id by index is
not an issue. SQLContainer still uses this helper instead of an
optimized implementation.

12 years agoChange View.navigateTo(String) to View.enter(ViewChangeEvent) (#9055, #9056)
Johannes Dahlström [Fri, 31 Aug 2012 10:57:37 +0000 (13:57 +0300)]
Change View.navigateTo(String) to View.enter(ViewChangeEvent) (#9055, #9056)

12 years agoFixed test file path
Artur Signell [Fri, 31 Aug 2012 10:55:05 +0000 (13:55 +0300)]
Fixed test file path

12 years agoDon't mark connectors as clean until they won't get dirty again (#9444)
Leif Åstrand [Fri, 31 Aug 2012 10:50:03 +0000 (13:50 +0300)]
Don't mark connectors as clean until they won't get dirty again (#9444)

12 years agoMerge branch 'no-getters'
John Ahlroos [Fri, 31 Aug 2012 10:16:56 +0000 (13:16 +0300)]
Merge branch 'no-getters'

12 years agoRemoved getters/setters from states and made instance variabled public
John Ahlroos [Fri, 31 Aug 2012 09:27:45 +0000 (12:27 +0300)]
Removed getters/setters from states and made instance variabled public

12 years agoFixed test file path
Artur Signell [Fri, 31 Aug 2012 09:01:04 +0000 (12:01 +0300)]
Fixed test file path

12 years agoReplace references to "fragment" and "viewAndParameters" with "navigation state"...
Johannes Dahlström [Thu, 30 Aug 2012 15:26:58 +0000 (18:26 +0300)]
Replace references to "fragment" and "viewAndParameters" with "navigation state" where appropriate (#9367)

12 years agoFix copypasted javadocs for ItemCaptionMode constants
Johannes Dahlström [Thu, 30 Aug 2012 15:17:52 +0000 (18:17 +0300)]
Fix copypasted javadocs for ItemCaptionMode constants

12 years agoChange a Vaadin6Component mention in a javadoc to LegacyComponent
Johannes Dahlström [Thu, 30 Aug 2012 13:28:09 +0000 (16:28 +0300)]
Change a Vaadin6Component mention in a javadoc to LegacyComponent

12 years agoRename FragmentManager to NavigationStateManager (#9367)
Johannes Dahlström [Thu, 30 Aug 2012 13:24:18 +0000 (16:24 +0300)]
Rename FragmentManager to NavigationStateManager (#9367)

12 years agoRenamed tests -> uitest and tests/testbench -> uitest/src (#9299)
Artur Signell [Thu, 30 Aug 2012 14:24:36 +0000 (17:24 +0300)]
Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)

12 years agoReformatted project
Artur Signell [Thu, 30 Aug 2012 14:02:08 +0000 (17:02 +0300)]
Reformatted project

12 years agoRemoved multi select related hacks from ComboBox (#2869)
Artur Signell [Thu, 30 Aug 2012 13:47:14 +0000 (16:47 +0300)]
Removed multi select related hacks from ComboBox (#2869)

12 years agoMerged Select with ComboBox (#2869)
Artur Signell [Thu, 30 Aug 2012 13:25:57 +0000 (16:25 +0300)]
Merged Select with ComboBox (#2869)

Select now extends ComboBox instead of vice versa
Select is now deprecated in favor of ComboBox

12 years agoMoved server tests from tests/server-side to server/tests/src (#9299)
Artur Signell [Thu, 30 Aug 2012 12:27:50 +0000 (15:27 +0300)]
Moved server tests from tests/server-side to server/tests/src (#9299)

12 years agoMoved client side tests from tests/client-side to client/tests/src
Artur Signell [Thu, 30 Aug 2012 12:27:06 +0000 (15:27 +0300)]
Moved client side tests from tests/client-side to client/tests/src

12 years agoUse empty string instead of null to denote "no fragment parameters" in Navigator...
Johannes Dahlström [Thu, 30 Aug 2012 12:38:33 +0000 (15:38 +0300)]
Use empty string instead of null to denote "no fragment parameters" in Navigator (#9441)

12 years agoDeprecate addListener in Image (#9285)
Leif Åstrand [Thu, 30 Aug 2012 12:44:18 +0000 (15:44 +0300)]
Deprecate addListener in Image (#9285)

12 years agorefak listeners one missed listener fixed...
Petri Heinonen [Thu, 23 Aug 2012 10:11:17 +0000 (13:11 +0300)]
refak listeners one missed listener fixed...

12 years agorefak listeners com.vaadin.ui
Petri Heinonen [Thu, 23 Aug 2012 10:00:17 +0000 (13:00 +0300)]
refak listeners com.vaadin.ui

12 years agorefak listeners com.vaadin.terminal
Petri Heinonen [Thu, 23 Aug 2012 07:15:02 +0000 (10:15 +0300)]
refak listeners com.vaadin.terminal

12 years agorefak listeners com.vaadin.navigator
Petri Heinonen [Thu, 23 Aug 2012 07:09:34 +0000 (10:09 +0300)]
refak listeners com.vaadin.navigator

12 years agorefak listeners com.vaadin.event
Petri Heinonen [Thu, 23 Aug 2012 07:05:42 +0000 (10:05 +0300)]
refak listeners com.vaadin.event

12 years agorefak listeners com.vaadin.data.util.sqlcontainer.query
Petri Heinonen [Thu, 23 Aug 2012 06:57:20 +0000 (09:57 +0300)]
refak listeners com.vaadin.data.util.sqlcontainer.query

12 years agorefak listeners com.vaadin.data.util.sqlcontainer
Petri Heinonen [Thu, 23 Aug 2012 06:54:02 +0000 (09:54 +0300)]
refak listeners com.vaadin.data.util.sqlcontainer

12 years agoRefak addListener package com.vaadin.data.util
Petri Heinonen [Thu, 23 Aug 2012 06:47:23 +0000 (09:47 +0300)]
Refak addListener package com.vaadin.data.util

12 years agolistener refak com.vaadin.data
Petri Heinonen [Wed, 22 Aug 2012 13:02:23 +0000 (16:02 +0300)]
listener refak com.vaadin.data

12 years agoRefak listeners com.vaadin package
Petri Heinonen [Wed, 22 Aug 2012 12:55:57 +0000 (15:55 +0300)]
Refak listeners com.vaadin package

12 years agoMoved server test to correct folder
Artur Signell [Thu, 30 Aug 2012 06:30:04 +0000 (09:30 +0300)]
Moved server test to correct folder

12 years agoMoved tests/sass to sass/tests (#9299)
Artur Signell [Thu, 30 Aug 2012 12:22:06 +0000 (15:22 +0300)]
Moved tests/sass to sass/tests (#9299)

12 years agoReplaced broken file reading routine with IOUtils call (incorrect newlines on Windows)
Artur Signell [Thu, 30 Aug 2012 12:03:30 +0000 (15:03 +0300)]
Replaced broken file reading routine with IOUtils call (incorrect newlines on Windows)

12 years agoMove PortalDefaultWidgetSet.gwt.xml to client source folder (#9299)
Leif Åstrand [Thu, 30 Aug 2012 10:18:51 +0000 (13:18 +0300)]
Move PortalDefaultWidgetSet.gwt.xml to client source folder (#9299)

12 years agoRefactor to enable implementing #7545 without changing the API
Leif Åstrand [Thu, 30 Aug 2012 10:05:19 +0000 (13:05 +0300)]
Refactor to enable implementing #7545 without changing the API

12 years agoMake theme building work again
Leif Åstrand [Thu, 30 Aug 2012 09:59:58 +0000 (12:59 +0300)]
Make theme building work again

12 years agoReplace ApplicationResource with ConnectorResource (#9419)
Leif Åstrand [Thu, 30 Aug 2012 08:30:39 +0000 (11:30 +0300)]
Replace ApplicationResource with ConnectorResource (#9419)

12 years agoMerge branch 'sass'
Marc Englund [Thu, 30 Aug 2012 07:17:16 +0000 (10:17 +0300)]
Merge branch 'sass'

12 years agoApplied patch fixing #9347 (mixin w/ args + nested blocks), includes test
Marc Englund [Wed, 29 Aug 2012 15:19:21 +0000 (18:19 +0300)]
Applied patch fixing #9347 (mixin w/ args + nested blocks), includes test

12 years agoAdds support for StylesheetResolvers, and implements such that look trought the class...
Marc Englund [Wed, 29 Aug 2012 13:11:57 +0000 (16:11 +0300)]
Adds support for StylesheetResolvers, and implements such that look trought the classpath and in special Vaadin locations, fixes #9346

12 years agoUse Vaadin version number as GWT version number
John Ahlroos [Wed, 29 Aug 2012 13:09:43 +0000 (16:09 +0300)]
Use Vaadin version number as GWT version number

12 years agoUse Vaadin version number as GWT version number
John Ahlroos [Wed, 29 Aug 2012 13:04:57 +0000 (16:04 +0300)]
Use Vaadin version number as GWT version number

12 years agoCorrected typos (#9431)
Artur Signell [Wed, 29 Aug 2012 12:34:24 +0000 (15:34 +0300)]
Corrected typos (#9431)

12 years agoRename Vaadin6Component to LegacyComponent (#9434)
Johannes Dahlström [Wed, 29 Aug 2012 11:32:08 +0000 (14:32 +0300)]
Rename Vaadin6Component to LegacyComponent (#9434)

12 years agoDeprecate using Embedded for image and iframe content (#9087)
Johannes Dahlström [Wed, 29 Aug 2012 11:09:12 +0000 (14:09 +0300)]
Deprecate using Embedded for image and iframe content (#9087)

12 years agoAdditional fixes for com.vaadin.terminal removal (#9431, #9432)
Artur Signell [Wed, 29 Aug 2012 09:36:15 +0000 (12:36 +0300)]
Additional fixes for com.vaadin.terminal removal (#9431, #9432)

12 years agoRemoved unreferenced file
Artur Signell [Wed, 29 Aug 2012 09:30:01 +0000 (12:30 +0300)]
Removed unreferenced file

12 years agoRenamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetsetutils...
Artur Signell [Wed, 29 Aug 2012 09:29:14 +0000 (12:29 +0300)]
Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetsetutils (#9431)

12 years agoMerged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)
Artur Signell [Wed, 29 Aug 2012 09:22:31 +0000 (12:22 +0300)]
Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)

12 years agoRenamed com.vaadin.terminal -> com.vaadin.server (#9431)
Artur Signell [Wed, 29 Aug 2012 08:30:17 +0000 (11:30 +0300)]
Renamed com.vaadin.terminal -> com.vaadin.server (#9431)

12 years agoRenamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)
Artur Signell [Wed, 29 Aug 2012 08:21:56 +0000 (11:21 +0300)]
Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)

12 years agoSupport for suspending rendering for a short time (#9322)
Jonatan Kronqvist [Tue, 21 Aug 2012 12:17:21 +0000 (15:17 +0300)]
Support for suspending rendering for a short time (#9322)

12 years agoRoot -> UI fix in test
Artur Signell [Tue, 28 Aug 2012 09:07:17 +0000 (12:07 +0300)]
Root -> UI fix in test

12 years agoInclude UnknownComponentConnector in eager ConnectorBundle (#9371)
Leif Åstrand [Tue, 28 Aug 2012 13:58:49 +0000 (16:58 +0300)]
Include UnknownComponentConnector in eager ConnectorBundle (#9371)

12 years agoAdjust javadoc to reflect reality
Leif Åstrand [Tue, 28 Aug 2012 13:54:09 +0000 (16:54 +0300)]
Adjust javadoc to reflect reality

12 years agoMerge branch 'master' of ssh://git@dev.vaadin.com/vaadin.git
John Ahlroos [Tue, 28 Aug 2012 12:47:58 +0000 (15:47 +0300)]
Merge branch 'master' of ssh://git@dev.vaadin.com/vaadin.git

12 years agoFixes StackOverflow in Slider
John Ahlroos [Tue, 28 Aug 2012 12:47:46 +0000 (15:47 +0300)]
Fixes StackOverflow in Slider

12 years agoFix some renamed method names missing from #9416
Leif Åstrand [Tue, 28 Aug 2012 10:55:37 +0000 (13:55 +0300)]
Fix some renamed method names missing from #9416

12 years agoIdentify too old Safari browsers based on webkit version (#9423)
Leif Åstrand [Tue, 28 Aug 2012 10:54:07 +0000 (13:54 +0300)]
Identify too old Safari browsers based on webkit version (#9423)

Detection based on "safari" version is not reliable because of the way
various browsers based on webkit report their version numbers in the
user agent string.

12 years agoFire change event for default values in newly created state (#9422)
Leif Åstrand [Tue, 28 Aug 2012 10:19:13 +0000 (13:19 +0300)]
Fire change event for default values in newly created state (#9422)

12 years agoRename register/unregisterProvider to add/removeProvider for consistency (#9416)
Johannes Dahlström [Tue, 28 Aug 2012 09:15:44 +0000 (12:15 +0300)]
Rename register/unregisterProvider to add/removeProvider for consistency (#9416)

12 years agoRevert "Rename registerProvider, unregisterProvider to addProvider and removeProvider...
Johannes Dahlström [Tue, 28 Aug 2012 09:12:47 +0000 (12:12 +0300)]
Revert "Rename registerProvider, unregisterProvider to addProvider and removeProvider for consistency (#9416)"

Accidentally committed wrong hunks

This reverts commit b53f5dddf13ba28385e9853c57d5d3074832a6be.

12 years agoRename registerProvider, unregisterProvider to addProvider and removeProvider for...
Johannes Dahlström [Tue, 28 Aug 2012 08:56:47 +0000 (11:56 +0300)]
Rename registerProvider, unregisterProvider to addProvider and removeProvider for consistency (#9416)

12 years agoRemoved unused useDebugIdInDom (#3700)
Artur Signell [Tue, 28 Aug 2012 08:29:22 +0000 (11:29 +0300)]
Removed unused useDebugIdInDom (#3700)

12 years agoRenamed Component.debugId to id (#3700)
Pekka Hyvönen [Tue, 28 Aug 2012 07:16:58 +0000 (10:16 +0300)]
Renamed Component.debugId to id (#3700)

Applied patch from Pekka with minor changes
(@deprecation javadoc, call the real methods from deprecated methods in AbstractComponent)

12 years agoDon't include invisible connectors in Map<Connector, ?> (#9026)
Leif Åstrand [Tue, 28 Aug 2012 05:49:22 +0000 (08:49 +0300)]
Don't include invisible connectors in Map<Connector, ?> (#9026)

12 years agoLog some errors as error
Leif Åstrand [Tue, 28 Aug 2012 05:48:09 +0000 (08:48 +0300)]
Log some errors as error

12 years agoDiscard reference state for invisible connectors (#9400)
Leif Åstrand [Mon, 27 Aug 2012 15:10:28 +0000 (18:10 +0300)]
Discard reference state for invisible connectors (#9400)

12 years agoReverted accidentally commited fixed version number (#9413)
Artur Signell [Mon, 27 Aug 2012 12:58:01 +0000 (15:58 +0300)]
Reverted accidentally commited fixed version number (#9413)

12 years agoChange diff state to not depend on bean.equals semantics (#9406, #9026)
Leif Åstrand [Mon, 27 Aug 2012 11:53:36 +0000 (14:53 +0300)]
Change diff state to not depend on bean.equals semantics (#9406, #9026)

12 years agoRemoved IE6/IE7 specific code accidentally included in merge
Artur Signell [Mon, 27 Aug 2012 10:43:51 +0000 (13:43 +0300)]
Removed IE6/IE7 specific code accidentally included in merge

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Mon, 27 Aug 2012 10:38:13 +0000 (13:38 +0300)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
server/src/com/vaadin/ui/Select.java

12 years agoUse fully-qualified class name in javadoc to remove client dependency
Johannes Dahlström [Mon, 27 Aug 2012 09:54:59 +0000 (12:54 +0300)]
Use fully-qualified class name in javadoc to remove client dependency

12 years agoMerge branch 'master' into root-cleanup
Johannes Dahlström [Mon, 27 Aug 2012 09:40:41 +0000 (12:40 +0300)]
Merge branch 'master' into root-cleanup

Rename Root -> UI in root cleanup code

Conflicts:
client/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
server/src/com/vaadin/terminal/gwt/server/BootstrapHandler.java
server/src/com/vaadin/ui/UI.java

12 years agoMigrate Slider to Vaadin 7 (#9304)
Johannes Dahlström [Fri, 24 Aug 2012 13:33:15 +0000 (16:33 +0300)]
Migrate Slider to Vaadin 7 (#9304)

12 years agoTests for new componets split from Embedded (#9087)
Johannes Dahlström [Thu, 23 Aug 2012 16:00:33 +0000 (19:00 +0300)]
Tests for new componets split from Embedded (#9087)

12 years agoSplit Embedded into several components, migrate them to Vaadin 7 (#9087)
Johannes Dahlström [Thu, 23 Aug 2012 15:58:00 +0000 (18:58 +0300)]
Split Embedded into several components, migrate them to Vaadin 7 (#9087)

12 years agoTest for UI.getCurrent() in LoginHandler (#9372)
Artur Signell [Fri, 24 Aug 2012 11:21:56 +0000 (14:21 +0300)]
Test for UI.getCurrent() in LoginHandler (#9372)

12 years agoRoot -> UI in tests (#8908)
Artur Signell [Fri, 24 Aug 2012 11:19:09 +0000 (14:19 +0300)]
Root -> UI in tests (#8908)

12 years agoRemaining Root -> UI renames (#8908)
Artur Signell [Fri, 24 Aug 2012 08:47:50 +0000 (11:47 +0300)]
Remaining Root -> UI renames (#8908)

12 years agoComponent.getRoot() -> Component.getUI() (#8908)
Artur Signell [Fri, 24 Aug 2012 08:32:49 +0000 (11:32 +0300)]
Component.getRoot() -> Component.getUI() (#8908)

12 years agoRenamed Application and UI methods and fields from "Root" to "UI" (#8908).
Artur Signell [Fri, 24 Aug 2012 08:27:11 +0000 (11:27 +0300)]
Renamed Application and UI methods and fields from "Root" to "UI" (#8908).

12 years agoRename Root related classes and package to UI (#8908)
Artur Signell [Fri, 24 Aug 2012 05:52:20 +0000 (08:52 +0300)]
Rename Root related classes and package to UI (#8908)

Automatic renames in Eclipse of:
- package com.vaadin.terminal.gwt.client.ui.root to .UI
- RootConnector to UIConnector
- RootServerRpc to UIServerRpc
- RootState to UIState
- VRoot to VUI
- RootRequiresMoreInformationException to UIRequiresMoreInformationException

12 years agoRenamed Root to UI, automatic rename (#8908)
Artur Signell [Fri, 24 Aug 2012 05:44:20 +0000 (08:44 +0300)]
Renamed Root to UI, automatic rename (#8908)

Automatic rename in Eclipse of the class Root to UI with all
rename options enabled, rename also embedded "Root" in
variable and method names.

The following classes/methods were excluded in the rename:
- BootstrapHandler.getApplicationCSSClassName()
- ComponentLocator
- ConnectorMap
- ItemClickEvent
- KeepAllItemsVisible
- MenuBarTest
- MenuBarTooltips
- TreeTableTest
- TreeWithIcons
- Trees
- VDebugConsole.printLayoutProblems()

12 years agoDon't ever send state diffs for JavaScript connectors (#9026)
Leif Åstrand [Fri, 24 Aug 2012 08:46:23 +0000 (11:46 +0300)]
Don't ever send state diffs for JavaScript connectors (#9026)

12 years agoAdd support for heartbeat not extending session (#9266)
Johannes Dahlström [Fri, 24 Aug 2012 08:31:35 +0000 (11:31 +0300)]
Add support for heartbeat not extending session (#9266)

12 years agoExplicit test case for #8683
Leif Åstrand [Fri, 24 Aug 2012 08:28:14 +0000 (11:28 +0300)]
Explicit test case for #8683

12 years agoMake it possible to delegate state changes to widget (#9297)
Leif Åstrand [Fri, 24 Aug 2012 08:25:05 +0000 (11:25 +0300)]
Make it possible to delegate state changes to widget (#9297)

12 years agoChanged Notification type and position to enum (#9072)
Artur Signell [Thu, 23 Aug 2012 07:41:24 +0000 (10:41 +0300)]
Changed Notification type and position to enum (#9072)

12 years agoUpdate test case for #9274
Leif Åstrand [Thu, 23 Aug 2012 09:12:29 +0000 (12:12 +0300)]
Update test case for #9274

12 years agoRename requestRepaint to markAsDirty (#9378)
Leif Åstrand [Thu, 23 Aug 2012 09:09:48 +0000 (12:09 +0300)]
Rename requestRepaint to markAsDirty (#9378)

Also remove some requestRepaint calls that are no longer needed (#9325)

12 years agoHandle requestRepaint automatically (#9325)
Leif Åstrand [Thu, 23 Aug 2012 08:23:10 +0000 (11:23 +0300)]
Handle requestRepaint automatically (#9325)

12 years agoRevert 24221 for now, the test does not work reliably
Johannes Dahlström [Thu, 23 Aug 2012 08:11:14 +0000 (08:11 +0000)]
Revert 24221 for now, the test does not work reliably

svn changeset:24223/svn branch:6.8

12 years agoMake getStateType() find getState methods in superclases (#9315)
Leif Åstrand [Thu, 23 Aug 2012 07:46:17 +0000 (10:46 +0300)]
Make getStateType() find getState methods in superclases (#9315)

Also cache the result as the finding logic could be quite expensive with
multiple exceptions thrown and caught.

12 years agoMake getStateType() find for protected getState methods (#9315)
Leif Åstrand [Thu, 23 Aug 2012 07:32:07 +0000 (10:32 +0300)]
Make getStateType() find for protected getState methods (#9315)

12 years agoGWT build version is now replaced with GWT-VAADIN build version.
John Ahlroos [Thu, 23 Aug 2012 07:30:09 +0000 (10:30 +0300)]
GWT build version is now replaced with GWT-VAADIN build version.

12 years agoClarified javadoc for setDisableOnClick
Artur Signell [Thu, 23 Aug 2012 06:40:32 +0000 (06:40 +0000)]
Clarified javadoc for setDisableOnClick

svn changeset:24222/svn branch:6.8

12 years agoDon't import client classes for javadocs
Leif Åstrand [Thu, 23 Aug 2012 06:14:55 +0000 (09:14 +0300)]
Don't import client classes for javadocs

12 years agoRemoved API deprecated in Vaadin 6 (#9071)
Artur Signell [Wed, 22 Aug 2012 18:48:34 +0000 (21:48 +0300)]
Removed API deprecated in Vaadin 6 (#9071)