Commit Graph

41 Commits (e1c150bfe1fa6587c56a508549441fe7ccc95936)

Author SHA1 Message Date
lolodomo e1c150bfe1 [basicui] Implement color management for setpoint widgets (#147)
Fix openhab/openhab-core#1234

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-11-26 08:18:01 +01:00
Yannick Schaus 6d752a30f9 [habot] avoid feeding null or empty attributes to the trainer (#141)
Signed-off-by: Yannick Schaus <github@schaus.net>
2019-11-19 20:20:32 +01:00
dependabot[bot] 9cdfdda52e Bump bower from 1.8.4 to 1.8.8 in /bundles/org.openhab.ui.habmin (#135)
Bumps [bower](https://github.com/bower/bower) from 1.8.4 to 1.8.8.
- [Release notes](https://github.com/bower/bower/releases)
- [Changelog](https://github.com/bower/bower/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bower/bower/compare/v1.8.4...v1.8.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-07 17:22:55 +01:00
Wouter Born c101937616 Update sitemap model imports (#138)
Signed-off-by: Wouter Born <github@maindrain.net>
2019-11-07 17:22:10 +01:00
Wouter Born c1b83e3b46 Fix SAT errors in resources and tests (#136)
Fixes all SAT errors in resources and tests reported by SAT 0.8.0-SNAPSHOT.

Related to: openhab/static-code-analysis#363

Signed-off-by: Wouter Born <github@maindrain.net>
2019-11-03 11:53:16 +01:00
Wouter Born a0ef10303b Fix build by adding null annotations (#134)
Signed-off-by: Wouter Born <github@maindrain.net>
2019-10-27 17:35:05 +01:00
Wouter Born a45c187018 Use SAT 0.7.0, fix errors and feature file warning (#131)
Signed-off-by: Wouter Born <github@maindrain.net>
2019-10-21 22:39:10 +02:00
Yannick Schaus a6b978f170 [habpanel] Port over translations from Crowdin (#82)
Include a new complete Japanese translation (thanks to koui), and partial translations and fixes in Afrikaans, Arabic, Bulgarian, Korean, Lithuanian, Ukrainian.

Signed-off-by: Yannick Schaus <github@schaus.net>
2019-10-16 12:39:09 +02:00
Christoph Weitkamp fca2365008 Changed pid from 'org.eclipse.smarthome.core.i18nprovider' to 'org.eclipse.smarthome.i18n' (#127)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-10-16 08:57:31 +02:00
Yannick Schaus c09ce6ef4f [habpanel] Filter out unnecessary SSE events (#128)
This should help improve the performance for large installations,
or when the event bus is busy.

Signed-off-by: Yannick Schaus <github@schaus.net>
2019-10-16 08:45:38 +02:00
Yannick Schaus 33307aa446 [habpanel] Send early update events (#129)
This change broadcasts the 'openhab-update' event immediately, not waiting for
the result of the /rest/items request, if the items are already populated, when
OHService.reloadItems() is called.  This improves the dashboard switching latency
significantly at the expanse of reliability - some widgets (e.g. slider) might
'flicker' slighly.

Signed-off-by: Yannick Schaus <github@schaus.net>
2019-10-16 08:45:05 +02:00
Christoph Weitkamp bb1f8e6a44 Fixed POM XML Shema Definition path (#125)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-10-12 10:21:28 +02:00
Hilbrand Bouwkamp 2802fff739 Updated schema location from smarthome -> openHAB (#124)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-10-11 02:25:08 -07:00
Yannick Schaus 45614b2a27 [habpanel] Update dependencies, 5-col selection widget fix (#106) (#116)
Also-by: Alari Truuts <Alariii@gmail.com>
Signed-off-by: Yannick Schaus <github@schaus.net>
2019-09-05 17:58:50 +02:00
Yannick Schaus ac54f10ea6 [habpanel] Widget gallery: handle short attachment urls (#115)
Discourse now seems to use relative "short URLs" redirects (`/uploads/short-url/...`) instead of linking to the absolute URL of the attachment on S3 (for new posts only, those created before are not affected).

Signed-off-by: Yannick Schaus <github@schaus.net>
2019-09-04 20:43:10 +02:00
curlyel bfce718042 Providing modified icons for <motion> (#112)
Providing modified icons for <motion> suitable for both, bright _dark_ themes.

Signed-off-by: curlyel <curlyel@t-online.de>
2019-09-03 21:07:16 +02:00
lolodomo 4b69dcc9da [classicui] Remove iconType configuration setting (#113)
Icon type is now SVG by default.
Customized icons, even in only PNG format, are still handled.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-09-03 21:06:34 +02:00
lolodomo 742fc0b96d [basicui] Remove iconType configuration setting (#114)
Icon type is now SVG by default.
Customized icons, even in only PNG format, are still handled.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-09-03 21:06:13 +02:00
lolodomo c5b3049ef7 [ClassicUI] Render switch element with slide switch for switch item with state options (#95)
Signed-off-by: Laurent Garnioer <lg.hc@free.fr>
2019-08-23 08:20:08 +02:00
lolodomo ec52cb0eaa [BasicUI] Render switch element with slide switch for switch item with state options (#94)
Signed-off-by: Laurent Garnier <lg.hc]@free.fr>
2019-08-23 08:19:49 +02:00
lolodomo 835d6dad6d [BasicUI] Ignore too big item state when updating widget icon (#98)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-08-22 20:54:26 +02:00
lolodomo 747cd4758b [ClassicUI] mapview: handle UNDEF state (#102)
Signed-off-by : Laurent Garnier <lg.hc@free.fr>
2019-08-22 20:53:34 +02:00
lolodomo 81aab7ddeb [BasicUI] mapview : handle refresh and UNDEF state (#101)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-08-22 20:52:07 +02:00
lolodomo dab87c9f31 [BasicUI] Fix dynamic update of frame visibility (#103)
Fix #92

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-08-22 20:30:26 +02:00
lolodomo a21a658aae [ClassicUI] Move WEB images in the expected directory (#100)
Fix #99

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-08-16 18:11:59 +02:00
Markus Rathgeb b351043063 use bnd annotations to not interfere with derived props (#90)
Fixes: https://github.com/openhab/openhab-webui/issues/89

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-08-01 09:08:00 +03:00
Markus Rathgeb aaab65d8bf HABot: fix nullness (#85)
After adding the nullness annotations to the automation the type
argument for the base module handler must be a non nullable one.
To apply the non-null annotation to the given type argument we mark the
whole class as non null by default.

Related to: https://github.com/openhab/openhab-core/pull/910

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-07-10 11:19:16 +02:00
Christoph Weitkamp 914f213520 [paper] Add kind to dynamically created channels (#84)
- Add kind to dynamically created channels

Fixes https://github.com/openhab/openhab2-addons/issues/5410

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-07-03 13:33:39 +02:00
Wouter Born 732eb92418 [paper] Sort serial port parameter options (#80)
When you have many serial ports its easier to find them in a sorted list.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-06-14 09:44:53 +02:00
Wouter Born f3ba1429a9 Adapt POMs to follow common layout (#72)
* Update features GAV
* Update project names

Signed-off-by: Wouter Born <github@maindrain.net>
2019-06-05 21:58:11 +02:00
Yannick Schaus dcf9eb5c2b [habot] Suppress verbose messages during training (#74)
Signed-off-by: Yannick Schaus <github@schaus.net>
2019-05-29 14:00:13 +02:00
Luciano bbf8724abb [habot] Italian Translation (#61)
Signed-off-by: Luciano Legovich <llegovich@yahoo.it>
2019-05-29 01:22:55 +02:00
Wouter Born 98d8b0a3bd [paper] Hide command options for read only items (#68)
Hides the command options (added in https://github.com/eclipse/smarthome/pull/5131) for controls of read only items.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-05-27 16:03:19 +02:00
Markus Rathgeb 4ee9f0540a fix code for new storage service handling (#63)
Related to: https://github.com/openhab/openhab-core/pull/787

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-05-02 21:34:57 +02:00
Markus Rathgeb 28c86adeeb fix nullness constraint violations (#64)
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-05-02 21:34:03 +02:00
Markus Rathgeb 1a36cd4915 add (wrongly) ignored directory to Basic UI resources (#58)
Fixes: https://github.com/openhab/openhab-webui/issues/57

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-15 23:26:33 +02:00
Markus Rathgeb 557e4fae4e Paper UI: restore customization support (#54)
Fixes: https://github.com/openhab/openhab-webui/issues/53

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-11 21:25:56 +02:00
Markus Rathgeb dc1480397b fix some group IDs (#52)
* fix iconset feature by using new groupId
* Fix SAT configuration
* fix further group IDs

Also-by: Wouter Born <github@maindrain.net>
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-11 10:27:35 +02:00
Wouter Born 2878a59cea Fix Java 11 build (#41)
* Add required JAXB dependencies for Java 11 in POMs and features
* Upgrade p2-maven-plugin
* Update .travis.yml to require succesful Java 11 builds

Signed-off-by: Wouter Born <github@maindrain.net>
2019-04-05 15:29:17 +02:00
Markus Rathgeb c404650cd7 fix groupId of inter reactor dependency
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-05 15:28:46 +02:00
Markus Rathgeb 249e33b2f8 improve Maven + Bnd layout and settings (#44)
https://github.com/openhab/openhab-webui/issues/38

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-05 08:28:49 +02:00