Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another fix for the test to be Vaadin compatible | Artur Signell | 2009-05-14 | 1 | -7/+7 |
| | | | | svn changeset:7810/svn branch:6.0 | ||||
* | Avoid flickering of fading animation. null check to avoid multiple animations. | Matti Tahvonen | 2009-05-14 | 1 | -27/+31 |
| | | | | svn changeset:7808/svn branch:6.0 | ||||
* | fixes #2930, IE8 does not accept null for zIndex style property | Matti Tahvonen | 2009-05-14 | 1 | -1/+10 |
| | | | | svn changeset:7807/svn branch:6.0 | ||||
* | fixes #2901, added common position relative hack for IE | Matti Tahvonen | 2009-05-14 | 4 | -217/+105 |
| | | | | svn changeset:7804/svn branch:6.0 | ||||
* | Updated tests to be Vaadin compatible | Artur Signell | 2009-05-14 | 2 | -30/+30 |
| | | | | svn changeset:7803/svn branch:6.0 | ||||
* | Testcase for #2901: SplitPanel broken in IE6 | Jouni Koivuviita | 2009-05-14 | 1 | -0/+33 |
| | | | | svn changeset:7802/svn branch:6.0 | ||||
* | "poro" theme update: | Jouni Koivuviita | 2009-05-14 | 15 | -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 #2913 | Matti Tahvonen | 2009-05-14 | 1 | -0/+1 |
| | | | | svn changeset:7799/svn branch:6.0 | ||||
* | Fixed a bug which caused IE7 to fail rendering (tab caption not set). | Jouni Koivuviita | 2009-05-14 | 1 | -1/+1 |
| | | | | svn changeset:7798/svn branch:6.0 | ||||
* | removed comment from set zIndex line | Matti Tahvonen | 2009-05-14 | 1 | -1/+1 |
| | | | | svn changeset:7796/svn branch:6.0 | ||||
* | VScrollTable: scroll indicator now positioned just under the table header ↵ | Jouni Koivuviita | 2009-05-14 | 1 | -3/+6 |
| | | | | | | (top of table body). svn changeset:7795/svn branch:6.0 | ||||
* | fixed IE6 bugs with both ends relative | Matti Tahvonen | 2009-05-14 | 1 | -7/+12 |
| | | | | svn changeset:7794/svn branch:6.0 | ||||
* | Changed error indicator element from DIV to SPAN in Buttons and Panels - IE7 ↵ | Jouni Koivuviita | 2009-05-14 | 2 | -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 #2904 | Marc Englund | 2009-05-14 | 1 | -2/+2 |
| | | | | svn changeset:7790/svn branch:6.0 | ||||
* | Reformatted AddressBook PersonForm with Eclipse default formatting settings. | Henri Sara | 2009-05-14 | 1 | -148/+148 |
| | | | | svn changeset:7788/svn branch:6.0 | ||||
* | Use reflection in WidgetsetCompiler to remove GWT development version ↵ | Henri Sara | 2009-05-14 | 1 | -2/+11 |
| | | | | | | dependency. svn changeset:7787/svn branch:6.0 | ||||
* | fixed broken theme in addressbook example | Matti Tahvonen | 2009-05-14 | 1 | -1/+1 |
| | | | | svn changeset:7786/svn branch:6.0 | ||||
* | removed deprecated field factories from example codes, added licence tags, ↵ | Matti Tahvonen | 2009-05-14 | 8 | -161/+205 |
| | | | | | | improved javadocs svn changeset:7785/svn branch:6.0 | ||||
* | "poro" theme update: table styles mostly done, some small glitches in IE | Jouni Koivuviita | 2009-05-13 | 21 | -50/+322 |
| | | | | svn changeset:7782/svn branch:6.0 | ||||
* | Fixes #2708: Sampler has no title. | Jouni Koivuviita | 2009-05-13 | 1 | -0/+1 |
| | | | | svn changeset:7777/svn branch:6.0 | ||||
* | "poro" theme update: | Jouni Koivuviita | 2009-05-13 | 8 | -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 Koivuviita | 2009-05-13 | 5 | -44/+40 |
| | | | | svn changeset:7775/svn branch:6.0 | ||||
* | Most "itmill-toolkit" changed to "vaadin" for #2904 | Marc Englund | 2009-05-13 | 11 | -18/+18 |
| | | | | svn changeset:7774/svn branch:6.0 | ||||
* | "poro" theme updates: | Jouni Koivuviita | 2009-05-13 | 12 | -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 Koivuviita | 2009-05-13 | 3 | -0/+19 |
| | | | | | | Fixed link style buttons in IE6. svn changeset:7772/svn branch:6.0 | ||||
* | VDateField classname updates: | Jouni Koivuviita | 2009-05-13 | 4 | -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 Koivuviita | 2009-05-13 | 15 | -123/+515 |
| | | | | | | | * datefield styles finished * many other fixes for other components svn changeset:7770/svn branch:6.0 | ||||
* | Updated testingtools (Vaadin compatible) | Artur Signell | 2009-05-12 | 2 | -8/+8 |
| | | | | svn changeset:7768/svn branch:6.0 | ||||
* | More renaming itmill->vaadin for #2904 | Marc Englund | 2009-05-12 | 3 | -65/+38 |
| | | | | svn changeset:7766/svn branch:6.0 | ||||
* | Renaming ITMILL/ -> VAADIN/ part 2 (for #2904) | Marc Englund | 2009-05-12 | 21 | -374/+267 |
| | | | | svn changeset:7765/svn branch:6.0 | ||||
* | Moved Firefox 2 from supported to unsupported-but-should-work list. Fixes #2928. | Marko Grönroos | 2009-05-12 | 1 | -5/+3 |
| | | | | svn changeset:7764/svn branch:6.0 | ||||
* | Renaming ITMILL/ -> VAADIN/ part 1 (for #2904) | Marc Englund | 2009-05-12 | 793 | -55/+55 |
| | | | | svn changeset:7762/svn branch:6.0 | ||||
* | Initial datefield styles for "poro" theme. | Jouni Koivuviita | 2009-05-12 | 17 | -64/+389 |
| | | | | svn changeset:7760/svn branch:6.0 | ||||
* | recompiled reindeer theme | Marc Englund | 2009-05-12 | 1 | -130/+47 |
| | | | | svn changeset:7759/svn branch:6.0 | ||||
* | Extra @Override annotations caused errors, removed. | Marc Englund | 2009-05-12 | 1 | -2/+0 |
| | | | | svn changeset:7754/svn branch:6.0 | ||||
* | #2904 Renamed CSS prefix "i-" to "v-" | Henri Sara | 2009-05-12 | 135 | -3668/+3661 |
| | | | | svn changeset:7752/svn branch:6.0 | ||||
* | fixes #2933, regression from #2823 | Matti Tahvonen | 2009-05-12 | 1 | -0/+20 |
| | | | | svn changeset:7750/svn branch:6.0 | ||||
* | Fixed Sampler styles to work with new "poro" theme. | Jouni Koivuviita | 2009-05-12 | 2 | -3/+19 |
| | | | | svn changeset:7749/svn branch:6.0 | ||||
* | Theme updates. | Jouni Koivuviita | 2009-05-11 | 6 | -4/+22 |
| | | | | svn changeset:7745/svn branch:6.0 | ||||
* | Split old FieldFactory into two smaller interfaces. #2499 | Matti Tahvonen | 2009-05-11 | 7 | -169/+330 |
| | | | | svn changeset:7744/svn branch:6.0 | ||||
* | "Poro" theme update: | Jouni Koivuviita | 2009-05-11 | 4 | -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 Sara | 2009-05-11 | 85 | -741/+741 |
| | | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0 | ||||
* | Removed debug info | Artur Signell | 2009-05-11 | 1 | -6/+5 |
| | | | | svn changeset:7741/svn branch:6.0 | ||||
* | Additional fix for - #2921: Window should be able to contain a ↵ | Artur Signell | 2009-05-11 | 2 | -2/+2 |
| | | | | | | | | ComponentContainer http://dev.itmill.com/ticket/2921 svn changeset:7737/svn branch:6.0 | ||||
* | Fixes buildhelper class package names. | Jouni Koivuviita | 2009-05-11 | 2 | -0/+0 |
| | | | | svn changeset:7734/svn branch:6.0 | ||||
* | Minor updates and fixes to "Poro" theme. | Jouni Koivuviita | 2009-05-11 | 4 | -8/+42 |
| | | | | svn changeset:7725/svn branch:6.0 | ||||
* | Minor mods to "Poro" theme combobox. | Jouni Koivuviita | 2009-05-11 | 2 | -3/+17 |
| | | | | svn changeset:7724/svn branch:6.0 | ||||
* | "Poro" theme updates: | Jouni Koivuviita | 2009-05-11 | 27 | -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 Sara | 2009-05-11 | 1 | -1/+1 |
| | | | | svn changeset:7719/svn branch:6.0 | ||||
* | #2904 Toolkit -> Vaadin renames: external fileupload | Henri Sara | 2009-05-11 | 2 | -5/+6 |
| | | | | svn changeset:7718/svn branch:6.0 |