]>
source.dussan.org Git - vaadin-framework.git/log
Henri Sara [Wed, 1 Jun 2016 10:51:40 +0000 (13:51 +0300)]
Add missing @since 7.7
Change-Id: Id9f1dbc991c1dcb2c2d3817d9d958485db6269bc
Ingo Kegel [Tue, 28 Oct 2014 10:45:19 +0000 (13:45 +0300)]
New login form (#8171)
The legacy LoginForm is substituted with the new one which is compatible
in API.
The patch contains modified code from the addon
https://vaadin.com/directory#addon/loginform
Change-Id: I2178291c97c2f66840f832a0bf932271534beb49
Teemu Suo-Anttila [Mon, 2 May 2016 11:30:42 +0000 (14:30 +0300)]
Use gwt-user and gwt-dev dependencies in client and compiler
This removes GWT dependency from the server and shared parts of the
framework
Change-Id: Iafbb752c0184611a18d4a9d61c9e03229d42836e
Jonni Nakari [Wed, 30 Mar 2016 20:22:14 +0000 (23:22 +0300)]
Suggestion pop-up width API for ComboBox (#19685)
Added API setPopupWidth(String) to ComboBox. The suggestion pop-up now
has three different width modes:
1. Legacy "null"-mode: width is determined by the longest item
caption for each page. This looks & feels like the old implementation.
This is the default mode
2. Relative to the ComboBox. e.g. 100%
3. fixed width using any CSS definition
Change-Id: Id60a6996ee82726196b84d50c2d0d18a6cfb5ebf
Leif Åstrand [Mon, 30 May 2016 13:11:09 +0000 (16:11 +0300)]
Move Jetty 9.3 before vaadin-* on the classpath
Without this patch, Eclipse might try to use Jetty 8.1 from
vaadin-client-compiler instead of using the intended version.
Change-Id: Ib9b980bb3ed5e3e892733cf7667f44c015779a13
Henri Sara [Mon, 30 May 2016 08:37:29 +0000 (11:37 +0300)]
Update missing @since for 7.7
Change-Id: I9c35e50fd4b56c6b70a4194526cbbbe7870add6e
Artur Signell [Wed, 25 May 2016 18:37:56 +0000 (21:37 +0300)]
Send an ack message after push has removed connectors (#19822)
The server side needs to know the client has removed the connectors to
be able to do cleanup
Change-Id: Ic3d41cc5cbab035a53bf5c99496d74858c376e73
Artur Signell [Wed, 25 May 2016 20:08:50 +0000 (23:08 +0300)]
Correctly check if validators are present (#11450)
Change-Id: Ibc0173f96a1000e709bd7ee90cccd500fad1a223
Marco Collovati [Fri, 20 May 2016 18:08:16 +0000 (20:08 +0200)]
Make tests pass in any timezone (#19813)
Change-Id: I78411b92a5b3c2f04ed8a15ebd2c183aa1af4ab9
Artur Signell [Wed, 3 Feb 2016 08:59:46 +0000 (10:59 +0200)]
Correctly detect PhantomJS 2.1
Change-Id: I9b1df949b831b84aa05bf611b0128eb2414bbbae
Joonas Lehtinen [Mon, 25 Jan 2016 14:09:47 +0000 (16:09 +0200)]
Make tests pass in any timezone
Change-Id: Ic81205bca5e25d0f525ae5fa0cbe20d0bd736a58
Teemu Suo-Anttila [Thu, 19 May 2016 11:28:32 +0000 (14:28 +0300)]
Correctly handle compiled resources for Development Server
Change-Id: I0f4976aaeeb1f284a99a09cb039e54ae16f8f556
Artur Signell [Tue, 19 Jan 2016 16:55:29 +0000 (18:55 +0200)]
Load CustomLayout templates like other theme resources (#8578)
Change-Id: I0ee79c357a1a3e4c5ce1cb8a93ac0cf1ba4d4163
Teemu Suo-Anttila [Thu, 19 May 2016 10:47:37 +0000 (13:47 +0300)]
Update Jetty version in uitest
Change-Id: I74300ea0724be1e56ea94d3f1327f49b05a09a87
vilo [Fri, 30 Jan 2015 11:05:31 +0000 (12:05 +0100)]
Throw exception early on null itemId (#16541)
Change-Id: Iff42a6e9e5e00006c96fa82e102ff145449c6f88
Artur Signell [Thu, 31 Dec 2015 07:29:26 +0000 (09:29 +0200)]
Ensure ContainerOrderedWrapper returns itemIds in expected order
(#19427)
Change-Id: I79cfe68cf5e9e37db27c53d2f7a1aa9a1573df90
Denis Anisimov [Thu, 11 Dec 2014 16:48:02 +0000 (18:48 +0200)]
Notify server side component about clicks in form layout (#6346).
Change-Id: Ia14a50aba17689b580bb265c9693c3ae503fee34
Teemu Suo-Anttila [Thu, 19 May 2016 07:23:49 +0000 (10:23 +0300)]
Workaround Version class to work with 7.7-SNAPSHOT
Change-Id: Iedc4f4a5869421ec465c9b169882897dd06e5eab
Edoardo Vacchi [Mon, 24 Nov 2014 16:23:29 +0000 (17:23 +0100)]
Remove shortcut listener from subclasses of AbstractComponent (#16498).
e.g., Panel shadows actionManager with its own instance field
* solution: always invoke getActionManager()
Change-Id: Ibeca2ad53cb1175ae1ebcfb4d68b3d2bf36ea8b2
patrik [Tue, 17 May 2016 06:17:54 +0000 (09:17 +0300)]
Deprecate public bitmask methods in MarginInfo (#17565)
These methods are superceded by a copy constructor. getBitMask() and the
bitmask constructor are used in a few places around the framework, and
need to be refactored out - the MarginInfo class is already serializable
and can be used in lieu of the raw bitmask in the states of these
objects.
Change-Id: I39a6c25f03f3a2666c057ede99e8df54f5c57958
Artur Signell [Thu, 12 May 2016 16:21:19 +0000 (19:21 +0300)]
Change GridLayout to no longer be a legacy component
Change-Id: I9d5c135dbfbe108c17fea6334966d4df09ac61ca
Anna Koskinen [Wed, 7 Oct 2015 06:44:44 +0000 (09:44 +0300)]
Tooltip might not close when moving outside of UI (#13370)
Change-Id: Iee39b7251af20ff25cf220e91f1b3c123345f711
Artur Signell [Wed, 11 May 2016 19:47:07 +0000 (22:47 +0300)]
Eliminate rounding errors for GridLayout expand ratios (#19797)
Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
Teemu Suo-Anttila [Thu, 12 May 2016 11:43:59 +0000 (14:43 +0300)]
Extract guava from the gwt-dev jar to client-compiler
Change-Id: I02fc8dff80558b7fc8b5b625c6e93ab624140153
Artur Signell [Sat, 14 May 2016 15:39:09 +0000 (18:39 +0300)]
Upgrade Atmosphere JS back to 2.2.13.vaadin3 as in 7.6
Change-Id: I9a845ab65cf75daf45b90be30cab8e230a03a064
Leif Åstrand [Fri, 13 May 2016 12:01:50 +0000 (15:01 +0300)]
Fix typo in VariableOwner error message
Change-Id: I80f038903e0f32e8b6cb38d6e7931362c4f0f285
Sauli Tähkäpää [Wed, 26 Aug 2015 18:43:17 +0000 (21:43 +0300)]
Disable multiselect checkboxes when Grid is disabled. (#18560)
Change-Id: Ief0531fe90b9bc8bcf0a60132211a0633b9401d4
Denis Anisimov [Sun, 4 Jan 2015 14:02:32 +0000 (16:02 +0200)]
Fix opacity value for disabled label and non-collapsible column (#15489)
Change-Id: I0d669f1c85feebcaa01c58fb81b5e20802440ef2
Artur Signell [Thu, 12 May 2016 17:56:08 +0000 (20:56 +0300)]
Do not start local Jetty for server tests
Change-Id: I1ef92966108aee8ee6475df9efacc53ed9865560
Pontus Boström [Fri, 20 Nov 2015 15:08:44 +0000 (17:08 +0200)]
Fixed tooltips for sub-windows (#19073)
The subwindows tooltip is now also shown in header and footer of the
subwindow. Added also tests for the feature.
Change-Id: I933dad9e8530ce20b930fe22caf9e79a3ad3e3d2
Artur Signell [Sun, 7 Feb 2016 16:30:54 +0000 (18:30 +0200)]
Use error styles for NativeSelect/ListSelect/TwinColSelect in Valo (#19550)
Change-Id: Ifc87f48b8145b56c7b83b9ce4aa1db8a698d7d49
Leif Åstrand [Fri, 4 Sep 2015 16:11:44 +0000 (19:11 +0300)]
Avoid rebuilding VListSelect DOM for each round trip (#14765)
Change-Id: Iebcea0fd80eb9c1e0f14357fa09a264db5f1ee06
Markus Koivisto [Tue, 10 May 2016 07:42:54 +0000 (10:42 +0300)]
Remove guava URL encode dependency
Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9
Henri Sara [Thu, 5 May 2016 07:09:08 +0000 (10:09 +0300)]
Eliminate most server-side Guava use
Change-Id: Iac0f5c96d827e2078ace0be76bc14aa34f379d57
Denis Anisimov [Sun, 7 Sep 2014 12:08:26 +0000 (15:08 +0300)]
Always close expanded top level menu item on click (#14568).
Change-Id: I04b0b64fd9054b7284efa59a8c56d8a64616ca7b
Artur Signell [Tue, 10 May 2016 17:28:31 +0000 (20:28 +0300)]
Update to Atmosphere 2.2.9.vaadin2 (#19742)
Change-Id: I634e44971c6e4f653ecdcbf694be78ae67ef728f
Teemu Pöntelin [Sat, 30 Apr 2016 13:20:35 +0000 (16:20 +0300)]
Always return cursor position 0 when displaying input prompt (#19766)
Change-Id: Ibca58259a0bbcda7141b996020bae8614f0c2114
Teemu Suo-Anttila [Tue, 10 May 2016 12:54:22 +0000 (15:54 +0300)]
Fix UIProvider backwards compatibility with AppWidgetset
Change-Id: Ia3171f4398caa9824f9b511da6576baa7b40be07
Artur Signell [Wed, 11 May 2016 06:01:46 +0000 (09:01 +0300)]
Take widget set style into account when compiling widget set
Change-Id: Ie373c668ca59f575dd146c01009464b568919388
Anton Yegorov [Sat, 7 May 2016 07:32:26 +0000 (10:32 +0300)]
Fix comment for AttachListener interface (#19792)
Change-Id: I45fe48134b05c961e09043f0626763a9fc9e0093
Artur Signell [Fri, 6 May 2016 15:04:06 +0000 (18:04 +0300)]
Fix null selection to work again (#19787)
Reverts the fix for #15181
Change-Id: I9ec45b1c9aad9788559d0de2b086bf5cf4af6b12
Anna Koskinen [Mon, 9 May 2016 09:08:39 +0000 (12:08 +0300)]
Handle touch events in Window (#18042)
- fixes dragging not working from Window header
Change-Id: I9a35926abf43208c4bab0ae4b6dbc29bac17ba7b
Artur Signell [Mon, 9 May 2016 06:29:40 +0000 (09:29 +0300)]
Clarify expand javadoc for GridLayout
Change-Id: If68e81c7116c9294754167981ea3fb53360501bb
Artur Signell [Sat, 7 May 2016 18:28:18 +0000 (21:28 +0300)]
Test using Payara
Change-Id: Ife341d184386db4fd51f1c7209ddb0cb46f6d73d
Henri Sara [Fri, 6 May 2016 10:47:26 +0000 (13:47 +0300)]
Update @since for 7.6.6
Change-Id: I633537c643c27fea64c4e55204ed54c64c39aa04
Henri Sara [Fri, 6 May 2016 06:06:52 +0000 (09:06 +0300)]
Add @since for DesignContext
Change-Id: I92fbe5ed5bc8e770b6289b4cfae725f837b8eaef
Henri Sara [Wed, 4 May 2016 08:30:51 +0000 (11:30 +0300)]
Compare against references also if no version specified
Change-Id: I4396f456770aab470a98b19c5474f1a74e72f141
Leif Åstrand [Tue, 15 Mar 2016 08:28:56 +0000 (10:28 +0200)]
Add javadocs for onConnectorHierarchyChange
Change-Id: Ibd177fc41d83c5d9fa6adc2c117a9cab4bf670df
Ilia Motornyi [Wed, 4 May 2016 08:31:22 +0000 (08:31 +0000)]
Revert "Better default for nullRepresentation (#13221, #12877)"
This reverts commit
85870ccd9f93cebd839d22d2bd63ec817bb90a3d .
Change-Id: Ifb9bbac0ee36e71d2251c31b936a12f1f3ea7315
Ilia Motornyi [Wed, 4 May 2016 08:31:05 +0000 (08:31 +0000)]
Revert "Documentation fix for null representation (#13221)"
This reverts commit
41e29dd2e32d8ca70bfcec25a1883f7965e53296 .
Change-Id: I4065d4db8dcc2dc652b171ab0472186bbe40ee17
Henri Sara [Tue, 3 May 2016 14:03:10 +0000 (17:03 +0300)]
Fix classpath order for integration tests
Test classes need to come first because of how TB3TestLocator is
implemented.
Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1
Henri Sara [Tue, 3 May 2016 14:18:42 +0000 (17:18 +0300)]
Relax checkstyle rules
Allow whitespace after cast to match default and Eclipse formatting.
Change-Id: I9c14d014bebb0b4507885d309ea5adc9d00279e7
Leif Åstrand [Tue, 3 May 2016 13:06:55 +0000 (16:06 +0300)]
Ignore files generated for checkstyles
Change-Id: Ifb4199bf1e7a168c9f5e0770229bbac9cf75ca9d
Teemu Suo-Anttila [Tue, 3 May 2016 10:02:04 +0000 (13:02 +0300)]
Move theme and widgetset compilation to prepare-package
Change-Id: I5c366be930383a6008a7f40f1f4ad532c5da1772
Maciej Przepióra [Thu, 28 Apr 2016 13:34:33 +0000 (16:34 +0300)]
Throw IAE in setExpandRatio() if given ratio is less than 0
Change-Id: Ie7f92edea210c54400f6dce38e1376e3c0eae575
Artur Signell [Sun, 13 Mar 2016 11:24:11 +0000 (13:24 +0200)]
Ensure addItem(null) returns null
Change-Id: I67823b306e68637b469ed35fad00f6af64e8cc15
Fredrik Rönnlund [Thu, 14 Apr 2016 11:48:48 +0000 (14:48 +0300)]
added one missing "you"
Change-Id: Ibe297192a67271ad0d5349e12ddeaa95af0ad9c8
Enver Haase [Fri, 8 Apr 2016 16:40:36 +0000 (18:40 +0200)]
Update gwt-rpc.asciidoc
Change-Id: Iae5e5591d7d3a1ee418bdd90ed156f80e86b24f9
Enver Haase [Fri, 8 Apr 2016 09:59:13 +0000 (11:59 +0200)]
Update clientside-debugging.asciidoc
Change-Id: I2c5c962bdd572b697b992046a139d8d8f653133f
Guglielmo Moretti [Fri, 12 Feb 2016 11:18:11 +0000 (12:18 +0100)]
Update advanced-dragndrop.asciidoc
Error on formatting at line 299
Change-Id: I8ca16880dd77def9e01b5d51c3186cb0ed4fba41
Artur Signell [Sat, 16 Apr 2016 10:47:26 +0000 (13:47 +0300)]
Take body scrolling into account when deciding combobox popup position (#19162)
For standard standalone Vaadin apps, the body scroll is not scrollable. For
these this change should have no effect.
In embedded cases and when running as portlet, the body is scrollable. For
these cases, the popup is now correctly shown below the combo box when
there is space.
Change-Id: Ia183f4f2988e6593634f6e9735fd58abbd4a1da1
Jonni Nakari [Mon, 15 Feb 2016 13:15:32 +0000 (15:15 +0200)]
GWT history frame is not needed in embedding
Vaadin is not anymore using the type of GWT History support that would need the __gwt_historyFrame iframe.
Change-Id: Ibd5414ddd744b3a570bb7b23700a616ca7ee56bf
elmot [Mon, 2 May 2016 09:40:41 +0000 (12:40 +0300)]
Documentation fix for null representation (#13221)
Change-Id: Ib532fbd9efd587080a75155139ae1a7a219c1003
Matti Tahvonen [Thu, 16 Jul 2015 15:12:57 +0000 (18:12 +0300)]
Better default for nullRepresentation (#13221, #12877)
Change-Id: Ia4662c79b20ee699b3a9741ffa24c4de6645b775
elmot [Mon, 2 May 2016 07:42:05 +0000 (10:42 +0300)]
Fix README.md
Change-Id: I95e8a7d0ad9287ac9f21ac37902301ab28c974eb
Henri Sara [Mon, 2 May 2016 07:47:18 +0000 (10:47 +0300)]
Expect Chrome 50 in VerifyBrowserVersionTest
Change-Id: I65c0231b5f6a1ad14a8439824a95c36a9f6e8138
Henri Sara [Mon, 2 May 2016 07:16:55 +0000 (10:16 +0300)]
Fix CriticalNotificationsTest on Chrome
Without this fix, a mismatch in screenshots causes a non-screenshot
test failure.
Change-Id: I6fb157a764ef1ec594836cbeceacd898820e7e11
Markus Koivisto [Tue, 26 Apr 2016 08:35:02 +0000 (11:35 +0300)]
Add interface for AppWidgetset (#19770)
This allows selecting the widgetset name and URL simply by placing
a class in the default package if nothing is explicitly give by
the user. This can be used e.g. by the Maven plug-in and other build
automation tools to automatically generate widgetsets or use one
from CDN.
Change-Id: If3a7b35e3b25371e08e6d9b504fcda6f66de5119
Artur Signell [Sun, 17 Apr 2016 15:58:59 +0000 (18:58 +0300)]
Fix IE focus fix which has been broken since 7.0.0 (#7965)
Change-Id: Ia0aee645ed3b0ba6de33a6a2ce9f8bde9b84f44f
Artur Signell [Sun, 17 Apr 2016 08:31:01 +0000 (11:31 +0300)]
Restrict grid sidebar size to visible viewport (#19349)
Change-Id: I75b7c662251de53b46e045d17d3cac650586acd2
Artur Signell [Sat, 16 Apr 2016 13:43:59 +0000 (16:43 +0300)]
Scroll selected tab into view (#3899)
Change-Id: I4e86caa4ad02dfc5d0eaa33b85f67da3837fcea0
Artur Signell [Fri, 15 Apr 2016 05:59:01 +0000 (08:59 +0300)]
Use the correct window height when comparing to browser window height (#19590)
Change-Id: I7fdecab93fa6730e63e3ba7f0df3a67f3020c19c
Artur Signell [Sun, 17 Apr 2016 15:29:08 +0000 (18:29 +0300)]
Double check table focus in IE (#19676)
Change-Id: I46d95e0b198dd4594e5c84dda9b6c462d4a7bf51
Artur Signell [Tue, 8 Mar 2016 06:37:21 +0000 (08:37 +0200)]
Take transition into account for Window layout (#15192, #19525, #19415)
Change-Id: I33bbbac39bff97330b166e1c608b702fe6e527d7
elmot [Tue, 29 Dec 2015 15:47:51 +0000 (17:47 +0200)]
Fixed language mistakes
Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c
Leif Åstrand [Mon, 11 Apr 2016 11:56:14 +0000 (14:56 +0300)]
Clarify error message for column mismatches (#18323)
Change-Id: I94b0819b68dbdda96fb1036e503bf63390a800d7
John Ahlroos [Thu, 21 Apr 2016 05:46:47 +0000 (08:46 +0300)]
Store unknown attributes in DesignContext #19749
Change-Id: I1e90d422ec716092e6d407b6965902f48eac1646
Leif Åstrand [Fri, 18 Mar 2016 11:34:24 +0000 (13:34 +0200)]
Fix PropertyValueGenerator javadocs
Change-Id: I8a6bc3b5807f78f459cc9f9e2f02a55835370d7f
Henri Sara [Thu, 28 Apr 2016 11:27:19 +0000 (14:27 +0300)]
Do not throw an exception for PhantomJS
Change-Id: Ief7ae278c8c120c40cd73bc93f982db912ef6648
Henri Sara [Thu, 28 Apr 2016 11:37:49 +0000 (14:37 +0300)]
Make sure that browser.factory is passed to JUnit
Change-Id: I422da01262676ac148c6b705f7618c8b9afb506c
Teemu Suo-Anttila [Thu, 28 Apr 2016 10:35:51 +0000 (13:35 +0300)]
Merge remote-tracking branch 'origin/feature/mavenize' to master
Change-Id: I7dadf3a94372a560529ed5b31cd062977c5ed802
Henri Sara [Thu, 28 Apr 2016 06:41:36 +0000 (09:41 +0300)]
Fix formatting of VaadinBrowserFactory
Change-Id: I9b650faf2c35d64230b65791fcc28be2c421f0e6
Henri Sara [Thu, 28 Apr 2016 06:27:55 +0000 (09:27 +0300)]
Add browser factory for SauceLabs
Change-Id: I91fffa8e88ab83e262d09c55282dc51562709b76
Henri Sara [Thu, 28 Apr 2016 06:02:51 +0000 (09:02 +0300)]
Add browser factory for BrowserStack
Change-Id: Id761c99068410c9d00f2b2a124568e3c86d112d7
Henri Sara [Thu, 28 Apr 2016 05:54:26 +0000 (08:54 +0300)]
Add a way to override browser factory
Use the parameter browser.factory to select a class implementing
TestBenchBrowserFactory.
Change-Id: Ibc1f11ad83f8ac1ed85766892cfa0463af9bf440
elmot [Wed, 27 Apr 2016 10:55:20 +0000 (13:55 +0300)]
Move checkstyles plugin to actual modules
Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
Teemu Suo-Anttila [Wed, 27 Apr 2016 07:19:38 +0000 (10:19 +0300)]
Move compiled themes out from resources
Change-Id: Id5cc38c717cd43f8e524db330c205958c8db1e31
Teemu Suo-Anttila [Wed, 27 Apr 2016 08:26:25 +0000 (11:26 +0300)]
Move test UI to correct source folder
Change-Id: Iadb594d23632b71ca75eab36939cee422dda61cb
elmot [Tue, 26 Apr 2016 12:22:23 +0000 (15:22 +0300)]
Moving WindowAndUIShortcuts to the correct place
Change-Id: If2e7c44e1497f600cf050c8430dafa62de1bd0a5
Markus Koivisto [Fri, 1 Apr 2016 10:46:47 +0000 (13:46 +0300)]
Update Eclipse documentation for preferences pane
Change-Id: Ibb1a51b708a7ba4d78f56447d7054ee3c6297193
Henri Sara [Fri, 22 Apr 2016 18:23:01 +0000 (21:23 +0300)]
Check Java 1.6 compatibility
Ensure that server side classes are compatible with Java 1.6.
Change-Id: I464096bbb316769a4c2fede55d7bcb11ce61e4f0
Henri Sara [Fri, 22 Apr 2016 20:09:51 +0000 (23:09 +0300)]
Use classes compiled with Maven in uitest
Remove recompilation of test classes with Ant and minor cleanup.
Change-Id: Ibe57be753d12558229a9d0b83a9eef16f57b46be
Henri Sara [Fri, 22 Apr 2016 12:41:35 +0000 (15:41 +0300)]
Run checkstyle with Maven
Change-Id: I8590d2161d027827a5037f0b371ec620cea61733
Henri Sara [Thu, 21 Apr 2016 06:52:20 +0000 (09:52 +0300)]
Some Vaadin 7.7 release notes changes
Removed 7.6 material from release notes and some other updates.
Change-Id: Ic1084980a3e188459358eee71554cd0db76bbcca
Teemu Suo-Anttila [Thu, 21 Apr 2016 07:24:12 +0000 (10:24 +0300)]
Merge remote-tracking branch 'origin/master' into feature/mavenize
Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6
Teemu Suo-Anttila [Wed, 20 Apr 2016 14:32:13 +0000 (17:32 +0300)]
Skip javadoc plugin in uitest
Change-Id: I697965dbed453c93d09935220eb05cb4e39e3399
elmot [Mon, 18 Apr 2016 12:09:01 +0000 (15:09 +0300)]
Updated READMEs
Change-Id: I60eb78fcf7eab53771c12687b0b973ea732ebf1c
Teemu Suo-Anttila [Wed, 20 Apr 2016 14:21:05 +0000 (17:21 +0300)]
Merge remote-tracking branch 'origin/feature/appwidgetset'
Change-Id: I2136f2790d780e762736334145b0addaf2194d11
Artur Signell [Sun, 13 Mar 2016 11:27:38 +0000 (13:27 +0200)]
Ensure getItemProperty returns null for unknown property ids (#7103)
Change-Id: I77e826f81f2469badf35462ba40f0e8d73e48245
Teemu Suo-Anttila [Wed, 20 Apr 2016 07:25:35 +0000 (10:25 +0300)]
Remove duplicate link, improve tag script variable ordering
Change-Id: I3b8990ea31603a8b8aa278ac5ae1495fdd603dbc