Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Avoid loading the same widgetset multiple times (#9774) | Leif Åstrand | 2013-02-28 | 1 | -17/+64 | |
| | | | | svn changeset:25660/svn branch:6.8 | |||||
* | Reverted change included by mistake in changeset [25591] for #7922 | John Alhroos | 2013-02-22 | 1 | -10/+1 | |
| | | | | svn changeset:25606/svn branch:6.8 | |||||
* | Fixed setting column width back to undefined by setting it to -1. #7922 | John Alhroos | 2013-02-21 | 2 | -26/+77 | |
| | | | | svn changeset:25591/svn branch:6.8 | |||||
* | Make TextArea.setCursorPosition work in all browsers (#8769) | Leif Åstrand | 2013-02-20 | 2 | -0/+119 | |
| | | | | svn changeset:25579/svn branch:6.8 | |||||
* | Fixed issue where max length was removed from a text field when setting the ↵ | John Alhroos | 2013-02-18 | 1 | -9/+6 | |
| | | | | | | same maxlength several times #9940 svn changeset:25568/svn branch:6.8 | |||||
* | Added missing Serializable for AbstractTransactionalQuery (#10582). | Henri Sara | 2013-02-15 | 1 | -1/+2 | |
| | | | | svn changeset:25559/svn branch:6.8 | |||||
* | Eliminate connection/statement/result set leaks in TableQuery (#10582) | Henri Sara | 2013-02-14 | 3 | -217/+288 | |
| | | | | | | Includes some refactoring to extract common parts of FreeformQuery and TableQuery to AbstractTransactionalQuery. svn changeset:25541/svn branch:6.8 | |||||
* | Fix column resize issues in Table and TreeTable (#10513) | Johannes Dahlström | 2013-02-07 | 2 | -84/+458 | |
| | | | | | | * Take padding and TreeTable hierarchy column indent properly into account svn changeset:25497/svn branch:6.8 | |||||
* | Fixed IE8 focus issue where focus is left in the closed sub window after ↵ | John Alhroos | 2013-02-01 | 1 | -0/+33 | |
| | | | | | | editing a RichTextArea #10776 svn changeset:25458/svn branch:6.8 | |||||
* | Fix the positioning of the drop marker when reordering Table columns by DnD ↵ | Johannes Dahlström | 2013-02-01 | 1 | -1/+5 | |
| | | | | | | (#10890) svn changeset:25456/svn branch:6.8 | |||||
* | Ensure unique ordering when using TableQuery with multiple primary key ↵ | Artur Signell | 2013-01-30 | 1 | -1/+3 | |
| | | | | | | columns (#10878) svn changeset:25434/svn branch:6.8 | |||||
* | Add proper string escaping/encoding to a few places | Johannes Dahlström | 2013-01-29 | 3 | -9/+24 | |
| | | | | | | | | * Properly escape map keys in JsonPaintTarget.addAttribute(String, Map<?,?>) * URL encode relevant parts of stream variable URLs * Escape paintable IDs in ComponentSizeValidator JSON messages svn changeset:25421/svn branch:6.8 | |||||
* | Fix case where ComboBox suggestion menu selects a wrong item if there are ↵ | Johannes Dahlström | 2013-01-25 | 1 | -1/+3 | |
| | | | | | | duplicate captions (#10766) svn changeset:25410/svn branch:6.8 | |||||
* | Fix IE memory leak when closing subwindows | Johannes Dahlström | 2013-01-23 | 1 | -0/+5 | |
| | | | | svn changeset:25390/svn branch:6.8 | |||||
* | Calculate upload file size correctly when there are multibyte characters in ↵ | Johannes Dahlström | 2013-01-23 | 1 | -5/+5 | |
| | | | | | | the file name svn changeset:25385/svn branch:6.8 | |||||
* | Use template strings and log level checks to improve performance when ↵ | Johannes Dahlström | 2013-01-22 | 5 | -50/+69 | |
| | | | | | | logging is disabled (#10563) svn changeset:25375/svn branch:6.8 | |||||
* | Assume left button in mouse events if the browser returns an unknown button ↵ | Johannes Dahlström | 2013-01-22 | 1 | -0/+9 | |
| | | | | | | (#10763, fixed separately in V7 in #9956) svn changeset:25374/svn branch:6.8 | |||||
* | Fix WebBrowser.getRawTimezoneOffset javadoc | Johannes Dahlström | 2013-01-21 | 1 | -5/+5 | |
| | | | | svn changeset:25358/svn branch:6.8 | |||||
* | Ensure SQL connections etc. of FreeformQuery are closed (#10582) | Henri Sara | 2013-01-10 | 1 | -46/+115 | |
| | | | | svn changeset:25309/svn branch:6.8 | |||||
* | Use the iOS6 int cast fix for browsers not claiming to be "Safari" (#10317) | Leif Åstrand | 2013-01-09 | 1 | -1/+1 | |
| | | | | svn changeset:25299/svn branch:6.8 | |||||
* | Applied patch for #8238 | John Alhroos | 2013-01-09 | 1 | -5/+0 | |
| | | | | svn changeset:25298/svn branch:6.8 | |||||
* | #10471 ComboBox filtering fix (SQLContainer etc.): suppress item set change ↵ | Henri Sara | 2013-01-02 | 1 | -128/+135 | |
| | | | | | | events for the whole paint phase svn changeset:25251/svn branch:6.8 | |||||
* | Update content widths if scrollbar status has changed (#10513) | Leif Åstrand | 2012-12-19 | 1 | -3/+8 | |
| | | | | svn changeset:25201/svn branch:6.8 | |||||
* | Revert table fixes causing regressions until a proper fix can be found (#10513) | Leif Åstrand | 2012-12-18 | 1 | -8/+1 | |
| | | | | svn changeset:25197/svn branch:6.8 | |||||
* | Potential fix for regression (#10513) | Leif Åstrand | 2012-12-17 | 1 | -0/+3 | |
| | | | | svn changeset:25195/svn branch:6.8 | |||||
* | Consistent element finding for mouseUp and mouseDown handling (#10507) | Leif Åstrand | 2012-12-14 | 1 | -4/+3 | |
| | | | | svn changeset:25192/svn branch:6.8 | |||||
* | Potentially recalculate widths if scrollbar has changed (#10513) | Leif Åstrand | 2012-12-14 | 1 | -1/+5 | |
| | | | | svn changeset:25186/svn branch:6.8 | |||||
* | Made Table fail more gracefully for exceptions during paint (#10312) | Artur Signell | 2012-12-13 | 1 | -7/+104 | |
| | | | | svn changeset:25181/svn branch:6.8 | |||||
* | Revert attempted fix to #10317 now that the underlying issue has been ↵ | Leif Åstrand | 2012-12-12 | 1 | -7/+1 | |
| | | | | | | identified and fixed in #10460 svn changeset:25180/svn branch:6.8 | |||||
* | Redefine Math.max and Math.min on iOS6 to avoid problems with GWT cast to ↵ | Leif Åstrand | 2012-12-12 | 1 | -1/+22 | |
| | | | | | | int (#10460) svn changeset:25179/svn branch:6.8 | |||||
* | Don't steal focus back to Table from the address bar (#10464) | Leif Åstrand | 2012-12-10 | 2 | -4/+20 | |
| | | | | svn changeset:25168/svn branch:6.8 | |||||
* | Fix for emptying TreeTable (#10470) | Artur Signell | 2012-12-07 | 1 | -2/+2 | |
| | | | | svn changeset:25163/svn branch:6.8 | |||||
* | Update comment to mention the right versions of IE (#9179) | Leif Åstrand | 2012-12-05 | 1 | -1/+1 | |
| | | | | svn changeset:25154/svn branch:6.8 | |||||
* | Add explicit floor operation to mangle values that sometimes behave ↵ | Leif Åstrand | 2012-12-04 | 1 | -1/+7 | |
| | | | | | | strangely (#10317, #10460) svn changeset:25145/svn branch:6.8 | |||||
* | Added helper for sanitizing selection (#9986) | Artur Signell | 2012-12-03 | 1 | -0/+37 | |
| | | | | svn changeset:25142/svn branch:6.8 | |||||
* | Corrected exception message (#10437) | Artur Signell | 2012-12-03 | 1 | -1/+1 | |
| | | | | svn changeset:25141/svn branch:6.8 | |||||
* | Make it possible to disable TouchScrollHandler (#10323) | Artur Signell | 2012-12-03 | 1 | -7/+62 | |
| | | | | svn changeset:25140/svn branch:6.8 | |||||
* | Fixed resizing of TabSheet (#10037) | Artur Signell | 2012-12-02 | 1 | -1/+0 | |
| | | | | | | Regression introduced by #9275 svn changeset:25139/svn branch:6.8 | |||||
* | Call elementFromPoint twice to make IE8 happy (#10200) | Artur Signell | 2012-12-02 | 1 | -0/+2 | |
| | | | | svn changeset:25138/svn branch:6.8 | |||||
* | Don't stop touchcancel event in android as no click is simulated for it (#10212) | Leif Åstrand | 2012-11-29 | 1 | -2/+2 | |
| | | | | svn changeset:25124/svn branch:6.8 | |||||
* | Normalize "empty" rich text area content to empty string (#8004) | Johannes Dahlström | 2012-11-13 | 1 | -1/+32 | |
| | | | | svn changeset:25035/svn branch:6.8 | |||||
* | Fix randomly disappearing selection in Table (#6684) | Johannes Dahlström | 2012-11-12 | 2 | -4/+105 | |
| | | | | svn changeset:24999/svn branch:6.8 | |||||
* | Get metadata before accessing rows in result set (#10032) | Leif Åstrand | 2012-11-09 | 1 | -1/+1 | |
| | | | | svn changeset:24988/svn branch:6.8 | |||||
* | Table fixes by Anna: #8298, #5681, #8159, #9133 | Johannes Dahlström | 2012-11-07 | 2 | -9/+22 | |
| | | | | svn changeset:24972/svn branch:6.8 | |||||
* | #10073 DragDropWrapper fix for multiple simultaneous multi-file uploads (do ↵ | Henri Sara | 2012-11-07 | 2 | -8/+20 | |
| | | | | | | not regenerate security keys multiple times for same upload) svn changeset:24970/svn branch:6.8 | |||||
* | Add a way to open a resource in a new tab instead of always in a new window ↵ | Johannes Dahlström | 2012-11-06 | 2 | -21/+103 | |
| | | | | | | (#7842) svn changeset:24968/svn branch:6.8 | |||||
* | Fix @since tag in UniqueSerializable Javadoc | Johannes Dahlström | 2012-11-05 | 1 | -1/+1 | |
| | | | | svn changeset:24943/svn branch:6.8 | |||||
* | Add license info to VaadinDOMImpl classes (#9428) | Johannes Dahlström | 2012-11-02 | 3 | -0/+9 | |
| | | | | svn changeset:24936/svn branch:6.8 | |||||
* | #10072 clean up map of dropped file receivers when streaming of a file starts | Henri Sara | 2012-11-02 | 1 | -3/+5 | |
| | | | | svn changeset:24935/svn branch:6.8 | |||||
* | Fixed situation where Tooltip is displayed in the wrong place if mainWindow ↵ | Tapio Aali | 2012-11-02 | 1 | -2/+4 | |
| | | | | | | is scrolled horizontally or vertically and the component is positioned in bottom/right side of the screen (#9862). svn changeset:24924/svn branch:6.8 |