summaryrefslogtreecommitdiffstats
path: root/src/com/itmill
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111036-136999/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Fixed - #2921: Window should be able to contain a ComponentContainer Artur Signell2009-05-112-58/+106
| | | | | | http://dev.itmill.com/ticket/2921 svn changeset:7713/svn branch:6.0
* Fixed #2860: Rename getter/setter of spacing Artur Signell2009-05-083-2/+31
| | | | | | http://dev.itmill.com/ticket/2860 svn changeset:7693/svn branch:6.0
* Fix for #2917 - BeanItemContainer.sort fails if property value is nullArtur Signell2009-05-081-6/+25
| | | | svn changeset:7691/svn branch:6.0
* Testcase and fix for #2917 - BeanItemContainer.sort fails if property value ↵Artur Signell2009-05-082-0/+145
| | | | | | is null svn changeset:7690/svn branch:6.0
* Merge new theme branch to 6.0 branch.Jouni Koivuviita2009-05-083-26/+35
|\ | | | | | | svn changeset:7689/svn branch:6.0
| * Merges from 6.0 branch.Jouni Koivuviita2009-05-0814-132/+561
| | | | | | | | svn changeset:7682/svn branch:theme_2009_03
| * Merges from 6.0 branch.Jouni Koivuviita2009-05-0610-1714/+2168
| | | | | | | | svn changeset:7637/svn branch:theme_2009_03
| * Merges from 6.0 branch. Added i-pressed classname for IButton in IE (down ↵Jouni Koivuviita2009-05-043-6/+27
| | | | | | | | | | | | state). svn changeset:7603/svn branch:theme_2009_03
| * Merged a fix from 6.0 branch (unnecessary log message).Jouni Koivuviita2009-04-301-29/+0
| | | | | | | | svn changeset:7582/svn branch:theme_2009_03
| * Accidentally committed a modified version of HelloWorld. Reverted to proper ↵Jouni Koivuviita2009-04-301-37/+1
| | | | | | | | | | | | version. svn changeset:7578/svn branch:theme_2009_03
| * Merges from 6.0 branch.Jouni Koivuviita2009-04-301-2/+7
| | | | | | | | svn changeset:7577/svn branch:theme_2009_03
| * Major theme refactoring:Jouni Koivuviita2009-04-29180-1149/+2533
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
| * | Merges from 6.0 branch.Jouni Koivuviita2009-04-097-12/+602
| | | | | | | | | | | | svn changeset:7375/svn branch:theme_2009_03
* | | removeComponent() does requestRepaint(), fixes #2915Marc Englund2009-05-081-0/+1
| | | | | | | | | | | | svn changeset:7672/svn branch:6.0
* | | TC for #2915Marc Englund2009-05-081-0/+50
| | | | | | | | | | | | svn changeset:7671/svn branch:6.0
* | | #2659 and #2846 - Added missing requestRepaints()Artur Signell2009-05-081-1/+6
| | | | | | | | | | | | svn changeset:7665/svn branch:6.0
* | | Fixed #2659 and #2846 - TabSheet and Accordion now internally keeps ↵Artur Signell2009-05-087-118/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Test case for #2913Artur Signell2009-05-081-0/+42
| | | | | | | | | | | | svn changeset:7662/svn branch:6.0
* | | Fix for #2900 - Label.setContentMode() does not requestRepaint()Artur Signell2009-05-071-1/+3
| | | | | | | | | | | | svn changeset:7656/svn branch:6.0
* | | extended component locator to build forward compatible locators for context ↵Matti Tahvonen2009-05-072-3/+58
| | | | | | | | | | | | | | | | | | menu clicks svn changeset:7646/svn branch:6.0
* | | selenium locator now works with subwindowsMatti Tahvonen2009-05-062-11/+41
| | | | | | | | | | | | svn changeset:7639/svn branch:6.0
* | | Removed debug messages from ApplicationServlet (#2438)Artur Signell2009-05-051-4/+0
| | | | | | | | | | | | svn changeset:7627/svn branch:6.0
* | | #2891: make the GWT compiler wrapper GWT 1.5 -compatibleHenri Sara2009-05-051-4/+5
| | | | | | | | | | | | svn changeset:7622/svn branch:6.0
* | | #2891: wrapper for GWT compiler to enable compiling widgetsets using GWT 1.6 ↵Henri Sara2009-05-051-0/+54
| | | | | | | | | | | | | | | | | | and JDK 1.5 on Windows svn changeset:7621/svn branch:6.0
* | | Added javadocs for AbstractApplicationServletArtur Signell2009-05-051-0/+14
| | | | | | | | | | | | svn changeset:7619/svn branch:6.0
* | | Fix for #2438 - ApplicationServlet should allow extendingArtur Signell2009-05-055-1697/+2010
| | | | | | | | | | | | | | | | | | | | | Fix for #2890 - Split ApplicationRunner into own servlet svn changeset:7618/svn branch:6.0
* | | basic caption implementation for iabsolutelayoutMatti Tahvonen2009-05-041-6/+43
| | | | | | | | | | | | svn changeset:7615/svn branch:6.0
* | | Fix for #2880 - IE7: Tabsheet caption texts too short when using iconsArtur Signell2009-05-042-0/+27
| | | | | | | | | | | | svn changeset:7608/svn branch:6.0
* | | Improved IE8 mode detection. IE8 is now detected as either IE7 (if in ↵Artur Signell2009-05-041-10/+22
| | | | | | | | | | | | | | | | | | compatibility mode) or IE8 and the CSS classes are set accordingly (#2879). svn changeset:7607/svn branch:6.0
* | | Fix for #2879 - IE8: IE7 CSS classname should be added to BODY in IE7 ↵Artur Signell2009-04-301-3/+15
| | | | | | | | | | | | | | | | | | Standards mode. svn changeset:7591/svn branch:6.0
* | | Merged:Artur Signell2009-04-301-3/+1
| | | | | | | | | | | | | | | | | | Fix for #2881 - Icons missing from Accordion in IE7 svn changeset:7589/svn branch:6.0
* | | removed obsolete log messages from iscrolltableMatti Tahvonen2009-04-301-29/+0
| | | | | | | | | | | | svn changeset:7579/svn branch:6.0
* | | fixed scrolltable regression, sanity check for IEMatti Tahvonen2009-04-291-2/+7
| |/ |/| | | | | svn changeset:7575/svn branch:6.0
* | iscrolltable fix for scrollbars on size changeMatti Tahvonen2009-04-291-13/+20
| | | | | | | | svn changeset:7568/svn branch:6.0
* | small optimization to table (reduce calls to Container.size() method, that ↵Matti Tahvonen2009-04-291-3/+9
| | | | | | | | | | | | is expensive in some containers) svn changeset:7564/svn branch:6.0
* | Minor IScrolltable fixes. Extra scrollbar space in some situations and table ↵Matti Tahvonen2009-04-291-10/+7
| | | | | | | | | | | | height when paging off. svn changeset:7559/svn branch:6.0
* | sanity check to Notification animation, GWT 1.6 regressionMatti Tahvonen2009-04-281-7/+9
| | | | | | | | svn changeset:7556/svn branch:6.0
* | refactored notification fading, avoids regression when updating to GWT 1.6. ↵Matti Tahvonen2009-04-281-16/+25
| | | | | | | | | | | | Also added generics for notificatio event listener list. svn changeset:7554/svn branch:6.0
* | recatored shadow position handling, avoids regression when updating to GWT 1.6Matti Tahvonen2009-04-281-6/+18
| | | | | | | | svn changeset:7553/svn branch:6.0
* | fixed regression from [7545]Matti Tahvonen2009-04-281-3/+3
| | | | | | | | svn changeset:7550/svn branch:6.0
* | renamed setModal to setToolkitModality to avoid naming collision with GWT 1.6Matti Tahvonen2009-04-281-13/+13
| | | | | | | | svn changeset:7545/svn branch:6.0
* | added svg mime type for minetyperesolverMatti Tahvonen2009-04-281-0/+1
| | | | | | | | svn changeset:7544/svn branch:6.0
* | AutoGenerated annotation type for WYSIWYG editor and more.Henri Sara2009-04-281-0/+15
| | | | | | | | svn changeset:7542/svn branch:6.0
* | Test case for #2864Artur Signell2009-04-271-0/+60
| | | | | | | | svn changeset:7536/svn branch:6.0
* | Merged:Artur Signell2009-04-271-5/+32
| | | | | | | | | | | | Fix for #2864 - Added server side checks for currentPageFirstItemId & currentPageFirstItemIndex validity svn changeset:7535/svn branch:6.0
* | fixed invalid test case: column width pixels define the area available for ↵Matti Tahvonen2009-04-241-3/+12
| | | | | | | | | | | | content svn changeset:7524/svn branch:6.0
* | scrolltable theme refactoring: cleaning, fixing regressionsMatti Tahvonen2009-04-241-13/+12
| | | | | | | | svn changeset:7523/svn branch:6.0
* | fixed minor regression with undefined width tables with height defined. ↵Matti Tahvonen2009-04-231-13/+31
| | | | | | | | | | | | Added sanity check when destroying row (fixes #2862, regression). svn changeset:7517/svn branch:6.0
* | more cleaning for scroll table. Fixed npe on empty table (regression). Now ↵Matti Tahvonen2009-04-231-23/+55
| | | | | | | | | | | | detects better default values for row height and column extra space with initially empty table. svn changeset:7516/svn branch:6.0