Commit Graph

748 Commits (241859427462174b8f981b48ea20a0797d804621)
 

Author SHA1 Message Date
Jens Lody 951c66bdac 3.11.91 compatibility 11 years ago
Jens Lody b3d468e67d Updated italian translation; thanks to Luca Viggiani 11 years ago
jenslody 9ffbee4944 Merge pull request #4 from stombi/master 11 years ago
Christophe MEYER b7492c9430 Updated French translation 11 years ago
Jens Lody 66380d159e Remove unneeded imports and debug-code. 11 years ago
Jens Lody 6b238c2593 Make jshint happy. 11 years ago
Jens Lody 997890f532 Fix incorrect variable declaration. 11 years ago
Jens Lody f3b2ad4c3b Add missing semicolon and remove one unneded semicolon. 11 years ago
Jens Lody 91c54f4662 Remove wrong escape sequences. 11 years ago
Jens Lody 9a3eacefbc Move functions out of loops. 11 years ago
Jens Lody 0996e3c50e Add spec-file template to Code::Blocks projectfile. 11 years ago
Jens Lody 05c99f6dad Update to 3.11.90 11 years ago
Jens Lody 1aadd7c489 Use id instead of location name to fetch weatherdata. Fix for a bug with cities (locations) with the same name in different countries. 11 years ago
Jens Lody b60a00c174 Fix some remaining occurrences of old reponame. 11 years ago
Jens Lody b338edac21 Remove forgotten debug message. 11 years ago
Jens Lody 68867c49a3 Prepare for 3.12 compatibility. 11 years ago
Jens Lody a4c57e4b10 Rename Code::Blocks projectfile; remove unneccessary files from it. 11 years ago
Jens Lody 00e483384c Add date to versionstring in specfile template. 11 years ago
Jens Lody b1b0e5bca0 Updated language files, many tranlations are incomplete unfortunately. 11 years ago
Jens Lody 7993ad8bef Change reponame to gnome-shell-extension-openweather . 11 years ago
Jens Lody 2d59a57783 Add Code::Blocks projectfile, spec-file template, specfile update-script and icon used on https://extensions.gnome.org to the repo 11 years ago
Jens Lody 5f0db933e3 Make the maximal number of digits after the decimalpoint configurable. 11 years ago
Jens Lody 2c1337b376 Use the catalan name for the default city (Eivissa). 11 years ago
Jens Lody 4f2f51bf2b Use Gtk.show_uri instead of spawning gnome-open/xdg-open to show actual weather in browser. 11 years ago
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