openhab-core/bundles
lolodomo 953c08c367
Extend item syntax for category/icon (#3539)
The icon value can now contain until 3 segments separated by a semi-column.
First segment is the icon source. Example: oh, if, iconify, material, f7, ...
Second segment is the icon set. Example: classic
Third segment is the icon name (and can contain hyphen). Example: temperature

In case only two segments are provided, the first segment is the icon source and the second the icon name. "classic" icon set is assumed if icon source is "oh".
In case only one segment is provided, the icon source is assumed to be the openHAB server and its classic icon set and the value is then the icon name.

Ability to use a string containing anything has been removed.

Related to #3052

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-04-12 17:40:24 +02:00
..
org.openhab.core Reduce rounding errors of RGB/HSB conversion and enhance ColorUtil (#3479) 2023-04-07 18:43:01 +02:00
org.openhab.core.addon Fix recently introduced SAT issues (#3516) 2023-04-01 17:18:22 +02:00
org.openhab.core.addon.eclipse Add Eclipse Add-on Service (#3406) 2023-03-02 07:41:49 +01:00
org.openhab.core.addon.marketplace Fix recently introduced SAT issues (#3516) 2023-04-01 17:18:22 +02:00
org.openhab.core.addon.marketplace.karaf Fix IllegalStateException in CommunityKaraAddonHAndler (#3528) 2023-04-07 09:44:28 +02:00
org.openhab.core.audio Fix recently introduced SAT issues (#3516) 2023-04-01 17:18:22 +02:00
org.openhab.core.auth.jaas Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.auth.oauth2client Fix InaccessibleObjectException (#3449) 2023-03-16 08:05:37 +01:00
org.openhab.core.automation Improve log messages in ItemStateConditionHandler (#3535) 2023-04-09 11:45:00 +02:00
org.openhab.core.automation.module.media Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.automation.module.script New Crowdin updates (#3509) 2023-04-06 20:51:40 +02:00
org.openhab.core.automation.module.script.rulesupport Fix AbstractDependencyTracker (#3510) 2023-04-01 14:15:01 +02:00
org.openhab.core.automation.rest Fix recently introduced SAT issues (#3516) 2023-04-01 17:18:22 +02:00
org.openhab.core.config.core New Crowdin updates (#3475) 2023-03-23 20:51:43 +01:00
org.openhab.core.config.discovery Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.config.discovery.mdns Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.config.discovery.upnp Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.config.discovery.usbserial [serial] Ability to use /dev/serial/ symlinks for usb serial device (#3290) 2023-03-04 14:43:46 +01:00
org.openhab.core.config.discovery.usbserial.linuxsysfs Fix resource leak in SysfsUsbSerialScanner (#3513) 2023-04-01 11:32:53 +02:00
org.openhab.core.config.discovery.usbserial.ser2net [serial] Ability to use /dev/serial/ symlinks for usb serial device (#3290) 2023-03-04 14:43:46 +01:00
org.openhab.core.config.dispatch Prevent duplicate events in WatchService (#3404) 2023-03-05 09:44:23 +01:00
org.openhab.core.config.serial Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.ephemeris Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.id Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.bin2json Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.io.console Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.io.console.eclipse Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.console.karaf Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.console.rfc147 Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.http Upgrade to Karaf 4.4.3 (#3252) 2023-03-01 13:09:07 +01:00
org.openhab.core.io.http.auth New Crowdin updates (#3509) 2023-04-06 20:51:40 +02:00
org.openhab.core.io.jetty.certificate Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.monitor EventLogger minor refactor (#3523) 2023-04-07 19:47:01 +02:00
org.openhab.core.io.net Fix recently introduced SAT issues (#3516) 2023-04-01 17:18:22 +02:00
org.openhab.core.io.rest Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.audio Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.auth New Crowdin updates (#3438) 2023-03-08 22:09:07 +01:00
org.openhab.core.io.rest.core [REST] Sort profile-type resources by their label (#3491) 2023-03-29 08:49:04 +02:00
org.openhab.core.io.rest.log Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.mdns Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.sitemap [sitemap] Add new color keyword "itemValue" (#3453) 2023-03-16 18:59:10 +01:00
org.openhab.core.io.rest.sse Cleanup event filtering and improve EventFilter usage (#3295) 2023-01-03 16:30:12 +01:00
org.openhab.core.io.rest.swagger Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.transform [rest] List transformation services (#3416) 2023-03-02 21:36:50 +01:00
org.openhab.core.io.rest.ui Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.rest.voice [tts] Cache mechanism (#3057) 2023-02-28 08:45:44 +01:00
org.openhab.core.io.transport.mdns Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.transport.modbus Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.transport.mqtt Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.transport.serial Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.transport.serial.javacomm Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.transport.serial.rxtx [serial] Ability to use /dev/serial/ symlinks for usb serial device (#3290) 2023-03-04 14:43:46 +01:00
org.openhab.core.io.transport.serial.rxtx.rfc2217 Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.io.transport.upnp Improve UPNP callback removal (#3310) 2023-01-14 11:30:06 +01:00
org.openhab.core.io.websocket Upgrade to Karaf 4.4.3 (#3252) 2023-03-01 13:09:07 +01:00
org.openhab.core.karaf Add Eclipse Add-on Service (#3406) 2023-03-02 07:41:49 +01:00
org.openhab.core.model.codegen Renamed packages 2019-12-28 12:18:16 +01:00
org.openhab.core.model.core Fix recently introduced SAT issues (#3516) 2023-04-01 17:18:22 +02:00
org.openhab.core.model.item Extend item syntax for category/icon (#3539) 2023-04-12 17:40:24 +02:00
org.openhab.core.model.item.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.item.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.lazygen Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.lsp Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.persistence Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.persistence.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.persistence.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.rule Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.rule.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.rule.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.script Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.script.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.script.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.sitemap Add inputHint parameter to sitemap Input element (#3418) 2023-03-26 11:15:56 +02:00
org.openhab.core.model.sitemap.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.sitemap.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.thing Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.model.thing.ide Update license header to 2023 (#3294) 2023-01-03 09:45:42 +01:00
org.openhab.core.model.thing.runtime Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.persistence [persistence] fix time weighting in averageSince and averageBetween (#3439) 2023-04-08 16:43:33 +02:00
org.openhab.core.semantics Fix Semantics default synonyms (#3511) 2023-04-01 09:32:12 +02:00
org.openhab.core.storage.json Bump spotless and fix formatting (#3469) 2023-03-20 23:14:59 +01:00
org.openhab.core.test Refactor XML handling (#3385) 2023-02-23 20:06:29 +01:00
org.openhab.core.test.magic New Crowdin updates (#3438) 2023-03-08 22:09:07 +01:00
org.openhab.core.thing Fix wrong event subscription in CommunicationManager (#3529) 2023-04-07 14:26:19 +02:00
org.openhab.core.transform Fix file processing in FileTransformationProvider (#3457) 2023-03-16 08:52:30 +01:00
org.openhab.core.ui Fix broken ProxyServletService (#3436) 2023-03-08 20:07:59 +01:00
org.openhab.core.ui.icon Upgrade to Karaf 4.4.3 (#3252) 2023-03-01 13:09:07 +01:00
org.openhab.core.voice Fix recently introduced SAT issues (#3516) 2023-04-01 17:18:22 +02:00
antlr-generator-3.2.0-patch.jar [model] don't require to download antlr generator on build time (#810) 2019-05-14 09:04:35 +02:00
pom.xml Add Eclipse Add-on Service (#3406) 2023-03-02 07:41:49 +01:00