From: Marcin Haba Date: Sat, 30 Jan 2021 19:17:09 +0000 (+0100) Subject: baculum: Add new icons for job status weather purpose X-Git-Tag: Release-11.3.2~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd097ee55873c14b5c81b99b046e946d936ed38e;p=thirdparty%2Fbacula.git baculum: Add new icons for job status weather purpose --- diff --git a/gui/baculum/LICENSE b/gui/baculum/LICENSE index 3cf6caab0..04ef14b17 100644 --- a/gui/baculum/LICENSE +++ b/gui/baculum/LICENSE @@ -936,3 +936,29 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +##################################################################### + +Baculum uses selected Noto Emoji icons to display the job weather status. + +Files: + themes/Baculum-v2/weather_cloud_with_lighting_and_rain.png + themes/Baculum-v2/weather_cloud_with_rain.png + themes/Baculum-v2/weather_sun_behind_large_cloud.png + themes/Baculum-v2/weather_sun_behind_rain_cloud.png + themes/Baculum-v2/weather_sun_behind_small_cloud.png + themes/Baculum-v2/weather_sunny.png + +Copyright 2013 Google, Inc. All Rights Reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + diff --git a/gui/baculum/themes/Baculum-v2/weather_cloud_with_lighting_and_rain.png b/gui/baculum/themes/Baculum-v2/weather_cloud_with_lighting_and_rain.png new file mode 100644 index 000000000..e031a2a17 Binary files /dev/null and b/gui/baculum/themes/Baculum-v2/weather_cloud_with_lighting_and_rain.png differ diff --git a/gui/baculum/themes/Baculum-v2/weather_cloud_with_rain.png b/gui/baculum/themes/Baculum-v2/weather_cloud_with_rain.png new file mode 100644 index 000000000..a421d6286 Binary files /dev/null and b/gui/baculum/themes/Baculum-v2/weather_cloud_with_rain.png differ diff --git a/gui/baculum/themes/Baculum-v2/weather_sun_behind_large_cloud.png b/gui/baculum/themes/Baculum-v2/weather_sun_behind_large_cloud.png new file mode 100644 index 000000000..74f33cc4b Binary files /dev/null and b/gui/baculum/themes/Baculum-v2/weather_sun_behind_large_cloud.png differ diff --git a/gui/baculum/themes/Baculum-v2/weather_sun_behind_rain_cloud.png b/gui/baculum/themes/Baculum-v2/weather_sun_behind_rain_cloud.png new file mode 100644 index 000000000..a5dda2d1a Binary files /dev/null and b/gui/baculum/themes/Baculum-v2/weather_sun_behind_rain_cloud.png differ diff --git a/gui/baculum/themes/Baculum-v2/weather_sun_behind_small_cloud.png b/gui/baculum/themes/Baculum-v2/weather_sun_behind_small_cloud.png new file mode 100644 index 000000000..b94c94822 Binary files /dev/null and b/gui/baculum/themes/Baculum-v2/weather_sun_behind_small_cloud.png differ diff --git a/gui/baculum/themes/Baculum-v2/weather_sunny.png b/gui/baculum/themes/Baculum-v2/weather_sunny.png new file mode 100644 index 000000000..5fff2dd7b Binary files /dev/null and b/gui/baculum/themes/Baculum-v2/weather_sunny.png differ