summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update faulty identifiers in .html test cases.Mikael Grankvist2009-09-1452-170/+173
| | | | svn changeset:8763/svn branch:6.1
* Fixed names and added ie to test browsersMikael Grankvist2009-09-141-8/+2
| | | | svn changeset:8762/svn branch:6.1
* Component test casesMikael Grankvist2009-09-1466-50/+3657
| | | | svn changeset:8760/svn branch:6.1
* Test case for #3095Artur Signell2009-09-141-0/+97
| | | | svn changeset:8757/svn branch:6.1
* Test case for #3165Artur Signell2009-09-141-0/+57
| | | | svn changeset:8756/svn branch:6.1
* Test case for #3345Artur Signell2009-09-111-0/+26
| | | | svn changeset:8743/svn branch:6.1
* Test case for #3292Artur Signell2009-09-111-0/+59
| | | | svn changeset:8742/svn branch:6.1
* Fix for #3345 - Combobox should show tooltip for dropdown buttonArtur Signell2009-09-111-3/+12
| | | | svn changeset:8741/svn branch:6.1
* App Engine datastore cleanup, fixes #3320Marc Englund2009-09-111-15/+179
| | | | | | | Improved javadoc. Improved logging. svn changeset:8737/svn branch:6.1
* Test case for #3322Artur Signell2009-09-101-0/+44
| | | | svn changeset:8731/svn branch:6.1
* Updated Release Notes for Vaadin 6.1.0 release.Marko Grönroos2009-09-091-2/+70
| | | | svn changeset:8722/svn branch:6.1
* Added link style button to Reindeer theme example.Jouni Koivuviita2009-09-091-0/+1
| | | | svn changeset:8719/svn branch:6.1
* Added blue and black styles for more layouts:Jouni Koivuviita2009-09-092-4/+16
| | | | | | | | * Grid layout * Form layout * Css layout svn changeset:8718/svn branch:6.1
* Fixed a typo in javadocMatti Tahvonen2009-09-091-2/+2
| | | | svn changeset:8717/svn branch:6.1
* fixes #3309 + two other typosMatti Tahvonen2009-09-091-3/+3
| | | | svn changeset:8716/svn branch:6.1
* Test case and fix for #3248 - PopupView should allow null minimized value ↵Artur Signell2009-09-082-8/+107
| | | | | | and lazily initialize component svn changeset:8714/svn branch:6.1
* Updated test case to be validArtur Signell2009-09-081-0/+2
| | | | svn changeset:8713/svn branch:6.1
* Made error notifications overrideable; final commit for #2835Marc Englund2009-09-081-19/+27
| | | | svn changeset:8710/svn branch:6.1
* added minor visibility check to avoid error in hosted modeMatti Tahvonen2009-09-081-9/+11
| | | | svn changeset:8706/svn branch:6.1
* Upload examples did not serialize; for GAE supportMarc Englund2009-09-083-35/+44
| | | | svn changeset:8705/svn branch:6.1
* Test case for #3203Artur Signell2009-09-081-0/+57
| | | | svn changeset:8703/svn branch:6.1
* opened client side table so that developers have a changes to build custom ↵Matti Tahvonen2009-09-081-1/+7
| | | | | | table implementation with "overflow:scroll" svn changeset:8702/svn branch:6.1
* Fixes #3205: Table columns for rows get pushed forward when used inside LiferayJouni Koivuviita2009-09-084-0/+4
| | | | svn changeset:8699/svn branch:6.1
* Fixed sampler test case problem with added theme change buttonArtur Signell2009-09-081-3/+3
| | | | svn changeset:8698/svn branch:6.1
* Test case for #3303Artur Signell2009-09-081-0/+31
| | | | svn changeset:8696/svn branch:6.1
* fixes converting uidl to xml string. Visible in some error messages.Matti Tahvonen2009-09-081-1/+1
| | | | svn changeset:8693/svn branch:6.1
* Added AbstractTestCase so tests do not have to extend TestBaseArtur Signell2009-09-082-6/+12
| | | | svn changeset:8692/svn branch:6.1
* reverted accidentally committed testMatti Tahvonen2009-09-081-34/+10
| | | | svn changeset:8691/svn branch:6.1
* fixes #3292Matti Tahvonen2009-09-081-1/+1
| | | | svn changeset:8690/svn branch:6.1
* fixes #3292Matti Tahvonen2009-09-081-10/+34
| | | | svn changeset:8689/svn branch:6.1
* fixes #3295Matti Tahvonen2009-09-073-1/+44
| | | | svn changeset:8688/svn branch:6.1
* Added 'test' -button to make it easier to see if the test app is still working.Marc Englund2009-09-071-1/+10
| | | | svn changeset:8687/svn branch:6.1
* Reset activeRequests -count after onunload burst; fixes #3289Marc Englund2009-09-071-43/+43
| | | | svn changeset:8686/svn branch:6.1
* Test case for #3289Artur Signell2009-09-071-0/+80
| | | | svn changeset:8682/svn branch:6.1
* Fixed to more icons in Sampler to point to correct theme resource ↵Jouni Koivuviita2009-09-071-3/+4
| | | | | | (regressiong after theme selector). svn changeset:8680/svn branch:6.1
* Minor typo fixes to release notes.Jouni Koivuviita2009-09-071-4/+4
| | | | svn changeset:8679/svn branch:6.1
* Fix for #3285 - Remove IE8 fixes from PortalWidgetSetArtur Signell2009-09-041-30/+1
| | | | svn changeset:8671/svn branch:6.1
* Test case and fix for #3163 - DateField shows pop-up button in Read-only modeArtur Signell2009-09-043-2/+80
| | | | svn changeset:8670/svn branch:6.1
* Google appengine support w/ own 'session handling' and synchronization. For ↵Marc Englund2009-09-043-48/+214
| | | | | | #3058 and #2835 svn changeset:8669/svn branch:6.1
* Updated Release Notes for Vaadin 6.1.0.Marko Grönroos2009-09-041-4/+6
| | | | svn changeset:8668/svn branch:6.1
* Updated Release Notes for Vaadin 6.1.0.Marko Grönroos2009-09-041-37/+17
| | | | svn changeset:8667/svn branch:6.1
* Fixes #3142: Demo page's large heading should be clickableJouni Koivuviita2009-09-041-2/+6
| | | | svn changeset:8666/svn branch:6.1
* Fixes ##2972: Create theme selector for SamplerJouni Koivuviita2009-09-0428-78/+143
| | | | svn changeset:8665/svn branch:6.1
* Fixes #3280: Immediate upload component doesn't respect upload button ↵Jouni Koivuviita2009-09-045-44/+50
| | | | | | caption width svn changeset:8664/svn branch:6.1
* Fixed button sizing calculation regression for Runo theme (moved box-sizing ↵Jouni Koivuviita2009-09-045-8/+16
| | | | | | property from Reindeer to Base). svn changeset:8663/svn branch:6.1
* fixes #3246 and a scrollbar issue in SafariMatti Tahvonen2009-09-031-2/+7
| | | | svn changeset:8661/svn branch:6.1
* Undid [8659] as it didn't have any effect after all; the LANG environment ↵Marko Grönroos2009-09-031-2/+2
| | | | | | variable was just missing. svn changeset:8660/svn branch:6.1
* Specified input and output character encoding in filtered copy operations on ↵Marko Grönroos2009-09-031-2/+2
| | | | | | source and HTML files. Should fix #3260. Hope that there aren't other cases in other kinds of files. svn changeset:8659/svn branch:6.1
* fixes #3275 (regression from #2603, now solved in another way) + some minor ↵Matti Tahvonen2009-09-032-30/+15
| | | | | | cleaning to code svn changeset:8658/svn branch:6.1
* Removed fix for #2004 - Fix broke hosted mode and a better one is included ↵Artur Signell2009-09-031-31/+5
| | | | | | in GWT svn changeset:8657/svn branch:6.1