Commit graph

14184 commits

Author SHA1 Message Date
taca
fa81e3e595 Allow Ruby 2.6 to build. 2019-02-03 13:45:06 +00:00
tsutsui
823a882285 ruby-gnome2: update to 3.3.2. (missed file in previous) 2019-02-03 07:18:50 +00:00
tsutsui
b642a9a21e ruby-gnome2: update to 3.3.2.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.2: 2019-02-03

This is a bug fix release of 3.3.1.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixed

    * Fixed wrong nil check.
      [GitHub#1270][Patch by moveccr]

    * Fixed a memory leak when module function is used with block.
      [GitHub#1270][Reported by Izumi Tsutsui]

==== Ruby/GTK3

  * Improvements

    * Add backward compatibility APIs:

      * (({Gtk::Screen#add_style_provider}))

      * (({Gtk::Screen#remove_style_provider}))

      * (({Gtk::StyleContext.add_provider_for_screen}))

      * (({Gtk::StyleContext#add_provider}))

=== Thanks

  * moveccr

  * Izumi Tsutsui
2019-02-03 07:02:52 +00:00
tnn
c562521326 revbump for libvncserver consumers 2019-02-01 12:49:04 +00:00
tnn
7bb0ac8a7a x11vnc: update to 0.9.16
changes: build fixes, doc fixes
2019-02-01 11:24:10 +00:00
wiz
2bf803199a xfce4-session: remove file that is not in distinfo 2019-01-31 09:10:39 +00:00
leot
d7e860d331 gtk3: Update to 3.24.4
Changes:
Overview of Changes in GTK+ 3.24.4
==================================
* Support gtk_file_chooser_set_filter in GtkFileChooserNative
* Bugs fixed:
   - wayland: Fix long combobox positioning
   - about dialog: Activate all links in the same way
   - switch: Add fallbacks for symbols
   - spinbutton: Fix background color
* Translation updates:
   - Africaans
2019-01-29 16:57:39 +00:00
gutteridge
86315b2e83 x11/kitty: move bsd.prefs.mk placement to fix builds
bsd.prefs.mk needs to be first to pull in an appropriate Python version
if one isn't already installed. XXX there are still other build issues.
2019-01-29 04:42:57 +00:00
kamil
ad235c3c98 xorgproto: pkglint style fix
No Functional Change Intended
2019-01-28 12:25:35 +00:00
tnn
a7d4dee05c xf86-video-ati: fix bitrot, make it build again 2019-01-27 11:54:57 +00:00
tsutsui
ed260a39fe ruby-gnome2: update to 3.3.1.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.1: 2019-01-09

This is a release that improves GObject Introspection support.

=== Changes

==== Ruby/GLib2

  * Improvements

    * (({rbgobj_remove_relative()})): Added support for removing a
      relative added by (({rbgobj_add_relative()})).

    * Stopped to use raw (({Hash})) to guard objects from GC.

    * (({GLib::Idle.remove})): Deprecated. Use
      (({GLib::Source.remove})) instead.

  * Fixes

    * Fixed typos in samples.
      [GitHub#1267][Patch by kojix2]

==== Ruby/CairoGObject

  * Improvements

    * Started to require cairo gem 1.16.2 or later.

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for input object validation.

    * Added support for callback with module function such as
      (({Gdk.threads_add_idle})).
      [GitHub#1256][Reported by xetum]

    * Added support for converting (({GHash<utf8, GObject>})).

    * Added support for transfer full (({GHash})).

    * Added support for freeing array of primitive types.
      [GitHub#1266][Patch by Yosuke Shiro]

    * Improved suitable method detection for array and list.

    * Added support for converting an array of (({GObject})).

    * Added support for renaming compare operations:

      * (({not_equal})): (({!=}))

      * (({less_than})): (({<}))

      * (({less_than_or_equal})): (({<=}))

      * (({greater_than})): (({>}))

      * (({greater_than_or_equal})): (({>=}))

==== Ruby/GdkPixbuf2

  * Fixes

    * Fixed markup.
      [GitHub#1250][Patch by kojix2]

    * Fixed a bug that data passed to (({GdkPixbuf::Pixbuf.new(data:
      array)})) is corrupt by GC.

==== Ruby/Pango

  * Improvements

    * (({Pango::Layout#get_pixel_extents})): Added for backward
      compatibility.

    * (({Pango::Rectangle#ascent})): Added for backward
      compatibility.

    * (({Pango::Rectangle#descent})): Added for backward
      compatibility.

    * (({Pango::Rectangle#lbearing})): Added for backward
      compatibility.

    * (({Pango::Rectangle#rbearing})): Added for backward
      compatibility.

    * (({Pango::Rectangle#left_bearing})): Added.

    * (({Pango::Rectangle#right_bearing})): Added.

==== Ruby/GTK2

  * Fixes

    * Fixed typos in samples.
      [GitHub#1268][Patch by kojix2]

==== Ruby/GTK3

  * Improvements

    * Updated sample to work on HiDPI environment.
      [GitHub#1246][Patch by noanoa07]

    * Updated samples.
      [GitHub#1258][GitHub#1259][GitHub#1260][Patch by kojix2]

==== Ruby/RSVG2

  * Fixes

    * Fixed typos.
      [GitHub#1253][Patch by kojix2]

    * Removed needless rsvg2 gem dependency for Windows.
      [GitHub#1261][Reported by noanoa07]

==== Ruby/GEGL

  * Fixes

    * Fixed a typo in README.
      [GitHub#1263][Patch by kojix2]

=== Thanks

  * noanoa07

  * kojix2

  * xetum

  * Yosuke Shiro
2019-01-27 02:23:39 +00:00
tnn
47e776a683 qt5-qttools: make qdoc optional
It pulls in all of clang and I don't need that just to build wireshark.
2019-01-26 23:20:41 +00:00
tnn
1acfe03f13 append to PKG_SUPPORTED_OPTIONS since this file is used by multiple pkgs 2019-01-26 22:58:04 +00:00
jaapb
97ddbf7522 Updated x11/ocaml-lablgtk to version 2.18.7
Minor changes, for example to build with ocaml 4.05.
2019-01-24 09:58:18 +00:00
youri
acc86bbbdc Silence useless warning. 2019-01-23 15:34:31 +00:00
youri
511029b27e Add initial NetBSD backend for the cpufreq panel plugin. 2019-01-23 15:25:36 +00:00
youri
5bcd2873d4 Use INSTALL file for the post-install commands,
so that it works with pkg_add. Noted by wiz@.
2019-01-23 15:17:27 +00:00
wiz
9383e8a8bf libdrm: update to 2.4.97.
Alex Deucher (1):
      amdgpu: update to latest marketing names from 18.50

Andrey Grodzovsky (3):
      amdgpu/test: Add illegal register and memory access test v2
      amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs.
      amdgpu/test: Enable deadlock test for CI family (gfx7)

Christian König (1):
      amdgpu: add VM test to exercise max/min address space

Daniel Vetter (1):
      doc: Rename README&CONTRIBUTING to .rst

Eric Anholt (2):
      Avoid hardcoded strlens in drmParseSubsystemType().
      drm: Attempt to parse SPI devices as platform bus devices.

Eric Engestrom (6):
      xf86drmHash: remove unused loop variable
      meson: fix typo in compiler flag
      tests: skip drmdevice test if the machine doesn't have any drm device
      freedreno: remove always-defined #ifdef
      xf86atomic: #undef internal define
      README: reflow the project description to improve readability

François Tigeot (2):
      xf86drm: implement drmParseSubsystemType for DragonFly
      libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly

Leo Liu (1):
      tests/amdgpu/vcn: fix the nop command in IBs

Lucas De Marchi (2):
      gitignore: sort file
      gitignore: add _build

Marek Olšák (3):
      amdgpu: update amdgpu_drm.h
      amdgpu: add a faster BO list API
      Bump the version to 2.4.97

Mauro Rossi (1):
      android: Fix 32-bit app crashing in 64-bit Android
2019-01-22 21:50:47 +00:00
youri
728050a21c mate-settings-daemon:
Fix two warnings by including gnome-keyring
and creating a file needed by the xrdb plugin.
2019-01-22 18:05:29 +00:00
tnn
eff2f10a72 libbdrm: sync patch-xf86drmMode.c with NetBS xsrc and FreeBSD ports
Also reduce diff to upstream. Doubt we need to worry about compilers
that don't understand C99-style struct initializers here.
2019-01-19 13:21:29 +00:00
gutteridge
76b4a1e474 x11/xfce4-tumbler: fix PLIST so it handles options correctly
The PLIST was not reflecting optional dependencies correctly. (It was
also not necessary to include ffmpeg3 as a fixed dependency in the make
file. That gets pulled in via ffmpegthumbnailer anyway, which is an
option.) No PKGREVISION, because this doesn't affect the default build.
2019-01-19 01:51:15 +00:00
tnn
0cf3070c44 libdrm: remove a patch from xsrc that is wrong
See: https://mail-index.netbsd.org/tech-x11/2019/01/18/msg001895.html
Fixes DRM crashes with radeon on Linux.

Bump PKGREVSION.
2019-01-18 23:09:55 +00:00
youri
a3fbfe2b5f xfce4-exo: update to 0.12.3:
0.12.3
======
- General:
  - Preferred Applications: Improved layout spacing and alignment
  - Resolved g_type_class_add_private deprecations (GObject 2.58)
- Bug Fixes:
  - Hide exo launchers from GNOME Software (Xfce #14588)
  - Fix crash with "preedit-changed" signal (Xfce #14756)
- Translation updates: Albanian, Amharic, Arabic, Asturian, Basque,
  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China),
  Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, English (Australia), Estonian, Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian,
  Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
  Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish,
  Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian,
Urdu, Urdu (Pakistan), Vietnamese
2019-01-18 14:39:34 +00:00
youri
d21bd3e1b4 xfce4-desktop: update to 4.13.2:
4.13.2
======
[Please note that this is a development release.]

Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.

- Use the new Thunarx-3 API (Thunar >= 1.7)
- Use custom CSS for the iconview as a fallback (Bug #13609)
- Get/set _NET_DESKTOP_MANAGER_S<screen> atom (Bug #13653)
- Make "another desktop manager is running" messages critical (Bug #13653)
- Change "Create Launcher..." icon (Bug #14161)
- Do not popup a single "Applications" menu when right clicking on desktop (Bug #13866)
- Single-click mode executes desktop items twice (Bug #14021)
- Fix menu popup issue with desktop icons disabled (Bug #14415)
- Fix memory leak : Don't try to allocate all the memory (Bug #12805)
- Fix some autotools warnings and bump dependencies
- Make a couple of strings translatable (Bug #14374)
- Translation Updates: Amharic, Arabic, Asturian, Belarusian, Bulgarian, Catalan, Czech,
  Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Estonian,
  Basque, Persian (Iran), Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian,
  Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Dutch,
  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian,
  Russian, Slovak, Slovenian, Serbian, Swedish, Thai, Turkish, Uighur, Ukrainian, Uzbek,
  Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)

4.13.1
======
[Please note that this is a development release.]

Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.

* Miscellaneous bug fixes:
- Fix a memory leak reported in Bug #13555
- Fix garcon-2 dependancy check (continue to use garcon-1)

* Translation Updates:
 ca da de es fr he hr id it ja kk ko ms pl
 pt pt_BR ru th uk zh_CN

4.13.0
======
[Please note that this is a development release.]

Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.

* Major changes:
 - Port to Gtk3.
  - The iconview has a CSS name of "XfdesktopIconView" and
    adds the GTK_STYLE_CLASS_VIEW to it's base. It then adds
    GTK_STYLE_CLASS_LABEL when rendering the icon text with
    the states: selected, active, or normal. Additionally it
    uses the GTK_STYLE_CLASS_RUBBERBAND when for the rubberband
    theming.
 - Port to GDBus.

* Miscellaneous bug fixes:
 - Don't redraw the icons on focus change events (Bug #12071)
 - Don't try to divide by 0 (Bug #12115)
 - Settings: Fix loading of wallpaper previews (Bug #11892)
 - Settings: Allow directories to be selected (Bug #12832)
 - Fix Open dialog's title (Bug #12560)
 - Prevent a crash in the backdrop loader (Bug #12339)
 - Use gdk's get static image for animation files
 - Add translation string for Trash desktop icon
- Retain icon relative position when moving a group
2019-01-18 14:34:48 +00:00
youri
be0625b61d xfce4-session: update to 4.13.1:
- Add/Edit Application Autostart Entries (Bug #13271)
- Remove non-existent grid properties (Bug #13271)
- fix coverity 178990 Resource leak
- fix coverity cid 178989 Dereference after null check
- 178988 'Constant' variable guards dead code
- fix coverity cid 178987 Logically dead code
- fix coverity cid 87608 Dereference after null check
- 178988 'Constant' variable guards dead code
- fix coverity cid 178987 Logically dead code
- fix coverity cid 87608 Dereference after null check
- fix coverity cid 87607 Unchecked return value from library
- Hybrid Sleep support - "hibernate" and suspend the system
- xfce4-session-logout: deconflict -h option (Bug #12806)
- Export the SSH_AUTH_SOCK when spawning client Bug #13486
- fix: Compilation error with --disable-polkit Bug #12760
- Require libxfce4ui-2 instead of libxfce4ui-1 in pc.in file
- xfsm-manager: pass manager variable to g_timeout_add Bug #13802
- Bump GTK version to 3.20
- Check accessibility depending on xfsm configuration
- Fix keyboard grab for logout window
- Fix fadeout window using Xlib API
- Fix gdk max version to 3.20
- Translation updates: am, ar, ast, be, bg, bn, ca, cs, da,
  de, el, en_AU, en_GB, eo, es, eu, fi, fr, gl, he, hr, hu,
  id, is, it, ja, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt,
  pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK,
  vi, zh_CN, zh_HK, zh_TW
2019-01-18 14:12:29 +00:00
youri
c6aad0feb2 xfce4-panel: update to 4.13.4:
- Add per-panel setting "icon-size"
- Set minimum Gtk+3 version to 3.22
- Bugfixes:
  - Gtk+ deprecation fixes (all plugins)
  - tasklist: Fix group-button states
  - libxfce4panel: arrow button size fixes
  - launcher: plugin sizing fixes
  - appmenu: Add support for other menu editors (Bug #11684)
  - tasklist: Fix urgency blinking for group buttons (Bug #6904)
  - tasklist: Add 'group-button' styleclass
  - Fix anchors for gtk_menu_popup_at_widget (Bug #14803)
  - Fix struts on the bottom and right of the screen (Bug #14886)
  - tasklist: Don't listen for monitor changes in the plugin (Bug #10725)
  - tasklist: Use Gdk to to determine which monitor contains a window
  - tasklist: Ensure pressed buttons with open menus
  - tasklist: Replace exo-lucency with gtkcss
  - tasklist: Make all-minimized group buttons translucent (Bug #10862)
  - tasklist: Switch from wnck* icons to standard names
  - tasklist: Keep groupbutton active after closing menu
  - tasklist: Make sure icons in the group menu are 16px
  - tasklist: Make grouped buttons active (Bug #9129)
  - launcher: Rely on icon-size provided by panel
  - Prevent crash on removing certain plugins (Bug #14418)
  - Add "configure" button to composited infobar
  - Make compositor info in settings dialog a GtkInfoBar
  - directorymenu: Fix crash and drop deprecated call
  - Fix unreadable panel items without compositing (Bug #14842)
  - launcher: Fix arrows not being shown (Bug #14373)
  - launcher: Fix tooltip icon size (Bug #14774)
  - Re-introduce button images to plugin settings dialogs
  - Make the settings dialog more HIG compliant
  - launcher: Add 'New Link' button to properties (Bug #14855)
  - Drop the panel's welcome dialog (Bug #14388)
  - clock: Resolve deprecations and fix binary clock
  - Workaround for xinput2's subpixel handling (LP #1795135)
  - Ensure the orientation style classes are always applied
  - Add orientation-related style classes for improved theming
  - actions: Add support for dm-tool
  - panel-window: set struts with monitor scaling
-Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali,
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English
  (Great Britain), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian,
  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish,
  Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur,
  Vietnamese
2019-01-18 14:07:45 +00:00
youri
9fb00811b8 xfce4-tumbler: update to 0.2.3:
0.2.3
=====
- Test sparse files only for regular files (bug #14693).
- Fix uninitialized variable (bug #14688)

0.2.2
=====
- Added check to avoid sparse files, that cause high cpu and
  memory load. (bug #12259).
- Use hash table to avoid scanning xdg user path twice when
  searching for desktop thumbnailers.
- Close desktop thumbnailers directory when done from it.
- Accept network paths in ffmpeg thumbnailer plugin.
- Use pkg-config to find FreeType > 2.9.1.
- Translation Updates: Czech, Finnish, Hungarian, Italian,
  Greek and English (Australia).
2019-01-18 14:00:40 +00:00
youri
c29c97ce57 libxfce4util: update to 4.13.2:
- Add VAPIGEN for vala binding generation.
- Fix make distcheck build
- Better documentation processing (migrate away from sgml templates)
- Allow language-specific keys before language-neutral ones (some applications names were not
  localized in applications menu) (bug #13979)
- Translation updates: Arabic, Asturian, Bulgarian, Bengali, Catalan, Czech, Welsh, Danish, German,
  Greek, English (Australia), English (United Kingdom), Spanish, Estonian, Basque, Finnish,
  French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh,
  Korean, Lithuanian, Latvian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk,
  Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Sinhala, Slovak, Albanian, Serbian, Swedish, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu
  (Pakistan), Uzbek, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
2019-01-18 13:32:00 +00:00
youri
08ac929d35 xfce4-garcon: update to 0.6.2:
- Fix some menu icons are too big (Bug #13785)
- Support composite XDG_CURRENT_DESKTOP (#14137)
- Decrement allocation counter on item unref (#12700)
- Replace hash table for application actions with a list
- Support for freedesktop Keyword item (#10683)
- garcon-gtk2-1.pc should be optional.
- Fix documentation generation
- Fix make distcheck build
- Fix some autogen warnings
- Update dependencies and copyright
- Translation Updates: Amharic, Arabic, Asturian, Belarusian,
  Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia),
  English (United Kingdom), Esperanto, Spanish, Estonian, Basque,
  Finnish, French, Galician, Hebrew, Hindi, Croatian, Hungarian,
  Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk,
  Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil),
  Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish,
  Telugu, Thai, Turkish, Uighur, Ukrainian, Uzbek, Uzbek (Latin),
  Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
2019-01-18 13:27:09 +00:00
youri
8e30a70949 xfce4-whiskermenu-plugin: update to 2.3.0:
2.3.0
=====
- Fix sidebar wider than iconless categories.
- Add buttons for individual logout commands. (bug #14639)
- Add option to stay visible when focus is lost. (bug #12240)
- Always allow positioning commands next to search.
- Improve preferences spacing. (bug #14683)
- Translation updates: Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Czech, Danish, Dutch, French, German, Greek,
  Lithuanian, Nepali, Polish, Portuguese, Portuguese (Brazil),
  Russian, Serbian, Slovak, Slovenian, Turkish, Welsh.

2.2.1
=====
- Fix category button staying active when dragged. (bug #14419)
- Fix regression of non-square panel image support. (bug #14506)
- Fix redundant hiding of menu.
- Fix sidebar buttons retaining incorrect width.
- Fix commands not following sidebar.
- Translation updates: English (United Kingdom), Georgian, Japanese,
  Serbian, Slovak, Slovenian, Spanish, Swedish.

2.2.0
=====
- Fix panel icon size not following theme.
- Disable opacity option when non-composited.
- Rename option for including favorites in recent.
- Load applications in a thread. (bug #12903)
- Slide out search results.
- Require GTK+ version 3.22.
- Translation updates: Amharic, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Esperanto, French, German, Lithuanian, Nepali, Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Turkish.
2019-01-18 13:14:03 +00:00
youri
9b242301ea xfce4-clipman-plugin: update to 1.4.3:
- Switch to xfce_panel_plugin_get_icon_size for consistent icon sizes
- Make sure the "Disable" menuitem is shown in the panel plugin
- Translations updates
2019-01-18 12:58:40 +00:00
youri
9c15299da1 xfce4-screenshooter: update to 1.9.3:
* Enhancements:
    - Allow user to move selection rectangle (bug #14365)
    - Allow and remember 0sec delay for all regions (bug #13763)

  * Bugs fixed:
    - Fix clipboard action handling (Bug #14513)
2019-01-18 12:39:55 +00:00
youri
565709c4e3 xfce4-notifyd: update to 0.4.3:
Bugs fixed:
    * Set the correct default value for fadeout (LP #1763674)

Translations updates
2019-01-18 12:33:51 +00:00
martin
74c28bee5a Restore the variables - hi youri! 2019-01-18 10:05:53 +00:00
martin
f333da40a4 Make this buildable 2019-01-18 09:48:16 +00:00
gutteridge
56d30a6487 x11/xfce4-settings: update to version 4.13.5
4.13.5
======
- New: Add display profiles feature
  - Allows for saving/restoring display configurations
  - Profiles can be auto-applied when new displays are connected
- Drop the Gtk Theme previews
- Various UI improvements to the settings dialogs
- New icons for the minimal display dialog
- Fix: Fix broken hover effect in the settings manager (Bug #14539)
- Fix: Add default mnemonics back to dialog buttons
- Fix: Add DBUS_GLIB_CFLAGS for Settings Editor (Bug #14385)
- Fix: Force using a period as a decimal separator in xfsettingsd (Bug #11906)
- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali,
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English (Great
  Britain), Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian,
  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
  Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
2019-01-17 06:30:26 +00:00
youri
bf39e2f496 lxterminal: update to 0.3.2:
no changelog available
2019-01-16 19:37:10 +00:00
youri
98fa748228 mozo: update to 1.21.1:
### mozo 1.21.1

  * Translations update
  * disable deprecation warnings for distcheck
  * Remove libdir from Mozo/config.py

### mozo 1.21.0

  * Translations update
  * drop acinclude.m4 which is not needed anymore
  * Support new mate-menus api
  * just reindent python code
2019-01-16 18:18:03 +00:00
youri
d5a5f9b7a1 mate-terminal: update to 1.21.1:
### mate-terminal 1.21.1

  * Translations update
    disable deprecation warnings for distcheck
    terminal-profile: Fix memory leaks
    terminal-screen: avoid deprecated 'g_settings_list_schemas'
    Use make functions for HELP_LINGUAS
    Replace -Dokumentationsprojekt with Documentation Project
    add help to transifex config
    terminal-window: Fix warnings with menu popup
    terminal-window: replace deprecated gtk_menu_popup

### mate-terminal 1.21.0

  * Translations update
  * term-screen: avoid deprecated 'gtk_style_context_get_background_color'
  * terminal-screen: avoid deprecated 'vte_terminal_spawn_sync'
  * terminal-window: avoid deprecated 'vte_terminal_copy_clipboard'
  * terminal-window: Fix: Session dbus daemon saturated
  * terminal-app: avoid gtk_dialog_add_buttons with stock ids
  * avoid deprecated GtkStock
2019-01-16 18:16:29 +00:00
youri
85bdb2722f mate-settings-daemon: update to 1.21.2:
### mate-settings-daemon 1.21.2

  * update translations
  * media-keys: Add microphone mute key support
  * msd-xrdb-manager: realize the widget
  * media-keys: Make sound changes quiet with Alt
  * msd-xrdb-manager.c: avoid deprecated 'gtk_widget_ensure_style'
  * media-keys: always round the render coordinates for media icons
  * media-keys: Tweak the OSD's volume bar position
  * osd-window: make the window smaller
  * media-keys: Make icon smaller in OSD
  * media-keys: Use constant for icon size in OSD
  * media-keys: Add test for display switch OSD icons
  * media-keys: Add support for display switch OSD
  * media-keys: Don't show a level when muted

### mate-settings-daemon 1.21.1

  * update translations
  * media-keys: Add test for rfkill OSD icons
  * media-keys: Add label for the touchpad OSD
  * media-keys: Add labels for the rfkill OSD
  * media-keys: Remove unuseful show_level argument in msd_media_keys_window_set_action_custom
  * media-keys: Remove test for screen brightness OSD icons
  * media-keys: Add support for Killswitch media keys
  * rfkill: Add RFKill support plugin on Linux systems
  * Add shortcut to start mate-control-center
  * media-keys: Add test for touchpad OSD icons
  * media-keys: Remove touchpad OSD icons and use theme's instead
  * media-keys: Simplify touchpad OSD
  * media-keys: Add support for XF86TouchpadOn/Off
  * Add support for org.mate.accessibility-keyboard.stickykeys-latch-to-lock
  * Xrandr:remove an unused function
  * daemon: fix a memory leak
  * daemon: Stop using deprecated GSettings API
  * require mate-desktop-1.21.1
  * xsettings: add setting to enable/disable primary paste from middlemouse
  * xsettings: replace deprecated gdk_error_trap_push/pop
  * xrandr-manager: replace deprecated gdk_error_trap_push/pop
  * mouse-manager: replace deprecated gdk_error_trap_push/pop
  * media-keys-manager: replace deprecated GdkDeviceManager
  * keyboard-manager: replace deprecated gdk_error_trap_push/pop
  * clipboard-manager: replace deprecated gdk_error_trap_push/pop
  * background-manager: replace deprecated GDK functions
  * a11y-keyboard-manager: replace deprecated gdk_error_trap_push/pop
  * msd-input-helper: replace deprecated gdk_error_trap_push/pop
  * plugins: avoid deprecated 'gdk_keymap_get_default'

### mate-settings-daemon 1.21.0

  * Translations update
  * xrandr-applet-popup: add an icon for configuration item
  * xrandr-applet-popup: add item to mirror displays
  * bump mate-desktop requirement
  * Make setting QT_SCALE_FACTOR optional.
  * xrandr-applet-popup: dim menuitems for disabled monitor
  * xrandr-applet-popup: enable turning monitors on an off
  * xrandr-applet-popup: show icon only if "menus-have-icons" is not turned off
  * xrandr-applet-popup: handle Greybird (etc) XFCE themes
  * Xrandr-applet-popup: Special case the GNOME themes for black text on monitor labels
  * xrander-applet-popup: remove draw callback
  * xrandr:fix indent
  * xrandr-applet-popup: allow themes to override monitor label colors
  * xrandr-applet-popup: add a border to colored monitor labels
  * xrandr-applet-popup: use colored bg again in monitor labels
  * xrandr applet popup: add monitor icons to monitor label menuitems
  * xrandr-applet: add a style class for menuitems
  * xrandr-applet: drop non-working bg from menu
  * xrandr-applet: don't hard code label colors in menu
  * Support background fallback on HiDPI
  * Prevent media-keys bindings from swallowing modifier keys
  * Scale OSD size correctly on HiDPI displays (#212)
2019-01-16 18:14:40 +00:00
youri
ee660adc7a mate-session-manager: update to 1.21.1:
### mate-session-manager 1.21.0

    sync with transifex
    Fix broken link in man pages
    avoid deprecated GtkStock
2019-01-16 18:13:41 +00:00
youri
197ce85701 mate-screensaver: update to 1.21.0:
### mate-screensaver 1.21.0

    sync with transifex
    bump required version of mate-menus
    support new mate-menus api
    Fixed some gdk deprecations
    fixed gdk_flush warning
    avoid deprecated GtkStock
2019-01-16 18:11:05 +00:00
youri
610c3f6e6b mate-panel: update to 1.21.3:
### mate-panel 1.21.3

    update translations
    Use make functions for HELP_LINGUAS
    Check if manager->proxy is NULL
    Migrate mate-panel from dbus-glib to gdbus
    notification-area-preferences-dialog.ui: avoid GtkButton:use-stock
    Fix GdkSeat warning
    Ensure alt-F1 can show the menu even if no menu applet on panel
    na-tray: add preferences dialog and applet menu entry
    na-tray: wide panels, add GSettings to the applet
    na-tray: wide panels, convert main GtkBox display to GtkGrid
    na-tray: wide panels, preliminary batch box to grid rename
    button-widget: wide panels, more suitable resize limits on Widgets and arrows
    README - Add dependency list
    update legal.xml
    Clock applet help: To Adjust the System Date or Time
    Clock applet help: Add Show week numbers in calendar
    Clock applet help: Fix speed unit for meters per second

### mate-panel 1.21.2

    sync with transifex
    menu-bar: transfer focus correctly on alt-F1
    panel: avoid a critical
    panel-toplevel: fix memory leak in calculate_minimum_height
    Change GTK_CHECK_VERSION to match next gtk+ release
    applets: Guard against GTK scale-factor fixes on GtkSocket
    window-list: Skip setting size hints until WnckTasklist has items to show.
    applets: Fix runtime error messages
    mate-panel-applet: setup_x_error_handler for in-process applets too
    GTK 3.23: fix applet size allocation
    fish: avoid deprecated 'gtk_window_set_wmclass'
    Tray: simplify force-redraw, use code that actually works
    panel-actions: replace deprecated gtk_menu_popup
    applet-context-menu: replace deprecated gtk_menu_popup
    panel-context-menu: replace deprecated gtk_menu_popup
    GTK 3.23: don't cut tray icons too narrow in HiDPI mode
    na-tray-child: remove na_tray_child_size_allocate
    panel-menu-button: replace deprecated gtk_menu_popup
    na-tray-child: replace deprecated gdk_error_trap_push/pop functions
    libmate-panel-applet: replace deprecated gdk_error_trap functions
    panel-xutils: replace deprecated gdk_error_trap functions
    panel-util: replace deprecated gdk_flush
    main: replace deprecated gdk_flush
    panel-widget: replace deprecated gdk_flush
    panel-toplevel: add position css class
    panel-force-quit: replace deprecated gdk_device_grab
    panel-force-quit: replace deprecated gdk_error_trap functions
    panel-force-quit: replace deprecated gdk_flush
    menu.c: Fix: Keep spaces in the left if "menus-have-icons" is off
    Panel-gtk.c: Show menu icons only when "menus-have-icons" is set
    workspace-switcher: provide themed fallback color

### mate-panel 1.21.1

  * Translations update
  * update mate-menus requiremnt
  * panel-menu-button.c: Force use basename for compare
  * Support new mate-menus api
  * Convert launcher icons to cairo surfaces
  * fix rendering and removal of in-process applets on unexpanded panel
  * applet.c: avoid deprecated GtkImageMenuItem
  * limit size of panel-hide-button
  * clock: fix weird thing in comments
  * clock: fix actual copy/paste error which caused use-after-free
  * clock: fix use-after-free
  * fish: Install fish animations in fish-specific directory
  * fish: drop wanda image from gresource

### mate-panel 1.21.0

  * Translations update
  * css: use parsing-error signal to warn on bad css file or image
  * css: Convert to GResource
  * na-tray: Convert to GResource
  * wncklet: Convert to GResource
  * panel: Convert to GResource
  * clock: Use new GdkPixbuf API to load resources
  * clock: Convert to GResource
  * fish: Convert to GResource
  * libpanel-applet: Add panel_applet_setup_menu_from_resource() API
  * Theme: consistant theming for applet drag handles in all themes
  * Revert "panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()"
  * panel-context-menu.c: avoid deprecated GtkImageMenuItem
  * avoid 'gtk_file_chooser_dialog_new' with stock ids
  * Accessibility: white/black applet handles in GNOME high contrast themes
  * panel-run-dialog.ui: avoid deprecated:
  * fish.c: avoid 'gtk_dialog_new_with_buttons' with stock id
  * panel-test-applets.ui: avoid deprecated:
  * window-list.ui: avoid GtkVBox and GtkButton:use-stock
  * workspace-switcher.ui: avoid deprecated GtkButton:use-stock
  * Theme: show applet handles on non-MATE themes
  * panel-properties-dialog.ui: avoid GtkButton:use-stock and GtkImage:stock
  * fish.ui: avoid deprecated:
  * clock.ui: avoid deprecated:
  * avoid gtk_dialog_add_buttons with stock ids
  * workspace-switcher: support i3 WM
  * tx: update config with branch specific resoures
  * workspace-switcher: support metacity WM
  * Apply fix for workspace-switcher by vkareh
  * Fix rendering of out-of-process window list with hidpi
  * hidpi: fix tray icon spacing with window-scaling > 1
  * Fix out-of-process applet sizes for HiDPI
  * Fix hide buttons make panel bigger
  * run dialog: force icon size when loading app icon
  * run dialog: fix expand of content on window resize
  * Fix run dialog show-program-list enabling fix
  * tx: add makepot and .pot files
  * run-dialog: use F6 to switch between entry field and program list
  * transifex: set minimum_perc and type in config file
  * Fix strut sizes for HiDPI multi-monitors
  * Do not down-scale monitor geometries for GDK monitors
  * Scale monitor geometries down to device pixels to support multiple monitors in HiDPI
  * Drawer cleanup and fix arrow behavior
2019-01-16 18:07:18 +00:00
youri
1ece2689e6 mate-menus: update to 1.21.0:
### mate-menus 1.21.0

    udpate examples
    backports from gnome-menus
    use G_BEGIN/END_DECLS
    require gio-unix, drop python example
    require gio-unix
    drop python2 support
2019-01-16 18:03:02 +00:00
youri
640fac43c5 mate-indicator-applet: fix version 2019-01-16 17:58:20 +00:00
youri
bcd0df259f mate-desktop: Update to 1.21.2:
### mate-desktop 1.21.2

  * Translations update
  * Add new setting to control XKB modifier latching

### mate-desktop 1.21.1

  * Translations update
  * interface: add key to enable/disable primary paste from middlemouse
  * mate-desktop-item: replace deprecated gdk_error_trap_push/pop
  * mate-rr-config: replace deprecated gdk_flush
  * mate-rr: replace deprecated Gdk functions
  * mate-bg-crossfade: replace deprecated gdk_error_trap_push/pop
  * mate-bg: replace deprecated gdk_error_trap_push/pop
  * fix distcheck
  * add mate-language apis

### mate-desktop 1.21.0

  * Translations update
  * drop ancient and unused acinclude.m4
  * Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR
  * Change default cursor-size to 24px
  * Support background fallback on HiDPI
* mate-rr-labeler: fix font-color for dark themes
2019-01-16 15:07:39 +00:00
youri
69118a9c38 mate-control-center: Update to 1.21.2:
### mate-control-center 1.21.2

  * Translations update
  * require mate-settings-daemon-1.21.2
  * keybindings: Add a key binding to toggle the microphone's mute status
  * keybindings: Add some key bindings to control volume quietly
  * Account for NULL error when we see G_IO_STATUS_EOF
  * typing-break: replace deprecated gdk_error_trap functions
  * tx: update translation sources
  * update hint for mouse double-click
  * keybindings: double click instead one click to edit keyboard shortcuts
  * mate-keybinding-properties: avoid deprecated 'gtk_widget_ensure_style'
  * added search option for mate-font-viewer
  * Load avatar-default as default image
  * for accounts service support
  * keybindings: Add a key binding to launch settings
  * Depend on mate-desktop 1.21.2 due to new gschema key
  * Fix spelling and grammar mistakes
  * update legal.xml
  * Use make functions for HELP_LINGUAS
  * tx: add m-c-c user-guide to transifex config
  * Add UI to control org.mate.accessibility-keyboard.stickykeys-latch-to-lock
  * use fixed size to show user icon
  * Add new api for EImageChooser
  * get/set user face icon use accounts service

### mate-control-center 1.21.1

  * Translations update
  * require mate-desktop-1.21.1
  * typing-break: Make images larger and load as surface
  * Mouse: include a toggle to enable or disable middlemouse paste
  * capplets/keybindings: avoid deprecated 'gdk_keymap_get_default'
  * display-capplet.ui: replace deprecations
  * libslab: code clean up
  * wm-common: replace deprecated gdk_error_trap functions
  * libslab: replace deprecated gtk_menu_popup
  * msd-input-helper: replace deprecated gdk_error_trap functions
  * mouse: replace deprecated gdk_error_trap functions

### mate-control-center 1.21.0

  * Translations update
  * update mate-control-center.pot
  * bump required version of mate-menus
  * use new mate-menus api
  * use new api
  * use matemenu_tree_new
  * appearance: fixed more indents
  * appearance: fixed indentations
  * appearance: add buttons-have-icons switch
  * mouse: add middle button emulation switch
  * display-capplet: add css name for scrollarea
  * Change cursor-size to 24px
  * Scale cursor size for HiDPI when changing themes
  * Fix screen geometry to account for rotation when snapping.
  * Add auto-detect toggle switch
  * theme-util.c: fix segfault on attempt to delete custom theme
  * theme-thumbnail.c: avoid deprecated GtkButton:use-stock
  * avoid deprecated GtkStock
  * Remove useless parameter in mate_theme_install_real
  * theme-installer.c: add tips when reinstall a existed theme
2019-01-16 15:05:54 +00:00
youri
416d04961a mate-applets: Update to 1.21.1:
### mate-applets 1.21.1

  * update translations
  * tx: update drivemount source for transifex
  * Use make functions for HELP_LINGUAS
  * Netspeed Manual: clean up
  * Manual: Linux and UNIX systems -> Linux and other Unix-like systems
  * tx: update sources for transifex
  * Use orderedlist to describe the steps to add the applet to a panel
  * Manual: Fix Add to Panel dialog title
  * Eyes Applet: Fix window title and factory name
  * Manual: OK -> Add (Add to Panel dialog)
  * trashapplet manual: Open Trash guimenuitem
  * Add/Update Catalan screenshots
  * transifex: update pot files:
  * Fix name of Eyes applet
  * Refer to the fstab(5) man page for more information...
  * Remove unused png files
  * Fix url of ulink to point to mate-user-guide
  * tx: update translation sources
  * Fix spelling and grammar mistakes
  * update legal.xml
  * tx: add help from applets to transifex config
  * accessx-status: fix another leak
  * Fix memory leak on accessx-status.
  * sticky-notes: fix a memory leak
  * timerapplet: Allow reseting timer when inactive
  * Avoid newly deprecated gtk_css_provider_get_default
  * Weather: apply a widget name to the textview
  * weather: add cssprovider for widget not for screen
  * mateweather-dialog.c: avoid deprecated 'gtk_widget_override_font'
  * cpufreq: stop segfault with gtk3.23
  * trash applet: avoid deprecated 'gtk_window_set_wmclass'
  * cpufreq: fix a -Wimplicit-function-declaration
  * trash: fix a -Wincompatible-pointer-types warning
  * weather-applet: replace deprecated GtkAlignment
  * weather-dialog: replace deprecated GtkAlignment
  * weather-prefs: replace deprecated gtk_alignment_new
  * stickynotes: replace deprecated gdk_error_trap_push/pop functions
  * cpu-freq: replace deprecated gtk_menu_popup
  * sticknotes: replace deprecated gtk_menu_popup
  * drivemount: replace deprecated gtk_menu_popup
  * charpick: replace deprecated gtk_menu_popup

### mate-applets 1.21.0

  * Translations update
  * Cpufreq: Force the frequency label to render if frequencies are not found right away
  * Cpufreq: Refactor to remove more GTK2 leftovers
  * Cpufreq: ensure frequency label always shows up if freq selected
  * accessx: Convert icons from pixbuf to cairo surfaces
  * netspeed: Use theme icons instead of embedded
  * battstat: Load theme icons instead of pixmaps
  * Convert applet icons from pixbuf to surfaces
  * solving type mismatch in g_settings_set_value
  * only text formatting to prepare for real change
  * Fix cpufreq applet spacing on HiDPI displays
  * multiload: add style class multiload-applet
  * avoid deprecated GtkStock
2019-01-16 15:02:45 +00:00
youri
6123238fc8 libmatekbd: Update to 1.21.0:
### libmatekbd 1.21.0

  * sync with transifex
  * Use gdk screen resolution for font in keyboard status notification icon, to get correct scaling on HiPDI displays.
2019-01-16 14:59:05 +00:00
adam
3948d8b31b gtk3: updated to 3.24.3
Overview of Changes in GTK+ 3.24.3

* Bugs fixed:
 wayland: Respect length limits in text protocol
 wayland: Support key themes
 wayland: Fix hi-dpi cursor scaling
 quartz: Make point-to-pixel conversions work on all versions
 quartz: Re-add support for hidpi scaling
 quartz: Fix search engine integration
 win32: Fix ime change hangling
 placessidebar: Insert drops in the right place
 x11: Fix problems gdk_x11_get_parent_relative
 x11: Fix Wacom tool types
 icons: Recolor polygons as well in symbolic icons
 switch: Use Unicode symbols for I/O instead of translations

* Translation updates:
 Japanese
2019-01-16 08:13:39 +00:00