Commit Graph

574 Commits (5050cbbbd1244db47323dd0f6b1af1325b02fc13)
 

Author SHA1 Message Date
Jens Lody 5050cbbbd1 Update README.md, the extension is available at extensions.gnome.org now. 11 years ago
Jens Lody 1b50cfcc4d Add missing underscore in variable-name 11 years ago
Jens Lody 947a39800f Abort possibly running Soup.session when extension is disabled. 11 years ago
Jens Lody 270162733f Reparse data on each connect-event, if the network is available. 11 years ago
Jens Lody cec89bce08 Invalidate data, if the physical network connection exists, but the server can not be reached or does not send data. 11 years ago
Jens Lody 8bb7406ba9 Disconnect network monitor if the extension gets stopped. 11 years ago
Jens Lody 62090c48c5 Do not use can_reach_async to determine if the host is available, because it does not work (reliable). Just monitor if network is available or not. 11 years ago
Jens Lody c4720f39f7 Another small fix for network monitoring 11 years ago
Jens Lody 14013786d3 Fix minimum possible refresh time in pref.js, not relevant at the moment, because it's not configuranle at the moment. 11 years ago
Jens Lody d50365a8ac Fix minor error (typo), that could lead to an error message in system log if network is offline. 11 years ago
Jens Lody 144cfbd3c4 Updated *.po files and fixed german translation. Other languages are partly untranslated. 11 years ago
Jens Lody 4b01cf9ff1 Make more use of "Lang.bind" to make this be known in closures 11 years ago
Jens Lody 10e6e7ac56 use GNetworkMonitor to monitor network connectivity, auto-reload if (re-)connected 11 years ago
Jens Lody 781d9a2cd3 Make forecastbox scroll- and panable. 11 years ago
Jens Lody b025c21667 Show correct icon if condition code is 741 (fog). 11 years ago
Jens Lody 02a104e227 Fix incorrect url in makefile (copy and paste error) 11 years ago
Jens Lody ef1c023e18 Update README.md; link zo my repo, with fedora packages to install via yum. 11 years ago
Jens Lody db6deb45f7 Add missing import in prefs.js 11 years ago
Jens Lody fffe8fc1b3 Only use Soup.SessionAsync for gnome-shell < 3.8, because it's deprecated now and leads to many tcp retransmissions; use Soup.Session instead for version >= 3.8 . 11 years ago
Jens Lody 0d20641a1d Update README.md to reflect the merge into master. 11 years ago
Jens Lody f36934b888 Merge branch 'openweathermap_3.6' in 'master' 11 years ago
Jens Lody 9130dc68ea Merge branch 'openweathermap' into openweathermap_3.6 11 years ago
Jens Lody 1f08698254 Fix typo in README.md 11 years ago
Jens Lody 9c9ebe5aae Merge branch 'openweathermap' into openweathermap_3.6 11 years ago
Jens Lody a92e5d2268 Change name and schema from YAWE/weather to OpenWeather/openweather 11 years ago
Jens Lody 64d145efa4 Merge branch 'openweathermap' into openweathermap_3.6 11 years ago
Jens Lody 7d2ce46757 First try gnome-open and use xdg-open as fallback, to open openweathermap.org in browser. 11 years ago
Jens Lody 0e3c13f4b3 Use api-key, when calling openweathermap.org via the menu. 11 years ago
Jens Lody 4221fad77e Update po-files 11 years ago
Jens Lody 026845154e Add date to forecasts, sometimes easier to read then just the weekday and "in xxx days" 11 years ago
Jens Lody 281e29f957 Shorten label of Api key field in prefs-dialog. 11 years ago
Jens Lody 0fa1fdb477 Add link to openweathermap.org in menu; uses gnome-open to open forecast page of the actual city if possible, fallback is openweathermaps main page. 11 years ago
Jens Lody 7668a84f33 Fix incorrect date-conversion for sunrise and sunset. 11 years ago
Jens Lody 61aae82e3a Hide forecast while rebuilding UI, fixes optical glitch. 11 years ago
Jens Lody 8db3bc02d9 Hide forecast while rebuilding UI, fixes optical glitch. 11 years ago
Jens Lody 30c0ec74b1 Fix lastBuildDate sometimes being shown as 00:00 11 years ago
Jens Lody 8a773ff1b7 Tiny code-changes: x == undefined instead of typeof x == "undefined" 11 years ago
Jens Lody 0f487f49ad Fix lastBuildDate sometimes being shown as 00:00 11 years ago
Jens Lody a7a0d3c045 Tiny code-changes: x == undefined instead of typeof x == "undefined" 11 years ago
Jens Lody 476e9f6c4c Use *-night icons for current weather if current time is before sunrise or after sunset. 11 years ago
Jens Lody b7daa6cfe0 Use *-night icons for current weather if current time is before sunrise or after sunset. 11 years ago
Jens Lody e4d425044e Pull README.md from master. 11 years ago
Jens Lody e16ee24a1e Pull README.md from master. 11 years ago
Jens Lody 171941b63c Update README.md . 11 years ago
Jens Lody d222f3b448 Pull README.md from openweathermap branch (build instructions). 11 years ago
Jens Lody b2b0c68b5b Soup.Session crashes shell-version 3.6, use openweathermap_3.6 branch instead. 11 years ago
Jens Lody 8c34a0c557 For gnome-shell version 3.6, we still need Soup.SeesionAsync with explicitely set ProxResolver . 11 years ago
Jens Lody 5639b31077 Fix when anylyzing last build time. 11 years ago
Jens Lody a13254d81e Format fixes, remove lines, that have been commented out. 11 years ago
Jens Lody 142ca04700 Cache weatherdata between two updates, only change of location or explicit click on reload-button triggers a reload of weatherdata. Reduces server load on openweathermap.org . 11 years ago