summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ComboBoxSlow test upgrade (#14292)Anna Koskinen2014-08-192-10/+44
| | | | Change-Id: Ic2e1bfd300a6b18aeddd4c4895c7bb11fec5bb8b
* Common components inside Table cells render better (Valo)Jouni Koivuviita2014-08-197-43/+204
| | | | | | | | | | | | Add a new size variant “compact” for Textfield, DateField and ComboBox. Makes the field fit inside the default row height of the table, but keeps the font size the same as for a normal field. Borderless fields also now respect the font color of the container (e.g. a selected table row). Update test to include common components inside a table. Change-Id: I88f4d917579c937536dc4c886dc2b7825db01818
* Last minute small fixes to ValoJouni Koivuviita2014-08-193-1/+5
| | | | Change-Id: Ib4dfac4ee2bb858d02c34a920ad53e37e73b73e1
* Add a new variation for ValoJouni Koivuviita2014-08-199-9/+60
| | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
* Small adjustment to MenuBar line-height (Valo)Jouni Koivuviita2014-08-191-1/+1
| | | | Change-Id: I00eae3c53d78a4fc086567d677ce8f24e441a880
* Make test more stableArtur Signell2014-08-192-2/+87
| | | | | | * Added tests for tabsheet variants Change-Id: Ib8d5c88cdedf1bbac439f91346b7b8a6a6756ede
* Update @since tags for new API (#14330)Artur Signell2014-08-196-18/+20
| | | | Change-Id: Ieee79bc4e1c61c7a0b00e19c0bca8826b0e10cff
* Script for replacing all empty @since tags with a given versionArtur Signell2014-08-191-0/+30
| | | | Change-Id: I10cefbeb4028b6b511db5af94c287656c32a5efe
* TableWithContainerRequiringEqualsForItemId test upgrade (#14292)Anna Koskinen2014-08-193-104/+98
| | | | Change-Id: I08da5a69e11f625d3d34f26dbd097d7a0973a541
* Prevent erroneous screenshot removal (#14446)Juuso Valli2014-08-191-9/+31
| | | | Change-Id: I6832399a888a8f99a77b6d345271d02e5cec3f54
* Table column resize does not work in Valo (Firefox) ( #14401)Jouni Koivuviita2014-08-192-4/+7
| | | | | | Fix a similar issue with context menu items also. Change-Id: I1c851ea43aa81a39e2c4596315b34976df0cba62
* TreeTablePartialUpdates test upgrade (#14292)Anna Koskinen2014-08-194-116/+204
| | | | Change-Id: I32029461c7a4eeec1b54ce8a3f0b730f22deca1b
* TabSheet focus/blur patch for 7.3 (#14304)Bogdan Udrescu2014-08-191-24/+4
| | | | | | Remove the listeners from VTabSheet and use them as inner. Change-Id: I65bc84fe6120abcaa01d22fcc373802f4f773bdc
* LabelEmbeddedClickThroughForTable test upgrade (#14292)Anna Koskinen2014-08-193-135/+113
| | | | Change-Id: Ic9799343357735580976687ee02afb3bec142861
* UIScrollTest test upgrade (#14292)Anna Koskinen2014-08-193-62/+88
| | | | Change-Id: I5203b69d2f4ad67107ac347bff9b56b6d66c63bd
* Correct error notification behavior on touch devices (#14447)Juho Nurminen2014-08-191-2/+2
| | | | Change-Id: I610e81aeb3e1f3f124c27e549ba58e9e28cacecf
* SortLabelsInTable test upgrade (#14292)Anna Koskinen2014-08-182-6/+100
| | | | Change-Id: I07d2b0882ea5520f3d7ec30e29d4c42fb9167c9c
* TreeTablePartialUpdatesPageLength0 test upgrade (#14292)Anna Koskinen2014-08-183-60/+93
| | | | Change-Id: I8f7717138247c46d7b85f4fab46328d5d118dbef
* Fixes DragAndDropWrapper does not support choosing a custom component as the ↵Sebastian Nyholm2014-08-186-3/+125
| | | | | | | | | drag image (#13836) Amend : Fixes the comments for the last commit. Amend 2: Fixes a nullpointer found in a certain test scenario Change-Id: I72327f5f8ab9e46d88e1ebed8f1db3a7da39d7d8
* UIProviderInitParameter test upgrade (#14292)Anna Koskinen2014-08-182-39/+58
| | | | Change-Id: I44e7fa4b0d890972d4e6d14c3159aa9db9131c1d