Commit Graph

  • ba63ec3c1e Removed some autocreated files from Code::Blocks project-file. Jens Lody 2014-04-21 09:41:58 +0200
  • ed1b394ccf Fixed typo in label for api-key, thanks prurigro. Jens Lody 2014-04-18 18:43:24 +0200
  • 8beb9b5955 Remove development versions from metadata.json.in (3.11.x), just keep major versions (3.6 - 3.12). Jens Lody 2014-03-30 21:23:45 +0200
  • 34acfeab51 Merge pull request #8 from SvetlinZarev/bulgarian_translation jenslody 2014-03-28 18:33:46 +0100
  • 449956bdb6 Add Bulgarian translation Svetlin Zarev 2014-03-28 18:58:08 +0200
  • 717d84995d Fix parsing error in metadata.json due to double-comma jenslody 2014-03-23 21:24:17 +0100
  • 28053288c5 Merge pull request #6 from frantisekz/master jenslody 2014-03-17 22:48:16 +0100
  • f4956167b3 Czech translation update František Zatloukal 2014-03-17 22:06:40 +0100
  • 7f6b1e6a0b Merge pull request #5 from aguzanotti/master jenslody 2014-03-17 18:08:18 +0100
  • b7e5e442e5 Update es.po aguzanotti 2014-03-17 12:27:36 -0300
  • 4e7c3bfc9b Update es.po aguzanotti 2014-03-17 12:19:05 -0300
  • eb44aadc6f Update es.po aguzanotti 2014-03-17 12:04:22 -0300
  • 23b06c15b2 Update es.po aguzanotti 2014-03-17 11:43:51 -0300
  • 951c66bdac 3.11.91 compatibility Jens Lody 2014-03-14 09:24:11 +0100
  • b3d468e67d Updated italian translation; thanks to Luca Viggiani Jens Lody 2014-03-14 09:23:01 +0100
  • 9ffbee4944 Merge pull request #4 from stombi/master jenslody 2014-03-08 21:05:58 +0100
  • b7492c9430 Updated French translation Christophe MEYER 2014-03-08 20:55:15 +0100
  • 66380d159e Remove unneeded imports and debug-code. Jens Lody 2014-03-07 19:38:41 +0100
  • 6b238c2593 Make jshint happy. Jens Lody 2014-03-05 07:33:36 +0100
  • 997890f532 Fix incorrect variable declaration. Jens Lody 2014-03-05 07:33:23 +0100
  • f3b2ad4c3b Add missing semicolon and remove one unneded semicolon. Jens Lody 2014-03-05 07:32:08 +0100
  • 91c54f4662 Remove wrong escape sequences. Jens Lody 2014-03-05 07:30:21 +0100
  • 9a3eacefbc Move functions out of loops. Jens Lody 2014-03-05 07:29:22 +0100
  • 0996e3c50e Add spec-file template to Code::Blocks projectfile. Jens Lody 2014-02-27 21:12:55 +0100
  • 05c99f6dad Update to 3.11.90 Jens Lody 2014-02-22 00:49:22 +0100
  • 1aadd7c489 Use id instead of location name to fetch weatherdata. Fix for a bug with cities (locations) with the same name in different countries. Jens Lody 2014-02-19 10:57:55 +0100
  • b60a00c174 Fix some remaining occurrences of old reponame. Jens Lody 2014-02-09 22:52:35 +0100
  • b338edac21 Remove forgotten debug message. Jens Lody 2014-02-09 22:09:38 +0100
  • 68867c49a3 Prepare for 3.12 compatibility. Works only on 3.11.5, to make it work on other 3.11 versions, metadata.json.in has to be fixed, because development versions must be secified exactly with major.minor.point . Jens Lody 2014-02-09 20:54:41 +0100
  • a4c57e4b10 Rename Code::Blocks projectfile; remove unneccessary files from it. Jens Lody 2014-02-09 20:49:29 +0100
  • 00e483384c Add date to versionstring in specfile template. Jens Lody 2014-02-08 23:32:55 +0100
  • b1b0e5bca0 Updated language files, many tranlations are incomplete unfortunately. Jens Lody 2014-02-08 12:44:21 +0100
  • 7993ad8bef Change reponame to gnome-shell-extension-openweather . Old git-urls should still work. Jens Lody 2014-02-08 12:29:57 +0100
  • 2d59a57783 Add Code::Blocks projectfile, spec-file template, specfile update-script and icon used on https://extensions.gnome.org to the repo Jens Lody 2014-02-08 12:27:33 +0100
  • 5f0db933e3 Make the maximal number of digits after the decimalpoint configurable. Jens Lody 2014-02-08 12:24:07 +0100
  • 2c1337b376 Use the catalan name for the default city (Eivissa). Jens Lody 2014-02-08 12:19:25 +0100
  • 4f2f51bf2b Use Gtk.show_uri instead of spawning gnome-open/xdg-open to show actual weather in browser. Jens Lody 2014-02-04 14:00:32 +0100
  • 5050cbbbd1 Update README.md, the extension is available at extensions.gnome.org now. Jens Lody 2014-02-04 13:34:38 +0100
  • 1b50cfcc4d Add missing underscore in variable-name Jens Lody 2014-02-04 01:00:03 +0100
  • 947a39800f Abort possibly running Soup.session when extension is disabled. Jens Lody 2014-02-04 00:48:03 +0100
  • 270162733f Reparse data on each connect-event, if the network is available. This should (hopefully) only lead to one reload from the server. In any case, the weather data will be reloaded immediately after reconnection (if the server can be reached). Jens Lody 2014-01-08 19:01:40 +0100
  • cec89bce08 Invalidate data, if the physical network connection exists, but the server can not be reached or does not send data. Jens Lody 2014-01-05 14:15:53 +0100
  • 8bb7406ba9 Disconnect network monitor if the extension gets stopped. Jens Lody 2014-01-04 22:25:38 +0100
  • 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. Jens Lody 2014-01-04 22:25:05 +0100
  • c4720f39f7 Another small fix for network monitoring Jens Lody 2014-01-01 11:41:05 +0100
  • 14013786d3 Fix minimum possible refresh time in pref.js, not relevant at the moment, because it's not configuranle at the moment. Jens Lody 2014-01-01 10:46:00 +0100
  • d50365a8ac Fix minor error (typo), that could lead to an error message in system log if network is offline. Jens Lody 2014-01-01 10:45:07 +0100
  • 144cfbd3c4 Updated *.po files and fixed german translation. Other languages are partly untranslated. Jens Lody 2013-12-31 23:53:21 +0100
  • 4b01cf9ff1 Make more use of "Lang.bind" to make this be known in closures Jens Lody 2013-12-31 23:42:58 +0100
  • 10e6e7ac56 use GNetworkMonitor to monitor network connectivity, auto-reload if (re-)connected Jens Lody 2013-12-31 23:32:17 +0100
  • 781d9a2cd3 Make forecastbox scroll- and panable. Jens Lody 2013-12-29 00:02:17 +0100
  • b025c21667 Show correct icon if condition code is 741 (fog). Jens Lody 2013-11-27 06:18:57 +0100
  • 02a104e227 Fix incorrect url in makefile (copy and paste error) Jens Lody 2013-11-13 21:28:43 +0100
  • ef1c023e18 Update README.md; link zo my repo, with fedora packages to install via yum. Jens Lody 2013-11-09 09:22:06 +0100
  • db6deb45f7 Add missing import in prefs.js Jens Lody 2013-11-09 01:14:22 +0100
  • 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 . Jens Lody 2013-11-08 18:02:26 +0100
  • 0d20641a1d Update README.md to reflect the merge into master. Jens Lody 2013-11-08 00:30:13 +0100
  • f36934b888 Merge branch 'openweathermap_3.6' in 'master' Jens Lody 2013-11-07 23:47:23 +0100
  • 9130dc68ea Merge branch 'openweathermap' into openweathermap_3.6 openweathermap_3.6 Jens Lody 2013-11-07 23:28:18 +0100
  • 1f08698254 Fix typo in README.md openweathermap Jens Lody 2013-11-07 23:26:19 +0100
  • 9c9ebe5aae Merge branch 'openweathermap' into openweathermap_3.6 Jens Lody 2013-11-07 23:23:43 +0100
  • a92e5d2268 Change name and schema from YAWE/weather to OpenWeather/openweather Jens Lody 2013-11-07 23:19:58 +0100
  • 64d145efa4 Merge branch 'openweathermap' into openweathermap_3.6 Jens Lody 2013-11-07 19:28:48 +0100
  • 7d2ce46757 First try gnome-open and use xdg-open as fallback, to open openweathermap.org in browser. Jens Lody 2013-11-07 18:52:40 +0100
  • 0e3c13f4b3 Use api-key, when calling openweathermap.org via the menu. Jens Lody 2013-11-07 08:06:14 +0100
  • 4221fad77e Update po-files Jens Lody 2013-11-07 07:56:07 +0100
  • 026845154e Add date to forecasts, sometimes easier to read then just the weekday and "in xxx days" Jens Lody 2013-11-07 07:53:14 +0100
  • 281e29f957 Shorten label of Api key field in prefs-dialog. Jens Lody 2013-11-07 07:52:05 +0100
  • 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. Jens Lody 2013-11-07 07:51:15 +0100
  • 7668a84f33 Fix incorrect date-conversion for sunrise and sunset. yahoo_weather Jens Lody 2013-11-06 13:46:26 +0100
  • 61aae82e3a Hide forecast while rebuilding UI, fixes optical glitch. Jens Lody 2013-11-02 22:54:49 +0100
  • 8db3bc02d9 Hide forecast while rebuilding UI, fixes optical glitch. Jens Lody 2013-11-02 22:54:49 +0100
  • 30c0ec74b1 Fix lastBuildDate sometimes being shown as 00:00 Jens Lody 2013-11-02 11:01:21 +0100
  • 8a773ff1b7 Tiny code-changes: x == undefined instead of typeof x == "undefined" Jens Lody 2013-11-02 07:47:43 +0100
  • 0f487f49ad Fix lastBuildDate sometimes being shown as 00:00 Jens Lody 2013-11-02 11:01:21 +0100
  • a7a0d3c045 Tiny code-changes: x == undefined instead of typeof x == "undefined" Jens Lody 2013-11-02 07:47:43 +0100
  • 476e9f6c4c Use *-night icons for current weather if current time is before sunrise or after sunset. Jens Lody 2013-11-01 22:19:32 +0100
  • b7daa6cfe0 Use *-night icons for current weather if current time is before sunrise or after sunset. Jens Lody 2013-11-01 22:19:32 +0100
  • e4d425044e Pull README.md from master. Jens Lody 2013-11-01 19:16:54 +0100
  • e16ee24a1e Pull README.md from master. Jens Lody 2013-11-01 19:15:24 +0100
  • 171941b63c Update README.md . Jens Lody 2013-11-01 19:13:42 +0100
  • d222f3b448 Pull README.md from openweathermap branch (build instructions). Jens Lody 2013-11-01 17:24:03 +0100
  • b2b0c68b5b Soup.Session crashes shell-version 3.6, use openweathermap_3.6 branch instead. Jens Lody 2013-11-01 15:06:19 +0100
  • 8c34a0c557 For gnome-shell version 3.6, we still need Soup.SeesionAsync with explicitely set ProxResolver . Jens Lody 2013-11-01 15:04:48 +0100
  • 5639b31077 Fix when anylyzing last build time. Jens Lody 2013-11-01 14:22:33 +0100
  • a13254d81e Format fixes, remove lines, that have been commented out. Jens Lody 2013-11-01 13:50:38 +0100
  • 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 . Jens Lody 2013-11-01 13:49:44 +0100
  • bc65d7e44f Do not use deprecated Soup.SessionAsync . Jens Lody 2013-11-01 11:15:34 +0100
  • 566fae79df Explicitely state, that glib2 development packages are need for build the extension jenslody 2013-10-31 12:47:35 +0100
  • 34f5b09c09 Add possibility to use personal API key from openweathermap.org Jens Lody 2013-10-31 10:04:28 +0100
  • e3e7b9d036 Readd shell-version 3.6 Jens Lody 2013-10-28 07:57:11 +0100
  • dcee31dcfc Readd shell-version 3.6 Jens Lody 2013-10-28 07:54:57 +0100
  • 0ed38bb33e add missing comma Jens Lody 2013-10-28 07:53:45 +0100
  • e821944a24 Fix timers in stop-method Jens Lody 2013-10-28 07:48:25 +0100
  • 49e4ec8105 Always fetch 10 days of forecast-data. Jens Lody 2013-10-27 02:33:45 +0100
  • f771bcf0c0 Use toLocaleFormat, to format time; fix for 12h time formats Jens Lody 2013-10-27 02:22:10 +0100
  • fb7ebcb36c Use toLocaleFormat, to format time; fix for 12h time formats Jens Lody 2013-10-27 02:54:12 +0200
  • 2db32a94e5 Format fixes Jens Lody 2013-10-27 02:53:10 +0200
  • 2d0e21dab2 Use constants for URL's, use Soup methods to build the request-string Jens Lody 2013-10-27 02:52:30 +0200
  • 98cef2132f Pull README.md from openweathermap-branch (update installation instructions; Debian packages available) Jens Lody 2013-10-26 18:12:15 +0200