summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Corrections to table column reordering styles.Jouni Koivuviita2011-09-276-48/+47
| | | | | | Cleaned up table column drag styles for Reindeer (lost of duplication) svn changeset:21334/svn branch:6.7
* #6588 Repainting in TextChangeListener will send wrong value to clientLeif Åstrand2011-09-274-3/+178
| | | | svn changeset:21332/svn branch:6.7
* #5170 updated to use an additional css class when text input is disabled and ↵Leif Åstrand2011-09-272-7/+12
| | | | | | set the cursor using the theme css file svn changeset:21329/svn branch:6.7
* Yet another indexing issue fixed for #7620Jonatan Kronqvist2011-09-271-0/+3
| | | | svn changeset:21318/svn branch:6.7
* #7667 Resizing column in Safari 5.1 causes scrollbar to return to the leftLeif Åstrand2011-09-261-2/+4
| | | | svn changeset:21313/svn branch:6.7
* Code cleanup based on review #7620Jonatan Kronqvist2011-09-261-9/+4
| | | | svn changeset:21307/svn branch:6.7
* Test case for #7644Jonatan Kronqvist2011-09-262-0/+88
| | | | svn changeset:21302/svn branch:6.7
* Index calculation fix relating to #7644Jonatan Kronqvist2011-09-261-2/+6
| | | | svn changeset:21301/svn branch:6.7
* Changes for #5170 based on reviewLeif Åstrand2011-09-262-4/+13
| | | | svn changeset:21292/svn branch:6.7
* Allow using ComboBox as a replacement for NativeSelect (#5170)Leif Åstrand2011-09-264-2/+180
| | | | svn changeset:21288/svn branch:6.7
* Fix for #7644Jonatan Kronqvist2011-09-232-15/+25
| | | | svn changeset:21278/svn branch:6.7
* Yet another indexing issue found and fixed for #7620Jonatan Kronqvist2011-09-231-1/+4
| | | | svn changeset:21277/svn branch:6.7
* Fix for #7505John Alhroos2011-09-231-1/+1
| | | | svn changeset:21270/svn branch:6.7
* Fix for #7626John Alhroos2011-09-231-0/+1
| | | | svn changeset:21264/svn branch:6.7
* Testbench test for #7626John Alhroos2011-09-232-0/+133
| | | | svn changeset:21263/svn branch:6.7
* #7537 Enable Off/On formatter tags in eclipse Vaadin formatter profileArtur Signell2011-09-231-9/+28
| | | | | | File is now generated with Eclipse Indigo svn changeset:21262/svn branch:6.7
* #7491 Link to source code in release notes should point to correct directoryArtur Signell2011-09-231-2/+3
| | | | svn changeset:21261/svn branch:6.7
* #7485 Build script doesn't include resources for release-notes.htmlArtur Signell2011-09-231-0/+8
| | | | svn changeset:21260/svn branch:6.7
* [21231] broke spanned generated rows, this commit fixes the bug (#7538)Jonatan Kronqvist2011-09-231-6/+5
| | | | svn changeset:21255/svn branch:6.7
* A necessary part of the patch in [21231] was left out by mistake (#7358)Jonatan Kronqvist2011-09-221-1/+1
| | | | svn changeset:21240/svn branch:6.7
* Don't send a partial row update the first time the component is painted (#7605)Leif Åstrand2011-09-223-1/+27
| | | | svn changeset:21233/svn branch:6.7
* Applied patch to support implementation of #7358Jonatan Kronqvist2011-09-222-11/+22
| | | | svn changeset:21231/svn branch:6.7
* Fixed npe in SQLContainer's J2EEConnectionPool #7597Jonatan Kronqvist2011-09-222-6/+22
| | | | svn changeset:21225/svn branch:6.7
* Fixed indexing issues relating to #7620Jonatan Kronqvist2011-09-221-6/+15
| | | | svn changeset:21223/svn branch:6.7
* Removed attempted fix for #6039 as it causes multiple different regressions ↵Leif Åstrand2011-09-211-4/+0
| | | | | | in different browsers svn changeset:21214/svn branch:6.7
* Make sure that components in collapsed rows are released as well by also ↵Jonatan Kronqvist2011-09-211-4/+115
| | | | | | updating the pageBuffer on expand/collapse (#7620) svn changeset:21213/svn branch:6.7
* Merged changes from 6.6Henri Sara2011-09-213-2/+200
|\ | | | | | | svn changeset:21212/svn branch:6.7
| * Engrish -> English in the comment (#3125)Leif Åstrand2011-09-211-3/+3
| | | | | | | | svn changeset:21205/svn branch:6.6
| * Refactored based on review (#6420)Leif Åstrand2011-09-211-24/+29
| | | | | | | | svn changeset:21204/svn branch:6.6
| * #3125 Portlet size is not updated when window is resizedLeif Åstrand2011-09-201-2/+31
| | | | | | | | svn changeset:21180/svn branch:6.6
| * #6420 Solution for menu too longLeif Åstrand2011-09-192-0/+164
| | | | | | | | svn changeset:21131/svn branch:6.6
* | #6039 Extra scrollbars when resizing TableLeif Åstrand2011-09-201-0/+5
| | | | | | | | svn changeset:21192/svn branch:6.7
* | Test with both Google Chrome 13 and the latest Google ChromeArtur Signell2011-09-201-1/+1
| | | | | | | | svn changeset:21191/svn branch:6.7
* | Prevent columns from jumping while a resize drag is ongoing (#7393)Leif Åstrand2011-09-201-0/+1
| | | | | | | | svn changeset:21185/svn branch:6.7
* | Added possibility to support variable height rows in a subclass of ↵Jonatan Kronqvist2011-09-201-12/+15
| | | | | | | | | | | | VScrollTable (#7358) svn changeset:21177/svn branch:6.7
* | Corrected private method name in FileTypeResolverHenri Sara2011-09-191-3/+3
| | | | | | | | svn changeset:21125/svn branch:6.7
* | Add keyboard navigation events to a queue if waiting for potential content ↵Leif Åstrand2011-09-192-0/+70
| | | | | | | | | | | | changes from the server #7028 svn changeset:21109/svn branch:6.7
* | Fix for out of sync problem in generated columns in tree table #7620Jonatan Kronqvist2011-09-164-7/+97
| | | | | | | | svn changeset:21070/svn branch:6.7
* | Don't send partial row updates for a full repaint (#7605)Leif Åstrand2011-09-153-1/+61
| | | | | | | | svn changeset:21064/svn branch:6.7
* | Merge changes from 6.6Henri Sara2011-09-152-20/+117
|\| | | | | | | svn changeset:21036/svn branch:6.7
| * Updated fix for #7560 to avoid breaking #6686 by not doing preventDefault if ↵Leif Åstrand2011-09-141-0/+6
| | | | | | | | | | | | nothing is changing svn changeset:21011/svn branch:6.6
| * #7560 ComboBox: Writing the name of a new item and clicking on drop down ↵Leif Åstrand2011-09-142-20/+112
| | | | | | | | | | | | menu works inconsistently svn changeset:21002/svn branch:6.6
* | Added delay to get consistent screenshots after #7393Leif Åstrand2011-09-151-0/+10
| | | | | | | | svn changeset:21033/svn branch:6.7
* | #7454 Table keyboard navigation breaks in IE on multiple keyboard ↵Leif Åstrand2011-09-141-0/+10
| | | | | | | | | | | | multiselections svn changeset:21016/svn branch:6.7
* | The right testbench script for #2669 Leif Åstrand2011-09-141-82/+35
| | | | | | | | svn changeset:20997/svn branch:6.7
* | #7101 ComponentLocator should only return elements that are attached to the DOMLeif Åstrand2011-09-132-1/+63
| | | | | | | | svn changeset:20993/svn branch:6.7
* | #2669 Tabsheet failes to render cached tabLeif Åstrand2011-09-133-40/+126
| | | | | | | | svn changeset:20992/svn branch:6.7
* | #7564 Resizing table column from the server only resizes the headerLeif Åstrand2011-09-123-3/+48
| | | | | | | | svn changeset:20971/svn branch:6.7
* | Fixed copy paste typo based on review of #7326 Leif Åstrand2011-09-121-1/+1
| | | | | | | | svn changeset:20968/svn branch:6.7
* | More fixes based on review of #6909Jonatan Kronqvist2011-09-123-0/+13
| | | | | | | | svn changeset:20967/svn branch:6.7