Commit graph

7 commits

Author SHA1 Message Date
bsiegert
7da33feba7 Update all MATE packages (except system-monitor) to 1.24.0.
This release contains plenty of new features, bug-fixes, and general
improvements. Some of the most important highlights include:

  * We did it again, the MATE desktop environment is easier to use than before,
    once the user starts the session. Do you want to hide applications startup?
    Now you can set which applications to show on startup.
  * Engrampa now has support for a handful of extra formats, as well as fixed
    support for passwords and unicode characters in some of them.
  * Eye of MATE now has support for Wayland and we’ve added support for
    embedded color profiles.
      * The thumbnail generation has been reworked and fixed in several places.
      * Added support for webp files.
  * Our window manager, marco, has gotten quite a few changes:
      * We’ve brought a bunch of window decorations from the past to feed
        your nostalgia.
      * Finally added invisible resize borders. No more struggling to find a
        border to grab with your mouse!
      * All window controls (you know, the min, max, close buttons) are now
        rendered in HiDPI.
      * The Alt+Tab and Workspace Switcher popups have been entirely reworked.
        Now they render in beautiful OSD style, are more configurable, and can
        respond to keyboard arrows.
      * Tiling windows with the keyboard now allows you to cycle through
        different window sizes. You no longer need to feel constrained by only
        half of your screen.
  * The System Monitor panel applet now has support for NVMe drives.
  * Calculator now supports using either “pi” or “π”.
      * Scientific notation has been improved.
      * Some fixes for supporting pre-defined physical constants.
  * The Control Center now displays its icons correctly on HiDPI displays.
  * A brand new Time And Date Manager app has been added.
  * The Mouse app now supports acceleration profiles.
  * The Preferred Applications app has been improved for accessibility, as well
    as better support for integration with IM clients.
  * The Indicator Applet has slightly better interaction with
    oddly-sized icons.
  * Speaking of icons, the network manager applet icons in our own themes have
    been entirely redesigned and can now be enjoyed on HiDPI displays.
  * If you’re the type of person that does not like to be disturbed when busy,
    or giving a presentation, or watching a movie, you’ll be happy to know that
    the notification daemon now supports a Do-Not-Disturb mode.
  * The MATE Panel had several bugs that caused crashes in the past when
    changing layouts. Those are now fixed!
      * Support for Wayland compatibility has improved considerably.
      * Status icons (a.k.a. notification area, or system tray) have support
        for HiDPI displays.
      * Wanda the Fish got a make-over and now you can enjoy her in full
        HiDPI glory.
      * The window list applet now supports window thumbnails on hover.
      * Various accessibility improvements throughout the panel and its
        core applets.
  * If your system doesn’t, uh, support systemd you might be interested in
    knowing that we’ve added support for elogind to both the MATE Screensaver
    and the MATE Session.
  * We’ve also added a brand new MATE Disk Image Mounter utility.
  * Mozo, the menu editor, now supports Undo and Redo actions.
  * Pluma plugins have now fully switched to Python 3.
  * Pluma no longer has to envy anything from other complex editors, since it
    can now show the formatting marks.
  * i18n: All applications have been migrated from intltools to gettext.
2020-04-05 16:05:39 +00:00
gutteridge
30ea170a41 libmateweather: update to libmateweather 1.22.1
Change log:

libmateweather 1.22.1

  * Translations update
  * Locations: Add Lleida–Alguaire Airport
  * locations: change weather station for Rostov-on-Don, Russia
2019-12-30 23:32:42 +00:00
gutteridge
fea0cb44c4 libmateweather: update to 1.22
### libmateweather 1.22.0

  * Translations update
  * Initialize Travis CI support
  * disable deprecation warnings for distcheck
  * locations: Clean up municipalities of Puerto Rico
2019-03-06 06:40:20 +00:00
youri
364812949a libmateweather: Update to 1.21.0:
### libmateweather 1.21.0

    sync with transifex
    locations: Add Feira de Santana, Brazil
    test_sun_moon.c: remove unused variable
    weather-moon: fix weird thing in comments
    metar: fix searching for string to parse
    metar: fix indent somewhat
2019-01-16 15:00:35 +00:00
youri
e113690c3d Update to 1.20.0:
locations: Add Radom, Poland
Locations: add Zhukovsky airport (Moscow, Russia)
Locations: fix Sheremetyevo airport name (Moscow, Russia)
Add timeout, actully invalidate session in weather_info_abort
Start reducing weather spam by creating intial cut of weather_info_equal() function that will help apps determine if two WeatherInfo instances are ‘the same’ enough to not bother with a notification
remove warning on unused bsun by actually testing value
Fix soup_session_async_new() deprecation warning
Add missing Polish cities with airports
Fix Novosibirsk timezone
Add Ceiba in Puerto Rico
doc: drop ancient MateConf references and some other stuff
Update cities of Kazakhstan.
actually check the $GIO_REQUIRED variable’s value
Translations update
2018-05-14 12:46:22 +00:00
youri
f3c81a0d0b Update libmateweather to 1.18.1. 2017-06-23 17:12:57 +00:00
youri
f7cd8509e6 Import libmateweather-1.14.0 as misc/libmateweather.
libmateweather is a libgnomeweather fork.

libmateweather is a library to access weather information from online
services for numerous locations.

libmateweather isn't supported in the devel platform, which means OS vendors
won't guarantee the API/ABI long-term, but authors of open source apps
should feel free to use libmateweather as users can always recompile against
a new version.

To use libmateweather in your code, you need to define the
MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding
-DMATEWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.
2016-05-21 18:48:54 +00:00