]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
15 years agoRemoved iWork (?) application from web.xml
Joonas Lehtinen [Tue, 28 Oct 2008 17:50:54 +0000 (17:50 +0000)]
Removed iWork (?) application from web.xml

svn changeset:5757/svn branch:trunk

15 years agoFixes issue caused by layouting changes.
Marc Englund [Tue, 28 Oct 2008 13:13:03 +0000 (13:13 +0000)]
Fixes issue caused by layouting changes.

svn changeset:5752/svn branch:trunk

15 years agoWorks around some layout related issues in Safari & IE
Marc Englund [Tue, 28 Oct 2008 12:52:52 +0000 (12:52 +0000)]
Works around some layout related issues in Safari & IE

svn changeset:5751/svn branch:trunk

15 years agosize changes now propagates deeper through non Paintable HasWidgets
Matti Tahvonen [Tue, 28 Oct 2008 10:19:49 +0000 (10:19 +0000)]
size changes now propagates deeper through non Paintable HasWidgets

svn changeset:5750/svn branch:trunk

15 years agocustom component not propagates width change
Matti Tahvonen [Tue, 28 Oct 2008 10:06:19 +0000 (10:06 +0000)]
custom component not propagates width change

svn changeset:5749/svn branch:trunk

15 years agofixing example
Matti Tahvonen [Tue, 28 Oct 2008 09:35:20 +0000 (09:35 +0000)]
fixing example

svn changeset:5748/svn branch:trunk

15 years agoremoved obsolete check that couses npe in emptied grid
Matti Tahvonen [Tue, 28 Oct 2008 08:59:43 +0000 (08:59 +0000)]
removed obsolete check that couses npe in emptied grid

svn changeset:5747/svn branch:trunk

15 years agoLayouting change
Marc Englund [Tue, 28 Oct 2008 08:41:33 +0000 (08:41 +0000)]
Layouting change

svn changeset:5746/svn branch:trunk

16 years agoFix for #2176 - TwinColSelect width problem
Artur Signell [Mon, 27 Oct 2008 14:38:23 +0000 (14:38 +0000)]
Fix for #2176 - TwinColSelect width problem

svn changeset:5745/svn branch:trunk

16 years agoTest case for OrderedLayout
Artur Signell [Mon, 27 Oct 2008 13:43:26 +0000 (13:43 +0000)]
Test case for OrderedLayout

svn changeset:5743/svn branch:trunk

16 years agoMore comprehensive test case for #2181
Artur Signell [Mon, 27 Oct 2008 13:41:31 +0000 (13:41 +0000)]
More comprehensive test case for #2181

svn changeset:5742/svn branch:trunk

16 years agoFixed margin handling in OrderedLayout
Artur Signell [Mon, 27 Oct 2008 13:40:04 +0000 (13:40 +0000)]
Fixed margin handling in OrderedLayout

svn changeset:5741/svn branch:trunk

16 years agoFix for #2181 - Caption update problems
Artur Signell [Mon, 27 Oct 2008 13:39:26 +0000 (13:39 +0000)]
Fix for #2181 - Caption update problems

svn changeset:5740/svn branch:trunk

16 years agoRemoved old OrderedLayout
Artur Signell [Mon, 27 Oct 2008 13:26:03 +0000 (13:26 +0000)]
Removed old OrderedLayout

svn changeset:5739/svn branch:trunk

16 years agoRemoved old OrderedLayout
Artur Signell [Mon, 27 Oct 2008 13:22:39 +0000 (13:22 +0000)]
Removed old OrderedLayout

svn changeset:5738/svn branch:trunk

16 years agoRemoved old OrderedLayout
Artur Signell [Mon, 27 Oct 2008 13:21:58 +0000 (13:21 +0000)]
Removed old OrderedLayout

svn changeset:5737/svn branch:trunk

16 years agoFixed IE6 png fix so it won't add extra padding to the image.
Artur Signell [Mon, 27 Oct 2008 12:54:19 +0000 (12:54 +0000)]
Fixed IE6 png fix so it won't add extra padding to the image.

svn changeset:5735/svn branch:trunk

16 years agoFixes #2152: Embedded: document.onunload and document.onbeforeunload do not fire...
Jouni Koivuviita [Mon, 27 Oct 2008 11:46:21 +0000 (11:46 +0000)]
Fixes #2152: Embedded: document.onunload and document.onbeforeunload do not fire in IE6/7 when inside CustomLayout

A clear bug in ICustomLayout: overriding onDetach()-method did not call super.onDetach().

This fix is for the 5.3 branch.

svn changeset:5733/svn branch:trunk

16 years agoSampler servlet added to /sampler/*
Marc Englund [Mon, 27 Oct 2008 09:48:49 +0000 (09:48 +0000)]
Sampler servlet added to /sampler/*

svn changeset:5728/svn branch:trunk

16 years agoFixes #2167
Joonas Lehtinen [Fri, 24 Oct 2008 19:09:27 +0000 (19:09 +0000)]
Fixes #2167

svn changeset:5727/svn branch:trunk

16 years agoSorted out small bugs in FormExample
Joonas Lehtinen [Fri, 24 Oct 2008 18:45:29 +0000 (18:45 +0000)]
Sorted out small bugs in FormExample

svn changeset:5726/svn branch:trunk

16 years agoTeached the base field factory to understand method naming conventions and thus to...
Joonas Lehtinen [Fri, 24 Oct 2008 18:45:02 +0000 (18:45 +0000)]
Teached the base field factory to understand method naming conventions and thus to give sane defaults for captions from properties. For example it now uses "First Name" as a caption for "firstName" -property.

svn changeset:5725/svn branch:trunk

16 years agoRewrote the FormExample: new implementation should be cleaner, shorter and demonstrat...
Joonas Lehtinen [Fri, 24 Oct 2008 17:56:46 +0000 (17:56 +0000)]
Rewrote the FormExample: new implementation should be cleaner, shorter and demonstrate more features.

svn changeset:5724/svn branch:trunk

16 years agoAdded Form.setVisibleItemProperties(Object[]) convenience method (in addition to...
Joonas Lehtinen [Fri, 24 Oct 2008 17:54:40 +0000 (17:54 +0000)]
Added Form.setVisibleItemProperties(Object[]) convenience method (in addition to the current Form.setVisibleItemProperties(Collection))

svn changeset:5723/svn branch:trunk

16 years agoPublished MethodProperty.fireValueChange(). This makes possible to force events sendi...
Joonas Lehtinen [Fri, 24 Oct 2008 17:53:02 +0000 (17:53 +0000)]
Published MethodProperty.fireValueChange(). This makes possible to force events sending from MethodProperty that now support ValueChangeListener interface.

svn changeset:5722/svn branch:trunk

16 years agoTest for #2181
Joonas Lehtinen [Fri, 24 Oct 2008 16:00:23 +0000 (16:00 +0000)]
Test for #2181

svn changeset:5721/svn branch:trunk

16 years agoFixes #1900
Joonas Lehtinen [Fri, 24 Oct 2008 14:19:43 +0000 (14:19 +0000)]
Fixes #1900

svn changeset:5720/svn branch:trunk

16 years agoTabsheet deco fix for IE7
Artur Signell [Fri, 24 Oct 2008 13:38:32 +0000 (13:38 +0000)]
Tabsheet deco fix for IE7

svn changeset:5719/svn branch:trunk

16 years agoTest for #1900
Joonas Lehtinen [Fri, 24 Oct 2008 13:35:27 +0000 (13:35 +0000)]
Test for #1900

svn changeset:5718/svn branch:trunk

16 years agoFix for #2172 - Tabsheet tab width
Artur Signell [Fri, 24 Oct 2008 13:18:32 +0000 (13:18 +0000)]
Fix for #2172 - Tabsheet tab width

svn changeset:5716/svn branch:trunk

16 years agoFixes #2179
Joonas Lehtinen [Fri, 24 Oct 2008 13:12:32 +0000 (13:12 +0000)]
Fixes #2179

svn changeset:5715/svn branch:trunk

16 years agoTest for 2179
Joonas Lehtinen [Fri, 24 Oct 2008 13:11:51 +0000 (13:11 +0000)]
Test for 2179

svn changeset:5714/svn branch:trunk

16 years agoOrderedLayout css cleanup
Artur Signell [Fri, 24 Oct 2008 13:10:22 +0000 (13:10 +0000)]
OrderedLayout css cleanup

svn changeset:5713/svn branch:trunk

16 years agoOrderedLayout css cleanup
Artur Signell [Fri, 24 Oct 2008 13:09:52 +0000 (13:09 +0000)]
OrderedLayout css cleanup

svn changeset:5712/svn branch:trunk

16 years agoTestcase and fix for #2178 - Panel size in IE6
Artur Signell [Fri, 24 Oct 2008 11:42:53 +0000 (11:42 +0000)]
Testcase and fix for #2178 - Panel size in IE6

svn changeset:5711/svn branch:trunk

16 years agoiview scroll area needs to be relative
Matti Tahvonen [Fri, 24 Oct 2008 11:27:56 +0000 (11:27 +0000)]
iview scroll area needs to be relative

svn changeset:5710/svn branch:trunk

16 years agoFixed OrderedLayout size calculation issues
Artur Signell [Fri, 24 Oct 2008 11:13:40 +0000 (11:13 +0000)]
Fixed OrderedLayout size calculation issues

svn changeset:5709/svn branch:trunk

16 years agoFix for #2161 - Safari buttons get clipped
Artur Signell [Fri, 24 Oct 2008 07:47:53 +0000 (07:47 +0000)]
Fix for #2161 - Safari buttons get clipped

svn changeset:5707/svn branch:trunk

16 years agousing setWidth, setHeight methods in setSizeFull and setSizeUndefinend (minor drawbac...
Matti Tahvonen [Fri, 24 Oct 2008 07:26:17 +0000 (07:26 +0000)]
using setWidth, setHeight methods in setSizeFull and setSizeUndefinend (minor drawback in perf, makes overriding size related things easier)

svn changeset:5706/svn branch:trunk

16 years agocleaner overloading for Sizeable methods
Matti Tahvonen [Fri, 24 Oct 2008 07:20:42 +0000 (07:20 +0000)]
cleaner overloading for Sizeable methods

svn changeset:5705/svn branch:trunk

16 years agoRemoved extra IE styles for combobox
Artur Signell [Fri, 24 Oct 2008 07:17:50 +0000 (07:17 +0000)]
Removed extra IE styles for combobox

svn changeset:5704/svn branch:trunk

16 years agoFix for #2166
Artur Signell [Fri, 24 Oct 2008 07:16:13 +0000 (07:16 +0000)]
Fix for #2166

svn changeset:5703/svn branch:trunk

16 years agoFix for #2175 - DateField wrap problem
Artur Signell [Fri, 24 Oct 2008 06:42:03 +0000 (06:42 +0000)]
Fix for #2175 - DateField wrap problem

svn changeset:5702/svn branch:trunk

16 years agoFix for #2173 - FF2 panel problems
Artur Signell [Fri, 24 Oct 2008 06:29:16 +0000 (06:29 +0000)]
Fix for #2173 - FF2 panel problems

svn changeset:5701/svn branch:trunk

16 years agoUpdated #1878 test case
Artur Signell [Fri, 24 Oct 2008 05:51:07 +0000 (05:51 +0000)]
Updated #1878 test case

svn changeset:5700/svn branch:trunk

16 years agoexpandRatio for gridlayout
Matti Tahvonen [Fri, 24 Oct 2008 05:44:44 +0000 (05:44 +0000)]
expandRatio for gridlayout

svn changeset:5699/svn branch:trunk

16 years agoworkaround + fixme note
Matti Tahvonen [Wed, 22 Oct 2008 12:52:46 +0000 (12:52 +0000)]
workaround + fixme note

svn changeset:5697/svn branch:trunk

16 years agoenhancements to new igridlayout
Matti Tahvonen [Wed, 22 Oct 2008 12:42:07 +0000 (12:42 +0000)]
enhancements to new igridlayout

svn changeset:5696/svn branch:trunk

16 years agonull check
Matti Tahvonen [Wed, 22 Oct 2008 12:41:21 +0000 (12:41 +0000)]
null check

svn changeset:5695/svn branch:trunk

16 years agofixed bug (mixing width and height)
Matti Tahvonen [Wed, 22 Oct 2008 12:19:33 +0000 (12:19 +0000)]
fixed bug (mixing width and height)

svn changeset:5694/svn branch:trunk

16 years agoadded null check (in case of empty ordered layout)
Matti Tahvonen [Wed, 22 Oct 2008 06:35:36 +0000 (06:35 +0000)]
added null check (in case of empty ordered layout)

svn changeset:5692/svn branch:trunk

16 years agoMajor layout renewals. GridLayout now totally absolutely positioned, all scrollable...
Matti Tahvonen [Tue, 21 Oct 2008 13:54:04 +0000 (13:54 +0000)]
Major layout renewals. GridLayout now totally absolutely positioned, all scrollable areas position: relative due IE. Still some broken scrollbars, IE6 issues and dev inconveniences.

svn changeset:5690/svn branch:trunk

16 years agoadded missing relative size handling
Matti Tahvonen [Tue, 21 Oct 2008 13:28:41 +0000 (13:28 +0000)]
added missing relative size handling

svn changeset:5689/svn branch:trunk

16 years agoIE6 fix for #2157
Artur Signell [Tue, 21 Oct 2008 13:26:55 +0000 (13:26 +0000)]
IE6 fix for #2157

svn changeset:5688/svn branch:trunk

16 years agoRemoved old client side ExpandLayout implementation
Artur Signell [Tue, 21 Oct 2008 13:13:11 +0000 (13:13 +0000)]
Removed old client side ExpandLayout implementation

svn changeset:5687/svn branch:trunk

16 years agoFixed featurebrowser Label example so it looks nice again
Artur Signell [Tue, 21 Oct 2008 12:31:28 +0000 (12:31 +0000)]
Fixed featurebrowser Label example so it looks nice again

svn changeset:5686/svn branch:trunk

16 years agoFix for #2157 - ComboBox size problems
Artur Signell [Tue, 21 Oct 2008 12:20:00 +0000 (12:20 +0000)]
Fix for #2157 - ComboBox size problems

svn changeset:5685/svn branch:trunk

16 years agoFixed Panel border detection
Artur Signell [Tue, 21 Oct 2008 12:14:59 +0000 (12:14 +0000)]
Fixed Panel border detection

svn changeset:5684/svn branch:trunk

16 years agoFixed relative width bug in OrderedLayout
Artur Signell [Tue, 21 Oct 2008 12:13:57 +0000 (12:13 +0000)]
Fixed relative width bug in OrderedLayout

svn changeset:5683/svn branch:trunk

16 years agoCaption width calculation fix
Artur Signell [Tue, 21 Oct 2008 11:28:57 +0000 (11:28 +0000)]
Caption width calculation fix

svn changeset:5682/svn branch:trunk

16 years agoFixed #2156 IE Panel problems
Artur Signell [Tue, 21 Oct 2008 08:24:34 +0000 (08:24 +0000)]
Fixed #2156 IE Panel problems
Added caption size change detection
Fixed caption width calculation and clipping

svn changeset:5679/svn branch:trunk

16 years agoPass internal errors to application terminalError
Artur Signell [Tue, 21 Oct 2008 06:27:58 +0000 (06:27 +0000)]
Pass internal errors to application terminalError

svn changeset:5677/svn branch:trunk

16 years agoRemoved (Component,float) constructor which can be easily mixed up with (Component...
Artur Signell [Mon, 20 Oct 2008 12:19:33 +0000 (12:19 +0000)]
Removed (Component,float) constructor which can be easily mixed up with (Component,int) constructor

svn changeset:5675/svn branch:trunk

16 years agoFixed exceptions when OrderedLayout has no components
Artur Signell [Mon, 20 Oct 2008 11:26:01 +0000 (11:26 +0000)]
Fixed exceptions when OrderedLayout has no components

svn changeset:5674/svn branch:trunk

16 years agoFixed relative size related OrderedLayout problem
Artur Signell [Mon, 20 Oct 2008 10:01:58 +0000 (10:01 +0000)]
Fixed relative size related OrderedLayout problem

svn changeset:5673/svn branch:trunk

16 years agoDon't wrap button text
Artur Signell [Mon, 20 Oct 2008 08:51:39 +0000 (08:51 +0000)]
Don't wrap button text

svn changeset:5672/svn branch:trunk

16 years agoNew OrderedLayout implementation and related fixes
Artur Signell [Mon, 20 Oct 2008 08:47:49 +0000 (08:47 +0000)]
New OrderedLayout implementation and related fixes

svn changeset:5671/svn branch:trunk

16 years agoexperimental expand feature for ordered layout
Matti Tahvonen [Fri, 17 Oct 2008 13:08:25 +0000 (13:08 +0000)]
experimental expand feature for ordered layout

svn changeset:5659/svn branch:trunk

16 years agoexperimental expand feature for ordered layout
Matti Tahvonen [Fri, 17 Oct 2008 13:06:36 +0000 (13:06 +0000)]
experimental expand feature for ordered layout

svn changeset:5658/svn branch:trunk

16 years agoSampler search and navigation toggle.
Marc Englund [Fri, 17 Oct 2008 12:43:04 +0000 (12:43 +0000)]
Sampler search and navigation toggle.

svn changeset:5657/svn branch:trunk

16 years agoSampler icon updates.
Marc Englund [Fri, 17 Oct 2008 12:42:32 +0000 (12:42 +0000)]
Sampler icon updates.

svn changeset:5656/svn branch:trunk

16 years agosetSplitPosition() now calls requestRepaint(). Fixes #2155
Marc Englund [Fri, 17 Oct 2008 12:33:36 +0000 (12:33 +0000)]
setSplitPosition() now calls requestRepaint(). Fixes #2155

svn changeset:5655/svn branch:trunk

16 years agoexperimental expand feature for ordered layout
Matti Tahvonen [Fri, 17 Oct 2008 12:17:58 +0000 (12:17 +0000)]
experimental expand feature for ordered layout

svn changeset:5654/svn branch:trunk

16 years agoexperimental expand feature for ordered layout
Matti Tahvonen [Fri, 17 Oct 2008 11:59:37 +0000 (11:59 +0000)]
experimental expand feature for ordered layout

svn changeset:5653/svn branch:trunk

16 years agoSampler theme location guessing made better.
Marc Englund [Thu, 16 Oct 2008 13:58:34 +0000 (13:58 +0000)]
Sampler theme location guessing made better.

svn changeset:5652/svn branch:trunk

16 years agoSampler layout update.
Marc Englund [Thu, 16 Oct 2008 13:32:54 +0000 (13:32 +0000)]
Sampler layout update.

svn changeset:5651/svn branch:trunk

16 years agoFixed IView scrollbar issue
Artur Signell [Thu, 16 Oct 2008 12:23:23 +0000 (12:23 +0000)]
Fixed IView scrollbar issue

svn changeset:5649/svn branch:trunk

16 years agoSmall fix: update shadow size when window content changes size.
Jouni Koivuviita [Thu, 16 Oct 2008 11:53:59 +0000 (11:53 +0000)]
Small fix: update shadow size when window content changes size.

svn changeset:5648/svn branch:trunk

16 years agoFixes #2141: Subwindow rendering broken in IE6 and IE7
Jouni Koivuviita [Thu, 16 Oct 2008 11:42:19 +0000 (11:42 +0000)]
Fixes #2141: Subwindow rendering broken in IE6 and IE7

Needed a bit more tweaking than simple themeing. IWindow not sets all its dimensions (those sent from server) as its outer width and height. Previously dimensions were set as "inner dimensions" i.e. content area width.

svn changeset:5647/svn branch:trunk

16 years agoDocumented more, APIResource resolves inner classes.
Marc Englund [Thu, 16 Oct 2008 07:30:25 +0000 (07:30 +0000)]
Documented more, APIResource resolves inner classes.

svn changeset:5646/svn branch:trunk

16 years agoUpdates to Sampler. Removed accidental symlink.
Marc Englund [Thu, 16 Oct 2008 06:45:33 +0000 (06:45 +0000)]
Updates to Sampler. Removed accidental symlink.

svn changeset:5645/svn branch:trunk

16 years agoSampler feature resource linking stuff.
Marc Englund [Wed, 15 Oct 2008 13:35:22 +0000 (13:35 +0000)]
Sampler feature resource linking stuff.

svn changeset:5643/svn branch:trunk

16 years agoSampler styles
Marc Englund [Wed, 15 Oct 2008 13:34:50 +0000 (13:34 +0000)]
Sampler styles

svn changeset:5642/svn branch:trunk

16 years agoStill moving Sampler theme.
Marc Englund [Wed, 15 Oct 2008 13:01:37 +0000 (13:01 +0000)]
Still moving Sampler theme.

svn changeset:5640/svn branch:trunk

16 years agosampler resources moved
Marc Englund [Wed, 15 Oct 2008 12:49:11 +0000 (12:49 +0000)]
sampler resources moved

svn changeset:5639/svn branch:trunk

16 years agosampler resources moved
Marc Englund [Wed, 15 Oct 2008 12:48:43 +0000 (12:48 +0000)]
sampler resources moved

svn changeset:5638/svn branch:trunk

16 years agosampler theme added
Marc Englund [Wed, 15 Oct 2008 12:46:03 +0000 (12:46 +0000)]
sampler theme added

svn changeset:5637/svn branch:trunk

16 years agoMore Sampler.
Marc Englund [Wed, 15 Oct 2008 12:40:45 +0000 (12:40 +0000)]
More Sampler.

svn changeset:5636/svn branch:trunk

16 years agofixes #2136, Table cancels pending cache fetches and runs them only if server communi...
Matti Tahvonen [Mon, 13 Oct 2008 09:58:06 +0000 (09:58 +0000)]
fixes #2136, Table cancels pending cache fetches and runs them only if server communication is idle

svn changeset:5634/svn branch:trunk

16 years agoAdded pointer cursor for default theme popup-calendar button.
Jouni Koivuviita [Mon, 13 Oct 2008 09:11:55 +0000 (09:11 +0000)]
Added pointer cursor for default theme popup-calendar button.

svn changeset:5633/svn branch:trunk

16 years agoFixes #2142: IPopupCalendar's button contains "..." (some layouts break in IE6).
Jouni Koivuviita [Mon, 13 Oct 2008 09:04:57 +0000 (09:04 +0000)]
Fixes #2142: IPopupCalendar's button contains "..." (some layouts break in IE6).

svn changeset:5632/svn branch:trunk

16 years agoRemoved annotations.
Marc Englund [Mon, 13 Oct 2008 05:24:11 +0000 (05:24 +0000)]
Removed annotations.

svn changeset:5629/svn branch:trunk

16 years agoMore for Sampler; view mode switcher etc
Marc Englund [Fri, 10 Oct 2008 13:45:38 +0000 (13:45 +0000)]
More for Sampler; view mode switcher etc

svn changeset:5628/svn branch:trunk

16 years agoCommit-test after repository relocation
Joonas Lehtinen [Fri, 10 Oct 2008 10:53:06 +0000 (10:53 +0000)]
Commit-test after repository relocation

svn changeset:5625/svn branch:trunk

16 years agoNotification theme changed, fixes unwanted scrollbars in notifications on FF3.
Jouni Koivuviita [Fri, 10 Oct 2008 10:30:50 +0000 (10:30 +0000)]
Notification theme changed, fixes unwanted scrollbars in notifications on FF3.

Fixed datefield styles inside table (row height now remains the same).

svn changeset:5624/svn branch:trunk

16 years agofixes #2103, better tooltip experience
Matti Tahvonen [Fri, 10 Oct 2008 09:52:06 +0000 (09:52 +0000)]
fixes #2103, better tooltip experience

svn changeset:5623/svn branch:trunk

16 years agoDon't pass "APP" to getWindow(). Fixes #2146
Marc Englund [Fri, 10 Oct 2008 07:46:57 +0000 (07:46 +0000)]
Don't pass "APP" to getWindow(). Fixes #2146

svn changeset:5622/svn branch:trunk

16 years agoRemoved unnecessary window caption change.
Marc Englund [Fri, 10 Oct 2008 06:22:59 +0000 (06:22 +0000)]
Removed unnecessary window caption change.

svn changeset:5621/svn branch:trunk

16 years agoDoes not draw window contents if we're going to another URL. Fixes #2144
Marc Englund [Fri, 10 Oct 2008 05:33:57 +0000 (05:33 +0000)]
Does not draw window contents if we're going to another URL. Fixes #2144

svn changeset:5620/svn branch:trunk

16 years agoPre-svn-move Sampler-proto commit
Marc Englund [Thu, 9 Oct 2008 10:47:06 +0000 (10:47 +0000)]
Pre-svn-move Sampler-proto commit

svn changeset:5619/svn branch:trunk