]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
15 years ago"poro" theme update:
Jouni Koivuviita [Thu, 14 May 2009 11:13:44 +0000 (11:13 +0000)]
"poro" theme update:
* slider theme added
* table theme fixes
* error indicator fixes in many components

svn changeset:7800/svn branch:6.0

15 years agoAbsolutelayout canvas now clips overflown content. Fixes #2913
Matti Tahvonen [Thu, 14 May 2009 11:12:38 +0000 (11:12 +0000)]
Absolutelayout canvas now clips overflown content. Fixes #2913

svn changeset:7799/svn branch:6.0

15 years agoFixed a bug which caused IE7 to fail rendering (tab caption not set).
Jouni Koivuviita [Thu, 14 May 2009 11:10:40 +0000 (11:10 +0000)]
Fixed a bug which caused IE7 to fail rendering (tab caption not set).

svn changeset:7798/svn branch:6.0

15 years agoremoved comment from set zIndex line
Matti Tahvonen [Thu, 14 May 2009 10:55:36 +0000 (10:55 +0000)]
removed comment from set zIndex line

svn changeset:7796/svn branch:6.0

15 years agoVScrollTable: scroll indicator now positioned just under the table header (top of...
Jouni Koivuviita [Thu, 14 May 2009 10:49:31 +0000 (10:49 +0000)]
VScrollTable: scroll indicator now positioned just under the table header (top of table body).

svn changeset:7795/svn branch:6.0

15 years agofixed IE6 bugs with both ends relative
Matti Tahvonen [Thu, 14 May 2009 10:44:19 +0000 (10:44 +0000)]
fixed IE6 bugs with both ends relative

svn changeset:7794/svn branch:6.0

15 years agoChanged error indicator element from DIV to SPAN in Buttons and Panels - IE7 won...
Jouni Koivuviita [Thu, 14 May 2009 09:16:16 +0000 (09:16 +0000)]
Changed error indicator element from DIV to SPAN in Buttons and Panels - IE7 won't apply display:inline-block on native-block element.

svn changeset:7792/svn branch:6.0

15 years agoRenamed one application runner itmill -> vaadin for #2904
Marc Englund [Thu, 14 May 2009 09:00:12 +0000 (09:00 +0000)]
Renamed one application runner itmill -> vaadin for #2904

svn changeset:7790/svn branch:6.0

15 years agoReformatted AddressBook PersonForm with Eclipse default formatting settings.
Henri Sara [Thu, 14 May 2009 07:06:56 +0000 (07:06 +0000)]
Reformatted AddressBook PersonForm with Eclipse default formatting settings.

svn changeset:7788/svn branch:6.0

15 years agoUse reflection in WidgetsetCompiler to remove GWT development version dependency.
Henri Sara [Thu, 14 May 2009 07:04:06 +0000 (07:04 +0000)]
Use reflection in WidgetsetCompiler to remove GWT development version dependency.

svn changeset:7787/svn branch:6.0

15 years agofixed broken theme in addressbook example
Matti Tahvonen [Thu, 14 May 2009 06:25:03 +0000 (06:25 +0000)]
fixed broken theme in addressbook example

svn changeset:7786/svn branch:6.0

15 years agoremoved deprecated field factories from example codes, added licence tags, improved...
Matti Tahvonen [Thu, 14 May 2009 06:18:01 +0000 (06:18 +0000)]
removed deprecated field factories from example codes, added licence tags, improved javadocs

svn changeset:7785/svn branch:6.0

15 years ago"poro" theme update: table styles mostly done, some small glitches in IE
Jouni Koivuviita [Wed, 13 May 2009 13:20:35 +0000 (13:20 +0000)]
"poro" theme update: table styles mostly done, some small glitches in IE

svn changeset:7782/svn branch:6.0

15 years agoFixes #2708: Sampler has no title.
Jouni Koivuviita [Wed, 13 May 2009 11:25:21 +0000 (11:25 +0000)]
Fixes #2708: Sampler has no title.

svn changeset:7777/svn branch:6.0

15 years ago"poro" theme update:
Jouni Koivuviita [Wed, 13 May 2009 10:08:27 +0000 (10:08 +0000)]
"poro" theme update:
* context menu styles added
* tree styles improved
* fixed textfield styles for Opera

svn changeset:7776/svn branch:6.0

15 years ago"poro" theme update: unified one sprite from combobox to common images.
Jouni Koivuviita [Wed, 13 May 2009 08:30:47 +0000 (08:30 +0000)]
"poro" theme update: unified one sprite from combobox to common images.

svn changeset:7775/svn branch:6.0

15 years agoMost "itmill-toolkit" changed to "vaadin" for #2904
Marc Englund [Wed, 13 May 2009 08:28:52 +0000 (08:28 +0000)]
Most "itmill-toolkit" changed to "vaadin" for #2904

svn changeset:7774/svn branch:6.0

15 years ago"poro" theme updates:
Jouni Koivuviita [Wed, 13 May 2009 08:21:22 +0000 (08:21 +0000)]
"poro" theme updates:
* tree styles done
* required some modifications to textfield styles as well (because of a new sprite after the textfield background image)
* one more fix to link style button (remove text shadow)

svn changeset:7773/svn branch:6.0

15 years agoFixed some styles for Sampler theme (IE6)
Jouni Koivuviita [Wed, 13 May 2009 07:36:04 +0000 (07:36 +0000)]
Fixed some styles for Sampler theme (IE6)
Fixed link style buttons in IE6.

svn changeset:7772/svn branch:6.0

15 years agoVDateField classname updates:
Jouni Koivuviita [Wed, 13 May 2009 07:17:31 +0000 (07:17 +0000)]
VDateField classname updates:
* now includes a stylename for each resolution: v-datefield-year, v-datefield-month, v-datefield-day, v-datefield-full
* popup-calendar has its own stylename plus the above resolution stylenames

VCalendarPanel DOM refactored to allow more advanced theming. Won't break any old themes, but will break Testing Tools backwards compatibility.

svn changeset:7771/svn branch:6.0

15 years ago"poro" theme update:
Jouni Koivuviita [Wed, 13 May 2009 07:13:48 +0000 (07:13 +0000)]
"poro" theme update:
* datefield styles finished
* many other fixes for other components

svn changeset:7770/svn branch:6.0

15 years agoUpdated testingtools (Vaadin compatible)
Artur Signell [Tue, 12 May 2009 15:22:40 +0000 (15:22 +0000)]
Updated testingtools (Vaadin compatible)

svn changeset:7768/svn branch:6.0

15 years agoMore renaming itmill->vaadin for #2904
Marc Englund [Tue, 12 May 2009 13:38:14 +0000 (13:38 +0000)]
More renaming itmill->vaadin for #2904

svn changeset:7766/svn branch:6.0

15 years agoRenaming ITMILL/ -> VAADIN/ part 2 (for #2904)
Marc Englund [Tue, 12 May 2009 13:08:56 +0000 (13:08 +0000)]
Renaming ITMILL/ -> VAADIN/ part 2 (for #2904)

svn changeset:7765/svn branch:6.0

15 years agoMoved Firefox 2 from supported to unsupported-but-should-work list. Fixes #2928.
Marko Grönroos [Tue, 12 May 2009 13:00:05 +0000 (13:00 +0000)]
Moved Firefox 2 from supported to unsupported-but-should-work list. Fixes #2928.

svn changeset:7764/svn branch:6.0

15 years agoRenaming ITMILL/ -> VAADIN/ part 1 (for #2904)
Marc Englund [Tue, 12 May 2009 11:12:45 +0000 (11:12 +0000)]
Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)

svn changeset:7762/svn branch:6.0

15 years agoInitial datefield styles for "poro" theme.
Jouni Koivuviita [Tue, 12 May 2009 10:28:53 +0000 (10:28 +0000)]
Initial datefield styles for "poro" theme.

svn changeset:7760/svn branch:6.0

15 years agorecompiled reindeer theme
Marc Englund [Tue, 12 May 2009 10:24:54 +0000 (10:24 +0000)]
recompiled reindeer theme

svn changeset:7759/svn branch:6.0

15 years agoExtra @Override annotations caused errors, removed.
Marc Englund [Tue, 12 May 2009 08:36:54 +0000 (08:36 +0000)]
Extra @Override annotations caused errors, removed.

svn changeset:7754/svn branch:6.0

15 years ago#2904 Renamed CSS prefix "i-" to "v-"
Henri Sara [Tue, 12 May 2009 07:55:26 +0000 (07:55 +0000)]
#2904 Renamed CSS prefix "i-" to "v-"

svn changeset:7752/svn branch:6.0

15 years agofixes #2933, regression from #2823
Matti Tahvonen [Tue, 12 May 2009 06:40:51 +0000 (06:40 +0000)]
fixes #2933, regression from #2823

svn changeset:7750/svn branch:6.0

15 years agoFixed Sampler styles to work with new "poro" theme.
Jouni Koivuviita [Tue, 12 May 2009 06:00:09 +0000 (06:00 +0000)]
Fixed Sampler styles to work with new "poro" theme.

svn changeset:7749/svn branch:6.0

15 years agoTheme updates.
Jouni Koivuviita [Mon, 11 May 2009 14:40:16 +0000 (14:40 +0000)]
Theme updates.

svn changeset:7745/svn branch:6.0

15 years agoSplit old FieldFactory into two smaller interfaces. #2499
Matti Tahvonen [Mon, 11 May 2009 14:34:10 +0000 (14:34 +0000)]
Split old FieldFactory into two smaller interfaces. #2499

svn changeset:7744/svn branch:6.0

15 years ago"Poro" theme update:
Jouni Koivuviita [Mon, 11 May 2009 13:59:18 +0000 (13:59 +0000)]
"Poro" theme update:
* new textfield style "small"
* select theme fixed for IE (still no icon support)
* tooltip styles added

svn changeset:7743/svn branch:6.0

15 years ago#2904 Change client side class name prefixes I -> V (class names only, not yet CSS...
Henri Sara [Mon, 11 May 2009 13:53:36 +0000 (13:53 +0000)]
#2904 Change client side class name prefixes I -> V (class names only, not yet CSS prefixes)

svn changeset:7742/svn branch:6.0

15 years agoRemoved debug info
Artur Signell [Mon, 11 May 2009 13:23:40 +0000 (13:23 +0000)]
Removed debug info

svn changeset:7741/svn branch:6.0

15 years agoAdditional fix for - #2921: Window should be able to contain a ComponentContainer
Artur Signell [Mon, 11 May 2009 13:05:12 +0000 (13:05 +0000)]
Additional fix for - #2921: Window should be able to contain a ComponentContainer
http://dev.itmill.com/ticket/2921

svn changeset:7737/svn branch:6.0

15 years agoFixes buildhelper class package names.
Jouni Koivuviita [Mon, 11 May 2009 13:03:22 +0000 (13:03 +0000)]
Fixes buildhelper class package names.

svn changeset:7734/svn branch:6.0

15 years agoMinor updates and fixes to "Poro" theme.
Jouni Koivuviita [Mon, 11 May 2009 11:41:19 +0000 (11:41 +0000)]
Minor updates and fixes to "Poro" theme.

svn changeset:7725/svn branch:6.0

15 years agoMinor mods to "Poro" theme combobox.
Jouni Koivuviita [Mon, 11 May 2009 11:28:49 +0000 (11:28 +0000)]
Minor mods to "Poro" theme combobox.

svn changeset:7724/svn branch:6.0

15 years ago"Poro" theme updates:
Jouni Koivuviita [Mon, 11 May 2009 11:01:42 +0000 (11:01 +0000)]
"Poro" theme updates:
 * Combobox themed
 * Textfield focused style modified: now unified for all browsers

svn changeset:7720/svn branch:6.0

15 years ago#2904: Changed UIDL security header to "com.vaadin.seckey"
Henri Sara [Mon, 11 May 2009 10:51:36 +0000 (10:51 +0000)]
#2904: Changed UIDL security header to "com.vaadin.seckey"

svn changeset:7719/svn branch:6.0

15 years ago#2904 Toolkit -> Vaadin renames: external fileupload
Henri Sara [Mon, 11 May 2009 10:44:10 +0000 (10:44 +0000)]
#2904 Toolkit -> Vaadin renames: external fileupload

svn changeset:7718/svn branch:6.0

15 years ago#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
Henri Sara [Mon, 11 May 2009 09:19:03 +0000 (09:19 +0000)]
#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
- com.itmill.toolkit.external not yet fully renamed

svn changeset:7715/svn branch:6.0

15 years agoFixed - #2921: Window should be able to contain a ComponentContainer
Artur Signell [Mon, 11 May 2009 05:20:21 +0000 (05:20 +0000)]
Fixed - #2921: Window should be able to contain a ComponentContainer
http://dev.itmill.com/ticket/2921

svn changeset:7713/svn branch:6.0

15 years agoFixed #2860: Rename getter/setter of spacing
Artur Signell [Fri, 8 May 2009 14:45:45 +0000 (14:45 +0000)]
Fixed #2860: Rename getter/setter of spacing
http://dev.itmill.com/ticket/2860

svn changeset:7693/svn branch:6.0

15 years agoFix for #2917 - BeanItemContainer.sort fails if property value is null
Artur Signell [Fri, 8 May 2009 14:36:01 +0000 (14:36 +0000)]
Fix for #2917 - BeanItemContainer.sort fails if property value is null

svn changeset:7691/svn branch:6.0

15 years agoTestcase and fix for #2917 - BeanItemContainer.sort fails if property value is null
Artur Signell [Fri, 8 May 2009 14:31:14 +0000 (14:31 +0000)]
Testcase and fix for #2917 - BeanItemContainer.sort fails if property value is null

svn changeset:7690/svn branch:6.0

15 years agoMerge new theme branch to 6.0 branch.
Jouni Koivuviita [Fri, 8 May 2009 13:48:05 +0000 (13:48 +0000)]
Merge new theme branch to 6.0 branch.

svn changeset:7689/svn branch:6.0

15 years agoMerges from 6.0 branch.
Jouni Koivuviita [Fri, 8 May 2009 12:50:26 +0000 (12:50 +0000)]
Merges from 6.0 branch.

svn changeset:7685/svn branch:theme_2009_03

15 years agoMerges from 6.0 branch.
Jouni Koivuviita [Fri, 8 May 2009 12:49:39 +0000 (12:49 +0000)]
Merges from 6.0 branch.

SmartSprites CSS sprite generator.

CSS Optimizer binary for OSX.

svn changeset:7684/svn branch:theme_2009_03

15 years agoMerges from 6.0 branch.
Jouni Koivuviita [Fri, 8 May 2009 12:41:04 +0000 (12:41 +0000)]
Merges from 6.0 branch.

svn changeset:7682/svn branch:theme_2009_03

15 years ago"Poro" theme updates: textfield styles.
Jouni Koivuviita [Fri, 8 May 2009 12:39:49 +0000 (12:39 +0000)]
"Poro" theme updates: textfield styles.

svn changeset:7681/svn branch:theme_2009_03

15 years agoremoveComponent() does requestRepaint(), fixes #2915
Marc Englund [Fri, 8 May 2009 11:03:51 +0000 (11:03 +0000)]
removeComponent() does requestRepaint(), fixes #2915

svn changeset:7672/svn branch:6.0

15 years agoTC for #2915
Marc Englund [Fri, 8 May 2009 11:02:30 +0000 (11:02 +0000)]
TC for #2915

svn changeset:7671/svn branch:6.0

15 years ago"Poro" theme update: button enhancements, initial panel, splitpanel and tabsheet...
Jouni Koivuviita [Fri, 8 May 2009 10:23:31 +0000 (10:23 +0000)]
"Poro" theme update: button enhancements, initial panel, splitpanel and tabsheet styles + SmartSprites definitions.

svn changeset:7668/svn branch:theme_2009_03

15 years ago#2659 and #2846 - Added missing requestRepaints()
Artur Signell [Fri, 8 May 2009 07:16:28 +0000 (07:16 +0000)]
#2659 and #2846 - Added missing requestRepaints()

svn changeset:7665/svn branch:6.0

15 years agoFixed #2659 and #2846 - TabSheet and Accordion now internally keeps caption/icon...
Artur Signell [Fri, 8 May 2009 07:00:04 +0000 (07:00 +0000)]
Fixed #2659 and #2846 - TabSheet and Accordion now internally keeps caption/icon/enabled/visibility information for each tab and do not use/modify the component.

Modified sampler samples to work with the new API.
Modified test cases to work with the new API.

svn changeset:7664/svn branch:6.0

15 years agoTest case for #2913
Artur Signell [Fri, 8 May 2009 05:45:31 +0000 (05:45 +0000)]
Test case for #2913

svn changeset:7662/svn branch:6.0

15 years agoFix for #2900 - Label.setContentMode() does not requestRepaint()
Artur Signell [Thu, 7 May 2009 14:34:50 +0000 (14:34 +0000)]
Fix for #2900 - Label.setContentMode() does not requestRepaint()

svn changeset:7656/svn branch:6.0

15 years agoextended component locator to build forward compatible locators for context menu...
Matti Tahvonen [Thu, 7 May 2009 08:13:59 +0000 (08:13 +0000)]
extended component locator to build forward compatible locators for context menu clicks

svn changeset:7646/svn branch:6.0

15 years ago#2908 Copied test files from 5.4 branch
Artur Signell [Thu, 7 May 2009 07:59:58 +0000 (07:59 +0000)]
#2908 Copied test files from 5.4 branch

svn changeset:7645/svn branch:6.0

15 years ago#2908 Copied test files from 5.4 branch
Artur Signell [Thu, 7 May 2009 07:51:58 +0000 (07:51 +0000)]
#2908 Copied test files from 5.4 branch

svn changeset:7644/svn branch:6.0

15 years agoMerged [7508] Separated the 'nightly-publish' target from the 'nightly' target.
Artur Signell [Thu, 7 May 2009 07:31:24 +0000 (07:31 +0000)]
Merged [7508] Separated the 'nightly-publish' target from the 'nightly' target.

svn changeset:7643/svn branch:6.0

15 years agoFix for #2870 - Include information about which GWT version is used
Artur Signell [Thu, 7 May 2009 07:11:56 +0000 (07:11 +0000)]
Fix for #2870 - Include information about which GWT version is used

svn changeset:7641/svn branch:6.0

15 years agoselenium locator now works with subwindows
Matti Tahvonen [Wed, 6 May 2009 13:11:00 +0000 (13:11 +0000)]
selenium locator now works with subwindows

svn changeset:7639/svn branch:6.0

15 years ago"Poro" theme improvements. Now includes three different button styles :)
Jouni Koivuviita [Wed, 6 May 2009 11:15:32 +0000 (11:15 +0000)]
"Poro" theme improvements. Now includes three different button styles :)

svn changeset:7638/svn branch:theme_2009_03

15 years agoMerges from 6.0 branch.
Jouni Koivuviita [Wed, 6 May 2009 11:14:08 +0000 (11:14 +0000)]
Merges from 6.0 branch.

svn changeset:7637/svn branch:theme_2009_03

15 years agoRemoved debug messages from ApplicationServlet (#2438)
Artur Signell [Tue, 5 May 2009 12:03:14 +0000 (12:03 +0000)]
Removed debug messages from ApplicationServlet (#2438)

svn changeset:7627/svn branch:6.0

15 years ago#2891: make the GWT compiler wrapper GWT 1.5 -compatible
Henri Sara [Tue, 5 May 2009 10:59:37 +0000 (10:59 +0000)]
#2891: make the GWT compiler wrapper GWT 1.5 -compatible

svn changeset:7622/svn branch:6.0

15 years ago#2891: wrapper for GWT compiler to enable compiling widgetsets using GWT 1.6 and...
Henri Sara [Tue, 5 May 2009 10:54:22 +0000 (10:54 +0000)]
#2891: wrapper for GWT compiler to enable compiling widgetsets using GWT 1.6 and JDK 1.5 on Windows

svn changeset:7621/svn branch:6.0

15 years agoAdded javadocs for AbstractApplicationServlet
Artur Signell [Tue, 5 May 2009 09:58:17 +0000 (09:58 +0000)]
Added javadocs for AbstractApplicationServlet

svn changeset:7619/svn branch:6.0

15 years agoFix for #2438 - ApplicationServlet should allow extending
Artur Signell [Tue, 5 May 2009 09:48:15 +0000 (09:48 +0000)]
Fix for #2438 - ApplicationServlet should allow extending
Fix for #2890 - Split ApplicationRunner into own servlet

svn changeset:7618/svn branch:6.0

15 years agobasic caption implementation for iabsolutelayout
Matti Tahvonen [Mon, 4 May 2009 13:44:14 +0000 (13:44 +0000)]
basic caption implementation for iabsolutelayout

svn changeset:7615/svn branch:6.0

15 years agoFix for #2880 - IE7: Tabsheet caption texts too short when using icons
Artur Signell [Mon, 4 May 2009 08:56:54 +0000 (08:56 +0000)]
Fix for #2880 - IE7: Tabsheet caption texts too short when using icons

svn changeset:7608/svn branch:6.0

15 years agoImproved IE8 mode detection. IE8 is now detected as either IE7 (if in compatibility...
Artur Signell [Mon, 4 May 2009 08:53:38 +0000 (08:53 +0000)]
Improved IE8 mode detection. IE8 is now detected as either IE7 (if in compatibility mode) or IE8 and the CSS classes are set accordingly (#2879).

svn changeset:7607/svn branch:6.0

15 years agoMerges from 6.0 branch. Added i-pressed classname for IButton in IE (down state).
Jouni Koivuviita [Mon, 4 May 2009 06:58:50 +0000 (06:58 +0000)]
Merges from 6.0 branch. Added i-pressed classname for IButton in IE (down state).

svn changeset:7603/svn branch:theme_2009_03

15 years agoNew theme button almost themed (error indicator missing). Includes SmartSprites synta...
Jouni Koivuviita [Thu, 30 Apr 2009 12:12:31 +0000 (12:12 +0000)]
New theme button almost themed (error indicator missing). Includes SmartSprites syntax as well.

svn changeset:7597/svn branch:theme_2009_03

15 years agoFix for #2879 - IE8: IE7 CSS classname should be added to BODY in IE7 Standards mode.
Artur Signell [Thu, 30 Apr 2009 10:36:02 +0000 (10:36 +0000)]
Fix for #2879 - IE8: IE7 CSS classname should be added to BODY in IE7 Standards mode.

svn changeset:7591/svn branch:6.0

15 years agoMerged:
Artur Signell [Thu, 30 Apr 2009 09:19:47 +0000 (09:19 +0000)]
Merged:
Fix for #2881 - Icons missing from Accordion in IE7

svn changeset:7589/svn branch:6.0

15 years agoMerged a fix from 6.0 branch (unnecessary log message).
Jouni Koivuviita [Thu, 30 Apr 2009 05:53:06 +0000 (05:53 +0000)]
Merged a fix from 6.0 branch (unnecessary log message).

svn changeset:7582/svn branch:theme_2009_03

15 years agoSmall fixes to base and default theme CSS.
Jouni Koivuviita [Thu, 30 Apr 2009 05:46:20 +0000 (05:46 +0000)]
Small fixes to base and default theme CSS.

svn changeset:7580/svn branch:theme_2009_03

15 years agoremoved obsolete log messages from iscrolltable
Matti Tahvonen [Thu, 30 Apr 2009 05:45:33 +0000 (05:45 +0000)]
removed obsolete log messages from iscrolltable

svn changeset:7579/svn branch:6.0

15 years agoAccidentally committed a modified version of HelloWorld. Reverted to proper version.
Jouni Koivuviita [Thu, 30 Apr 2009 05:44:20 +0000 (05:44 +0000)]
Accidentally committed a modified version of HelloWorld. Reverted to proper version.

svn changeset:7578/svn branch:theme_2009_03

15 years agoMerges from 6.0 branch.
Jouni Koivuviita [Thu, 30 Apr 2009 05:42:34 +0000 (05:42 +0000)]
Merges from 6.0 branch.

svn changeset:7577/svn branch:theme_2009_03

15 years agofixed scrolltable regression, sanity check for IE
Matti Tahvonen [Wed, 29 Apr 2009 14:44:08 +0000 (14:44 +0000)]
fixed scrolltable regression, sanity check for IE

svn changeset:7575/svn branch:6.0

15 years agoMajor theme refactoring:
Jouni Koivuviita [Wed, 29 Apr 2009 13:22:53 +0000 (13:22 +0000)]
Major theme refactoring:
-Base theme now completed.
-Default theme is now inherited from the Base theme, all redundant (but mandatory) style properties have been moved to the Base theme.

----

Includes major merges from 6.0 branch as well.

svn changeset:7572/svn branch:theme_2009_03

15 years agoiscrolltable fix for scrollbars on size change
Matti Tahvonen [Wed, 29 Apr 2009 09:15:20 +0000 (09:15 +0000)]
iscrolltable fix for scrollbars on size change

svn changeset:7568/svn branch:6.0

15 years agosmall optimization to table (reduce calls to Container.size() method, that is expensi...
Matti Tahvonen [Wed, 29 Apr 2009 08:55:45 +0000 (08:55 +0000)]
small optimization to table (reduce calls to Container.size() method, that is expensive in some containers)

svn changeset:7564/svn branch:6.0

15 years agoMinor IScrolltable fixes. Extra scrollbar space in some situations and table height...
Matti Tahvonen [Wed, 29 Apr 2009 08:11:09 +0000 (08:11 +0000)]
Minor IScrolltable fixes. Extra scrollbar space in some situations and table height when paging off.

svn changeset:7559/svn branch:6.0

15 years agosanity check to Notification animation, GWT 1.6 regression
Matti Tahvonen [Tue, 28 Apr 2009 18:33:58 +0000 (18:33 +0000)]
sanity check to Notification animation, GWT 1.6 regression

svn changeset:7556/svn branch:6.0

15 years agorefactored notification fading, avoids regression when updating to GWT 1.6. Also...
Matti Tahvonen [Tue, 28 Apr 2009 18:14:06 +0000 (18:14 +0000)]
refactored notification fading, avoids regression when updating to GWT 1.6. Also added generics for notificatio event listener list.

svn changeset:7554/svn branch:6.0

15 years agorecatored shadow position handling, avoids regression when updating to GWT 1.6
Matti Tahvonen [Tue, 28 Apr 2009 18:08:25 +0000 (18:08 +0000)]
recatored shadow position handling, avoids regression when updating to GWT 1.6

svn changeset:7553/svn branch:6.0

15 years agofixed regression from [7545]
Matti Tahvonen [Tue, 28 Apr 2009 11:05:56 +0000 (11:05 +0000)]
fixed regression from [7545]

svn changeset:7550/svn branch:6.0

15 years agorenamed setModal to setToolkitModality to avoid naming collision with GWT 1.6
Matti Tahvonen [Tue, 28 Apr 2009 08:56:54 +0000 (08:56 +0000)]
renamed setModal to setToolkitModality to avoid naming collision with GWT 1.6

svn changeset:7545/svn branch:6.0

15 years agoadded svg mime type for minetyperesolver
Matti Tahvonen [Tue, 28 Apr 2009 08:55:43 +0000 (08:55 +0000)]
added svg mime type for minetyperesolver

svn changeset:7544/svn branch:6.0

15 years agoAutoGenerated annotation type for WYSIWYG editor and more.
Henri Sara [Tue, 28 Apr 2009 08:10:57 +0000 (08:10 +0000)]
AutoGenerated annotation type for WYSIWYG editor and more.

svn changeset:7542/svn branch:6.0

15 years agoTest case for #2864
Artur Signell [Mon, 27 Apr 2009 13:13:10 +0000 (13:13 +0000)]
Test case for #2864

svn changeset:7536/svn branch:6.0

15 years agoMerged:
Artur Signell [Mon, 27 Apr 2009 13:04:15 +0000 (13:04 +0000)]
Merged:
Fix for #2864 - Added server side checks for currentPageFirstItemId & currentPageFirstItemIndex validity

svn changeset:7535/svn branch:6.0