Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #5535 "Clicking on a menubar show a visible focus" | Jouni Koivuviita | 2011-05-19 | 2 | -19/+26 |
| | | | | svn changeset:18908/svn branch:6.6 | ||||
* | Fixes #6745 "Connectors for Tree" | Jouni Koivuviita | 2011-05-19 | 9 | -35/+283 |
| | | | | svn changeset:18907/svn branch:6.6 | ||||
* | Reverted accidental uncommented commit. Proper commit coming next. | Jouni Koivuviita | 2011-05-19 | 1 | -38/+25 |
| | | | | svn changeset:18906/svn branch:6.6 | ||||
* | svn changeset:18904/svn branch:6.6 | Jouni Koivuviita | 2011-05-19 | 1 | -25/+38 |
| | |||||
* | #5547 Table horizontal scroller goes out of sync in Chrome when changing ↵ | Henri Sara | 2011-05-18 | 1 | -1/+21 |
| | | | | | | visible columns svn changeset:18881/svn branch:6.6 | ||||
* | Fixes issue with menubar submenu overflowing right edge of the screen in ↵ | John Alhroos | 2011-05-18 | 1 | -5/+3 |
| | | | | | | IE/and causing scrollbars #5547 svn changeset:18878/svn branch:6.6 | ||||
* | Fix for #6216 "refreshing page causes size-full components grow out of ↵ | Jouni Koivuviita | 2011-05-18 | 1 | -25/+25 |
| | | | | | | | | containing window" Updating of caption is done before calling client.updateComponent (and hence before possible sizing and size measurements). svn changeset:18872/svn branch:6.6 | ||||
* | fixes #6956 | Matti Tahvonen | 2011-05-10 | 2 | -14/+24 |
| | | | | svn changeset:18734/svn branch:6.6 | ||||
* | Incremented development version number to 6.6.1. | Marko Grönroos | 2011-05-09 | 1 | -1/+1 |
| | | | | svn changeset:18708/svn branch:6.6 | ||||
* | finetuning #6848 to work more stable | Matti Tahvonen | 2011-05-09 | 1 | -2/+9 |
| | | | | svn changeset:18696/svn branch:6.6 | ||||
* | removed unnecessary workaround for liferays body style position:relative | Matti Tahvonen | 2011-05-06 | 1 | -28/+0 |
| | | | | svn changeset:18673/svn branch:6.6 | ||||
* | Corrections to the Release Notes. For #6327. | Marko Grönroos | 2011-05-06 | 1 | -27/+7 |
| | | | | svn changeset:18667/svn branch:6.6 | ||||
* | fixes #6848 | Matti Tahvonen | 2011-05-06 | 1 | -0/+34 |
| | | | | svn changeset:18666/svn branch:6.6 | ||||
* | isolating #6911 related hack to only grid layout and ordered layouts which ↵ | Matti Tahvonen | 2011-05-06 | 1 | -1/+3 |
| | | | | | | are most likely to face the issue svn changeset:18657/svn branch:6.6 | ||||
* | a possible fix for #6911 | Matti Tahvonen | 2011-05-05 | 1 | -0/+5 |
| | | | | svn changeset:18655/svn branch:6.6 | ||||
* | Updated Release Notes: more details in upgrading. For #6327. | Marko Grönroos | 2011-05-05 | 1 | -6/+27 |
| | | | | svn changeset:18651/svn branch:6.6 | ||||
* | Renamed a method based on review #6936 | Jonatan Kronqvist | 2011-05-05 | 4 | -13/+15 |
| | | | | svn changeset:18647/svn branch:6.6 | ||||
* | Fixes #6936 - extended the browser info timezone api | Jonatan Kronqvist | 2011-05-05 | 7 | -22/+169 |
| | | | | svn changeset:18646/svn branch:6.6 | ||||
* | Removed unnecessary code that slipped by in the fix for #6924 | Jonatan Kronqvist | 2011-05-05 | 1 | -3/+0 |
| | | | | svn changeset:18637/svn branch:6.6 | ||||
* | Fixes #6924 - focus outlines and keyboard navigation now work correctly in ↵ | Jonatan Kronqvist | 2011-05-05 | 1 | -38/+50 |
| | | | | | | non-selectable trees svn changeset:18635/svn branch:6.6 | ||||
* | Added GWT dependency jars to build-widgetset.xml, together with some ↵ | Marko Grönroos | 2011-05-04 | 1 | -13/+17 |
| | | | | | | cleanup. For #6803. svn changeset:18629/svn branch:6.6 | ||||
* | fixes #4014. Also modified poller to avoid adding variable burst to queue in ↵ | Matti Tahvonen | 2011-05-04 | 1 | -1/+5 |
| | | | | | | case a request is currently pending. Avoids unneccessary server visit in case e.g server is overloaded for some reason (or e.g developer is debugging code on the server side). svn changeset:18628/svn branch:6.6 | ||||
* | Table is now in multiselectmode.SIMPLE always on touch devices. | Matti Tahvonen | 2011-05-04 | 2 | -3/+11 |
| | | | | svn changeset:18626/svn branch:6.6 | ||||
* | Enhanced javadoc | Matti Tahvonen | 2011-05-04 | 1 | -1/+10 |
| | | | | svn changeset:18623/svn branch:6.6 | ||||
* | Updated upgrading instructions in Release Notes and mentioned GWT validation ↵ | Marko Grönroos | 2011-05-03 | 1 | -15/+62 |
| | | | | | | dependency libraries. For #6900 and #6327. svn changeset:18620/svn branch:6.6 | ||||
* | fixes #6881, VUpload now creates a fresh target frame if the server side ↵ | Matti Tahvonen | 2011-05-03 | 1 | -0/+9 |
| | | | | | | reports the upload should be ready to receive svn changeset:18618/svn branch:6.6 | ||||
* | #6918 mentioned in release notes | Henri Sara | 2011-05-03 | 1 | -0/+1 |
| | | | | svn changeset:18615/svn branch:6.6 | ||||
* | #6918 Test case for CheckBox with null value | Henri Sara | 2011-05-03 | 2 | -0/+138 |
| | | | | svn changeset:18613/svn branch:6.6 | ||||
* | #6918 CheckBox/Button in switch mode should support null value | Henri Sara | 2011-05-03 | 1 | -9/+4 |
| | | | | svn changeset:18604/svn branch:6.6 | ||||
* | #6286 Getters for fields of SimpleStringFilter to enable creation of lazy ↵ | Henri Sara | 2011-05-03 | 1 | -0/+48 |
| | | | | | | implementations svn changeset:18601/svn branch:6.6 | ||||
* | #6694 Updated to GWT 2.3.0 | Artur Signell | 2011-05-03 | 1 | -1/+1 |
| | | | | svn changeset:18593/svn branch:6.6 | ||||
* | #6834 improvements to the test case | Henri Sara | 2011-05-03 | 1 | -15/+19 |
| | | | | svn changeset:18590/svn branch:6.6 | ||||
* | maybe fixes #6834 (can't reproduce as described, but this fixes an other ↵ | Matti Tahvonen | 2011-05-02 | 2 | -7/+44 |
| | | | | | | related (possibly same) issue with Firefox 4) svn changeset:18588/svn branch:6.6 | ||||
* | merged test case for #6834 to 6.6 | Matti Tahvonen | 2011-05-02 | 1 | -0/+188 |
|\ | | | | | | | svn changeset:18587/svn branch:6.6 | ||||
| * | Renamed tests to use the same style as other integration tests. Related to ↵ | Artur Signell | 2011-04-26 | 1 | -2/+2 |
| | | | | | | | | | | | | earlier commit svn changeset:18459/svn branch:6.5 | ||||
| * | test case | Matti Tahvonen | 2011-04-21 | 1 | -0/+188 |
| | | | | | | | | svn changeset:18426/svn branch:6.5 | ||||
| * | Renamed tests to use the same style as other integration tests | Artur Signell | 2011-04-21 | 2 | -0/+0 |
| | | | | | | | | svn changeset:18422/svn branch:6.5 | ||||
| * | fixes #6259 (typo in field name) | Matti Tahvonen | 2011-04-20 | 1 | -12/+12 |
| | | | | | | | | svn changeset:18418/svn branch:6.5 | ||||
| * | #6748 Documenting how debug id can currently be used | Matti Tahvonen | 2011-04-20 | 1 | -0/+5 |
| | | | | | | | | svn changeset:18416/svn branch:6.5 | ||||
| * | fixes #6320 | Matti Tahvonen | 2011-04-20 | 2 | -1/+326 |
| | | | | | | | | svn changeset:18414/svn branch:6.5 | ||||
| * | fixes #5824 | Matti Tahvonen | 2011-04-20 | 1 | -1/+1 |
| | | | | | | | | svn changeset:18412/svn branch:6.5 | ||||
| * | fixes #6642 | Matti Tahvonen | 2011-04-20 | 1 | -14/+16 |
| | | | | | | | | svn changeset:18410/svn branch:6.5 | ||||
| * | fixes #6866 | Matti Tahvonen | 2011-04-19 | 1 | -6/+10 |
| | | | | | | | | svn changeset:18398/svn branch:6.5 | ||||
| * | typo | Matti Tahvonen | 2011-04-19 | 1 | -1/+1 |
| | | | | | | | | svn changeset:18397/svn branch:6.5 | ||||
| * | test script for #6866 | Matti Tahvonen | 2011-04-19 | 1 | -0/+67 |
| | | | | | | | | svn changeset:18396/svn branch:6.5 | ||||
| * | test case for #6866 | Matti Tahvonen | 2011-04-19 | 1 | -0/+55 |
| | | | | | | | | svn changeset:18395/svn branch:6.5 | ||||
| * | Incremented development version number to 6.5.7. | Marko Grönroos | 2011-04-18 | 1 | -1/+1 |
| | | | | | | | | svn changeset:18365/svn branch:6.5 | ||||
| * | fixes #6861, regression from #6772 | Matti Tahvonen | 2011-04-18 | 2 | -3/+3 |
| | | | | | | | | svn changeset:18364/svn branch:6.5 | ||||
| * | test script for #6376 | Matti Tahvonen | 2011-04-18 | 1 | -0/+37 |
| | | | | | | | | svn changeset:18361/svn branch:6.5 | ||||
| * | fixes #6376 | Matti Tahvonen | 2011-04-18 | 1 | -1/+1 |
| | | | | | | | | svn changeset:18359/svn branch:6.5 |