simon04
be54f1fda1
Commented out preferences until script can be installed via Makefile.
14 years ago
simon04
6f41d437ec
Updated documentation (added show-comment-in-panel).
14 years ago
simon04
445b64833b
Inline spawn, add L10n for string.
14 years ago
Igor Ingultsov
9c8c0056c3
fixed missing 'let'
14 years ago
igor Ingultsov
0e86a37dac
added 'preferences' menu item to call preferences configurator tool
14 years ago
igor Ingultsov
4c253d6cdc
1) added whether to choose: show only temperature in panel, all show comment and temperature
...
2) moved icon not "too far right"
14 years ago
simon04
3959ceb1ad
Prefixed some variable declarations with 'let '.
14 years ago
simon04
6df6376a0a
vim settings.
14 years ago
simon04
a4582b0e7f
Cleaned up imports, sorted them alphabetically.
14 years ago
simon04
6fa745779a
Position in panel configurable.
14 years ago
simon04
5240fb693c
Renamed identifiers in source code.
14 years ago
simon04
eb1302f599
Added setting whether to show text in panel.
14 years ago
simon04
57f6878d4b
Reformulated text for gsetting configuration. Plus: Innsbruck as default location :-).
14 years ago
simon04
da6176cddb
Rewrote fallback icon function.
14 years ago
simon04
232117f6b7
Fixes 'no icon for some conditions' by using fallback icons for icons which may not be available in all icon sets.
14 years ago
simon04
8433a4cde3
Have only one fetching timeout running (was caused by changing gsettings).
14 years ago
simon04
e56a07c89d
Code cleanup.
14 years ago
simon04
d1f483f0b0
Watch for gsetting changes and update accordingly.
14 years ago
simon04
8666143616
Automatically fix "wrong" WOEID (i.e., numeric instead of alphanumeric WOEID).
14 years ago
simon04
31fd654089
Cleanup.
14 years ago
simon04
c18ae6b751
Use full-colored icons by default, symbolic icons configurable.
14 years ago
simon04
9ee242cfe0
Fixed wind direction possibly being null.
14 years ago
simon04
ee043ec196
Allow to disable translation of weather condition (for forecast).
14 years ago
simon04
ec9dc7a3f1
Do not truncate day of week names.
14 years ago
simon04
9f6ddd99eb
Source code formatting.
14 years ago
simon04
f669409bd5
Using Unicode symbols ℃ and ℉ for temperature units.
14 years ago
simon04
0fe8ed2735
Source code formatting (comment).
14 years ago
simon04
5e1f9d0893
Source code formatting.
14 years ago
simon04
ff5ba355f5
Allow to disable translation of weather condition.
14 years ago
ecyrbe
9a2131396d
Improve checking
14 years ago
ecyrbe
63af293546
Check schema before loading it
...
GLib Gsettings is broken and abort the
entire gnome-shell when trying to load
an unknown schema, so we have to check for
the schema availability before loading it.
14 years ago
ecyrbe
3b75e6a9f0
Add GSettings configuration
...
No more code editing. This extension now uses gsettings to configure everything.
Documention updated according to this functionnality
Under the woods, we added gsettings schemas that need to be installed in the system
so you need admin rights to install this extension.
14 years ago
ecyrbe
5c0e32a848
Add translation for days in forecast
...
Yahoo return abreviated days desc, we parse this to return
a full day desc in the forecast Labels
Translation files were updated according to this changes
14 years ago
ecyrbe
fa2a7ab41f
Add alternative displayed city
...
The yahaoo forecast woeid doesn't always match your tiny town name
we really need a configuration file or a gsettings schemas to put
all this outside of the code
14 years ago
ecyrbe
855cf1a5d5
Improved Translation
...
Added support for weather condition translation
this relies on defined yahoo weather codes
14 years ago
fredo
77f06e830d
Use symbolic icons
...
also, we should add a flag to allow normal icon sets
14 years ago
ecyrbe
220c8bf116
Use symbolic icons
...
also, we should add a flag to allow normal icon sets
14 years ago
fredo
1227e7f08b
Update gettext domain
...
the domain wasn't correct for the project name
14 years ago
ecyrbe
95752e5f01
Update gettext domain
...
the domain wasn't correct for the project name
14 years ago
fredo
4e58e6bbb2
Add autotool compilation support
...
this allows for some automatic configuration and potfiles management
and allow to install the extension
14 years ago
ecyrbe
7d36091a83
Add autotool compilation support
...
this allows for some automatic configuration and potfiles management
and allow to install the extension
14 years ago
fredo
dfdc6550eb
Tree reorganisation
...
we need to reorganize all the three to prepare
for a sane auto-tool configuration
14 years ago
ecyrbe
57b0697e65
Tree reorganisation
...
we need to reorganize all the three to prepare
for a sane auto-tool configuration
14 years ago