summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use div instead of notice to avoid UI removing it (#14597)7.3.1Manolo Carrasco2014-09-161-15/+63
| | | | Change-Id: I70cf7f310ee8238a6846316d8c85b3ae4abfd67d
* Fix themes build script not to overwrite all theme files on every iteration. ↵Sauli Tähkäpää2014-09-161-5/+5
| | | | | | (#14575) Change-Id: I58d19f7f5c9e45068b6cc8a7356e41d5d5bce5b6
* Improve proxy comparison support (#14639)Juuso Valli2014-09-152-6/+75
| | | | Change-Id: I114ea5bf9d55c78826c1163206caf585b96143ef
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-1514-21/+53
| | | | | | Comparisons with the ==-operator between a proxy and it's underlying instance fail, so we should use a custom equals method instead. Change-Id: Iaa86ae830fecbedfb1f55636e25f5affebf5aba3
* Add missing comments. (#14482, #14565)Sauli Tähkäpää2014-09-152-1/+2
| | | | Change-Id: I647bc8105cbcd13dd1a0c291a9df01f5f43dd65a
* Update to Atmosphere 2.1.2.vaadin5 (#13877)Sergey Budkin2014-09-153-3/+3
| | | | | | | | New version of vaadin atmosphere, picked change from main codebase: https://github.com/Atmosphere/atmosphere/commit/9eeb5768 Tested manually against Jetty 9.2.3 Change-Id: I90f4a90b1ff651cc475eb01c2156d3c58abd8c2c
* URI to cval file was wrong in Windows (#14629)Manolo Carrasco2014-09-121-4/+5
| | | | Change-Id: Ifdcf8bcaf6f613660b185501be92eec0b43700b5
* TextFields inside Drag and Drop Wrappers cannot get focus (#12838)denis.magdenkov2014-09-123-2/+147
| | | | | | Add detection logic to distinguish bweteen click and drag. Change-Id: I43129183e990266243bfaafe83396f52b09b16d4
* Set title to empty string for Upload if tooltip is used (#14482).Denis Anisimov2014-09-124-0/+130
| | | | Change-Id: Id9cc9d644772af923d3f5307ea4123df8666a489
* Fix slider inside table is not accessible.(#13681)Anna Miroshnik2014-09-123-28/+126
| | | | | | | some fixes after review. HiddenSliderHandle extends AbstractTestUI instead of UI now. Change-Id: I83578014ae83219941da745e8373614854c937d7
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-123-3/+169
| | | | | | | | When the UI had an invalid string the ValueChange event was fired before setting all the flags causing an invalid isValid result when handling ValueChange. Now the event is fired after the flags are set. Change-Id: Ie4e6ba21edc81bf41c2c661aa27e0ace71e1bef0
* Fix Valo DateField rendering in read-only FieldGroups (#14603)Heikki Ohinmaa2014-09-124-18/+26
| | | | Change-Id: Icb05cffe68b948777036e282a2055e3343de9252
* Dev mode launch based on Super Dev Mode launch (#14443)Artur Signell2014-09-121-17/+12
| | | | Change-Id: Ic40ec59317b0f1a7c035963c147225c85a8e049d
* Fix super dev mode launch (#14443)Artur Signell2014-09-122-16/+10
| | | | Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494
* Fix potential invalid JSON output in MetadataWriter (#14591)Johannes Dahlström2014-09-122-0/+15
| | | | Change-Id: I90ec428ae11727b9762d53ebb8d94f8c850c425b
* Update DateCellDayEvent size on updateSizes in Connector (#13233).Denis Anisimov2014-09-125-29/+261
| | | | Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865
* StreamResource methods equals() and hashCode() are corrected (#14027).Denis Anisimov2014-09-122-8/+62
| | | | Change-Id: I68a629a29cc0d6efd2dd7788875a1dc4182ee6bf
* Fixes invalid JavaDoc for DeferredWorker (#14625)Henrik Paul2014-09-121-2/+5
| | | | Change-Id: I479f9e743849abf63ca898a7d6b11e4d4f94dada
* Add SubPart support to VaadinFinderLocatorStrategy (#13980)Teemu Suo-Anttila2014-09-123-6/+34
| | | | | | This also fixes recorder issues with negative indices Change-Id: I1d3fceaf11aed743a957fe72e7ab60c13d7fc5e1
* Override IE disabled style for text field (#14565)Mikael Grankvist2014-09-124-4/+112
| | | | Change-Id: Ie48e56666c43450c47015067879fdc604c7ac843
* calendar visible hours shows invalid dates(week/day view) (#12521)Anna Miroshnik2014-09-126-35/+262
| | | | | | Fix: test fails on phantomJs. Change-Id: I70179c249a180a795e14683e4185068d5395762b
* Output legacy locators for TestBench Recorder (#14102).Mika Murtojarvi2014-09-122-94/+114
| | | | | | This fixes a regression in Recorder. Change-Id: I3c9d5939d3f1b41bd5ea8d80acbbb017b6baa062
* Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)Johannes Dahlström2014-09-123-3/+3
| | | | Change-Id: Ifcfe1f90b795072c12d3118db33f3df6c96c568b
* Table handles both onMouseDown and onMouseUp events (#14347)Guillermo Alvarez2014-09-123-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
* Pass (x,y) coordinates for button click triggered via keyboard (#12650).Denis Anisimov2014-09-123-2/+194
| | | | Change-Id: I24363d34f7007650fc66f9b85d7e22a4ab10bb6b
* Tree item fails with ItemClickListener (#14388)Anna Miroshnik2014-09-123-19/+154
| | | | | | | Patch for #14388: added modifications to remove the regression on #6845 (RIGHT, MIDDLE mouse buttons listeners) Change-Id: I3ef95df68efa0a70bbe0d566ceea187505e2999a
* Fixed incorrect week numbers in DateField (#14437)Teemu Pöntelin2014-09-122-1/+15
| | | | | | | | | | | Daylight saving time caused problems with the week number calculation in the DateTimeService.getISOWeekNumber(Date d) method. If the given date was inside a DST period, there was a rounding error when calculating the number of days from the beginning of the year. As a result the week numbers were calculated incorrectly in a case where the year started with a Thursday (like for example 2015 and 2026). Change-Id: Ib3d045ea0b9a1acc44b6f28487b064b3c2b76bb9
* Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-09-122-25/+83
| | | | Change-Id: I235ebe6250b9c03bbea393df7e8eb8823d119a2c
* Fix to Valo menu for iOS (make the header visible)7.3.0Jouni Koivuviita2014-09-012-0/+14
| | | | Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d
* Increase datefield calendarpanel selected date text contrastJouni Koivuviita2014-08-301-0/+1
| | | | | | Make the text easier to read. Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02
* 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
* Do not automatically change DesiredCapabilities so equals works the way ↵Artur Signell2014-08-293-20/+33
| | | | | | tests expect Change-Id: I573f0a7f8544742396fcd5927bc3292350754c6d
* Bugfixes to Valo (#14490)Jouni Koivuviita2014-08-283-4/+4
| | | | | | | | | | | valo-component-group mixin doesn’t have any parameters. Ruby compiler produces an error, but Java compiler works anyway (#14479). Missing semicolon after a line before @include produces an error with the Ruby compiler, but passes compilation with the Java compiler (#14480). Change-Id: If6fa2b5039f4d9daa7ee73380f089b533c2cce0f
* Use sass-compiler 0.9.10 (#14524)Artur Signell2014-08-281-1/+1
| | | | Change-Id: Ib8c753c59c52421ce9d6a86a407cb9694ee4f5a8
* Ignore compiled valo test themesLeif Åstrand2014-08-281-0/+1
| | | | Change-Id: I4f2580230a18adf299334eb43aea4f8bccd7bb4a
* Ignore files from the classpath for scss cache timestamps (#14506)Leif Åstrand2014-08-281-3/+13
| | | | Change-Id: I82e3caef915b6a8683608f1834130468b3f16dbf
* Add theme class name in init to prevent delay for embedded apps (#14517)Artur Signell2014-08-271-0/+4
| | | | Change-Id: I73bf41ca493f76d0a4caa82464ef3c63b3d7f055
* Log theme loading error when it happens and not later (#14517)Artur Signell2014-08-271-2/+2
| | | | Change-Id: I0d19e1c53dfe48a9a501ff25c19318b96c96ef3b
* Remove defunct __gwt_historyFrame (#11560)Leif Åstrand2014-08-271-8/+0
| | | | Change-Id: Id3829562f7bb898ee0df873de90f0339ad06adff
* Update TabsheetState.tabs to be declared as List (#14512)Leif Åstrand2014-08-271-1/+2
| | | | Change-Id: I53055ed64e0e9764b48edbc492dae5f16e1dd9bd
* VTabsheetBase should implement HasEnabled (#14114).Denis Anisimov2014-08-273-1/+151
| | | | Change-Id: I31ebc1b4c0698f10c145c6e59d5c951918c5fdbe
* Add option for collapsing empty rows/columns in GridLayout (#14392)7.3.0.rc1Artur Signell2014-08-2111-24/+195
| | | | | | | | This reverts the new default behavior introduced in fix for #8855. If you want empty rows/columns to be ignored when rendering, use GridLayout.setHideEmptyRowsAndColumns(true) Change-Id: I38a8717d79cec7739b649174654b615db9d8dc7e
* Depend on sass-compiler, not the old theme-compiler (#14009)Artur Signell2014-08-211-1/+1
| | | | Change-Id: I0635ea0a390c868162695291176d0ce416dfaf4c
* Do not include test themes in theme jar (#13634)Artur Signell2014-08-211-0/+2
| | | | Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
* Prevent user text selection by default (Valo)Jouni Koivuviita2014-08-2012-16/+27
| | | | | | | | | Re-enable for labels, captions, tables and text inputs. Removed all unnecessary user-select: none; declarations since the top level declaration will affect the whole dom tree. Change-Id: I2e74b749340c8649d3b0778d62acafecf878685d
* Do not hide handle as it causes IE8 problems (#14412)Artur Signell2014-08-201-5/+0
| | | | Change-Id: I2b981c00bf1ef3b9e1e0ccd1cdd3678016b11d14
* Merge remote-tracking branch 'origin/master' into 7.3Artur Signell2014-08-209-373/+524
|\