aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components
Commit message (Expand)AuthorAgeFilesLines
* Split GridBasicFeaturesTest to sub testsTeemu Suo-Anttila2014-07-155-278/+362
* Implement active cell painting and mouse interaction (#13334)Teemu Suo-Anttila2014-07-151-0/+66
* Rename scrollToItem to scrollTo (#13334)Leif Åstrand2014-07-151-1/+1
* Add TestCategory annotation for GridClientRenderers testTeemu Suo-Anttila2014-07-101-0/+2
* Server-side programmatic sort updates sort indicators in the UI (#13334)Leif Åstrand2014-07-101-0/+22
* Add server-side SortOrderChangeEvent support (#13334)Leif Åstrand2014-07-102-1/+18
* GridConnector sends user sort events to the server (#13334)Leif Åstrand2014-07-101-1/+52
* Fix modifying rows in GridBasicFeaturesTeemu Suo-Anttila2014-07-101-5/+16
* Server-side sorting updates data on client-side (#13334)Teemu Suo-Anttila2014-07-102-6/+86
* Removes the version number from @since in Grid classes (#13334)Henrik Paul2014-07-083-3/+3
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-089-66/+270
|\
| * Modified test case to work around bug preventing popup to close in IE (#14086)Anthony Guerreiro2014-07-071-1/+21
| * Remove shadow div for Overlay elements except IE8 (#9303).Henri Sara2014-07-032-0/+17
| * Disabled shadow divs. Instead use css box-shadow (#13885)Dmitrii Rogozin2014-07-023-3/+130
| * Refactor GridLayout tests (#14044)Dmitrii Rogozin2014-07-023-52/+86
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-011-10/+16
* | Increase simulated latency in GridClientRenderers testTeemu Suo-Anttila2014-07-081-27/+28
* | Fix GridSingleColumnTest & CustomRendererTestTeemu Suo-Anttila2014-07-072-0/+4
* | Fix GridClientColumnRenderers test (#13334)Teemu Suo-Anttila2014-07-071-5/+1
* | Fix setting SelectionMode on application start (#13334)Teemu Suo-Anttila2014-07-072-1/+18
* | Adds key-related helper methods to Renderers. (#13334)Henrik Paul2014-07-044-5/+80
* | Make Grid scroll as the selection drag happens near an edge. (#13334)Henrik Paul2014-07-031-2/+18
* | Client now recognizes server-side selection model changes. (#13334)Henrik Paul2014-07-031-0/+14
* | Clean up test code for selection column (#13334)Henrik Paul2014-07-031-8/+0
* | Implement Grid client-side ListSorter (#13334)Patrik Lindström2014-07-011-1/+52
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-0137-1231/+1220
|\|
| * Add a missing check for user-initiated column resizing in VScrollTable (#13432)Juho Nurminen2014-06-301-14/+44
| * Change DateFieldReadOnlyTest to use a initial reference instead of reusing re...Sauli Tähkäpää2014-06-271-1/+1
| * Fix compilation errorArtur Signell2014-06-261-1/+1
| * IE11 now uses synchronous loading of script instead of async with preloading....Mikael Grankvist2014-06-264-0/+153
| * Revert "Add scrollbars to ComboBox suggestion popup if low on screen estate (...Sauli Tähkäpää2014-06-262-172/+0
| * Fix wrong width on event resize in Vaadin Calendar (#13961)Anthony Guerreiro2014-06-252-0/+256
| * Fix moving a single component inside a split panel (#11920)Artur Signell2014-06-242-0/+119
| * Basic TestBench test for UploadArtur Signell2014-06-241-0/+128
| * Upgrade tooltip tests from TB2 to TB4 (#14019)Juuso Valli2014-06-237-717/+2
| * Refactor DateFieldReadOnlyTest to use a predefined locale with 24h time.Sauli Tähkäpää2014-06-231-3/+6
| * Fix regression with DnD tooltips (#7766)Juuso Valli2014-06-232-187/+0
| * Update RichTextArea editor height on resize (#11320)Tomi Virkki2014-06-212-0/+113
| * Convert MoveComponentsFromGridLayoutToInnerLayoutTest to TB4. (#8855)Sauli Tähkäpää2014-06-193-44/+29
| * Bug fix menu navigation with space (#14041)Dmitrii Rogozin2014-06-181-7/+10
| * Refactor CheckBoxRcpCountTest to be more stable.Sauli Tähkäpää2014-06-181-9/+22
| * Fixed an NPE while changing a DateField from 24 to 12h clock (#13722)Teemu Pöntelin2014-06-182-0/+144
| * Change PhantomJS to run on Linux instead of Windows.Sauli Tähkäpää2014-06-184-86/+90
| * Fix for unnecessary RPC request when clicking on CheckBox label (#8259)Teemu Pöntelin2014-06-172-0/+112
* | Add connectors for server-side Renderers (#13334)Henrik Paul2014-06-271-11/+54
* | Send selection between server and client (#13334)Henrik Paul2014-06-273-0/+101
* | Allow turning sorting on/off for columns #13334John Ahlroos2014-06-271-0/+15
* | Implement Grid client-side Sorting API (#13334)Patrik Lindström2014-06-261-4/+20
* | Change row data type from String[] to String (#13334)Henrik Paul2014-06-263-0/+138
* | Don't use alerts in GridClientRenderers testJohn Ahlroos2014-06-181-23/+8