summaryrefslogtreecommitdiff
path: root/libmateweather
AgeCommit message (Collapse)AuthorFilesLines
2020-05-24weather-iwin: Remove the warning about ‘GTimeVal’ is deprecatedrbuj1-4/+4
2020-03-12IWIN: use GDateTime for getting current daterbuj1-5/+6
2020-03-12weather: use round for rounding floatsrbuj2-13/+38
2019-11-03use the same translator comments for xgettextWu Xiaotian2-41/+41
2019-11-03migrate from intltool to gettextWu Xiaotian1-1/+0
2019-07-10avoid deprecated soup_session_async_newWu Xiaotian1-1/+1
2019-07-02Remove trailing whitespacesLaurent Napias9-18/+18
2018-04-29test_sun_moon.c: remove unused variablelukefromdc1-2/+2
2018-04-28weather-moon: fix weird thing in commentsmonsta1-1/+1
result of excessive renaming after forking from GNOME 2 (orbit -> matecorba)
2018-04-26metar: fix searching for string to parsemonsta1-5/+5
it needs correction after c1b71893ec34a2d0ea8f85ce7f30f536f8582123
2018-04-26metar: fix indent somewhatmonsta1-88/+88
2018-01-27building: bump required glib version to 2.50.0raveit651-6/+1
2018-01-25Revert "Fix soup_session_async_new () deprecation warning"raveit651-1/+1
This reverts commit 8bb34e9a0ec0198d198903210a1b405cc01a7768. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-25Revert "remove warning on unused bsun by actually testing value"raveit651-8/+4
This reverts commit f34162f526a49e4302f6b87c82825f316408c745. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-25Revert "Start reducing weather spam by creating intial cut of ↵raveit652-40/+0
weather_info_equal () function that will help apps determine if two WeatherInfo instances are 'the same' enough to not bother with a notification" This reverts commit 97326e615fffaef92669dbe82c8955c2c2e2edda. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-25Revert "Add timeout, actully invalidate session in weather_info_abort"raveit652-3/+1
This reverts commit c307e7c9ee89e4ac17cc2bb2aa1e245d766cbc5e. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2017-07-23Add timeout, actully invalidate session in weather_info_abortScott Balneaves2-1/+3
2017-07-23Start reducing weather spam by creating intial cut of weather_info_equal () ↵Scott Balneaves2-0/+40
function that will help apps determine if two WeatherInfo instances are 'the same' enough to not bother with a notification
2017-07-23remove warning on unused bsun by actually testing valueScott Balneaves1-4/+8
2017-07-23Fix soup_session_async_new () deprecation warningScott Balneaves1-1/+1
2016-12-13remove a couple of unneeded includesmonsta2-2/+0
2016-12-13move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta3-6/+2
2016-09-06iwin: use new server address to fix forecastmonsta1-1/+1
2016-08-29metar: switch to https and use recommended method of data retrievalmonsta1-5/+11
as per https://aviationweather.gov/dataserver/bestpractices patch by Frank Dana: https://git.gnome.org/browse/libgweather/commit/?id=283afc2d23355def1c1bab70a641f40cea52ba7f
2016-08-24metar: switch to aviationweather.gov (weather.noaa.gov is discontinued)monsta1-3/+3
2016-03-21add missing apostrophe in schema descriptionmonsta1-1/+1
2016-01-02drop internal lib READMEMonsta1-7/+0
2015-09-06Correct default tag in gsettings schemainfirit1-10/+10
2015-09-06Bump required intltool version for gsettings supportinfirit2-42/+40
And mark the gschema accordingly in POTFILES
2015-08-25drop support for win32Monsta4-155/+1
2015-08-25Gtk3: Use gtk_box_new() instead of deprecated gtk_vbox_new()infirit1-0/+5
2015-08-25Improve parsing from bom.gov.au forecastsinfirit1-1/+14
We can safely remove some non-interesting text Taken from libgweather commit: 73829e640d2ebd7f926563145ca81702c17d0abb From: Vincent Untz <[email protected]>
2015-08-25Linking with libm explicityinfirit1-1/+1
While building with linker flags --no-copy-dt-needed-entries (default binutils), the linking fails, as libm is not specified. Taken from libgweather commit: d8e7b7ba7b1c8fc9820eb8b346d2f52be8c74b2f From: Dominique Leuenberger <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=671602
2015-08-25gtk doc: Move documentation to inline commentsinfirit7-8/+27
2015-08-25Fix linking with gcc-4.5infirit1-3/+3
gcc-4.5 has a stricter linking behaviour which now requires us to specify needed libraries directly instead of relying on transitive private dependencies. Taken from libgweather commit: 44cbbfff660151e2706039e293b360adc6df1c01 From: Martin Pitt <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=636105
2015-08-25build: cleanup Makefile.am and re-enable some codeinfirit1-67/+33
2015-08-25libmateweather-enum-types.[c,h]: Fix generation by adding templatesinfirit4-52/+59
These templates are not in the tarball so never where added to MATE.
2015-08-05Revert "Use the new SoupSession object"infirit1-1/+2
This reverts commit a68b4d91372aa67ab16d5f619b251d72cb09652a.
2015-08-04Use the new SoupSession objectinfirit1-2/+1
This should, according to the docs retrieve a GProxyResolver. This requires version 2.42
2014-05-10Fix define of g_memmoveStefano Karapetsas1-1/+1
It could be available on glib 2.40 if deprecated are enabled
2014-04-26Use memmove with latest glib (>= 2.39)libmateweather-1.9.0Stefano Karapetsas1-0/+5
2014-02-13Drop libsoup-gnome dependencyStefano Karapetsas2-7/+1
2013-08-10Fixes for make dist and make distcheckStefano Karapetsas1-2/+2
2013-07-28Write appropriate GTK API version in pkgconfig fileStefano Karapetsas2-2/+2
2013-06-25Proper default handling in switch statementScott Balneaves1-4/+8
2013-06-25Add in extra check before dereferenceScott Balneaves1-0/+1
2013-04-26update weather.noaa.gov urlElan Ruusamäe1-1/+1
it's because the .pl url used, redirects. lessen the hops
2013-04-10Added "show-notifications" boolean to GSchema and to the MateWeatherPrefs ↵muesli43-0/+8
struct.
2013-03-31Add -lm to test_sun_moon_LDADDlibmateweather-1.6.0Stefano Karapetsas1-0/+1
2013-03-08Add missing quote in GSettings schema commentStefano Karapetsas1-1/+1