Jens Lody
8321883c3e
Sync spec-file with Fedora.
9 years ago
jenslody
20b97baedd
Merge pull request #88 from shlinux/master
...
Update Chinese translation files.
9 years ago
jenslody
4e4a9bfe77
Merge pull request #86 from bastard79/patch-1
...
Update pl.po
9 years ago
shlinux
b2c5204f3b
Update Chinese translation files.
9 years ago
bastard79
1fd48f2653
Update pl.po
...
update some polish strings
9 years ago
Jens Lody
34aa242b80
Fix typo, that errornously leads to an incorrect warning message about missing forecast.io api-key.
9 years ago
Jens Lody
f938d0d710
Sync spec-file with Fedora.
9 years ago
Jens Lody
13f9abfdd6
Update translations to cover the warn-message about missing api-keys.
9 years ago
jenslody
9013241d47
Merge pull request #80 from andria009/master
...
Indonesian translation
9 years ago
jenslody
a1a5804c9f
Merge pull request #78 from vantu5z/master
...
Update Russian translation
9 years ago
Jens Lody
f9f97dcaaa
Add notification, if an api-key is missing.
9 years ago
Jens Lody
70ad8ccdea
Fix typo.
9 years ago
Jens Lody
ee7bc35d90
Use https for forecast.io, it looks like they do not allow non encrypted connection anymore.
9 years ago
Jens Lody
b38fedf158
Update spec-file to be in sync with fedora.
9 years ago
Andria Arisal
af4ac1efa3
[MOD] "id" is inserted
9 years ago
Andria Arisal
c7131dec1d
[MOD] Translation header updated.
9 years ago
Andria Arisal
3acf972fd9
[ADD] Indonesia translation is created.
9 years ago
vantu5z
f8d1a7dc08
Update Russian translation
9 years ago
jenslody
fe005139a4
Update README.md
9 years ago
Jens Lody
1b8de357e1
OPenweathermap now also requires an api.key, it does no longer work reliable without one.
...
Add hints about this to the readme and metadata.json.
9 years ago
Jens Lody
e90eb841e7
Update translation-files to reflect changes in preferences.
9 years ago
Jens Lody
cbf6fe0a9e
Remove accidently slipped in (translatable) number.
9 years ago
Jens Lody
c194737838
Sourec-formatting fixes.
9 years ago
Jens Lody
752f0d76ab
Forecast.io recently added more translations to their api. Use them with the extension.
9 years ago
Jens Lody
a97c92661b
Add options to configure the refresh-timeouts.
9 years ago
Jens Lody
c8097eb621
Readd accidently removed setter-function, needed to set default location, if last one was removed.
9 years ago
Jens Lody
3689fe8394
Synchronize spec-file with the one in fedora git.
9 years ago
Jens Lody
339ec8adbf
Don't use gnome-shell-extensions-common as dependencyon Fedora, use gnome-shell instead on Fedora >= 23.
9 years ago
Jens Lody
e55253e14b
Add gnome-shell 3.18 compatibility.
9 years ago
Jens Lody
6ee5ce3e06
Fix typo in prefs.js (missing S), that prevents openstreetmaps-search from being used.
9 years ago
Jens Lody
bcd4b78b5a
Fix an error in spec-file, that leads to an empty version-number.
9 years ago
Jens Lody
b16bfdcaca
Partly revert commit 4085de619c
("Add newest development version of gnome-shell (3.17.92) to metadata.json .") .
...
Too many files/folders slipped in accidently.
9 years ago
Jens Lody
cd050b652a
Fix user-agent creation. If the version is numeric, it did not work, I only tested it with empty version and version created of git-commit. In this case it's a string.
9 years ago
Jens Lody
4085de619c
Add newest development version of gnome-shell (3.17.92) to metadata.json .
9 years ago
Jens Lody
6f2113f650
Add (and use) an own user-agent string, created from uuid, version (if present) and used http-library (libsoup).
9 years ago
jenslody
e0fb8d693d
Merge pull request #75 from vantu5z/master
...
Updated ru.po
9 years ago
vantu5z
43583a3618
Updated ru.po
9 years ago
Jens Lody
37a154c86f
Added openstreetmaps nominatim service as default geolocation provider.
...
That's now possible, because we can easily switch the provider from inside the extension.
This is recommended by them.
9 years ago
Jens Lody
6dea6cf25c
Update changelog in spec-file
9 years ago
Jens Lody
0f6ae2fe12
Fixed spec-file and update-script to use the checkout-date and not the build-date in the rpm-revision.
9 years ago
Jens Lody
ff60010f59
Changes to *.po-files, due to new geolocation-provider choice.
9 years ago
Jens Lody
623ff9585a
Add missing space in error-message.
9 years ago
Jens Lody
57d9d661ef
Do not translate empty strings.
9 years ago
Jens Lody
266f87650e
Fix typo in log-message.
9 years ago
Jens Lody
7ec1b05cec
Use geocode.farm as default geolocation-data provider.
...
Add the possibility to chose either geocode.farm or openmapquest as geolocation-provider.
Note: openmapquest needs an AppKey since 15. September 2015; see: https://open.mapquestapi.com/nominatim/ .
9 years ago
Jens Lody
98b46113f9
Update (fix) copyright dates in the sources.
9 years ago
Jens Lody
e96c470dec
Avoid multiple calls of weatherprovider url, if the network-changed signal is recieived multiple times for some reasons (probably once per network device).
9 years ago
Jens Lody
0160a63ad0
Better reentrancy guards for forecast.io.
...
The problem here is, that it fetches current and forecast data with one call.
9 years ago
Jens Lody
deb140b4c1
Cache weatherdata if gnome-shell is locked or idle.
9 years ago
Jens Lody
473a13f970
Do not invalidate cached data if the session is idle to prevent unnecessary calls to weatherdata-provider.
9 years ago