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
Jens Lody
d052d52774
Only invalidate data onreconnection, if we had a refresh-timeout already.
9 years ago
Jens Lody
d0061bb0ef
Better connectivity check (hopefully).
9 years ago
Jens Lody
0903deeaa2
Add reentrency-guards to parseWeatherxxxx-functions.
9 years ago
jenslody
c334a925b8
Merge pull request #69 from shlinux/master
...
Update Chinese translation files.
9 years ago
jenslody
96d8d31958
Merge pull request #61 from arky/patch-1
...
Remove 'Loading weather ...' placeholder text.
9 years ago
Jens Lody
78064900d8
Add coming development version of gnome-shell (3.17.91) to metadata.json .
9 years ago
Jens Lody
b7e2bee65c
Fix crash in ubuntu with gnome-shell 3.12, should fix #66 .
9 years ago
Jens Lody
26a6dbef5b
Add mmHg to the pressure units, fixes #68 ; cosmetic source fix
9 years ago
shlinux
070c44febb
Update Chinese translation files.
9 years ago
Jens Lody
97c21a5596
spec-file: shorten the summary
9 years ago
Jens Lody
0e66db052d
spec-file: Remove dot before git in Release-tag.
...
Use (conditional) file-triggers for schema compiling, introduced in fc24.
Change Requires depending on the version we build the package for.
9 years ago
Jens Lody
e3002460cc
Add ability to set version via configure-script; useful for local-builds or when packaged for distros.
9 years ago