lp://staging/~ubuntu-weather-dev/ubuntu-weather-app/reboot-finish-listitem-migration
Created by
Victor Thompson
and last modified
- Get this branch:
- bzr branch lp://staging/~ubuntu-weather-dev/ubuntu-weather-app/reboot-finish-listitem-migration
Members of
Ubuntu Weather Developers
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/ubuntu-weather-app
- Jenkins Bot: Approve (continuous-integration)
- Andrew Hayzen: Pending requested
- Ubuntu Phone Apps Jenkins Bot: Pending (continuous-integration) requested
-
Diff: 1236 lines (+98/-948)13 files modifiedapp/components/CMakeLists.txt (+0/-2)
app/components/ListItemActions/CMakeLists.txt (+0/-5)
app/components/ListItemActions/CheckBox.qml (+0/-25)
app/components/ListItemActions/Remove.qml (+0/-27)
app/components/ListItemReorderComponent.qml (+0/-106)
app/components/ListItemWithActions.qml (+0/-496)
app/components/MultiSelectHeadState.qml (+0/-72)
app/components/MultiSelectListView.qml (+27/-8)
app/components/WeatherListItem.qml (+0/-138)
app/components/WeatherListView.qml (+1/-2)
app/ui/LocationsPage.qml (+63/-48)
debian/changelog (+4/-0)
po/com.ubuntu.weather.pot (+3/-19)
Superseded
for merging
into
lp://staging/ubuntu-weather-app/obsolete.trunk
- Ubuntu Weather Developers: Pending requested
-
Diff: 13647 lines (+13151/-0) (has conflicts)89 files modified.bzrignore (+19/-0)
AUTHORS (+9/-0)
CMakeLists.txt (+101/-0)
COPYING (+674/-0)
README (+11/-0)
README.autopilot (+57/-0)
README.translations (+37/-0)
app/CMakeLists.txt (+16/-0)
app/components/CMakeLists.txt (+5/-0)
app/components/CurrentLocation.qml (+97/-0)
app/components/DayDelegate.qml (+248/-0)
app/components/EmptyStateComponent.qml (+67/-0)
app/components/ExpandableListItem.qml (+90/-0)
app/components/FakeHeader.qml (+39/-0)
app/components/FastScroll.js (+130/-0)
app/components/FastScroll.qml (+321/-0)
app/components/ForecastDetailsDelegate.qml (+49/-0)
app/components/HeaderRow.qml (+44/-0)
app/components/HomeGraphic.qml (+39/-0)
app/components/HomeHourly.qml (+101/-0)
app/components/HomeTempInfo.qml (+73/-0)
app/components/LoadingIndicator.qml (+87/-0)
app/components/MultiSelectListView.qml (+71/-0)
app/components/PageWithBottomEdge.qml (+461/-0)
app/components/SettingsButton.qml (+43/-0)
app/components/StandardListItem.qml (+48/-0)
app/components/WeatherListView.qml (+31/-0)
app/data/CMakeLists.txt (+5/-0)
app/data/CitiesList.js (+65/-0)
app/data/Storage.qml (+214/-0)
app/data/WeatherApi.js (+760/-0)
app/data/key.js (+1/-0)
app/data/suncalc.js (+300/-0)
app/graphics/CMakeLists.txt (+5/-0)
app/graphics/extended-information_chance-of-rain.svg (+153/-0)
app/graphics/extended-information_humidity.svg (+147/-0)
app/graphics/extended-information_sunrise.svg (+88/-0)
app/graphics/extended-information_sunset.svg (+88/-0)
app/graphics/extended-information_uv-level.svg (+270/-0)
app/graphics/extended-information_wind.svg (+155/-0)
app/ubuntu-weather-app.qml (+292/-0)
app/ui/AddLocationPage.qml (+310/-0)
app/ui/CMakeLists.txt (+7/-0)
app/ui/HomePage.qml (+198/-0)
app/ui/LocationPane.qml (+200/-0)
app/ui/LocationsPage.qml (+308/-0)
app/ui/SettingsPage.qml (+51/-0)
app/ui/settings/CMakeLists.txt (+5/-0)
app/ui/settings/DataProviderPage.qml (+61/-0)
app/ui/settings/LocationPage.qml (+36/-0)
app/ui/settings/RefreshIntervalPage.qml (+55/-0)
app/ui/settings/UnitsPage.qml (+111/-0)
debian/changelog (+197/-0)
debian/compat (+1/-0)
debian/control (+41/-0)
debian/copyright (+79/-0)
debian/rules (+14/-0)
debian/source/format (+1/-0)
debian/ubuntu-weather-app-autopilot.install (+1/-0)
debian/ubuntu-weather-app.install (+1/-0)
manifest.json.in (+23/-0)
po/CMakeLists.txt (+33/-0)
po/com.ubuntu.weather.pot (+196/-0)
po/de.po (+216/-0)
po/en_GB.po (+214/-0)
po/fr.po (+216/-0)
po/gl.po (+214/-0)
po/hu.po (+213/-0)
po/pl.po (+216/-0)
po/pt.po (+213/-0)
po/ru.po (+213/-0)
po/sv.po (+212/-0)
po/zh_TW.po (+212/-0)
tests/CMakeLists.txt (+1/-0)
tests/autopilot/CMakeLists.txt (+10/-0)
tests/autopilot/ubuntu_weather_app/CMakeLists.txt (+10/-0)
tests/autopilot/ubuntu_weather_app/__init__.py (+113/-0)
tests/autopilot/ubuntu_weather_app/databases/34e1e542f2f083ff18f537b07a380071.ini (+6/-0)
tests/autopilot/ubuntu_weather_app/databases/CMakeLists.txt (+6/-0)
tests/autopilot/ubuntu_weather_app/databases/location_added.conf (+3/-0)
tests/autopilot/ubuntu_weather_app/files/1.json (+1509/-0)
tests/autopilot/ubuntu_weather_app/files/2.json (+1509/-0)
tests/autopilot/ubuntu_weather_app/files/CMakeLists.txt (+6/-0)
tests/autopilot/ubuntu_weather_app/tests/CMakeLists.txt (+6/-0)
tests/autopilot/ubuntu_weather_app/tests/__init__.py (+303/-0)
tests/autopilot/ubuntu_weather_app/tests/test_empty_state.py (+37/-0)
tests/autopilot/ubuntu_weather_app/tests/test_home_page.py (+32/-0)
ubuntu-weather-app.apparmor (+8/-0)
ubuntu-weather-app.desktop.in.in (+13/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu-weather-app/obsolete.trunk