Jens Lody
3c8949f1e5
Add bulgarian translation to Code::Blocks project file
11 years ago
Jens Lody
afd49e1887
Remove more autocreated files from Code::Blocks project files.
11 years ago
jenslody
811bfc6d70
Merge pull request #10 from mat-mo/master
...
Hebrew translation: Update, some mistakes fixed or removed
11 years ago
Matanya Moses
849614c491
Hebrew translation: Update, some mistakes fixed or removed
11 years ago
Jens Lody
ba63ec3c1e
Removed some autocreated files from Code::Blocks project-file.
11 years ago
Jens Lody
ed1b394ccf
Fixed typo in label for api-key, thanks prurigro.
11 years ago
Jens Lody
8beb9b5955
Remove development versions from metadata.json.in (3.11.x), just keep major versions (3.6 - 3.12).
11 years ago
jenslody
34acfeab51
Merge pull request #8 from SvetlinZarev/bulgarian_translation
...
Add Bulgarian translation, thanks Svetlin Zarev
11 years ago
Svetlin Zarev
449956bdb6
Add Bulgarian translation
11 years ago
jenslody
717d84995d
Fix parsing error in metadata.json due to double-comma
11 years ago
jenslody
28053288c5
Merge pull request #6 from frantisekz/master
...
Czech translation update
11 years ago
František Zatloukal
f4956167b3
Czech translation update
11 years ago
jenslody
7f6b1e6a0b
Merge pull request #5 from aguzanotti/master
...
Updated Spanish translation
11 years ago
aguzanotti
b7e5e442e5
Update es.po
11 years ago
aguzanotti
4e7c3bfc9b
Update es.po
11 years ago
aguzanotti
eb44aadc6f
Update es.po
11 years ago
aguzanotti
23b06c15b2
Update es.po
11 years ago
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
...
Updated French translation
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.
...
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
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 .
...
Old git-urls should still work.
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.
...
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).
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