gnome-weather:wip/christopherdavis/redesign-3-36

Last commit made on 2019-08-06
Get this branch:
git clone -b wip/christopherdavis/redesign-3-36 https://git.launchpad.net/gnome-weather

Branch merges

Branch information

Name:
wip/christopherdavis/redesign-3-36
Repository:
lp:gnome-weather

Recent commits

1122e1b... by Christopher Davis <email address hidden>

application.css: Rework background styling for storms and rain

Based on https://gitlab.gnome.org/Teams/Design/app-mockups/blob/master/weather/weather-wireframes.png

2f2c037... by Christopher Davis <email address hidden>

flatpak: Add libdazzle to flatpak

Libdazzle will be required for the upcoming styling changes.

fd1ed5f... by J T

Update Karbi translation

d5dd792... by J T

Add Karbi translation

7ce1338... by James Westman <email address hidden>

main.js: Fix action parameters not being passed

5151237... by wsxy162

Update Chinese (China) translation

679d799... by Piotr Drąg

Update POTFILES.in

e0d6c07... by Christopher Davis <email address hidden>

CI: use development profile

7c15823... by Christopher Davis <email address hidden>

build: set up dual-install for flatpak

Sets up dual installation with profiles and different
application IDs.

b6d290b... by Christopher Davis <email address hidden>

build: Various port cleanups

* Use more variables instead of `get_option()`
* Use `join_paths()` instead of path separators
* Rename variables
* Clean up icon handling
* Remove `message()` calls
* Remove unused variables
* Prefer formatting over concatenation