Jens Lody
68e3a73c01
Fix year of copyright
11 years ago
Jens Lody
f28a9edb32
Use buttons instead of menus for locations, preferences and reload.
11 years ago
Jens Lody
ed1b394ccf
Fixed typo in label for api-key, thanks prurigro.
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
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
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 .
11 years ago
Jens Lody
5f0db933e3
Make the maximal number of digits after the decimalpoint configurable.
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
4b01cf9ff1
Make more use of "Lang.bind" to make this be known in closures
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
a92e5d2268
Change name and schema from YAWE/weather to OpenWeather/openweather
11 years ago
Jens Lody
281e29f957
Shorten label of Api key field in prefs-dialog.
11 years ago
Jens Lody
8a773ff1b7
Tiny code-changes: x == undefined instead of typeof x == "undefined"
11 years ago
Jens Lody
a7a0d3c045
Tiny code-changes: x == undefined instead of typeof x == "undefined"
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
a13254d81e
Format fixes, remove lines, that have been commented out.
11 years ago
Jens Lody
bc65d7e44f
Do not use deprecated Soup.SessionAsync .
11 years ago
Jens Lody
34f5b09c09
Add possibility to use personal API key from openweathermap.org
11 years ago
Jens Lody
2db32a94e5
Format fixes
11 years ago
Jens Lody
2d0e21dab2
Use constants for URL's, use Soup methods to build the request-string
11 years ago
Jens Lody
e21aa6b869
Use different timers to update actual weather and forecast (save bandwidth on owm-server); minimal update interval is 10 min
11 years ago
Jens Lody
6f31505126
experimental switch to openweathermap
11 years ago
Jens Lody
1bf555c6aa
Add option to center forecast, closes #1
11 years ago
Jens Lody
f5088b3e07
Implement the possibility to chose how many days in forecast are shown; 2 is the minimum and 5 the maximum (!Yahoo's api returns a fiveday-forecast); localization is updated to reflect the changes in linenumbers
11 years ago
Jens Lody
434823ada0
Reformat javascript and stylesheet, no functional changes
11 years ago
Jens Lody
712bd6458e
Compatibility with gnome-shell 3.10
11 years ago
Jens Lody
aff288ab08
Add me to the authors list and change uuid to "weather-extension@jenslody.de"
11 years ago
Jens Lody
109131c70d
Revert all beginning with "Import GWeather" (except removing of debian folder); switch back to old (yahoo) api for the moment
11 years ago
Neroth
a84f75dfc8
Fix bug
12 years ago
Neroth
128a7e2c41
Fix bug
12 years ago
Neroth
245f3f30cb
Fix bug
12 years ago
Neroth
a4181e3bf4
Fix bug
12 years ago
Neroth
ff97093f74
Various change / End of BETA
12 years ago
Neroth
043fd35e93
Port Weather extension.js to GWeather
12 years ago
Neroth
8a04e030b4
Search city with GWeather
12 years ago
Neroth
5fd53b78e7
Import GWeather
12 years ago
Neroth
f546b615e9
Fix bug
12 years ago
Neroth
2621a3e632
Fix #87
12 years ago
Neroth
d46b13d7b0
prefs.js (adapted from canek-pelaez version) #21 #59 #69 , many update
12 years ago
Neroth
7118dac0b3
Fix Rankine display
12 years ago
Neroth
bee81035f4
Add kPa unit
12 years ago
Neroth
5eb5c713af
Add Beaufort scale
12 years ago
Neroth
6c1d6ab06f
Fix #52
12 years ago
Neroth
e465ddcd4d
Fix bugs (last update, forecast days and the search tool in weather setting)
13 years ago
Neroth
81befd156f
Add new units to temp (R,°Ré,°Rø,°De,°N) and to wind (ft/s)
13 years ago
Neroth
eaf6f16add
Add Pressure Units option
13 years ago
Neroth
80bf350c25
Add option Wind Direction by Arrows (by Odysseus86)
13 years ago