Jens Lody
57e88ad744
Update po-files and german translation.
4 years ago
Jens Lody
7a2e0f6c5a
First gnome-shell 40.x fixes.
...
All lower versions are abandoned for the moment (?).
4 years ago
Jens Lody
c28898dc1e
Update copyright years to 2021.
4 years ago
Jens Lody
d8be50fbe9
Silence log noise.
4 years ago
Jens Lody
cc60ca05dc
Update for gnome-shell 3.38 compatibility.
4 years ago
Jens Lody
834e037086
Update copyright years to 2020.
4 years ago
Jens Lody
d5ce331830
Revert "Add note about broken openweathermap cert-chain to readme.md"
...
This reverts commit daee3c2a9a
.
4 years ago
Jens Lody
a495d1633a
Revert "(Temporary?) hotfix for broken certification-chain of openweathermap.org."
...
This reverts commit ee99918d72
.
4 years ago
Jens Lody
15b4660765
Revert "Update Readme with hint about hotfix for broken owm certs."
...
This reverts commit 7a9236af5e
.
4 years ago
Jens Lody
7a9236af5e
Update Readme with hint about hotfix for broken owm certs.
5 years ago
Jens Lody
ee99918d72
(Temporary?) hotfix for broken certification-chain of openweathermap.org.
...
Signed-off-by: Jens Lody <jens@jenslody.de>
5 years ago
Jens Lody
daee3c2a9a
Add note about broken openweathermap cert-chain to readme.md
5 years ago
Robert Mader
d9a90d3843
Use new convenience function to open settings
...
GS 3.36 introduced a portal-like API for actions like opening settings.
That was done in order to make it possible to ship the new extensions
app in a sandboxed manner, e.g. via flatpak.
While talking to the API directly is a bit cumbersome, luckily there
is a convenience function we can make use of (from GS 3.36.2 on).
Closes #260 .
Signed-off-by: Jens Lody <jens@jenslody.de>
5 years ago
Jens Lody
772c054a9e
Finally fix #250 (hopefully).
...
Many thanks to Marc Vinyals (@marcvinyals ) for this fix.
5 years ago
Jens Lody
15c5b5bf73
Add gnome-shell 3.36 to compatibilitry list.
5 years ago
Jens Lody
1c9dd03b36
Remove compatibility with gnome-shell < 3.32.
5 years ago
Jens Lody
991b2c9231
Remove unneeded style-class.
5 years ago
Jens Lody
cb185caaca
Partly revert "Remove object.actor references" ( 0b2954ceca
), because it breaks the extension on gnome-shell 3.32 and is not (yet) needed.
5 years ago
Jens Lody
0ca4c5b1d9
Updated gnome-shell compatibility list.
...
Signed-off-by: Jens Lody <jens@jenslody.de>
5 years ago
Jens Lody
c6e164ad9c
Workaround for bug #246 .
...
Ugly but it's at least usable until I find a better solution.
Signed-off-by: Jens Lody <jens@jenslody.de>
5 years ago
Jens Lody
3edd42466a
Fix position-in-panel-logic.
...
It's better readable now and what's more: it works on gnome-shell > 3.34.
5 years ago
Jens Lody
23e8a6e4f7
Fix button creation on gnome-shell 3.35.
...
The (private) function _createActionButton does not exist anymore.
5 years ago
Jens Lody
6fb7d1ee61
Avoid npe because of deleted spinner
5 years ago
Jens Lody
eb8162c263
Update extension.js for use with javascript-engine in recent gnome-shell.
5 years ago
MaximAL
d9fb790ba2
Change hyphen (-) to minus (−) character in temperatures for better typography
...
Edit: Slightly modified by using the encoded character, instead of using it directly, to avoid problems with file-encoding.
Signed-off-by: Jens Lody <jens@jenslody.de>
5 years ago
Jens Lody
f046bbfdfc
Remove convenience.js. No longer needed, due to ExtensionUtils.
5 years ago
Jens Lody
8bdab1e68a
Merge branch 'openweather-missing-wind' into 'master'
...
Handle missing wind data in OpenWeather provider.
See merge request jenslody/gnome-shell-extension-openweather!227
5 years ago
Jens Lody
8dfc8fab2b
Merge branch 'handle-c-locale' into 'master'
...
Handle C locale.
Closes #236
See merge request jenslody/gnome-shell-extension-openweather!228
5 years ago
Jens Lody
4067b85a9b
Merge branch 'retry-on-error' into 'master'
...
Handle DNS errors, retry in that case.
See merge request jenslody/gnome-shell-extension-openweather!229
5 years ago
Jens Lody
281d31643a
Merge branch 'remove-object-actor' into 'master'
...
Remove object.actor references
Closes #245
See merge request jenslody/gnome-shell-extension-openweather!232
5 years ago
FeRD (Frank Dana)
0b2954ceca
Remove object.actor references
5 years ago
Philippe Troin
b7ec679560
Handle DNS errors, retry in that case.
...
Fixes:
JS ERROR: Gio.ResolverError: Error resolving “openweathermap.org”: Name or service not known
_asyncReadyCallback@/usr/share/gnome-shell/extensions/openweather-extension@jenslody.de/extension.js:546:27
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
6 years ago
Philippe Troin
7da9bb80dd
Handle missing wind data in OpenWeather provider.
...
Fixes:
JS WARNING: [/usr/share/gnome-shell/extensions/openweather-extension@jenslody.de/openweathermap_org.js 381]: reference to undefined property "deg"
JS WARNING: [/usr/share/gnome-shell/extensions/openweather-extension@jenslody.de/extension.js 1171]: reference to undefined property "NaN"
6 years ago
Philippe Troin
c24218f4f7
Handle C locale.
...
Fixes:
JS ERROR: RangeError: invalid language tag: C
formatTemperature@/home/phil/.local/share/gnome-shell/extensions/openweather-extension@jenslody.de/extension.js:1343:16
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
parseWeatherCurrent@/home/phil/.local/share/gnome-shell/extensions/openweather-extension@jenslody.de/openweathermap_org.js:319:23
_asyncReadyCallback@/home/phil/.local/share/gnome-shell/extensions/openweather-extension@jenslody.de/extension.js:553:13
wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
6 years ago
Jens Lody
7ea4ce7a12
Fix copyright dates.
6 years ago
Jens Lody
92d4dd35da
Change github to gitlab in pot-file.
6 years ago
Jens Lody
0061c3421d
Add belarussian translation-file to codeblocks-project, minor (automatic) layout-updates in some po-files.
6 years ago
Jens Lody
73a40c55d2
Fix for gnome.shell 3.30, only symbolic icons shown, if the stale is not explicitely set to regular.
6 years ago
Jens Lody
a978a41816
Added turkish translation, thanks Orhan Engin OKAY.
6 years ago
Jens Lody
6ef56d3fe0
Merge branch 'master' of gitlab.com:jenslody/gnome-shell-extension-openweather
6 years ago
Jens Lody
cd09bc8576
Merge branch 'traack_omit_past_forecast' into 'master'
...
Prevent first forecast from being for a previous date
See merge request jenslody/gnome-shell-extension-openweather!221
6 years ago
Jens Lody
e0d711cb93
Merge branch 'master' into 'master'
...
Add Belarusian translation
See merge request jenslody/gnome-shell-extension-openweather!219
6 years ago
Jens Lody
406399761d
Merge branch 'master' into 'master'
...
Update zh_CN.po and zh_TW.po, fixed issue where °C and °F could not be displayed.
See merge request jenslody/gnome-shell-extension-openweather!216
6 years ago
Jens Lody
b6f7261e2f
Add gnome-shell 3.30 to supported versions.
6 years ago
Jens Lody
9587a0efe3
Fix invisible text in prefs.
6 years ago
Jens Lody
160ec29814
Use braces to make if-clauses better readable.
6 years ago
Taylor Raack
abb9206af2
Forecasts from OpenWeatherMap do not show "Yesterday" during any portion of a day
6 years ago
Alexey Petrovsky
fc87c0979f
Add Belarusian translation
6 years ago
zyw271828
fec78de258
Update zh_CN.po and zh_TW.po, fixed issue where °C and °F could not be displayed.
6 years ago
Jens Lody
401d68e277
Fix build of uk.po, did not work due to added plural forms and some syntax-errors.
...
Hopefully fixed plural forms correctly (online translator).
6 years ago