]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
9 years agoMerge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila [Mon, 12 Jan 2015 09:28:55 +0000 (11:28 +0200)]
Merge remote-tracking branch 'origin/master' into grid

Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7

9 years agoSupport JsonValue types as declared types in state and RPC (#15560)
Leif Åstrand [Sat, 10 Jan 2015 10:56:52 +0000 (12:56 +0200)]
Support JsonValue types as declared types in state and RPC (#15560)

Change-Id: I2779a533811bb1b60c4e74789f6378574bc6ac61

9 years agoCache reference diffstate values (#15561)
Leif Åstrand [Sat, 10 Jan 2015 11:36:51 +0000 (13:36 +0200)]
Cache reference diffstate values (#15561)

Benchmarked with the "Set 40 panels as content" action in
BasicPerformanceTest. This is really a worst case scenario since it
doesn't do anything else than create lots of components, whereas more
common use cases would spend more time updating existing components or
executing business logic instead.

Without this patch, each action spent about 6 ms creating reference
diffstate values, making up about 20% of the total processing time. With
the patch applied, the time (including the new map lookup) was reduced
to around 0.2 ms and the total processing time was also reduced
accordingly.

Change-Id: If22a73b591b87793c78cb360bcfa8e030f003730

9 years agoClicks through the focused cell :before pseudoelement (#15535)
Henrik Paul [Thu, 8 Jan 2015 12:37:43 +0000 (14:37 +0200)]
Clicks through the focused cell :before pseudoelement (#15535)

Change-Id: I3741b8a44f7b02fe0dceaa4c7b59b1830c36a2be

9 years agoAdd widgets-module to Eclipse (#15544)
Artur Signell [Sun, 11 Jan 2015 14:43:29 +0000 (16:43 +0200)]
Add widgets-module to Eclipse (#15544)

Change-Id: Ida08d51d26c97a8c1e92fc6cd49c8885e91cd052

9 years agoPublish widgets module to Maven (#15544)
Artur Signell [Sun, 11 Jan 2015 14:44:01 +0000 (16:44 +0200)]
Publish widgets module to Maven (#15544)

Change-Id: I54a093d4baac91fff10ea0c53f685a9473a5081f

9 years agoValo GWT module for widgets (#15544)
Artur Signell [Sun, 11 Jan 2015 14:30:40 +0000 (16:30 +0200)]
Valo GWT module for widgets (#15544)

Change-Id: I3ff005081a982f60e65adb23af0f55dbd6baeaa4

9 years agoAppending query param with vaadin version to js files (#12210)
Fabian Lange [Wed, 23 Jul 2014 20:40:35 +0000 (22:40 +0200)]
Appending query param with vaadin version to js files (#12210)

while #7868 is supposed to solve the overall issue, this solves a big
part of the upgrade + cached files issues quickly.
When I use vaadin themes, I have control over how they are included, so
I can add a vaadin version number to it. For the default JS I cannot.

Change-Id: Ica1cddee417946aa32116eb09882a3dc6c2924a6

9 years agoA few small renames and typo fixes for Grid
Johannes Dahlström [Fri, 9 Jan 2015 12:50:01 +0000 (14:50 +0200)]
A few small renames and typo fixes for Grid

* SortNotifier.removeSortistener -> removeSortListener
* DisabledGridClientTest now extends GridBasicClientFeatures
* GridServerRpc.selectionChange -> select

Change-Id: Id01b1d51f84c996444de28b262df3db7a6c35a09

9 years agoBuild for widgets module (#15544)
Artur Signell [Sun, 11 Jan 2015 10:19:15 +0000 (12:19 +0200)]
Build for widgets module (#15544)

Change-Id: I5bccb4047f2f92ec0025da6198a556e5434d5764

9 years agoDon't include elemental in vaadin-server.jar (#15558)
Leif Åstrand [Fri, 9 Jan 2015 20:13:54 +0000 (22:13 +0200)]
Don't include elemental in vaadin-server.jar (#15558)

Change-Id: I75eb3dbbbd1dc3477143bab278429829e8b7205d

9 years agoMention scss cache in release notes (#15228)
Leif Åstrand [Fri, 9 Jan 2015 21:16:49 +0000 (23:16 +0200)]
Mention scss cache in release notes (#15228)

Change-Id: I1b0fc70632d82e7a656cdc61f00a75dda3cc316c

9 years agoMove elemental json dependency to DWS (#15544)
Artur Signell [Sun, 11 Jan 2015 10:18:11 +0000 (12:18 +0200)]
Move elemental json dependency to DWS (#15544)

Change-Id: I1b525e4d8df60f8e36bad9e5054d948da5b34813

9 years agoMake Sass compiler easily available (#15544)
Artur Signell [Fri, 9 Jan 2015 16:39:19 +0000 (18:39 +0200)]
Make Sass compiler easily available (#15544)

Change-Id: I420b56d007040c024bdc53c2f9fbc71f4a2cc4b3

9 years agoRemove dependencies from ProgressBar/Escalator to parts related to the server (#15544)
Artur Signell [Fri, 9 Jan 2015 14:10:21 +0000 (16:10 +0200)]
Remove dependencies from ProgressBar/Escalator to parts related to the server (#15544)

Change-Id: I45e6a651daf00f1d6868ad27c042891ef0d34f6a

9 years agoRemove dependency on rest of the framework (#15544)
Artur Signell [Fri, 9 Jan 2015 14:18:45 +0000 (16:18 +0200)]
Remove dependency on rest of the framework (#15544)

Change-Id: I1dd9ba9ccabf3e7d4c766a5ede8cebedda7e4096

9 years agoWrap null values into JsonNull json objects in bootstrap handler(#14594)
Denis Anisimov [Tue, 4 Nov 2014 11:09:03 +0000 (13:09 +0200)]
Wrap null values into JsonNull json objects in bootstrap handler(#14594)

Change-Id: I1e03bfd1b4eff77e920208892f030582ff877d78

9 years agoGet rid of WidgetUtil.getSimpleName (#15544)
Leif Åstrand [Fri, 9 Jan 2015 17:43:08 +0000 (19:43 +0200)]
Get rid of WidgetUtil.getSimpleName (#15544)

Change-Id: I345938e5e2196bbc8438b3401879507994b3b050

9 years agoSeparate pure client side util methods to a new class (#15553, #15544)
Artur Signell [Fri, 9 Jan 2015 12:34:45 +0000 (14:34 +0200)]
Separate pure client side util methods to a new class (#15553, #15544)

* Deprecated old methods in Util for backwards compatibility

Change-Id: I9de5e6b930d9f2c0268967dc7b1cf465e6310280

9 years agoRemoved apostrophe typo in VToolTip.Java (#15533)
Markus Koivisto [Thu, 8 Jan 2015 14:15:35 +0000 (16:15 +0200)]
Removed apostrophe typo in VToolTip.Java (#15533)

Changed "it's" to possesive "its".

Change-Id: I4db55425a6f6778d0c1d0716ab833fa4fa8d31ac

9 years agoRemove dependency from Profiler to debug window classes (#15544,#15555)
Artur Signell [Fri, 9 Jan 2015 12:42:40 +0000 (14:42 +0200)]
Remove dependency from Profiler to debug window classes (#15544,#15555)

Change-Id: I3f2c2e53e926a394c7290180ce45f5bc73cff5e0

9 years agoMove generators to widget set - they aren't needed by widgets (#15544)
Artur Signell [Fri, 9 Jan 2015 11:01:48 +0000 (13:01 +0200)]
Move generators to widget set - they aren't needed by widgets (#15544)

Change-Id: I42f3353dfa9a334cb1bc5966ca50476793b4c076

9 years agoFormat project, once again
Artur Signell [Fri, 9 Jan 2015 14:51:12 +0000 (16:51 +0200)]
Format project, once again

Change-Id: I57cb6208613ce4fc8fce52c07ac4a18982095d2e

9 years agoRefactor server unit tests.
Sauli Tähkäpää [Fri, 2 Jan 2015 11:56:15 +0000 (13:56 +0200)]
Refactor server unit tests.

- Renamed tests to *Test and *TestBase.
- Removed obsolete @Ignore annotations.
- Split some design tests into smaller ones.

Change-Id: I8e2a7d73ef620e584777c1e8e701917c0f69f876

9 years agoFix GridInTabSheet test and add @TestCategory to it
Teemu Suo-Anttila [Fri, 9 Jan 2015 13:10:14 +0000 (15:10 +0200)]
Fix GridInTabSheet test and add @TestCategory to it

Change-Id: Iea84d75c066590b6517cedfc520c8963574a85e1

9 years agoPersist scss cache (#15228)
Leif Åstrand [Sat, 15 Nov 2014 16:24:17 +0000 (18:24 +0200)]
Persist scss cache (#15228)

Change-Id: I29bf746c3100df15bb04cc03b28ae64db4c5f987

9 years agoUse sorted list instead of set in serialized log string (#15534).
Denis Anisimov [Thu, 8 Jan 2015 14:33:40 +0000 (16:33 +0200)]
Use sorted list instead of set in serialized log string (#15534).

Change-Id: I9a4904fc433e06443a2a68480361df8b2c1f68c9

9 years agoRevert "Output legacy locators for TestBench Recorder (#14102)."
Mika Murtojärvi [Tue, 2 Sep 2014 12:08:01 +0000 (12:08 +0000)]
Revert "Output legacy locators for TestBench Recorder (#14102)."

This reverts commit f50b07abc784ae54af4ce7609d49013319eca57a.

- the same issue is solved by https://dev.vaadin.com/review/#/c/4459/8

Change-Id: I6807fd48fd36791a9214d2223cabc6d4322bcba7

9 years agoFix Grid editor hanging on exception in commit (#15536)
Teemu Suo-Anttila [Thu, 8 Jan 2015 13:39:23 +0000 (15:39 +0200)]
Fix Grid editor hanging on exception in commit (#15536)

This patch adds a minimal editor subpart support.

Change-Id: I36a81cb432f71821715cb60338a07a289bdae18d

9 years agoRendererClickEvent now tells about propertyIds (#13334)
Henrik Paul [Fri, 19 Dec 2014 11:57:23 +0000 (13:57 +0200)]
RendererClickEvent now tells about propertyIds (#13334)

Change-Id: I5d67516516c46984c965577653b4fb44ddbaff11

9 years agoChange Grid default selection model to Single (#15435)
Teemu Suo-Anttila [Wed, 7 Jan 2015 14:17:00 +0000 (16:17 +0200)]
Change Grid default selection model to Single (#15435)

Change-Id: Iba651c043fa47125b12d17371947042cbb03a589

9 years agoAdd getSelected functionality to SelectionEvents (#15513)
Teemu Suo-Anttila [Wed, 7 Jan 2015 14:32:36 +0000 (16:32 +0200)]
Add getSelected functionality to SelectionEvents (#15513)

Change-Id: If88af88b55063f7178b32579963303ee0d621492

9 years agoUpdated invalid @since
Artur Signell [Thu, 8 Jan 2015 06:54:05 +0000 (08:54 +0200)]
Updated invalid @since

Change-Id: I04b0ce4b2a46179d6eeb76d6cca891124cb00804

9 years agoUpdate @since for 7.4
Artur Signell [Thu, 8 Jan 2015 06:59:50 +0000 (08:59 +0200)]
Update @since for 7.4

Change-Id: I00401560e345c82a5d967cd71d611605d9b96d92

9 years agoMove column constants from state to GridConstants (#15510)
Teemu Suo-Anttila [Wed, 7 Jan 2015 12:32:46 +0000 (14:32 +0200)]
Move column constants from state to GridConstants (#15510)

Change-Id: I9dd103d2f9725499823231881c432696f05b80db

9 years agoChange getColumnProperty to getPropertyId in Grid Column (#15512)
Teemu Suo-Anttila [Wed, 7 Jan 2015 13:58:40 +0000 (15:58 +0200)]
Change getColumnProperty to getPropertyId in Grid Column (#15512)

Change-Id: I89a8ccbb918301abed66adcb0d6246c8db0585a5

9 years agoUse API for setting content length on responses (#15504)
Artur Signell [Wed, 7 Jan 2015 14:42:26 +0000 (16:42 +0200)]
Use API for setting content length on responses (#15504)

Change-Id: Ic8f29163442a1476406a1f2b617a4ecaf577ba93

9 years agoFix header texts to captions in Grid client side (#15511)
Teemu Suo-Anttila [Wed, 7 Jan 2015 13:54:00 +0000 (15:54 +0200)]
Fix header texts to captions in Grid client side (#15511)

Change-Id: Ibd6ceae1148820a6644271986e5ea3aab36b08fa

9 years agoFix serialization with ApplicationRunnerServlet
Leif Åstrand [Tue, 30 Dec 2014 08:22:44 +0000 (10:22 +0200)]
Fix serialization with ApplicationRunnerServlet

Make the InvocationHandler used by the DeploymentConfiguration proxying
feature serializable. Also make findDeploymentConfiguration static to
avoid serializing an ApplicatinRunnerServlet instance.

Change-Id: I360276ae42a875e9227df34e8aabf8ce2a697bc2

9 years agoUnify test class naming.
Sauli Tähkäpää [Fri, 2 Jan 2015 14:10:52 +0000 (16:10 +0200)]
Unify test class naming.

Unit tests are now run for *Test.java and *Tests.java.

Change-Id: Iffff1d9a79c7c9b9317ffd19b5a46715b1442909

9 years agoFix DefaultTextRenderer warning with String data (#15430)
Teemu Suo-Anttila [Tue, 30 Dec 2014 09:27:03 +0000 (11:27 +0200)]
Fix DefaultTextRenderer warning with String data (#15430)

Change-Id: I04eae1e82da6bb0213be19599c7d8fc3085a92a5

9 years agoOption for rendering Calendar event captions as HTML (#9030)
Artur Signell [Thu, 18 Dec 2014 23:50:32 +0000 (01:50 +0200)]
Option for rendering Calendar event captions as HTML (#9030)

Change-Id: Ib7f6e67c242449e58a10359c596489fea2f679f6

9 years agoFix adding rows to visible range of Grid (#15476)
Teemu Suo-Anttila [Mon, 29 Dec 2014 13:25:52 +0000 (15:25 +0200)]
Fix adding rows to visible range of Grid (#15476)

Change-Id: I53a40d927d273a292c8ac845b385c156b9fb901a

9 years agoFix Grid Header/Footer creating cells for unused properties (#15487)
Teemu Suo-Anttila [Wed, 31 Dec 2014 10:37:52 +0000 (12:37 +0200)]
Fix Grid Header/Footer creating cells for unused properties (#15487)

Change-Id: I783fa6fdb44b0d5693723fc52cdb7fed3499dea1

9 years agoFix Grid unnecessarily cleaning up stored property information (#15482)
Teemu Suo-Anttila [Tue, 30 Dec 2014 08:35:38 +0000 (10:35 +0200)]
Fix Grid unnecessarily cleaning up stored property information (#15482)

Change-Id: Id77e9101dec77924eb19c19c2cf34702db4d9f6a

9 years agoChange selection model before selecting rows (#15488)
Leif Åstrand [Wed, 31 Dec 2014 11:03:03 +0000 (13:03 +0200)]
Change selection model before selecting rows (#15488)

Change-Id: I2697367626ca0b469e06e3707a3868f4abfdddd9

9 years agoFix active row range handling when removing rows (#15454)
Teemu Suo-Anttila [Wed, 31 Dec 2014 08:25:46 +0000 (10:25 +0200)]
Fix active row range handling when removing rows (#15454)

Change-Id: I6de22796051503290db216d4c213401d24a7e2a0

9 years agoIgnore selection col for server-side cell style generator (#15486)
Leif Åstrand [Wed, 31 Dec 2014 09:42:18 +0000 (11:42 +0200)]
Ignore selection col for server-side cell style generator (#15486)

Change-Id: Ia66ee24da787ca99d16705e699e46729d9aaaca6

9 years agoAdd Table-compatible constructors to Grid (#15447)
Leif Åstrand [Wed, 31 Dec 2014 08:56:20 +0000 (10:56 +0200)]
Add Table-compatible constructors to Grid (#15447)

Change-Id: I894a03a29e6ac15e0fa7e586f2a667934a1e8c1e

9 years agoAdd missing since
Leif Åstrand [Wed, 31 Dec 2014 08:46:50 +0000 (10:46 +0200)]
Add missing since

Change-Id: Ied59cfc19c0aaa709f14c0375541da2c21c16aed

9 years agoFix RpcDataProviderExtension to send initial data on reload (#15465)
Teemu Suo-Anttila [Mon, 29 Dec 2014 14:03:05 +0000 (16:03 +0200)]
Fix RpcDataProviderExtension to send initial data on reload (#15465)

Change-Id: I0a2edc9a9ba1f48299e165d398adf7b73972349f

9 years agoFix for Wrong background color in a Window in IE8 (#15322)
AMahdy AbdElAziz [Tue, 23 Dec 2014 14:52:22 +0000 (16:52 +0200)]
Fix for Wrong background color in a Window in IE8 (#15322)

Change-Id: Ie25c7142bc111829be829f4ba98ed639ad1f5126

9 years agoDistribute GridUtil methods where they are actually used (#13334)
Henrik Paul [Fri, 19 Dec 2014 07:33:53 +0000 (09:33 +0200)]
Distribute GridUtil methods where they are actually used (#13334)

Change-Id: I10f015d0f5fce8f005a4ebdfeb218025459cf751

9 years agoScript for formatting the project using Eclipse
Artur Signell [Mon, 29 Dec 2014 12:04:45 +0000 (14:04 +0200)]
Script for formatting the project using Eclipse

Change-Id: I9c4f210e29d14db29ea75b172f9b017f91b8bc7c

9 years agoFix labels in DateFieldRanges_NextYear* tests. (#14756)
Sauli Tähkäpää [Tue, 16 Dec 2014 14:08:51 +0000 (16:08 +0200)]
Fix labels in DateFieldRanges_NextYear* tests. (#14756)

Change-Id: Ib7df1d7697d82fce30caf384e8aa173c9cc45d08

9 years agoMake disabled Grid nonfocusable and ignore events (#13334)
Johannes Dahlström [Thu, 18 Dec 2014 16:43:21 +0000 (18:43 +0200)]
Make disabled Grid nonfocusable and ignore events (#13334)

Change-Id: Ie017b0449c84ec1afd902503712133ab095282d8

9 years agoReformat project using Eclipse Luna SR1
Artur Signell [Mon, 29 Dec 2014 12:11:12 +0000 (14:11 +0200)]
Reformat project using Eclipse Luna SR1

Change-Id: I58748499c87d470e70304d882d3227cda5803481

9 years agoMerge remote-tracking branch 'origin/master' into grid
Teemu Suo-Anttila [Mon, 29 Dec 2014 11:39:51 +0000 (13:39 +0200)]
Merge remote-tracking branch 'origin/master' into grid

Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab

9 years agoFix Grid columns being too narrow on IE9 (#15475)
Teemu Suo-Anttila [Mon, 29 Dec 2014 11:17:57 +0000 (13:17 +0200)]
Fix Grid columns being too narrow on IE9 (#15475)

Change-Id: Ifb46093ffb43a4fa03b051719f3480ef469b460e

9 years agoPrevent key events without key code from triggering actions (#11029)
Artur Signell [Fri, 19 Dec 2014 15:15:12 +0000 (17:15 +0200)]
Prevent key events without key code from triggering actions (#11029)

Seemingly not possible to auto-test reliably

Change-Id: Idb492465323d91279caf170646590a54847b9414

9 years agoRemove scan removal hacks as we are now using VoidAnnotationParser
Artur Signell [Fri, 19 Dec 2014 15:16:59 +0000 (17:16 +0200)]
Remove scan removal hacks as we are now using VoidAnnotationParser

Change-Id: I28af87d84039c511e2378a67bccb9d0c34c55989

9 years agoFix EscalatorColumnFreezing test scrolling too far
Teemu Suo-Anttila [Mon, 29 Dec 2014 08:17:35 +0000 (10:17 +0200)]
Fix EscalatorColumnFreezing test scrolling too far

Change-Id: I60ea619b419b26062557856ef7604740f982f813

9 years agoTypo in the Profiler log (#15426)
AMahdy AbdElAziz [Fri, 19 Dec 2014 08:49:29 +0000 (10:49 +0200)]
Typo in the Profiler log (#15426)

Horizontally is done in the block before this one. Vertically is done here.

Change-Id: I230297edb26ee41106d50756ae5221fd108fba21

9 years agoPreserve newlines and align exception stacktraces left (#15456)
Artur Signell [Mon, 22 Dec 2014 11:30:55 +0000 (13:30 +0200)]
Preserve newlines and align exception stacktraces left (#15456)

Change-Id: I1679f63554ff7a9f7f1e51e0988f03aede26c1ba

9 years agoMake SDM work again (#15452)
Artur Signell [Mon, 22 Dec 2014 15:07:19 +0000 (17:07 +0200)]
Make SDM work again (#15452)

Only import the Json part of elemental and avoid using JsonUtil, which
causes https://code.google.com/p/google-web-toolkit/issues/detail?id=9083

Change-Id: I7b93b18ad47b81b2e5bb3947b04bf4550ddd035c

9 years agoDefaultTextRenderer shows nulls as empty strings (#13334)
Henrik Paul [Fri, 19 Dec 2014 11:39:17 +0000 (13:39 +0200)]
DefaultTextRenderer shows nulls as empty strings (#13334)

Change-Id: I1fa88cbbb946b932a2a453392a50aff91c36671b

9 years agoRemove duplicate code from SQLContainerTableQueryTest.
Sauli Tähkäpää [Mon, 15 Dec 2014 08:09:21 +0000 (10:09 +0200)]
Remove duplicate code from SQLContainerTableQueryTest.

Change-Id: I28d62fe77db5b66d80f1c62690ef0725fc305cd5

9 years agoGrid no longer resets scrollpos on state change (#15422)
Henrik Paul [Fri, 19 Dec 2014 09:43:04 +0000 (11:43 +0200)]
Grid no longer resets scrollpos on state change (#15422)

Change-Id: I3fde618a47ad9bb0f8b79c52feb10dd74a387203

9 years agoAdd DateFieldTest. (#15342)
Sauli Tähkäpää [Tue, 16 Dec 2014 13:20:01 +0000 (15:20 +0200)]
Add DateFieldTest. (#15342)

Change-Id: I6cf033f060d90fba47242028ab4098020fa6b3dc

9 years agoMention checkbox.isEmpty breaking change in release notes
Leif Åstrand [Fri, 19 Dec 2014 09:10:50 +0000 (11:10 +0200)]
Mention checkbox.isEmpty breaking change in release notes

Change-Id: I7c2136319c00401460ee979e3b606cad7ad85fef

9 years agoFix date field button regression (#14572)
Jouni Koivuviita [Mon, 1 Sep 2014 11:21:54 +0000 (14:21 +0300)]
Fix date field button regression (#14572)

Regression was caused by patch https://dev.vaadin.com/review/#/c/4480

Fixed the same issue for ComboBox as well.

Change-Id: Id43912f0803b5e056d4ca6585746e53226282d85

9 years agoTest update as tab selection when closing a tab has changed (#6876)
Artur Signell [Fri, 19 Dec 2014 06:48:49 +0000 (08:48 +0200)]
Test update as tab selection when closing a tab has changed (#6876)

Change-Id: I803e8b1f34e3467bb2027ebfe6bbb01b9e71635c

9 years agoRemove mentions of SimpleViewDisplay as there is no such thing (#12934)
Artur Signell [Fri, 19 Dec 2014 00:10:47 +0000 (02:10 +0200)]
Remove mentions of SimpleViewDisplay as there is no such thing (#12934)

Change-Id: I8fd616f52e7a4fbc8c0f251103f440092ec0c57f

9 years agoFix Range.restrictTo to work with non-intersecting ranges(#13334)
Teemu Suo-Anttila [Fri, 19 Dec 2014 07:01:23 +0000 (09:01 +0200)]
Fix Range.restrictTo to work with non-intersecting ranges(#13334)

Also adds a special case for isSubsetOf with two empty ranges.

Change-Id: I9b4c854051bd760bbac05c7a0bc2e5418371e90e

9 years agoFix cache updating in AbstractRemoteDataSource on row remove (#13334)
Teemu Suo-Anttila [Fri, 19 Dec 2014 06:31:03 +0000 (08:31 +0200)]
Fix cache updating in AbstractRemoteDataSource on row remove (#13334)

Also contains a minor performance tweak for row adding in start of the
cache and updates to cell focus logic.

Change-Id: Ia64e43dd5ae8777014885b5e7dd05cb31b54eae2

9 years agoDisable Atmosphere annotation scanning (#15414)
Artur Signell [Fri, 19 Dec 2014 00:13:20 +0000 (02:13 +0200)]
Disable Atmosphere annotation scanning (#15414)

Change-Id: I172a7c3a25b059cbddfae4d7b60d7019bed5fc58

9 years agoEnsure enum fields are created when not specifying a strict type (#10975)
Artur Signell [Wed, 10 Dec 2014 07:01:29 +0000 (09:01 +0200)]
Ensure enum fields are created when not specifying a strict type (#10975)

Change-Id: I64cfc5b315444d7135738a8f3870bf50050f4678

9 years agoAllow TabSheet and Accordion tab captions to contain HTML (#14609)
Artur Signell [Thu, 4 Sep 2014 19:12:59 +0000 (22:12 +0300)]
Allow TabSheet and Accordion tab captions to contain HTML (#14609)

Change-Id: If15db442fdbdcc80918e52f8c87e0808f76eb336

9 years ago3 args method buildAndBind should be overriden, not 2 args (#12453).
Denis Anisimov [Mon, 15 Sep 2014 18:53:39 +0000 (21:53 +0300)]
3 args method buildAndBind should be overriden, not 2 args (#12453).

Change-Id: I7afabec7e0d9334b799019b581fca858895b2cc1

9 years agoAdd @since to AbstractSplitPanel. (#15285)
Sauli Tähkäpää [Fri, 28 Nov 2014 10:28:41 +0000 (12:28 +0200)]
Add @since to AbstractSplitPanel. (#15285)

Change-Id: I476d8c7e53ce90941b00deefffc1b6a7ea63b43b

9 years agoAvoid NoClassDefFoundError retrieving Atmosphere version (#14904).
Denis Anisimov [Wed, 10 Dec 2014 20:17:32 +0000 (22:17 +0200)]
Avoid NoClassDefFoundError retrieving Atmosphere version (#14904).

Change-Id: Id64c4c4535e250c6e0e6457dfdfd17424bdc2fd4

9 years agoPrevent scrolling when adding rows above the focused cell (#13334)
Teemu Suo-Anttila [Thu, 18 Dec 2014 16:46:35 +0000 (18:46 +0200)]
Prevent scrolling when adding rows above the focused cell (#13334)

Change-Id: Ic9c9285bae16f7ddec72f621976667ee68a7c103

9 years agoFix indexing when adding rows to AbstractRemoteDataSource (#13334)
Teemu Suo-Anttila [Thu, 18 Dec 2014 16:28:49 +0000 (18:28 +0200)]
Fix indexing when adding rows to AbstractRemoteDataSource (#13334)

Change-Id: Ifa7c8dacb71d2f6ff612e3801b869652fa0a7bc7

9 years agoMake is possible to click a detached button again (#12781)
Artur Signell [Thu, 18 Dec 2014 16:01:37 +0000 (18:01 +0200)]
Make is possible to click a detached button again (#12781)

Partial revert of the earlier fix

Change-Id: I67d016f1ea073189fdb53fc99f7c1b45b21ac124

9 years agoSet @since values for Grid classes
Leif Åstrand [Thu, 18 Dec 2014 14:12:08 +0000 (16:12 +0200)]
Set @since values for Grid classes

Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102

9 years agoRevert "Update selection after changes in underlying data source
Leif Åstrand [Thu, 18 Dec 2014 16:49:22 +0000 (18:49 +0200)]
Revert "Update selection after changes in underlying data source
(#13580)."

This reverts commit f4d1383b20da01f9fc43c32d7541a7816f8a9a9b.

Change-Id: I5911f63ae35bef54f01477b14e5feffdf952aa6d

9 years agoAllow reading and writing empty designs (#7749).
Mika Murtojarvi [Wed, 17 Dec 2014 16:10:09 +0000 (18:10 +0200)]
Allow reading and writing empty designs (#7749).

Change-Id: Id66201d040d07f0e0d731418624c9b702b2d0d3b

9 years agoMerge remote-tracking branch 'origin/master' into grid
Leif Åstrand [Thu, 18 Dec 2014 16:30:09 +0000 (18:30 +0200)]
Merge remote-tracking branch 'origin/master' into grid

Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805

9 years agoUpdate broken TB2 test to valid TB3 test (#14755)
Artur Signell [Thu, 18 Dec 2014 15:25:15 +0000 (17:25 +0200)]
Update broken TB2 test to valid TB3 test (#14755)

Change-Id: Idc26ac1fee3edd36646b7a6bd84424d0caa37e63

9 years agoHeights are now double precision floats (#13334)
Henrik Paul [Thu, 18 Dec 2014 14:10:43 +0000 (16:10 +0200)]
Heights are now double precision floats (#13334)

Change-Id: Id9e1dd4b4a480dd512f3dd78fde2f9a0256087e9

9 years agoChange "editor row" to "editor" in style names (#13334)
Johannes Dahlström [Thu, 18 Dec 2014 14:31:34 +0000 (16:31 +0200)]
Change "editor row" to "editor" in style names (#13334)

Change-Id: I690c8c17c673ec2d77870cf305dee1ac1b9bc3be

9 years agoAdd -moz prefixed border boxes and box shadows to base theme (#13334)
Teemu Suo-Anttila [Thu, 18 Dec 2014 14:44:44 +0000 (16:44 +0200)]
Add -moz prefixed border boxes and box shadows to base theme (#13334)

Change-Id: I22fafc7c0a6221ba5ff596494623fe798c9dad94

9 years agoStops non-scrolling scrollbars from interfering with pointing events
Henrik Paul [Sat, 13 Dec 2014 20:56:56 +0000 (22:56 +0200)]
Stops non-scrolling scrollbars from interfering with pointing events

Some minor scrollbar-related maintenance was also done on the side.

Change-Id: I37d728465e498f586596e1eff14d73d6335e6770

9 years agoAllow captions to contain HTML (#9426)
Artur Signell [Thu, 4 Sep 2014 18:57:34 +0000 (21:57 +0300)]
Allow captions to contain HTML (#9426)

Change-Id: I4a0e580aef1a97ce69238ea0d476599883928d84

9 years agoFix regressions in Grid SCSS
Jouni Koivuviita [Thu, 18 Dec 2014 12:27:02 +0000 (14:27 +0200)]
Fix regressions in Grid SCSS

Fix regressions from previous Grid style patch:
- Typo in selector (dot instead of comma)
- “active” style renamed to “focused”
- Scrollbar border styling moved from Valo (was working) to Base (now
all themes work the same)

Change-Id: I778de73027f0cb9def1fb93e5188f494f0a49639

9 years agoMissing @since for 7.4
Leif Åstrand [Thu, 18 Dec 2014 13:53:31 +0000 (15:53 +0200)]
Missing @since for 7.4

Change-Id: I8fdf0c264febf2ab9ae0f230f6bb357ef57be9ec

9 years agoFix ClickableRenderers to use CellReferences (#13334)
Teemu Suo-Anttila [Thu, 18 Dec 2014 11:22:11 +0000 (13:22 +0200)]
Fix ClickableRenderers to use CellReferences (#13334)

This patch also uses row keys and column ids in communication rather
than indices.

Change-Id: Ie3bb554bd5c45700f1681160eef08bef8beeaaee

9 years agoFixes an issue where IE8 refused to fire one scroll event (#13334)
Henrik Paul [Thu, 18 Dec 2014 10:49:16 +0000 (12:49 +0200)]
Fixes an issue where IE8 refused to fire one scroll event (#13334)

Change-Id: Iaf9278a3a16360369fde5ac6d759e27e5c443d1b

9 years agoreplace com.google.gwt.json.* usages with elemental.json.* (#8942)
Leif Åstrand [Thu, 18 Dec 2014 10:50:04 +0000 (12:50 +0200)]
replace com.google.gwt.json.* usages with elemental.json.* (#8942)

Change-Id: I745b12685be4696fd8f1158005bf731f35ae8a81

9 years agoMove TB2 files to separate folder
Artur Signell [Thu, 18 Dec 2014 11:26:19 +0000 (13:26 +0200)]
Move TB2 files to separate folder

This avoids running other HTML files as TB2 tests

Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7