Christoph Weitkamp
6ada19c3d0
Fixed font size for group value ( #149 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-11-29 17:25:40 +01:00
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
Wouter Born
c13c0055e7
Upgrade bnd to 4.3.0 ( #140 )
...
For bnd 4.3.0 release notes, see:
https://github.com/bndtools/bnd/wiki/Changes-in-4.3.0
Also note:
The Bnd Maven plugins are now marked thread safe and can be used with -T.
It seems to work well so far as long as the features are build after the bundles so I've added the bundles BOM as dependency to the features POM.
We still need to make SAT thread safe (openhab/static-code-analysis#200 ).
When disabling SAT you can build using one thread per processor core by executing:
mvn clean install -DskipChecks -T 1C
This significantly speeds up Maven builds and puts all your processor cores to good use. :-)
Signed-off-by: Wouter Born <github@maindrain.net>
2019-11-11 20:01:29 +01:00
Wouter Born
556d6ff261
Upgrade to Karaf 4.2.7 ( #139 )
...
For Karaf 4.2.7 release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345539
Signed-off-by: Wouter Born <github@maindrain.net>
2019-11-10 17:03:01 +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
bd9b5db691
Update to SAT 0.8.0 ( #137 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2019-11-03 22:38:24 +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
Wouter Born
0ea6ba6229
Fix empty reactor summary on newer Maven versions ( #93 )
...
On newer Maven versions the reactor summary also contains the project name and version so the regexp needs to be adjusted for this.
Signed-off-by: Wouter Born <github@maindrain.net>
2019-08-06 23:00:35 +03: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
Kai Kreuzer
eadf6e6e4e
added webaudio feature to HABPanel ( #81 )
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2019-06-16 12:46:40 +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
a179057e55
Upgrade Karaf to 4.2.6 ( #79 )
...
For Karaf 4.2.5 release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345153
For Karaf 4.2.6 release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345365
Signed-off-by: Wouter Born <github@maindrain.net>
2019-06-10 19:17:12 +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
Wouter Born
8112e09934
Use bnd for including resources to workaround infinite Eclipse builds ( #75 )
...
When "Build Automatically" is enabled in Eclipse, the build never ends.
It seems there is a bnd issue with the way resources are defined in the reactor POM.
The workaround seems to be to include all resources using bnd.
See also:
* https://github.com/bndtools/bnd/issues/3220
* https://github.com/openhab/openhab2-addons/issues/5554
Signed-off-by: Wouter Born <github@maindrain.net>
2019-06-01 19:20:06 +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
Patrick Fink
ad14f0e582
Inherit from openHAB Super POM ( #73 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2019-05-29 08:30:42 +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
245087c78f
Ignore Eclipse project specific settings ( #50 )
...
* Ignore Eclipse project specific settings
Signed-off-by: Wouter Born <github@maindrain.net>
2019-05-27 22:48:12 +02:00
Wouter Born
a037f8f87e
Remove p2 repo ( #71 )
...
Fixes #47
Signed-off-by: Wouter Born <github@maindrain.net>
2019-05-27 19:15:39 +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
Wouter Born
eab9efae16
Fix Travis build ( #70 )
...
Using the -a switch grep will treat binary data as text so the pipe no longer chokes on it.
Signed-off-by: Wouter Born <github@maindrain.net>
2019-05-27 16:01:22 +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
398859671b
add BOM for the UI bundles ( #59 )
...
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-04-15 23:38:01 +02:00
Wouter Born
893780b8d8
Upgrade to Karaf 4.2.4 ( #56 )
...
For Karaf 4.2.3 release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12344587
For Karaf 4.2.4 release notes, see:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344856&projectId=12311140
Signed-off-by: Wouter Born <github@maindrain.net>
2019-04-15 23:29:58 +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