summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Another fix for the test to be Vaadin compatibleArtur Signell2009-05-141-7/+7
| | | | svn changeset:7810/svn branch:6.0
* Avoid flickering of fading animation. null check to avoid multiple animations.Matti Tahvonen2009-05-141-27/+31
| | | | svn changeset:7808/svn branch:6.0
* fixes #2930, IE8 does not accept null for zIndex style propertyMatti Tahvonen2009-05-141-1/+10
| | | | svn changeset:7807/svn branch:6.0
* fixes #2901, added common position relative hack for IEMatti Tahvonen2009-05-144-217/+105
| | | | svn changeset:7804/svn branch:6.0
* Updated tests to be Vaadin compatibleArtur Signell2009-05-142-30/+30
| | | | svn changeset:7803/svn branch:6.0
* Testcase for #2901: SplitPanel broken in IE6Jouni Koivuviita2009-05-141-0/+33
| | | | svn changeset:7802/svn branch:6.0
* "poro" theme update:Jouni Koivuviita2009-05-1415-71/+259
| | | | | | | | * slider theme added * table theme fixes * error indicator fixes in many components svn changeset:7800/svn branch:6.0
* Absolutelayout canvas now clips overflown content. Fixes #2913Matti Tahvonen2009-05-141-0/+1
| | | | svn changeset:7799/svn branch:6.0
* Fixed a bug which caused IE7 to fail rendering (tab caption not set).Jouni Koivuviita2009-05-141-1/+1
| | | | svn changeset:7798/svn branch:6.0
* removed comment from set zIndex line Matti Tahvonen2009-05-141-1/+1
| | | | svn changeset:7796/svn branch:6.0
* VScrollTable: scroll indicator now positioned just under the table header ↵Jouni Koivuviita2009-05-141-3/+6
| | | | | | (top of table body). svn changeset:7795/svn branch:6.0
* fixed IE6 bugs with both ends relativeMatti Tahvonen2009-05-141-7/+12
| | | | svn changeset:7794/svn branch:6.0
* Changed error indicator element from DIV to SPAN in Buttons and Panels - IE7 ↵Jouni Koivuviita2009-05-142-2/+2
| | | | | | won't apply display:inline-block on native-block element. svn changeset:7792/svn branch:6.0
* Renamed one application runner itmill -> vaadin for #2904Marc Englund2009-05-141-2/+2
| | | | svn changeset:7790/svn branch:6.0
* Reformatted AddressBook PersonForm with Eclipse default formatting settings.Henri Sara2009-05-141-148/+148
| | | | svn changeset:7788/svn branch:6.0
* Use reflection in WidgetsetCompiler to remove GWT development version ↵Henri Sara2009-05-141-2/+11
| | | | | | dependency. svn changeset:7787/svn branch:6.0
* fixed broken theme in addressbook exampleMatti Tahvonen2009-05-141-1/+1
| | | | svn changeset:7786/svn branch:6.0
* removed deprecated field factories from example codes, added licence tags, ↵Matti Tahvonen2009-05-148-161/+205
| | | | | | improved javadocs svn changeset:7785/svn branch:6.0
* "poro" theme update: table styles mostly done, some small glitches in IEJouni Koivuviita2009-05-1321-50/+322
| | | | svn changeset:7782/svn branch:6.0
* Fixes #2708: Sampler has no title.Jouni Koivuviita2009-05-131-0/+1
| | | | svn changeset:7777/svn branch:6.0
* "poro" theme update:Jouni Koivuviita2009-05-138-76/+160
| | | | | | | | * context menu styles added * tree styles improved * fixed textfield styles for Opera svn changeset:7776/svn branch:6.0
* "poro" theme update: unified one sprite from combobox to common images.Jouni Koivuviita2009-05-135-44/+40
| | | | svn changeset:7775/svn branch:6.0
* Most "itmill-toolkit" changed to "vaadin" for #2904Marc Englund2009-05-1311-18/+18
| | | | svn changeset:7774/svn branch:6.0
* "poro" theme updates:Jouni Koivuviita2009-05-1312-5/+87
| | | | | | | | * 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
* Fixed some styles for Sampler theme (IE6)Jouni Koivuviita2009-05-133-0/+19
| | | | | | Fixed link style buttons in IE6. svn changeset:7772/svn branch:6.0
* VDateField classname updates: Jouni Koivuviita2009-05-134-114/+172
| | | | | | | | | * 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
* "poro" theme update:Jouni Koivuviita2009-05-1315-123/+515
| | | | | | | * datefield styles finished * many other fixes for other components svn changeset:7770/svn branch:6.0
* Updated testingtools (Vaadin compatible)Artur Signell2009-05-122-8/+8
| | | | svn changeset:7768/svn branch:6.0
* More renaming itmill->vaadin for #2904Marc Englund2009-05-123-65/+38
| | | | svn changeset:7766/svn branch:6.0
* Renaming ITMILL/ -> VAADIN/ part 2 (for #2904)Marc Englund2009-05-1221-374/+267
| | | | svn changeset:7765/svn branch:6.0
* Moved Firefox 2 from supported to unsupported-but-should-work list. Fixes #2928.Marko Grönroos2009-05-121-5/+3
| | | | svn changeset:7764/svn branch:6.0
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-12793-55/+55
| | | | svn changeset:7762/svn branch:6.0
* Initial datefield styles for "poro" theme.Jouni Koivuviita2009-05-1217-64/+389
| | | | svn changeset:7760/svn branch:6.0
* recompiled reindeer themeMarc Englund2009-05-121-130/+47
| | | | svn changeset:7759/svn branch:6.0
* Extra @Override annotations caused errors, removed.Marc Englund2009-05-121-2/+0
| | | | svn changeset:7754/svn branch:6.0
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-12135-3668/+3661
| | | | svn changeset:7752/svn branch:6.0
* fixes #2933, regression from #2823Matti Tahvonen2009-05-121-0/+20
| | | | svn changeset:7750/svn branch:6.0
* Fixed Sampler styles to work with new "poro" theme.Jouni Koivuviita2009-05-122-3/+19
| | | | svn changeset:7749/svn branch:6.0
* Theme updates.Jouni Koivuviita2009-05-116-4/+22
| | | | svn changeset:7745/svn branch:6.0
* Split old FieldFactory into two smaller interfaces. #2499Matti Tahvonen2009-05-117-169/+330
| | | | svn changeset:7744/svn branch:6.0
* "Poro" theme update:Jouni Koivuviita2009-05-114-38/+90
| | | | | | | | * new textfield style "small" * select theme fixed for IE (still no icon support) * tooltip styles added svn changeset:7743/svn branch:6.0
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-1185-741/+741
| | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0
* Removed debug infoArtur Signell2009-05-111-6/+5
| | | | svn changeset:7741/svn branch:6.0
* Additional fix for - #2921: Window should be able to contain a ↵Artur Signell2009-05-112-2/+2
| | | | | | | | ComponentContainer http://dev.itmill.com/ticket/2921 svn changeset:7737/svn branch:6.0
* Fixes buildhelper class package names.Jouni Koivuviita2009-05-112-0/+0
| | | | svn changeset:7734/svn branch:6.0
* Minor updates and fixes to "Poro" theme.Jouni Koivuviita2009-05-114-8/+42
| | | | svn changeset:7725/svn branch:6.0
* Minor mods to "Poro" theme combobox.Jouni Koivuviita2009-05-112-3/+17
| | | | svn changeset:7724/svn branch:6.0
* "Poro" theme updates:Jouni Koivuviita2009-05-1127-30/+527
| | | | | | | * Combobox themed * Textfield focused style modified: now unified for all browsers svn changeset:7720/svn branch:6.0
* #2904: Changed UIDL security header to "com.vaadin.seckey"Henri Sara2009-05-111-1/+1
| | | | svn changeset:7719/svn branch:6.0
* #2904 Toolkit -> Vaadin renames: external fileuploadHenri Sara2009-05-112-5/+6
| | | | svn changeset:7718/svn branch:6.0