Commit Graph

728 Commits (eabe6900dad45e1a83c645649773abed1327058d)

Author SHA1 Message Date
Ethan Dye 11a0301ada
Enlarge border around openHAB logo for aesthetics (#1056)
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-05-24 20:42:56 +02:00
Christoph Weitkamp c71db73a61
[Main UI] Added Badge for BatteryLow warning (#1063)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-21 15:52:27 +02:00
Yannick Schaus c6d707c7e6
Fix oh-cell "on" evaluation (#1057)
Fix #1039.

Signed-off-by: Yannick Schaus <github@schaus.net>
2021-05-19 14:53:45 +02:00
Wouter Born 067f9d8f03
Use SAT 0.11.1 (#1031)
* Use SAT 0.11.1
* Remove HABot config description

Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-19 14:53:22 +02:00
Ethan Dye 37230420ef
Fix raster favicons (#1053)
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-05-18 23:18:52 +02:00
hubsif 2c86d3f137
On homescreen wait for model to be ready, fixes #909 (#1055)
Minor code cleanups

Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-05-18 23:12:12 +02:00
hubsif ae063ad819
Fix profile filtering (#1054)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-05-18 23:09:14 +02:00
Wouter Born 8662580f9f
Upgrade to Karaf 4.3.2 (#1051)
Syncs the karaf.version so the new Maven plugin is used.

Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-18 07:58:01 +02:00
Christoph Weitkamp f3b5d1312a
Change unit from "lux" to "lx" on badges (#1052)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-17 22:43:58 +02:00
hubsif d586b77594
Rework oh-knob and oh-slider, fixes #1003 (#1012)
Fix oh-slider issue

Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-05-16 20:25:36 +02:00
hubsif f590b28331
Link and Profile related fixes (#1043)
Drop "no profile" and use the "Default" profile instead (link-add and link-edit)
Filter the item list for items compatible to the channel's type (link-add)
Only allow profiles compatible to the current item
(disable on link-add, filter on link-edit)
Add profile config sheet key to prevent VNodes reuse.

Fix #884.
Fix #885.

Signed-off-by: Hubert Nusser <hubsif@gmx.de>
Also-by: Yannick Schaus <github@schaus.net>
2021-05-16 20:18:54 +02:00
hubsif 65df3b3191
Check if item exists when creating new, fixes #573, fixes #906 (#1000)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-05-11 19:41:41 +02:00
Yannick Schaus 1e35e041c7
Default values for widget property parameters (#1049)
If a personal widget prop parameter definition has a defaultValue, e.g.:

```
uid: defaultValue
props:
  parameters:
    - name: prop1
      type: TEXT
      label: Prop 1
      defaultValue: My default value
```
then the default value will be added to the `props` object accessible
in expressions (unless it's explicitly overridden).

Fixes #990.

Signed-off-by: Yannick Schaus <github@schaus.net>
2021-05-11 16:28:52 +02:00
Yannick Schaus 25865f83f6
Don't navigate back after removing an invalid link (#1048)
Fixes #1032.

Signed-off-by: Yannick Schaus <github@schaus.net>
2021-05-11 16:28:19 +02:00
Leon Kiefer 4e402ef697
Use status code as fallback to status message for error responses (#1045)
Use status code as fallback to the status message for error responses to detect whether the
initial requests are unauthorized (HTTP 401).
(With HTTP2 there is no status message and even in HTTP1 it is optional.)

Fix #1018.

Signed-off-by: Leon Kiefer <leon.k97@gmx.de>
2021-05-11 16:26:53 +02:00
TheNetStriker 1b002cf76d
Fix Z-Wave network viewer not working when nodes have no zwave_neighbours
Fixes #1037.

Signed-off-by: David Masshardt <david@masshardt.ch>
2021-05-11 16:17:22 +02:00
Ethan Dye 19395dfaca
Use vector version of openHAB logo (#1027)
This also implements vector favicons for browsers that support it,
support for browsers that do not allow vector favicons has not changed.

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-05-10 10:17:33 +02:00
Eiko Wagenknecht c1c0bd835a
Renamed ackNeeded and pinNeeded parameters (#1022)
Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
2021-05-09 11:40:37 +02:00
openhab-bot 2d78fb6edc
New Crowdin updates (#988)
* New translations en.json (Italian)

* New translations en.json (Italian)

* New translations en.json (Croatian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Bulgarian)

* New translations en.json (Turkish)

* New translations en.json (Spanish)

* New translations en.json (Spanish)

* New translations en.json (Dutch)

* New translations en.json (Polish)

* New translations en.json (Russian)
2021-05-09 10:48:09 +02:00
hubsif 71b0113a19
Use unhashed browser urls, fixes #710 (#964)
BREAKING CHANGE: the addresses of linked pages in the UI change from:

http://ip:8080/#!/page/...
http://ip:8080/#!/settings/...

to:

http://ip:8080/page/...
http://ip:8080/settings/...

Please adjust your bookmarks.

Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-05-09 10:46:11 +02:00
hubsif b9f3cd4238
Extend visible parameter evaluation, fixes #880 (#1036)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-05-09 10:28:33 +02:00
Eiko Wagenknecht 37cb6364c5
Fix height description in grid layout properties (#1023)
Fix missing doc from #993

Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
2021-05-09 10:14:43 +02:00
Wouter Born 30e7e835b1
Remove dependency on commons-io (#1028)
Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-02 11:06:47 +02:00
hubsif 3a78b4f352
Implement link editable flag (#1029)
Related to & closes #903, #693, #413. 

Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-04-30 00:15:00 +02:00
Yannick Schaus 7c8e787583
Fix sitemap creation (#1019)
Similar to #999 / #998.

Signed-off-by: Yannick Schaus <github@schaus.net>
2021-04-25 22:09:00 +02:00
Eiko Wagenknecht 4f94d26f0d
Rework metadata UI for new GA binding - Part 2 (#1020)
Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
2021-04-25 22:04:23 +02:00
hubsif fa4690f826
Fix display error at tech info on iOS, fixes #849 (#1016)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-04-25 16:40:34 +02:00
Eiko Wagenknecht ec3cb6ce34
Rework metadata UI for new GA binding (#1017)
Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
2021-04-25 15:25:37 +02:00
hubsif 603260be87
Show error message when link cannot be removed, fixes #903 (#1015)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-04-23 19:26:51 +02:00
Wouter Born 195a1b67e3
Add Crowdin badge (#1014)
So it is easier to find where to contribute translations.

Signed-off-by: Wouter Born <github@maindrain.net>
2021-04-23 19:26:17 +02:00
hubsif 8040f28f55
fix small bug in widget mixin (#1013)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-04-22 22:59:27 +02:00
Kai Kreuzer ab99bf7c2b
Adapted url for Artifactory (#1010)
* Adapted url for Artifactory

Related to https://github.com/openhab/openhab-distro/issues/1256

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-04-20 21:33:46 +02:00
hubsif b2684507d7
Add slot for slides to oh-swiper, fixes #840 (#1002)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-04-18 20:23:09 +02:00
hubsif dd6e756382
Fix group slider triggering change, fixes #789 (#1001)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-04-18 18:07:54 +02:00
Yannick Schaus 0bcbd8c8ad
Fix rule creation (#999)
Fixes #998.

Signed-off-by: Yannick Schaus <github@schaus.net>
2021-04-11 21:30:42 +02:00
Sönke Küper 93d9dd3503
Use the backend API to calculate occurrences in the Schedule view (#815)
Signed-off-by: Sönke Küper <soenkekueper@gmx.de>
2021-04-11 18:58:54 +02:00
stefan-hoehn 7eece15230
Allow separate icon width/height for floorplan marker (#992)
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
2021-04-10 16:56:22 +02:00
Dominik Budde de65df955c
Add oh-trend trendSampling parameter to widget definition (#993)
Signed-off-by: Dominik Budde <dominik.budde@googlemail.com>
2021-04-08 19:11:08 +02:00
Wouter Born ebd4b04c57
Upgrade Karaf to 4.3.1 (#984)
Related to openhab/openhab-distro#1167

Signed-off-by: Wouter Born <github@maindrain.net>
2021-04-02 15:52:06 +02:00
openhab-bot 545174f36c
New Crowdin updates (#891)
* New translations en.json (Czech)

* New translations en.json (Czech)

* New translations en.json (Czech)

* New translations en.json (Czech)

* New translations en.json (Czech)

* New translations en.json (Czech)

* New translations en.json (Finnish)

* New translations en.json (Finnish)

* New translations en.json (Finnish)

* New translations en.json (Finnish)

* New translations en.json (Finnish)

* New translations en.json (Finnish)

* New translations en.json (Spanish)

* New translations en.json (Hebrew)

* New translations en.json (Spanish)

* New translations en.json (Spanish)

* New translations en.json (Swedish)

* New translations en.json (Swedish)

* New translations en.json (Swedish)

* New translations en.json (Spanish)

* New translations en.json (Spanish)

* New translations en.json (Spanish)

* New translations en.json (Italian)

* New translations en.json (Turkish)

* New translations en.json (Slovak)

* New translations en.json (Slovak)

* New translations en.json (French)

* New translations en.json (French)

* New translations en.json (French)

* New translations en.json (French)

* New translations en.json (French)

* New translations en.json (Slovak)

* New translations en.json (Slovak)

* New translations en.json (German)

* New translations en.json (Spanish)

* New translations en.json (German)

* New translations en.json (Ukrainian)

* New translations en.json (Ukrainian)

* New translations en.json (German)

* New translations en.json (Tagalog)

* New translations en.json (Tagalog)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Spanish)

* New translations en.json (Spanish)
2021-04-01 09:41:39 +02:00
hubsif d1d5e4a016
Add stylesheet configuration to widgets (#979)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-04-01 09:39:11 +02:00
Kai Kreuzer cf025334d0
adapt code to new semantics package (#983)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-03-31 08:12:00 +02:00
Kai Kreuzer fb26c31786
fixed distribution repo (#853) 2021-03-30 19:11:55 +02:00
Wouter Born aa2cf26d2c
Upgrade lastnpe EEA to 2.3.0 (#978)
For release notes, see:

https://github.com/lastnpe/eclipse-null-eea-augments/releases/tag/v2.3.0

Signed-off-by: Wouter Born <github@maindrain.net>
2021-03-30 19:11:12 +02:00
hubsif e9e55060db
Show copy icon for thing and channel uids, fixes #396, fixes #475 (#980)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-03-27 19:32:15 +01:00
hubsif 093ea4b76d
Migrate clock to system widget (#977)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-03-27 00:36:23 +01:00
hubsif 45b67da65e
recalculate oh-slider when rendered, fixes #967 (#975)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-03-27 00:34:26 +01:00
hubsif 7cbdc3cc32
Replace double percent sign in chart unit, fixes #870, fixes #928 (#976)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-03-26 00:13:35 +01:00
hubsif b7bec07f66
Fix zero margin not applied in oh-grid-layout (#973)
Make slider label help more descriptive
Fix load issue in item-list-vlist

Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-03-25 20:35:39 +01:00
hubsif e542c9bd17
Apply layout page styles in edit mode, fixes #972 (#974)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-03-24 19:41:52 +01:00