aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added footer to Table #1553John Alhroos2010-04-162-6/+558
| | | | svn changeset:12613/svn branch:6.4
* Added default multiselect constant #3520John Alhroos2010-04-151-7/+14
| | | | svn changeset:12570/svn branch:6.4
* Implemented windows like ctrl+shift-clicking in Table #3520John Alhroos2010-04-151-3/+27
| | | | svn changeset:12569/svn branch:6.4
* Merged all demo-page changes from 6.3Jouni Koivuviita2010-04-151-1/+11
| | | | svn changeset:12564/svn branch:6.4
* refined javadoc to avoid #4533Matti Tahvonen2010-04-151-7/+12
| | | | svn changeset:12530/svn branch:6.4
* Added header click events #4525John Alhroos2010-04-142-0/+150
| | | | svn changeset:12523/svn branch:6.4
* Code cleanup related to #3520John Alhroos2010-04-131-14/+21
| | | | svn changeset:12502/svn branch:6.4
* Implemented CTRL and SHIFT clicking in Table #3520John Alhroos2010-04-132-6/+149
| | | | svn changeset:12494/svn branch:6.4
* Merged [11571] from 6.2Artur Signell2010-04-091-1/+12
| | | | svn changeset:12455/svn branch:6.3
* Fix for #4356 "Add operating system detection" and #4510 "Add css class ↵Artur Signell2010-04-093-28/+153
| | | | | | names according to browser engine" svn changeset:12453/svn branch:6.3
* #4153 use the noscript tag also when running as a portletHenri Sara2010-04-091-0/+9
| | | | svn changeset:12440/svn branch:6.3
* fixes #4503Matti Tahvonen2010-04-091-5/+46
| | | | svn changeset:12433/svn branch:6.3
* endRequest should not be used for 503 as a new request is made in a short ↵Artur Signell2010-04-091-1/+0
| | | | | | while and the loading indicator should remain visible svn changeset:12431/svn branch:6.3
* javadocsMatti Tahvonen2010-04-091-0/+7
| | | | svn changeset:12425/svn branch:6.3
* Handle all 4xx error codes like 404 (show error message). For #4380.Artur Signell2010-04-091-3/+10
| | | | | | Added missing endRequests so the progress indicator will disappear also if there is an error. svn changeset:12422/svn branch:6.3
* Javadocced shortcutsMarc Englund2010-04-095-13/+238
| | | | svn changeset:12421/svn branch:6.3
* Additional fix for #3846 - Do not add an extra   if there is an icon, ↵Artur Signell2010-04-091-8/+18
| | | | | | an error or required indicator svn changeset:12412/svn branch:6.3
* Updated and revised Reindeer theme style constants.Jouni Koivuviita2010-04-081-2/+50
| | | | svn changeset:12393/svn branch:6.3
* Changed Tabsheet close character from X to proper "times" symbol.Jouni Koivuviita2010-04-081-1/+1
| | | | svn changeset:12392/svn branch:6.3
* #4213 and #4212 eliminate ComboBox extra value change events for null valueHenri Sara2010-04-081-4/+12
| | | | svn changeset:12385/svn branch:6.3
* Fixed VTabsheet to allow more precise styling of the tab scroller, when ↵Jouni Koivuviita2010-04-081-0/+5
| | | | | | additional style names are present, and one wishes to override the default look of the scroller. svn changeset:12382/svn branch:6.3
* #4160 restartApplication support for portlet 2.0 in Liferay and GateInHenri Sara2010-04-081-4/+68
| | | | svn changeset:12380/svn branch:6.3
* Fix for #3846 - Empty string as a caption in VOrderedLayout uses space in ↵Artur Signell2010-04-081-4/+17
| | | | | | IE6&7 but not in other browsers svn changeset:12373/svn branch:6.3
* Fix for #4463 - "widgetset version does not seem to match theme version" ↵Artur Signell2010-04-071-7/+26
| | | | | | should not be output to console svn changeset:12366/svn branch:6.3
* added null checkMatti Tahvonen2010-04-071-1/+1
| | | | svn changeset:12356/svn branch:6.3
* #4491 safer browser version detectionHenri Sara2010-04-071-1/+1
| | | | svn changeset:12353/svn branch:6.3
* #4491 safer browser version detectionHenri Sara2010-04-071-7/+22
| | | | svn changeset:12352/svn branch:6.3
* cleaning up dd related debug code, fixes #4468Matti Tahvonen2010-04-075-85/+26
| | | | svn changeset:12351/svn branch:6.3
* fixes #4492, clicks on tree node icons are now similarly handled as clicks ↵Matti Tahvonen2010-04-071-6/+12
| | | | | | on caption text svn changeset:12348/svn branch:6.3
* #4491 server side access to browser minor version and updated sampleHenri Sara2010-04-071-0/+15
| | | | svn changeset:12346/svn branch:6.3
* #4491 browser minor version detection and related CSS classesHenri Sara2010-04-072-16/+46
| | | | svn changeset:12345/svn branch:6.3
* #4440 dragging table columns caused exception when column ids not stringsHenri Sara2010-04-071-2/+4
| | | | svn changeset:12342/svn branch:6.3
* fixes #4489Matti Tahvonen2010-04-061-19/+16
| | | | svn changeset:12338/svn branch:6.3
* added missing methodMatti Tahvonen2010-04-061-0/+15
| | | | svn changeset:12337/svn branch:6.3
* VForm now listens key down events lazily, only when neededMatti Tahvonen2010-04-061-17/+19
| | | | svn changeset:12331/svn branch:6.3
* Fix for #4332John Alhroos2010-04-062-3/+39
| | | | svn changeset:12298/svn branch:6.3
* fixes #4476, subclasses where not searched for @clientwidget/@clientcriteria ↵Matti Tahvonen2010-04-011-2/+1
| | | | | | annotations if they where in jar files svn changeset:12284/svn branch:6.3
* Comment typo correctionHenri Sara2010-04-011-1/+1
| | | | svn changeset:12278/svn branch:6.3
* #1394 enable implementing Focusable components outside the com.vaadin.ui packageHenri Sara2010-04-013-43/+31
| | | | svn changeset:12274/svn branch:6.3
* Speed up widget map generation significantly by ignoring hidden files and ↵Henri Sara2010-04-011-2/+6
| | | | | | directories svn changeset:12273/svn branch:6.3
* Fixes #4460: SplitPanel: add getters for the position (and unit) of the ↵Jouni Koivuviita2010-03-312-0/+23
| | | | | | splitter on the server side component svn changeset:12248/svn branch:6.3
* removed oboslete logging, fixes #4469Matti Tahvonen2010-03-311-4/+0
| | | | svn changeset:12246/svn branch:6.3
* fixes #4392Matti Tahvonen2010-03-301-21/+43
| | | | svn changeset:12244/svn branch:6.3
* fixes #4441Matti Tahvonen2010-03-301-192/+189
| | | | svn changeset:12221/svn branch:6.3
* Fix for #4434 Changing filtering mode should refilter the HierarchicalContainerArtur Signell2010-03-291-0/+4
| | | | svn changeset:12196/svn branch:6.3
* Fixed regression in VCalendarPanel (from [12004]).Jouni Koivuviita2010-03-291-2/+1
| | | | svn changeset:12165/svn branch:6.3
* fixes #4395Matti Tahvonen2010-03-261-1/+1
| | | | svn changeset:12125/svn branch:6.3
* fixes #4396Matti Tahvonen2010-03-251-0/+3
| | | | svn changeset:12103/svn branch:6.3
* renamed method to the related typeMatti Tahvonen2010-03-256-14/+13
| | | | svn changeset:12085/svn branch:6.3
* fixed name and javadocs for gwt generator used to build criteria mapMatti Tahvonen2010-03-243-27/+12
| | | | svn changeset:12081/svn branch:6.3