|
From: Christian M. <no...@gi...> - 2023-01-01 22:53:04
|
Branch: refs/heads/develop Home: https://github.com/CometVisu/CometVisu Commit: 922f64e0cda7994b07cb875fd8ef0ec5168fdfdd https://github.com/CometVisu/CometVisu/commit/922f64e0cda7994b07cb875fd8ef0ec5168fdfdd Author: undefined <undefined> Date: 2022-12-29 (Thu, 29 Dec 2022) Changed paths: M compile.json M source/class/cv/ui/structure/pure/ColorChooser.js M source/class/cv/ui/structure/tile/components/Color.js M source/resource/designs/tile/basic.scss M source/resource/libs/d3.min.js Log Message: ----------- re-use colorchooser from pure structure as color selection component in a popup Commit: 87b936b3f1305f49a4808531713943420321d23b https://github.com/CometVisu/CometVisu/commit/87b936b3f1305f49a4808531713943420321d23b Author: undefined <undefined> Date: 2022-12-30 (Fri, 30 Dec 2022) Changed paths: M source/class/cv/parser/pure/widgets/ColorChooser.js M source/class/cv/ui/structure/pure/ColorChooser.js M source/class/cv/ui/structure/tile/components/Color.js M source/class/cv/ui/structure/tile/widgets/Popup.js A source/resource/designs/tile/_pure.scss M source/resource/designs/tile/basic.scss M source/resource/visu_config_tile.xsd Log Message: ----------- - fix colorchooser styling by importing selected css rules from metal-design - add title option for color popup - remove old html color input mode - add all attributes from colorchooser Commit: 42e7f14356cfb139a795b3c3e4be90b08e3fda2e https://github.com/CometVisu/CometVisu/commit/42e7f14356cfb139a795b3c3e4be90b08e3fda2e Author: undefined <undefined> Date: 2022-12-30 (Fri, 30 Dec 2022) Changed paths: M source/class/cv/ui/structure/pure/ColorChooser.js M source/class/cv/ui/structure/tile/components/Color.js M source/resource/visu_config_tile.xsd Log Message: ----------- use color from ColorChooser as value color, add supported address variants to schema Commit: 33d137531f80b4562f431425d24eafc345abc3d5 https://github.com/CometVisu/CometVisu/commit/33d137531f80b4562f431425d24eafc345abc3d5 Author: undefined <undefined> Date: 2022-12-30 (Fri, 30 Dec 2022) Changed paths: A doc/manual/de/config/structure-tile/components/color.rst M doc/manual/de/config/structure-tile/index.rst Log Message: ----------- add color component documentation Commit: 807b502763074c772000e4d8765b8c03badd2754 https://github.com/CometVisu/CometVisu/commit/807b502763074c772000e4d8765b8c03badd2754 Author: undefined <undefined> Date: 2022-12-30 (Fri, 30 Dec 2022) Changed paths: M doc/manual/de/config/structure-tile/components/chart.rst Log Message: ----------- remove unneeded selector Commit: 6ecee5bb6293b3125eda356cfe74174e6a14bd32 https://github.com/CometVisu/CometVisu/commit/6ecee5bb6293b3125eda356cfe74174e6a14bd32 Author: undefined <undefined> Date: 2022-12-31 (Sat, 31 Dec 2022) Changed paths: M source/class/cv/ui/structure/tile/Controller.js M source/class/cv/ui/structure/tile/components/Color.js A source/class/cv/ui/structure/tile/components/Plugin.js M source/resource/visu_config_tile.xsd Log Message: ----------- re-use openweathermap plugin in tile structure closes #1306 Commit: bb365f3a768a8c304d76e99e4f0162e204008134 https://github.com/CometVisu/CometVisu/commit/bb365f3a768a8c304d76e99e4f0162e204008134 Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-01-01 (Sun, 01 Jan 2023) Changed paths: M doc/manual/de/config/structure-tile/components/color.rst Log Message: ----------- fix typo Commit: 45bdbfab874cd361c96d7379f8cce482403bae4e https://github.com/CometVisu/CometVisu/commit/45bdbfab874cd361c96d7379f8cce482403bae4e Author: Christian Mayer <Chr...@us...> Date: 2023-01-01 (Sun, 01 Jan 2023) Changed paths: M compile.json M doc/manual/de/config/structure-tile/components/chart.rst A doc/manual/de/config/structure-tile/components/color.rst M doc/manual/de/config/structure-tile/index.rst M source/class/cv/parser/pure/widgets/ColorChooser.js M source/class/cv/ui/structure/pure/ColorChooser.js M source/class/cv/ui/structure/tile/Controller.js M source/class/cv/ui/structure/tile/components/Color.js A source/class/cv/ui/structure/tile/components/Plugin.js M source/class/cv/ui/structure/tile/widgets/Popup.js A source/resource/designs/tile/_pure.scss M source/resource/designs/tile/basic.scss M source/resource/libs/d3.min.js M source/resource/visu_config_tile.xsd Log Message: ----------- Merge pull request #1305 from peuter/share-colorchooser Use some features from pure-structure in tile Compare: https://github.com/CometVisu/CometVisu/compare/a84ac28fcc08...45bdbfab874c |