| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added a test case | Matti Tahvonen | 2009-09-16 | 1 | -0/+51 |
* | JavaDoc update to clear out documentation issue discussed in http://vaadin.co... | Joonas Lehtinen | 2009-09-15 | 1 | -4/+7 |
* | Test case and fix for #3343 - IE6 doesn't display cursor when tabbing into a ... | Artur Signell | 2009-09-15 | 2 | -2/+33 |
* | Update faulty identifiers in .html test cases. | Mikael Grankvist | 2009-09-14 | 51 | -169/+169 |
* | Component test cases | Mikael Grankvist | 2009-09-14 | 63 | -7/+3580 |
* | Test case for #3095 | Artur Signell | 2009-09-14 | 1 | -0/+97 |
* | Test case for #3165 | Artur Signell | 2009-09-14 | 1 | -0/+57 |
* | Test case for #3345 | Artur Signell | 2009-09-11 | 1 | -0/+26 |
* | Test case for #3292 | Artur Signell | 2009-09-11 | 1 | -0/+59 |
* | Fix for #3345 - Combobox should show tooltip for dropdown button | Artur Signell | 2009-09-11 | 1 | -3/+12 |
* | App Engine datastore cleanup, fixes #3320 | Marc Englund | 2009-09-11 | 1 | -15/+179 |
* | Test case for #3322 | Artur Signell | 2009-09-10 | 1 | -0/+44 |
* | Added link style button to Reindeer theme example. | Jouni Koivuviita | 2009-09-09 | 1 | -0/+1 |
* | Fixed a typo in javadoc | Matti Tahvonen | 2009-09-09 | 1 | -2/+2 |
* | fixes #3309 + two other typos | Matti Tahvonen | 2009-09-09 | 1 | -3/+3 |
* | Test case and fix for #3248 - PopupView should allow null minimized value and... | Artur Signell | 2009-09-08 | 2 | -8/+107 |
* | Updated test case to be valid | Artur Signell | 2009-09-08 | 1 | -0/+2 |
* | Made error notifications overrideable; final commit for #2835 | Marc Englund | 2009-09-08 | 1 | -19/+27 |
* | added minor visibility check to avoid error in hosted mode | Matti Tahvonen | 2009-09-08 | 1 | -9/+11 |
* | Upload examples did not serialize; for GAE support | Marc Englund | 2009-09-08 | 3 | -35/+44 |
* | Test case for #3203 | Artur Signell | 2009-09-08 | 1 | -0/+57 |
* | opened client side table so that developers have a changes to build custom ta... | Matti Tahvonen | 2009-09-08 | 1 | -1/+7 |
* | Test case for #3303 | Artur Signell | 2009-09-08 | 1 | -0/+31 |
* | fixes converting uidl to xml string. Visible in some error messages. | Matti Tahvonen | 2009-09-08 | 1 | -1/+1 |
* | Added AbstractTestCase so tests do not have to extend TestBase | Artur Signell | 2009-09-08 | 2 | -6/+12 |
* | reverted accidentally committed test | Matti Tahvonen | 2009-09-08 | 1 | -34/+10 |
* | fixes #3292 | Matti Tahvonen | 2009-09-08 | 1 | -1/+1 |
* | fixes #3292 | Matti Tahvonen | 2009-09-08 | 1 | -10/+34 |
* | fixes #3295 | Matti Tahvonen | 2009-09-07 | 3 | -1/+44 |
* | Added 'test' -button to make it easier to see if the test app is still working. | Marc Englund | 2009-09-07 | 1 | -1/+10 |
* | Reset activeRequests -count after onunload burst; fixes #3289 | Marc Englund | 2009-09-07 | 1 | -43/+43 |
* | Test case for #3289 | Artur Signell | 2009-09-07 | 1 | -0/+80 |
* | Fixed to more icons in Sampler to point to correct theme resource (regression... | Jouni Koivuviita | 2009-09-07 | 1 | -3/+4 |
* | Fix for #3285 - Remove IE8 fixes from PortalWidgetSet | Artur Signell | 2009-09-04 | 1 | -30/+1 |
* | Test case and fix for #3163 - DateField shows pop-up button in Read-only mode | Artur Signell | 2009-09-04 | 3 | -2/+80 |
* | Google appengine support w/ own 'session handling' and synchronization. For #... | Marc Englund | 2009-09-04 | 3 | -48/+214 |
* | Fixes ##2972: Create theme selector for Sampler | Jouni Koivuviita | 2009-09-04 | 19 | -69/+97 |
* | fixes #3246 and a scrollbar issue in Safari | Matti Tahvonen | 2009-09-03 | 1 | -2/+7 |
* | fixes #3275 (regression from #2603, now solved in another way) + some minor c... | Matti Tahvonen | 2009-09-03 | 2 | -30/+15 |
* | Removed fix for #2004 - Fix broke hosted mode and a better one is included in... | Artur Signell | 2009-09-03 | 1 | -31/+5 |
* | Removed IE6 mention from CssLayout example. Miraculously, the margin: 0 auto;... | Jouni Koivuviita | 2009-09-03 | 1 | -2/+1 |
* | Fixed some typos in Sampler features and edited the CssLayout example styles,... | Jouni Koivuviita | 2009-09-03 | 4 | -17/+15 |
* | Fixes #3028: CheckBox captions wrap in IE | Jouni Koivuviita | 2009-09-03 | 1 | -1/+1 |
* | fixes #3266, spacer td can now be a bit themed in TabSheet (this is done in r... | Matti Tahvonen | 2009-09-03 | 1 | -7/+12 |
* | #3265 Fix immediate redirection when system notifications are disabled | Henri Sara | 2009-09-03 | 1 | -47/+49 |
* | better margin support (via server side api) for csslayout + some cleaning | Matti Tahvonen | 2009-09-03 | 1 | -8/+31 |
* | Test case for #3263 | Artur Signell | 2009-09-03 | 1 | -0/+37 |
* | fixes #3264, accordion still missing possible relative size handling | Matti Tahvonen | 2009-09-02 | 1 | -0/+4 |
* | fixes #3264, enabled automatic scrollbars in Vaadin | Matti Tahvonen | 2009-09-02 | 6 | -21/+20 |
* | removed obsolete log message | Matti Tahvonen | 2009-09-02 | 1 | -1/+0 |