summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Ignore compiled valo test themesLeif Åstrand2014-08-221-0/+1
| | | | Change-Id: I4f2580230a18adf299334eb43aea4f8bccd7bb4a
* Bugfixes to Valo (#14490)Jouni Koivuviita2014-08-223-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
* Do not automatically change DesiredCapabilities so equals works the way ↵Artur Signell2014-08-213-20/+33
| | | | | | tests expect Change-Id: I573f0a7f8544742396fcd5927bc3292350754c6d
* Use a separate servlet instance for static files during testingArtur Signell2014-08-211-6/+9
| | | | | | | | There is something strange going on in Tomcat 8 and/or Atmosphere where the websocket endpoint is deployed for /VAADIN/* and not for /run/* when the same servlet is used Change-Id: If0f5d7b87e410feeb53d1407919fa30cc794468a
* Fix VTextField w/ InputPrompt and ShortcutListener (#13492)hp2792014-08-213-3/+157
| | | | | | Previously, VTextField value was not updated when used w/ InputPrompt and ShortcutListener. Change-Id: I53631fe4e866dc6a861d1ea9d263dd5204ec6d7e
* Fix CustomLayout: component not added at the default location (#14340)Anna Miroshnik2014-08-214-4/+92
| | | | Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5
* Add option for collapsing empty rows/columns in GridLayout (#14392)Artur 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
* Convert CustomComponentChildVisibility to TB4.Sauli Tähkäpää2014-08-203-58/+39
| | | | Change-Id: I8d1a61df37eb3af1f5c0ebcdcf3097df59a44652
* All day property support is added to ContainerEventProvider (#14178).Denis Anisimov2014-08-202-0/+109
| | | | Change-Id: I8d5580895a218440a8295ed79453d6cbe24195b1
* Fixed incorrect week numbers in DateField (#14437)Teemu Pöntelin2014-08-202-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
* Added support for focus and blur listeners in NativeSelect (#6847)Niklas Nyholm2014-08-204-2/+232
| | | | | | Implemented BlurNotifier and FocusNotifier interfaces in NativeSelect Change-Id: Ief38d72edee05bef07f0d57367811bab2c6def50
* Do not hide handle as it causes IE8 problems (#14412)Artur Signell2014-08-201-5/+0
| | | | Change-Id: I2b981c00bf1ef3b9e1e0ccd1cdd3678016b11d14
* Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-08-202-25/+83
| | | | Change-Id: I235ebe6250b9c03bbea393df7e8eb8823d119a2c
* VTabsheetBase should implement HasEnabled (#14114).Denis Anisimov2014-08-203-1/+151
| | | | Change-Id: I31ebc1b4c0698f10c145c6e59d5c951918c5fdbe
* Retry local driver in the same way as remote driverArtur Signell2014-08-201-19/+21
| | | | | | PhantomJS sometimes fails to start properly in validation builds Change-Id: I768dd4c7fd67d7e05d25311f8e309d3b9764d11b
* StreamResource methods equals() and hashCode() are corrected (#14027).Denis Anisimov2014-08-202-8/+62
| | | | Change-Id: I68a629a29cc0d6efd2dd7788875a1dc4182ee6bf
* fixes incorrect JSONArray/String usage in ServerRpcHandler (#14471)Fabian Lange2014-08-201-2/+2
| | | | | | | | | | As described by Johannes, the RPCRequest constructor first takes whole JSON as string and builds its attribute json from it (by parsing). Then it reads from this parsed JSON the array called "rpc". However it previously did a .toString on it only to re-parse it. Newer json versions complain that "rpc" is not a string, but an array. Change-Id: If4bb45abad551b183d757f0aa326c37c070ce103
* ComboBoxValueInput test upgrade (#14292)Anna Koskinen2014-08-203-296/+397
| | | | Change-Id: Id2158d0990f12940f2206095b8edc0946977f27d
* TableColumnResizeContentsWidth test upgrade (#14292)Anna Koskinen2014-08-203-65/+81
| | | | Change-Id: I1adc4dfea7bf62191a23a89440eeca677f47e6a6