aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes exception while hiding the last Grid column (#13334)Henrik Paul2014-09-091-1/+17
| | | | Change-Id: Icdb8b9609c005a8d59a8c6f3c75523790bb65348
* Fix and unify multi-column sorting behavior (#13334)Patrik Lindström2014-09-092-99/+97
| | | | Change-Id: Idc5b66395eb132a3a0a177593f5d91a165a925de
* Fixes Escalator's insertColumns and removeColumns (#13334)Henrik Paul2014-09-092-104/+97
| | | | Change-Id: Iea02a1e9c5fd9f5efe2c33ff7821aacae9fa8a06
* Escalator test base class (#13334)Henrik Paul2014-09-093-2/+131
| | | | Change-Id: Ie3670e4d937b437dc11098746fcd4571e850355f
* Adds frozen feature to GridBasicClientFeaturesWidget (#13334)Henrik Paul2014-09-093-0/+34
| | | | Change-Id: I6142c8a6af8248c4568b836c3e62531167f30439
* Restructures Escalator testing rig (#13334)Henrik Paul2014-09-0910-1154/+798
| | | | Change-Id: I75b5e20158475b739c2d37d4fdf4865425dc3693
* Adjust active cell on body row add/remove (#13334)Teemu Suo-Anttila2014-09-092-0/+102
| | | | Change-Id: I909f5b2113d8d970a0517f100eb0a31778a62681
* Fixes a missing/superfluous row in column modifications (#13334)Henrik Paul2014-09-091-3/+17
| | | | Change-Id: If31ea7154b13daf99845757202ce7d8395af89fc
* Pass editor row enabled state in shared state (#13334)Johannes Dahlström2014-09-098-57/+160
| | | | | | | Also refactor editor row tests a bit. Include separate GWT and Vaadin test cases at least until communication is finished. Change-Id: I5fd2288e20b11ba5bc33d074f7fe086dc3f00323
* Fix ActiveCellHandler colspan support in headers and footers (#13334)Teemu Suo-Anttila2014-09-081-48/+69
| | | | Change-Id: I7812f43e8981844752f6e2730b25acab06216cc1
* Make Grid call ComplexRenderer.onActivate when needed (#13334)Teemu Suo-Anttila2014-09-085-31/+85
| | | | Change-Id: Icd2ecbdb0780ba97e0955eb7c564f8f56ca14109
* Removes confusing "rowContainers" array (#13334)Henrik Paul2014-09-081-13/+10
| | | | Change-Id: I2bac21b418e31ac90bcac766f50409bee1294998
* Use correct function for adding HeaderKeyUpHandler (#13334)Teemu Suo-Anttila2014-09-041-1/+1
| | | | Change-Id: I5768d91e621243ec956fb460c209081a32e5e839
* Optimizes adding and removing of columns (#13334)Henrik Paul2014-09-031-38/+36
| | | | | | | Previously, the scrollbar logic was evaluated once per RowContainer, which is just silly. Change-Id: I71ea144054c08b61836ae22ac6c3f6199fa7f524
* Merge "Merge remote-tracking branch 'origin/master' into grid" into gridHenrik Paul2014-09-03141-1867/+5159
|\
| * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-03141-1867/+5159
| |\ | | | | | | | | | | | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
| | * Keyboard scrolling in multiselection mode fixed (#14094)mtzukanov2014-09-021-30/+20
| | | | | | | | | | | | | | | | | | Limiting focusing to single item selections. Change-Id: I12403ddd76fb1eac44d8eca82f251b2b8097b16a
| | * Add SubPart support to VaadinFinderLocatorStrategy (#13980)Teemu Suo-Anttila2014-09-023-6/+34
| | | | | | | | | | | | | | | | | | This also fixes recorder issues with negative indices Change-Id: I1d3fceaf11aed743a957fe72e7ab60c13d7fc5e1
| | * Table handles both onMouseDown and onMouseUp events (#14347)Guillermo Alvarez2014-09-013-99/+411
| | | | | | | | | | | | | | | | | | | | | | | | Now it has the same behaviour that the layout, and checks that the element under the mouse matches to complete the click action Change-Id: I9c61dac24479913c1bb1094edaf8878749984342
| | * Fix to Valo menu for iOS (make the header visible)Jouni Koivuviita2014-09-012-0/+14
| | | | | | | | | | | | Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
| | * Use setHideEmptyRowsAndColumns to match old screenshots (#14392)Leif Åstrand2014-08-302-0/+2
| | | | | | | | | | | | Change-Id: Ifd735d55c768c351359f0b65de05da0e701f099c
| | * Revert to old capitalization to avoid git issues (#8942)Leif Åstrand2014-08-305-8/+8
| | | | | | | | | | | | | | | | | | | | | Git on OS X seems to have problems with changing between branches with the old and new casing of the two json related files. Changing back to the old names to avoid issues when changing branches. Change-Id: I948395a7ce725db4116fe0e7ac1a23628dc659c7
| | * Fetch prerelease tickets for rc and final releases (#14552)Leif Åstrand2014-08-301-3/+34
| | | | | | | | | | | | Change-Id: Ifd7f515c02c41a84cfa9401b85548a47c6412463
| | * Fix GridLayout layout issue with empty rows above a component (#14554)Artur Signell2014-08-303-2/+199
| | | | | | | | | | | | | | | | | | * Issue introduced in 8476b57ce2261313f47b21764ddc02cc128b2fd4 Change-Id: Ie84489aac4553e70e7e80561aec748a874a85653
| | * Valo Sass API documentation, part 2Jouni Koivuviita2014-08-3011-213/+729
| | | | | | | | | | | | Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd
| | * First batch of Valo Sass API documentation, plus bug fixesJouni Koivuviita2014-08-3036-403/+1576
| | | | | | | | | | | | | | | | | | | | | Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
| | * Output legacy locators for TestBench Recorder (#14102).Mika Murtojarvi2014-08-292-94/+114
| | | | | | | | | | | | | | | | | | This fixes a regression in Recorder. Change-Id: I3c9d5939d3f1b41bd5ea8d80acbbb017b6baa062
| | * Update DateCellDayEvent size on updateSizes in Connector (#13233).Denis Anisimov2014-08-295-29/+261
| | | | | | | | | | | | Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865
| | * Increase datefield calendarpanel selected date text contrastJouni Koivuviita2014-08-291-0/+1
| | | | | | | | | | | | | | | | | | Make the text easier to read. Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
| | * Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)Johannes Dahlström2014-08-283-3/+3
| | | | | | | | | | | | Change-Id: Ifcfe1f90b795072c12d3118db33f3df6c96c568b
| | * Revert "Make getMouseEvent() method available in the TargetDetailsImpl ↵Markus Koivisto2014-08-289-380/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | (#13416)." This reverts commit 9ea4409bbe7079887a5a3c497494d4986ddabefd. The commit fails its own tests on IE and Firefox. Change-Id: I443f8d1b9ce322124b19d74bbeb2e6780bbff201
| | * Use sass-compiler 0.9.10 (#14524)Artur Signell2014-08-281-1/+1
| | | | | | | | | | | | Change-Id: Ib8c753c59c52421ce9d6a86a407cb9694ee4f5a8
| | * Fix PROGRESSBAR_POINT typo (#14502)Leif Åstrand2014-08-281-1/+1
| | | | | | | | | | | | Change-Id: If2fff98f743ce6b4799b2161c32bf63da7acb3c5
| | * Ignore files from the classpath for scss cache timestamps (#14506)Leif Åstrand2014-08-271-3/+13
| | | | | | | | | | | | Change-Id: I82e3caef915b6a8683608f1834130468b3f16dbf
| | * LayoutClickListener test rewrite from TB2Heikki Ohinmaa2014-08-273-270/+213
| | | | | | | | | | | | | | | | | | | | | Added log line numbers, as in this case they might provide information pertinent to the test. Change-Id: Iedea8f71cfb5488b510932b3ce4154ee0443c29b
| | * Update TabsheetState.tabs to be declared as List (#14512)Leif Åstrand2014-08-271-1/+2
| | | | | | | | | | | | Change-Id: I53055ed64e0e9764b48edbc492dae5f16e1dd9bd
| | * Fixed creation of "appError" json object with nullable url (#8942)Taras Hupalo2014-08-271-1/+5
| | | | | | | | | | | | Change-Id: I401d4df4cc089ea1f0988dfd670b0823fc06f8a4
| | * Add theme class name in init to prevent delay for embedded apps (#14517)Artur Signell2014-08-271-0/+4
| | | | | | | | | | | | Change-Id: I73bf41ca493f76d0a4caa82464ef3c63b3d7f055
| | * Dev mode launch based on Super Dev Mode launch (#14443)Artur Signell2014-08-271-17/+12
| | | | | | | | | | | | Change-Id: Ic40ec59317b0f1a7c035963c147225c85a8e049d
| | * Log theme loading error when it happens and not later (#14517)Artur Signell2014-08-271-2/+2
| | | | | | | | | | | | Change-Id: I0d19e1c53dfe48a9a501ff25c19318b96c96ef3b
| | * Fix super dev mode launch (#14443)Artur Signell2014-08-272-16/+10
| | | | | | | | | | | | Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494
| | * Remove debug loggingArtur Signell2014-08-261-4/+0
| | | | | | | | | | | | Change-Id: I8a77fbc3b3d9541e30ac9fee01b1111a4e243b8a
| | * replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-2645-511/+510
| | | | | | | | | | | | Change-Id: I4809fbbdb48f3e36c8e1da8552ff3fa734714105
| | * Handle all native events in preview handler for Combobox popup (#14321).Denis Anisimov2014-08-263-0/+161
| | | | | | | | | | | | Change-Id: Ibad2f45fb81d9573125fbc786bd3493ac6cdfc00
| | * Postpone shortcut action handler initialization in PopupView (#14275).Denis Anisimov2014-08-253-9/+204
| | | | | | | | | | | | Change-Id: I233a63fac4f1afe3f99105ac6dfbbbb38f9b9fad
| | * Make getMouseEvent() method available in the TargetDetailsImpl (#13416).Denis Anisimov2014-08-259-10/+380
| | | | | | | | | | | | Change-Id: Ie2b142fbfbe690aad741c668480e9bb3a1898fb5
| | * Improve the selection tab algorithm after removing the selected tabBogdan Udrescu2014-08-253-0/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#6876) New protected method TabSheet.selectedTabIndexAfterTabRemove where anyone can implement his/hers own algorithm for selecting a new tab. Change-Id: I6a3dd62e7fc84e4dacb08d30d567f357678dd7e4
| | * Remove defunct __gwt_historyFrame (#11560)Leif Åstrand2014-08-251-8/+0
| | | | | | | | | | | | Change-Id: Id3829562f7bb898ee0df873de90f0339ad06adff
| | * CalendarNotifications test rewriteHeikki Ohinmaa2014-08-254-41/+289
| | | | | | | | | | | | Change-Id: I78f8b0c6a762541f62a3881ce8abb52837d1cad9
| | * Enable assertions in widgetsets built with ide.xml (#14431)Johannes Dahlström2014-08-221-3/+7
| | | | | | | | | | | | | | | | | | Also add property to customize log level. Change-Id: I817400aec13fe2b12c382d97b404c08b06dc263a