]>
source.dussan.org Git - vaadin-framework.git/log
John Ahlroos [Wed, 5 Sep 2012 15:04:37 +0000 (18:04 +0300)]
Applied proper formatting
John Ahlroos [Wed, 5 Sep 2012 14:58:12 +0000 (17:58 +0300)]
Refactored and cleaned up the newly add ordered layouts
John Ahlroos [Wed, 5 Sep 2012 13:03:53 +0000 (16:03 +0300)]
Removed duplicate method toggleStyleName (replaced by
setStyleName(String,Boolean) )
John Ahlroos [Wed, 5 Sep 2012 12:21:49 +0000 (15:21 +0300)]
Merge branch 'master' into layoutgraph
John Ahlroos [Wed, 5 Sep 2012 12:20:43 +0000 (15:20 +0300)]
Fixed readonly buttons in TwinColSelect
John Ahlroos [Wed, 5 Sep 2012 10:54:52 +0000 (13:54 +0300)]
Fixed interpreting caption domNode paths in VBoxLayout in
ComponentLocator
John Ahlroos [Wed, 5 Sep 2012 08:45:11 +0000 (11:45 +0300)]
Merge branch 'master' into layoutgraph
John Ahlroos [Wed, 5 Sep 2012 08:42:56 +0000 (11:42 +0300)]
Fixed ComponentLocator in the case where tests refer to an
AbsolutePanel inside a Gridlayout which has been removed.
Leif Åstrand [Wed, 5 Sep 2012 08:38:05 +0000 (11:38 +0300)]
Use main window as current UI if not already set #9443
John Ahlroos [Wed, 5 Sep 2012 08:14:47 +0000 (11:14 +0300)]
Fixed RichTextArea test
John Ahlroos [Wed, 5 Sep 2012 08:10:04 +0000 (11:10 +0300)]
Fixed text assertions Root->UI
John Ahlroos [Wed, 5 Sep 2012 07:55:53 +0000 (10:55 +0300)]
Merge branch 'master' into layoutgraph
John Ahlroos [Wed, 5 Sep 2012 07:55:20 +0000 (10:55 +0300)]
Fixed NPE in LayoutManager
John Ahlroos [Wed, 5 Sep 2012 07:30:17 +0000 (10:30 +0300)]
Another fix to ComponentLocator, this time fixed locators with
VBoxLayout/domChild
John Ahlroos [Wed, 5 Sep 2012 06:00:30 +0000 (09:00 +0300)]
Merge branch 'master' into layoutgraph
Artur Signell [Tue, 4 Sep 2012 19:27:23 +0000 (22:27 +0300)]
Renamed UI package which accidentally had been renamed to upper case
John Ahlroos [Tue, 4 Sep 2012 15:00:22 +0000 (18:00 +0300)]
Fixed LoginForm textfield styles
Henri Sara [Tue, 4 Sep 2012 13:47:42 +0000 (16:47 +0300)]
Fix SQLContainer indexed access and related tests (#9472)
John Ahlroos [Tue, 4 Sep 2012 13:40:12 +0000 (16:40 +0300)]
Thinking I finally got it (ComponentLocator fix)
Leif Åstrand [Tue, 4 Sep 2012 12:57:56 +0000 (15:57 +0300)]
Fix test to not use removed fields and methods in VaadinServlet
Leif Åstrand [Tue, 4 Sep 2012 12:49:16 +0000 (15:49 +0300)]
Update test to make UI.getApplication() return an instance (#9419)
Leif Åstrand [Tue, 4 Sep 2012 12:48:07 +0000 (15:48 +0300)]
Do detach() before clearing application (#9419)
John Ahlroos [Tue, 4 Sep 2012 12:18:26 +0000 (15:18 +0300)]
Fixed test DOM path resolution
John Ahlroos [Tue, 4 Sep 2012 12:03:09 +0000 (15:03 +0300)]
And yet another ComponentLocator fix
John Ahlroos [Tue, 4 Sep 2012 11:04:23 +0000 (14:04 +0300)]
More work on ComponentLocator
John Ahlroos [Tue, 4 Sep 2012 10:41:34 +0000 (13:41 +0300)]
Remove devmode launch configuration from repository
John Ahlroos [Tue, 4 Sep 2012 10:31:31 +0000 (13:31 +0300)]
Removed unused instance variable from button
John Ahlroos [Tue, 4 Sep 2012 09:10:27 +0000 (12:10 +0300)]
Merge branch 'master' into layoutgraph
Leif Åstrand [Tue, 4 Sep 2012 07:10:21 +0000 (10:10 +0300)]
Make DeploymentConfiguration configurable (#9402)
Leif Åstrand [Tue, 4 Sep 2012 07:36:20 +0000 (10:36 +0300)]
Make two more event classes static (#5855)
Pekka Hyvönen [Tue, 4 Sep 2012 07:33:22 +0000 (10:33 +0300)]
inner Event classes converted to static nested classes (#5855)
Leif Åstrand [Tue, 4 Sep 2012 06:20:51 +0000 (09:20 +0300)]
Make LegacyApplication set current UI (#9443)
Artur Signell [Tue, 4 Sep 2012 06:38:38 +0000 (09:38 +0300)]
ItemStyleGenerator.getStyle now includes source component (#5822)
Artur Signell [Tue, 4 Sep 2012 05:27:07 +0000 (08:27 +0300)]
Moved ReflectTools to com.vaadin.util (#4294)
John Ahlroos [Mon, 3 Sep 2012 14:30:18 +0000 (17:30 +0300)]
Merge branch 'master' into layoutgraph
John Ahlroos [Mon, 3 Sep 2012 14:03:02 +0000 (17:03 +0300)]
Cleaned up the component locator code a bit
Leif Åstrand [Mon, 3 Sep 2012 13:57:09 +0000 (16:57 +0300)]
Rename UIProvider.instantiateUI -> createInstance (#8159)
Leif Åstrand [Mon, 3 Sep 2012 13:25:31 +0000 (16:25 +0300)]
Don't mark connector as dirty when writing response (#9444, #9452)
John Ahlroos [Mon, 3 Sep 2012 13:24:25 +0000 (16:24 +0300)]
Added Git Revision to GWT version file
Artur Signell [Fri, 31 Aug 2012 11:12:14 +0000 (14:12 +0300)]
Reverted rename of test data (#9299)
John Ahlroos [Mon, 3 Sep 2012 12:24:46 +0000 (15:24 +0300)]
Merge branch 'master' into layoutgraph
Henri Sara [Mon, 3 Sep 2012 12:23:15 +0000 (15:23 +0300)]
Use HierarchicalContainer as default container for Tree (#3950)
Leif Åstrand [Mon, 3 Sep 2012 12:21:39 +0000 (15:21 +0300)]
Don't return initied UI from LegacyApplication.createUIInstance (#9443)
John Ahlroos [Mon, 3 Sep 2012 11:51:26 +0000 (14:51 +0300)]
Fixed missing test description
John Ahlroos [Mon, 3 Sep 2012 11:18:16 +0000 (14:18 +0300)]
Merge branch 'master' into layoutgraph
John Ahlroos [Mon, 3 Sep 2012 11:16:26 +0000 (14:16 +0300)]
Another fix for boxlayouts in component locator
Leif Åstrand [Mon, 3 Sep 2012 11:03:46 +0000 (14:03 +0300)]
Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460)
Leif Åstrand [Mon, 3 Sep 2012 10:57:20 +0000 (13:57 +0300)]
Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)
Leif Åstrand [Mon, 3 Sep 2012 07:38:11 +0000 (10:38 +0300)]
Move SystemMessages to DeploymentConfiguration (#9402)
Leif Åstrand [Mon, 3 Sep 2012 06:57:35 +0000 (09:57 +0300)]
Remove Application.getVersion() (#9402)
Leif Åstrand [Fri, 31 Aug 2012 16:40:01 +0000 (19:40 +0300)]
Rename WebApplicationContext -> ServletApplicationContext (#9402)
Leif Åstrand [Fri, 31 Aug 2012 16:27:09 +0000 (19:27 +0300)]
Rename AbstractWebApplicationContext to ApplicationContext (#9402)
John Ahlroos [Mon, 3 Sep 2012 09:56:53 +0000 (12:56 +0300)]
Fixed component locator for box layouts
John Ahlroos [Mon, 3 Sep 2012 09:09:36 +0000 (12:09 +0300)]
Fixing failing undefined width calculations
Johannes Dahlström [Mon, 3 Sep 2012 08:45:27 +0000 (11:45 +0300)]
Test case for #9452
Johannes Dahlström [Fri, 31 Aug 2012 13:22:13 +0000 (16:22 +0300)]
addListener rename in Navigator (#9285)
Johannes Dahlström [Fri, 31 Aug 2012 13:09:49 +0000 (16:09 +0300)]
Use hashbang (#!) URIs in Navigator; isEmpty() instead of equals("") (#9268, #9441)
John Ahlroos [Mon, 3 Sep 2012 08:41:06 +0000 (11:41 +0300)]
Merge branch 'master' into layoutgraph
Conflicts:
shared/src/com/vaadin/shared/ComponentState.java
Leif Åstrand [Fri, 31 Aug 2012 09:14:52 +0000 (12:14 +0300)]
Remove @EagerInit (#9445)
Leif Åstrand [Fri, 31 Aug 2012 09:02:51 +0000 (12:02 +0300)]
Refactor UI bootstrap (#9443)
Leif Åstrand [Thu, 30 Aug 2012 13:24:12 +0000 (16:24 +0300)]
Remove user handling in Application (#9402)
Leif Åstrand [Thu, 30 Aug 2012 13:15:33 +0000 (16:15 +0300)]
Remove unused variable
John Ahlroos [Fri, 31 Aug 2012 13:13:40 +0000 (16:13 +0300)]
Add helper methods for checking state
Leif Åstrand [Fri, 31 Aug 2012 12:26:09 +0000 (15:26 +0300)]
Restore logic that was removed from state
Leif Åstrand [Fri, 31 Aug 2012 11:27:45 +0000 (14:27 +0300)]
Run tests with assertions enabled (#9450)
John Ahlroos [Fri, 31 Aug 2012 11:22:26 +0000 (14:22 +0300)]
More state getter removal
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.
Johannes Dahlström [Fri, 31 Aug 2012 10:57:37 +0000 (13:57 +0300)]
Change View.navigateTo(String) to View.enter(ViewChangeEvent) (#9055, #9056)
Artur Signell [Fri, 31 Aug 2012 10:55:05 +0000 (13:55 +0300)]
Fixed test file path
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)
John Ahlroos [Fri, 31 Aug 2012 10:16:56 +0000 (13:16 +0300)]
Merge branch 'no-getters'
John Ahlroos [Fri, 31 Aug 2012 09:27:45 +0000 (12:27 +0300)]
Removed getters/setters from states and made instance variabled public
Artur Signell [Fri, 31 Aug 2012 09:01:04 +0000 (12:01 +0300)]
Fixed test file path
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)
Johannes Dahlström [Thu, 30 Aug 2012 15:17:52 +0000 (18:17 +0300)]
Fix copypasted javadocs for ItemCaptionMode constants
Johannes Dahlström [Thu, 30 Aug 2012 13:28:09 +0000 (16:28 +0300)]
Change a Vaadin6Component mention in a javadoc to LegacyComponent
Johannes Dahlström [Thu, 30 Aug 2012 13:24:18 +0000 (16:24 +0300)]
Rename FragmentManager to NavigationStateManager (#9367)
John Ahlroos [Fri, 31 Aug 2012 07:10:03 +0000 (10:10 +0300)]
Merge branch 'master' into layoutgraph
Conflicts:
client/src/com/vaadin/client/ComponentLocator.java
client/src/com/vaadin/client/ui/AbstractComponentConnector.java
Artur Signell [Thu, 30 Aug 2012 14:24:36 +0000 (17:24 +0300)]
Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)
John Ahlroos [Thu, 30 Aug 2012 14:02:35 +0000 (17:02 +0300)]
Added missing description to test so screenshots match
Artur Signell [Thu, 30 Aug 2012 14:02:08 +0000 (17:02 +0300)]
Reformatted project
Artur Signell [Thu, 30 Aug 2012 13:47:14 +0000 (16:47 +0300)]
Removed multi select related hacks from 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
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)
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
John Ahlroos [Thu, 30 Aug 2012 12:50:41 +0000 (15:50 +0300)]
Move captionless component error/required indicators top right
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)
Leif Åstrand [Thu, 30 Aug 2012 12:44:18 +0000 (15:44 +0300)]
Deprecate addListener in Image (#9285)
Petri Heinonen [Thu, 23 Aug 2012 10:11:17 +0000 (13:11 +0300)]
refak listeners one missed listener fixed...
Petri Heinonen [Thu, 23 Aug 2012 10:00:17 +0000 (13:00 +0300)]
refak listeners com.vaadin.ui
Petri Heinonen [Thu, 23 Aug 2012 07:15:02 +0000 (10:15 +0300)]
refak listeners com.vaadin.terminal
Petri Heinonen [Thu, 23 Aug 2012 07:09:34 +0000 (10:09 +0300)]
refak listeners com.vaadin.navigator
Petri Heinonen [Thu, 23 Aug 2012 07:05:42 +0000 (10:05 +0300)]
refak listeners com.vaadin.event
Petri Heinonen [Thu, 23 Aug 2012 06:57:20 +0000 (09:57 +0300)]
refak listeners com.vaadin.data.util.sqlcontainer.query
Petri Heinonen [Thu, 23 Aug 2012 06:54:02 +0000 (09:54 +0300)]
refak listeners com.vaadin.data.util.sqlcontainer
Petri Heinonen [Thu, 23 Aug 2012 06:47:23 +0000 (09:47 +0300)]
Refak addListener package com.vaadin.data.util
Petri Heinonen [Wed, 22 Aug 2012 13:02:23 +0000 (16:02 +0300)]
listener refak com.vaadin.data
Petri Heinonen [Wed, 22 Aug 2012 12:55:57 +0000 (15:55 +0300)]
Refak listeners com.vaadin package
Artur Signell [Thu, 30 Aug 2012 06:30:04 +0000 (09:30 +0300)]
Moved server test to correct folder
Artur Signell [Thu, 30 Aug 2012 12:22:06 +0000 (15:22 +0300)]
Moved tests/sass to sass/tests (#9299)