aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-123-3/+936
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1d16260be7b15c9fbdbfdd8f51e50e9f34e96272
| | * | | | | | | | | | | Do not prefix generated styles (#13334)Artur Signell2014-12-122-57/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unprefixed styles are easier to use, are consistent with header styles and multiple styles are consistent instead of the first one being prefixed. Change-Id: I9ef7502e2e9ece33982f6bf563f95458bf6ea63d
| | * | | | | | | | | | | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-123-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds a callback to requestRows so implementors know what to do when receiving data - Guestimate the initial amount of available rows so an initial request can be made before the actual size is known Change-Id: Iba44eab1695e3ff9947a4e7ed16eee55af98fec4
| | * | | | | | | | | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-122-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3aa86364b61d42f971c4fca2b4c4895ddae870c4
| | * | | | | | | | | | | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I382ad0bcb192f44270eb60ec70d9141e8dd463f5
| | * | | | | | | | | | | Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-114-44/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic7cec3c3750db8a2e0b23a4d38f63e9642999e3e
| | * | | | | | | | | | | Flatten client-side EditorRow API (#13334)Johannes Dahlström2014-12-111-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I44d8bf004616473481056bdaaa082a898b71438e
| | * | | | | | | | | | | Fix GridColumnAutoWidthClient test to use TestWidgetComponent (#13334)Teemu Suo-Anttila2014-12-114-38/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9189e0a547d2a40ebb61b30870194c27dd775b7c
| | * | | | | | | | | | | Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-114-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I80370f05cfa8123d64728abd5ede9642931e0cd8
| | * | | | | | | | | | | Create harness for testing standalone widgets (#13334)Leif Åstrand2014-12-1113-157/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4cce45280c1b55f1c6e3efe7ea9485f2cf25d08a
| | * | | | | | | | | | | Add missing TestCategory annotations (#13334)Teemu Suo-Anttila2014-12-116-28/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iebae8ebe7fae01f886440b4f31e3a916c352baa8
| | * | | | | | | | | | | Avoid eager cache refresh after insert and remove (#13334)Leif Åstrand2014-12-112-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By doing the cache coverage check lazily, multiple inserts or removes happening "at the same time" can be taken into account when deciding which rows to fetch. Change-Id: I25c8248a1ec4cae76484c959efd474c9a880d329
| | * | | | | | | | | | | Split and capitalize header captions by defaultArtur Signell2014-12-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only done on the server side where we have property ids to generate the default headers from. On the client side you must always specify the header. Change-Id: Ic743fb3f52517116193b022cfdd2df7dea8dd487
| | * | | | | | | | | | | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-102-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I64ef6bf6b89e2bfe9704cc81f3caf3b0f4271656
| | * | | | | | | | | | | GridColumns can resize-to-fit. (#13334)Henrik Paul2014-12-1015-24/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SelectionColumns do that now automatically. Colspanned cells get ignored Change-Id: Ie427ba8df43ad84786c381def8cec216297feb06
| | * | | | | | | | | | | Introduce GridClickEvents and handlers (#13334)Teemu Suo-Anttila2014-12-101-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also adds body cell click selecting to single selection model to test this feature. Change-Id: I06819799c97457dc0e7bd38dd5855eb33ba91943
| | * | | | | | | | | | | Remove selection column from single selection model (#13334)Teemu Suo-Anttila2014-12-101-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch makes some changes to selection model logic and refactors the space selection handling from MultiSelectionRenderer to its own class. Change-Id: I5c4a7d68531a8b4f38991719ae54c9f87119e9a4
| | * | | | | | | | | | | Don't set frozen column count before columns have been updated (#13334)Leif Åstrand2014-12-102-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I63ab65dad6dacfb5dafe55147c18d3e4ec0e36a5
| | * | | | | | | | | | | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-102-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit just flattens the EditorRow class into Grid without changing any behavior. isEditing() was changed to isEditorRowActive() since isEditorRowEditing() didn't make any sense. Some javadocs have also been slightly tweaked. Change-Id: I7c266328ea93bde3e476bfb6e4d594469de26c76
| | * | | | | | | | | | | Fix broken import (#13334)Leif Åstrand2014-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib6c4394d40eb6d43c7b757bf2b65b7d2bac212bd
| | * | | | | | | | | | | Add Grid.addRow (#13334)Leif Åstrand2014-12-092-0/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2c317b920d29ca8a74658ef3b980c6bc2a7622ac
| | * | | | | | | | | | | Move GridElement to appropriate package (#13334)Teemu Suo-Anttila2014-12-0922-26/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I868635f057680be4ee5b995155e7f3f48f375819
| | * | | | | | | | | | | Allow limiting server-side selection size (#13334)Leif Åstrand2014-12-091-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refactors the handling of selections received from the client to cope with situations where the requested selection was not applied even though there were no additional selection events. Change-Id: Ia3b5b2ac228caa3755217deb38841cdfb5d63113
| | * | | | | | | | | | | Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-083-11/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5ad2d16b51f011004bb343a19b28b83d90c67c09
| | * | | | | | | | | | | Continue rendering after exception (#13334)Leif Åstrand2014-12-082-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic482aeaecff23ead3c00ee2f4d0c551523143c85
| | * | | | | | | | | | | Move Grid related renderer to com.vaadin.client.connectors (#13334)Henrik Paul2014-12-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia2b74c6d6b99ef9ec5aa0d41956c55ebd8a2615a
| | * | | | | | | | | | | Flatten Header and Footer API into client-side Grid (#13334)Teemu Suo-Anttila2014-12-082-40/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I70d6d79efbf8d6b14d89d836779cbf16173887fc
| | * | | | | | | | | | | Rename SortEventHandler to better match GWT conventions (#13334)Teemu Suo-Anttila2014-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ice2452ab2f1c48c4bcac2bc84dc25135ed458bbf
| | * | | | | | | | | | | Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-083-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5f19b8b03362035b4217dcda626d368559fc424d
| | * | | | | | | | | | | Properly destroy and init cells when changing column order (#13334)Leif Åstrand2014-12-082-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I79aa8fc5f68a7f876f4f3371231df795210f37d4
| | * | | | | | | | | | | Refactor frozen column API (#13334)Leif Åstrand2014-12-054-23/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0c9528d2a4b2de2bcd5a6a6e70b1821eb142c4cc
| | * | | | | | | | | | | Remove Column visibility setting from client side (#13334)Teemu Suo-Anttila2014-12-052-98/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I30abbd5d1c10c6532c9289aeb375ad5edb0fe818
| | * | | | | | | | | | | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-053-48/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2ef97672dd2085e9178f44fce39ead40bd84713c
| | * | | | | | | | | | | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-055-12/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes breaking tests for Reindeer changes. Change-Id: I18b3434b70f7bc3c0fd736e86f9008265f82018e
| | * | | | | | | | | | | Add server-side CellStyleGenerator (#13334)Leif Åstrand2014-12-042-1/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id12f1135673d93fddd0a59d26b1c546a0ef0ee1d
| | * | | | | | | | | | | Hardens the logic in Escalator scrolling (#13334)Henrik Paul2014-12-041-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filtering a Grid broke Escalator's scrolling. This probably has to do with several row-modifications combined with scrolling and adjustments. The previous method had the possibility for ridiculous adjustments, going out of bounds. This makes the changes absolute rather than relative. Change-Id: Id52f2d481bcaacf80af1c0e7ae28ac2ee3dbcae0
| | * | | | | | | | | | | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If5431f81e4e799508eb6a067748dec356de43b2f
| | * | | | | | | | | | | Add client-side CellStyleGenerator (#13334)Leif Åstrand2014-12-042-0/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib7c59d67ac9312c3de3cb21ceafe12e70c98c4cf
| | * | | | | | | | | | | Allow setting style name for header/footer rows (#7225)Artur Signell2014-12-042-9/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I798e26b0a734c3c460b4e458d04332c7a3b599fc
| | * | | | | | | | | | | Fix Escalator testing with assert enabled on PhantomJS (#13334)Teemu Suo-Anttila2014-12-037-58/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6a5eb39c44873932bdde3a229f7ed52bc7c4df8c
| | * | | | | | | | | | | Allow setting style names for header and footer cells (#7225)Artur Signell2014-12-012-0/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ieb8f5b36466a2d579e9c82f16613f6bc8952c831
| | * | | | | | | | | | | Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-013-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3b160a265fe8bd16a97f895a05dc5e3a78314e07
| | * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-2821-332/+716
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1983d8a8c86caf75c4f5d32ee9367bbd6d58057c
| | * | | | | | | | | | | | Removing more than pageful in Escalator doesn't break anymore (#13334)Henrik Paul2014-11-273-1/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4872766d9ed49d4a0765d28ed00e84cecf24dda4
| | * | | | | | | | | | | | Flatten Header and Footer API to be part of Grid API (#13334)Teemu Suo-Anttila2014-11-272-38/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I69975f0bbce0c026f68d06c30c77a3df00fad063
| | * | | | | | | | | | | | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-2611-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I326847fd190003af9125d1386b21d9ccfc6c36c2
| | * | | | | | | | | | | | Fix subparts for merged cells (#13334)Teemu Suo-Anttila2014-11-256-18/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifa7fc4584cd74d0b3675e6e82a9ad98db8c46d5f
| | * | | | | | | | | | | | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-252-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements simple error handling for broken headers and footers in client side. Change-Id: Ic1f1709720fa0b85e5c4c807462a9f9c7eb6f00e
| | * | | | | | | | | | | | Fix event handling when Grid is inside a Composite (#13334)Johannes Dahlström2014-11-258-3/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2092e6a4afc3d67f74f2971af0f410012cb62008
| | * | | | | | | | | | | | Add @NoLayout annotation (#12936)Leif Åstrand2014-11-256-0/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds support for @NoLayout and updates most framework components to use the annotation where it makes sense Change-Id: I99320a6aa6de717da5f2463dd8acfcd412165767