summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for "Grid detail row outline overflows" (#17826)elmot2015-06-092-1/+94
* Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-094-12/+129
* Add missing since, remove unused methodTeemu Suo-Anttila2015-06-091-7/+1
* Rename grid sidebar 'opened' style to 'open' (#18120)Teppo Kurki2015-06-095-9/+9
* Fix test broken by #16556Artur Signell2015-06-094-37/+58
* Update to Atmosphere 2.2.7 (#18069)Artur Signell2015-06-083-3/+3
* Fix Grid drag selection with scrolled page (#17895)Teemu Suo-Anttila2015-06-083-23/+111
* Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-084-21/+73
* Fixes double-tap-to-open-editor issuesTeppo Kurki2015-06-081-2/+20
* Open editor on double touch (#17338)Manolo Carrasco2015-06-081-1/+11
* Don't allow null view providers (#17028)Leif Åstrand2015-06-082-1/+24
* Selection is now shown although scrollToSelectedItem is false (#16673)Matti Tahvonen2015-06-084-0/+131
* Forget GridLayout row expand ratios for removed rows (#18166)Teppo Kurki2015-06-082-5/+42
* Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-082-4/+112
* Hide sidebar when clicking outside it (#18111)Artur Signell2015-06-074-9/+47
* Render initially hidden columns correctly (#18030)Artur Signell2015-06-053-2/+125
* Insert columns using correct logical row index (#18103)Artur Signell2015-06-052-3/+57
* Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825)Artur Signell2015-06-052-0/+143
* Extract MockUI classLeif Åstrand2015-06-052-13/+47
* Format UTF-8 filenames correctly for download (#16556)Anna Miroshnik2015-06-055-41/+93
* Run local tests on localhostArtur Signell2015-06-051-1/+18
* Better error reporting when server has invalid URL encoding (#17948)Artur Signell2015-06-051-5/+31
* Convenience Window.setPosition(x,y) (#16335)Artur Signell2015-06-052-0/+22
* GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)elmot2015-06-055-616/+238
* Deprecate streaming (#14914)Artur Signell2015-06-051-5/+8
* Only set height when at least one header cell is shown (#18000)Artur Signell2015-06-052-19/+38
* Better error messages for addColumn/setColumns (#18019, #17890)Artur Signell2015-06-052-1/+65
* DND-drop-marker should not be on top of sidebar opening button #17692Pekka Hyvönen2015-06-052-6/+79
* Remove duplicate primary stylename from split panels (#17846)Teppo Kurki2015-06-053-5/+125
* Use headerCaption as default hidingToggleCaption (#18028)Teppo Kurki2015-06-057-17/+82
* Fixed CvalChecker invalid version message (#17879)Teppo Kurki2015-06-052-1/+5
* Forget GridLayout column expand ratios when removing columns (#18068)Teppo Kurki2015-06-052-1/+90
* Remove redundant array copy (#18040)Leif Åstrand2015-06-051-11/+1
* Ensure PhantomJS2 tests are run on version 2Artur Signell2015-06-041-0/+1
* Required indicator for Table now works as expected (#17294)Matti Tahvonen2015-06-043-6/+152
* Do not send value change to server for non-immediate CheckBox (#18102)Teppo Kurki2015-06-045-0/+130
* Allow specifying location of PhantomJS binaryArtur Signell2015-06-042-2/+11
* Allow arbitrary serializable types as Renderer data type (#15410)Johannes Dahlström2015-06-038-1/+94
* Fix GridEditorClientTest focus checks on IE8Teemu Suo-Anttila2015-06-031-1/+4
* Reset heartbeat timestamp when reopening UI (#18101)Leif Åstrand2015-06-033-0/+92
* Encode numeric values as JSON numbers (#18039)Leif Åstrand2015-06-035-3/+177
* Fix MenuBar handling with extremely wide first level sub menusTeemu Suo-Anttila2015-06-031-0/+6
* Use GWT CheckBoxes in MultiSelectionRenderer (#17554)Teemu Suo-Anttila2015-06-032-23/+82
* Convert a ComboBox test to TB4.7.5.0.beta3Mika Murtojarvi2015-06-032-59/+37
* Add screenshot comparison for DisabledMenuBarItemTestTeemu Suo-Anttila2015-06-022-3/+6
* Update @since tag.Mika Murtojarvi2015-06-021-1/+1
* Replaced incorrect setter/getter with prope ones and fixed declarative (#17982)Artur Signell2015-06-022-2/+47
* Refactor MenuBar handling methods to AbstractTB3TestTeemu Suo-Anttila2015-06-026-110/+80
* Properly handle readonly fields when clearing FieldGroup (#17166)Artur Signell2015-06-015-8/+146
* Fix for javadocselmot2015-06-011-22/+22