summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
Commit message (Collapse)AuthorAgeFilesLines
...
* xfconf: upgrade 4.14.3 -> 4.16.0Andreas Müller2021-01-061-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.16.0 ======================== - Don't use shebang for bash completion file - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - bump glib (and gio, gthread, etc) minimum to 2.50.0 - remove last traces of xfconf-perl - Fix make distcheck and enable it on gitlab CI - Add README.md to EXTRA_DIST Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Fix stray double-quote in bash-completion PKG_CONFIG invocation - Disable parallelism on all tests - Adds new README.md and updates AM_INIT_AUTOMAKE - xfconf-cache: Fix access to freed data (#16) - Translation Updates: oc, he, hu, hy_AM, lt, sk, sq, ug, tr. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4util: upgrade 4.14.0 -> 4.16.0Andreas Müller2021-01-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.16.0 ======================== - Bump xfce_version_string to 4.16 - Properly handle URI schemes other than "file" Release notes for 4.15.6 ======================== [Please note that this is a development release.] - Update configure.ac.in syntax - Namespace of the gir needs capital first letter - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Remove typedef already defined by G_DECLARE_FINAL_TYPE macro (Fixes #4) Release notes for 4.15.5 ======================== [Please note that this is a development release.] This is an emergency release to account for the lack of version bump to 4.16pre2 in 4.15.4. - Bump Xfce version to 4.16pre2 - Add README.md to EXTRA_DIST Release notes for 4.15.4 ======================== This is a development release of libxfce4util aiming the upcoming release of Xfce 4.16. - Create README.md - Translation Updates: Albanian, Armenian, Hebrew, Slovak, Uyghur Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Version bump in preparation of 4.16pre1 Release notes for 4.15.2 ======================== [Please note that this is a development release.] - Complete the field codes expansion Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Add field codes expansion and related utilities (code moved from garcon) - docs: Show the "Miscellaneous Utilities" section - Add basic GitLab pipeline - Translation Updates: Albanian, Armenian (Armenia), Asturian, Belarusian, Hindi, Italian, Spanish, Uzbek Release notes for 4.15.0 ======================== - Bump the Xfce version to 4.15 - Translation Updates: Albanian, Galician, Spanish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-dev-tools: upgrade 4.14.0 -> 4.16.0Andreas Müller2021-01-062-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.16.0 ======================== - Bump glib to 2.50 based on xfce4.16 roadmap - Do not process @LINGUAS@ at xdt-autogen stage - Fail xfce-build container generation if there is any error - helpers: Prefer xfce-build over xfce-test (Fixes #38) - helpers: Add new helper xfce-open-gitlab - helpers: Add helper to locally run xfce-build - helpers: Add xfce-build 'pull' argument - xfce-build: Add Thunar to container (Fixes #40) - Disable CFLAGS override when building CI container - use strict CFLAGS to catch common mistakes in ci pipeline - Add xvfb on xfce-build Release notes for 4.15.1 ======================== [Please note that this is a development release.] Various improvements to the helpers introduced in 4.15.0, cleanup of xdt-autogen code (thanks to Gaël Bonithon), various fixes for our CI. - get-translations: Fix line wrapping - xdt-autogen: Various small improvements - xdt-autogen: Properly handle whitespaces in filenames - xdt-autogen: Use sed instead of tr to replace strings - Updates README.md - xfce-build: Add libclutter-1.0-dev for xfdashboard build - Update .gitignore - helpers: Use blank line for tags message - helpers: Reuse release notes from NEWS for tag message - helpers: Simplify xfce-update-news - helpers: Do not strip NEWS blank line at EOF - helpers: Install xfce-do-release - xfce-build: Add depend for mousepad (Fixes #37) - helpers: Add do-release helper and Readme - xfce-build: Install python3 version of distutils-extra - helpers: Make get-translations executable - get-translations: Remove last comma - get-translations: Correctly get locale from commit messages - xfce-build: Replace build-dep with package names Release notes for 4.15.0 ======================== [Please note that this is a development release.] - New macro XDT_VERSION_INIT(SEMVER[, TAG]) This macro takes care of setting up the version numbering. It will define the following macros based on SEMVER and TAG: - xdt_version - xdt_version_major - xdt_version_minor - xdt_version_micro - xdt_version_tag - xdt_version_build - xdt_debug_default If TAG isn't specified, the xdt_version_tag and xdt_version_git will be empty and xdt_debug_default will be set to "minimum", otherwise the xdt_version_build will contain a git hash and xdt_debug_default will be set to "yes" Example usage: XDT_VERSION_INIT([4.15.3],[git]) AC_INIT([xfce4-someproject], [xdt_version()]) ... XDT_FEATURE_DEBUG([xdt_debug_default]) - XDT_I18N macro will now automatically find the linguas if none are specified during the autoconf run. - Install m4 macros in default search dir. This makes autoconf find the macros by default. By setting version via XDT_VERSION_INIT and using XDT_I18N without arguments, this is no longer necessary to use a separate configure.ac.in and a plain configure.ac can be used ! A big thank to Natanael Copa (ncopa) for his work on this part ! - xfce4-dev-tools now also handle the CI (docker container, .gitlab-ci.yml templates files etc) on our new gitlab instance. A merge request or a push to master to any of our projects automatically trigger a build. This will help us to catch errors quicker and have better quality. Thanks to Jason Yavorska and Simon Steinbeiss. - New helpers are also available (xfce-get-release-notes, xfce-get-translations, xfce-update-news) to help our maintainers to do releases ! Thanks Simon again. - Use datarootdir instead of datadir - xdt-autogen: explicitly set search path for m4 macros - Install the xfce-helpers - Add two new helpers to help releasers - Install m4 macros into default $datadir/aclocal - Update README for new gitlab urls - xdt-autogen: Improve and simplify linguas detection - Let XDT_I18N automatically find the po/*.po as default - Let configure generate the xdt-autogen script - Implement XDT_VERSION_INIT - Add manpage and tests to xdt-csource - Add xfce4-dev-tools build in addition to container build - Check BEFORE_SHA along with changes to .po files - gitlabci: Ensure to run autogen in distcheck stage - Switch to "foreign" mode for automake - Add CI templates notes - Update README with explanation of Dockerfile - Fix whitespace error - Add helper script to get all translation-updates - Integrate xfce-build container build/creation Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tumbler: 0.2.9 -> 0.3.1Kai Kang2020-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 0.3.1 ===== - New plugin, libgepub thumbnailer plugin - Fix documentation URL - Add README.md and EXTRA_DIST - Add new icon needed for xfce4-about-dialog - Translation Updates: lt, oc, he, hi, hu, sk, tr, ug 0.3.0 ===== - Fix jpeg thumbnail orientation when fallback code is taken place (Bug #28). - Use AC_CONFIG_MACRO_DIRS instead of AC_CONFIG_MACRO_DIR - Fix GTimeVal deprecation - Drop support of GLib < 2.32 - Use guint32 for request handle and fix its further occurrences of 0 - Implement Excludes paths in tumbler.rc - Translation Updates: be, da, el, es, he, hu, hye, it, nl, pl, sq, zh_TW, zh_HK Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.4 -> 4.14.5Andreas Müller2020-08-131-1/+1
| | | | | | | | | | | Release notes for 4.14.5 ======================== - Fix an error leak in compositor (xfce/xfwm4#351) - Fix compositor selection atom misuse Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.3 -> 4.14.4Andreas Müller2020-08-091-2/+1
| | | | | | | | | | | | | | Release notes for 4.14.4 ======================== 4.14.4 ====== - Fix a crash on FreeBSD (xfce/xfwm4#411) - Fix compilation warning due to g_type_class_add_private deprecation Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tumbler: upgrade 0.2.8 -> 0.2.9Andreas Müller2020-08-091-2/+1
| | | | | | | | | | | | | | Release notes for 0.2.9 ======================= This is a bugfix release from the stable xfce-4.14 branch. This release addresses the issue described in Bug #28 and partially solved by the previous release 0.2.8. The issue now is completely solved by adding the correct orientation handling when fallback code for generating jpeg thumbnail takes place. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.2 -> 4.14.3Andreas Müller2020-07-281-2/+2
| | | | | | | | | | | | | | | | | | Release notes for 4.14.3 ======================== 4.14.3 ====== - Add support for XRes X11 extension to get the PID of sandboxed apps - Fix use-after-free of settings strings (xfce/xfwm4#406) - More XError traps (xfce/xfwm4#405) - I18n: Update translations: en_CA, et, he, hy_AM, id, it, sq, zh_HK New translations: hye Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "packagegroup-xfce-base: add RDEPEND packagegroup-core-x11"Andreas Müller2020-06-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packagegroup-core-x11 drags stuff not everybody needs e.g xserver-nodm-init and that's not what everybody wants. packagegroup-core-x11 is something to add into images. This reverts commit 394567c0078c627642e7b80b722f147da5a6f376: packagegroup-xfce-base: add RDEPEND packagegroup-core-x11 without packagegroup-core-x11, after boot target, and run startx, it will report error like: /usr/bin/startx: line 203: xauth: command not found xinit: unable to run server "/usr/bin/X": No such file or directory Use the -- option, or make sure that /usr/bin is in your path and that "/usr/bin/X" is a program or a link to the right type of server for your display. Possible server names include: Xorg Common X server for most displays Xvfb Virtual frame buffer Xfake kdrive-based virtual frame buffer Xnest X server nested in a window on anot Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-xfce-base: add RDEPEND packagegroup-core-x11Changqing Li2020-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | without packagegroup-core-x11, after boot target, and run startx, it will report error like: /usr/bin/startx: line 203: xauth: command not found xinit: unable to run server "/usr/bin/X": No such file or directory Use the -- option, or make sure that /usr/bin is in your path and that "/usr/bin/X" is a program or a link to the right type of server for your display. Possible server names include: Xorg Common X server for most displays Xvfb Virtual frame buffer Xfake kdrive-based virtual frame buffer Xnest X server nested in a window on anot Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar: upgrade 1.8.14 -> 1.8.15Andreas Müller2020-05-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar: 1.8.12 -> 1.8.14Kai Kang2020-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.8.14 ====== - Revert "Allow opening of multiple file selections (bug #2487)", because it introduced a regression (Not possible any more to DnD multiple files in icon/compact view) - Translation Updates: Portuguese, 1.8.13 ====== - Use tre-view toplevel path of the cursor, if available, in order to prevent jumping (Bug #16024) - Increase vertical gap between icon and its label slightly (Bug #16041) - Fix crash when inserting USB device in tree-view mode. (Bug #15172) - Fix jump to Home when ejecting a currently viewed device (Bug #16504) - Allow context menu when editing location in pathbar (Bug #16483) - Sort device entries in tree view (Bug #16471) - Allow to open multiple files at once (Bug #2487) - Fix incorrect pathbar autocomplete (Bug #16267) - Avoid unreadable names in detailed view (Bug #16391) - Prevent crash when renaming files (Bug #10805) - Translation Updates: Belarusian, Croatian, Finnish, French, Hebrew, Indonesian, Kazakh, Malay, Portuguese, Portuguese (Brazil), Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: 4.14.2 -> 4.14.3Kai Kang2020-05-181-2/+2
| | | | | | | | | | xfconf 4.14.3 NEWS ================== - Always provide files for vala bindings Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* garcon: 0.6.4 -> 0.7.0Kai Kang2020-05-181-2/+2
| | | | | | | | | | | | | | garcon 0.7.0: - Add garcon_menu_item_[g|s]et_keywords to docs - Add garcon_gtk_menu_get_desktop_actions_menu - Improve docstrings - Translation Updates: Albanian, Asturian, Belarusian, Chinese (Taiwan), Galician, Georgian, Hindi, Spanish Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.1 -> 4.14.2Andreas Müller2020-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.2 ======================== 4.14.2 ====== - Prefer GLX on AMD (Bug #16716) - Fix compositor without required X11 extensions (Bug #16713) - Fix window decorations without XRender extension (Bug #16713) - Avoid grabbing the keyboard with Alt-Tab to work around a bug in Qt with XInput2 valuators (Bug #16708) - Automatically update window title fonts on scale change - Fix a regression with title font size at scale 2 (Bug #16711) - Fix an X error with XShape (Bug #16383) - I18n: Update translations: ar, be, be@tarask, bg, bn, ca, cs, da, de, el, en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hy_AM, id, ie, is, it, ka, ko, lt, lv, nb, nl, nn, oc, pl, pt, pt_BR, ro, sk, sl, sq, sv, th, ug, ur, ur_PK, zh_CN, zh_HK Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: upgrade 4.14.1 -> 4.14.2Andreas Müller2020-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.2 ======================== This is a maintenance release of xfconf for Xfce 4.14 Use 'gsettings' as a common channel name for the GSetting backend Bug #14789 Fix GSettings backend assertion error, when probed but not used. Bug #15960: Add some missing xfconf_shutdown() in xfconf-query Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning Translation updates: gl, hr, zh_CN, sl, sq, be, da, el, es, hu, zh_TW, he. Although the GSetting backend is fixed with this release, it is still disabled by default on Xfce 4.14 branch, to maintain the same installed files. It can be enabled with --enable-gsettings-backend compile time tunable and used by setting GSETTINGS_BACKEND=xfconf. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: upgrade 4.14.3 -> 4.14.4Andreas Müller2020-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.4 ======================== - Fix panel build with vala 0.48 (Bug #16426) - Fix memory leak in panel plugin wrapper (Bug #16640) - tasklist: Fix crash middle-click-closing grouped windows (Bug #16410) - panel: Make sure "span monitors" is conditionally sensitive (Bug #15169) - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Catalan, Chinese (China), Chinese (Hong Kong), Croatian, Czech, Danish, Dutch, English (Australia), Estonian, Finnish, French, Galician, Georgian, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Portuguese, Romanian, Sinhala, Swedish, Thai, Uighur, Ukrainian, Vietnamese Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: upgrade 4.14.2 -> 4.14.3Andreas Müller2020-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.3 ======================== This is a bugfix release. General: - display: Allow resizing of minimal dialog (Bug #15450) - display: Use proper fallback configuration on "apply" and "toggle off" (Bug #16476) - keyboard: Fix crash when editing shortcut (Bug #15958) - keyboard: Fix log flood (bug #16521) - settings-manager: Make sure content determines size - xfsettingsd: Handle failure to get Xkl engine for display (Bug Translation Updates: Albanian, Asturian, Belarusian, Belarusian (Tarask), Catalan, Hebrew, Kazakh, Malay, Portuguese, Swedish, Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.0 -> 4.14.1Andreas Müller2020-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.1 ======================== “Easter Egg” - Restore “Always below” menu options (bug #15884) - Fix a crash with GL or high CPU usage without any monitor (bug #15852) - Fix raise delay (bug #15974) - Fix translucent wireframe repaint (bug #15966) - Fix hostname not showing initially when running apps remotely (bug 15984) - Avoid drawing server-side shadows on maximized windows (Simon Steinbeiss, bug #16381) - Add keywords to settings dialogs desktop definitions (Yousuf Philips, bug #16621) - Fix Dnd of decoration buttons with embedded settings dialog (Stefan Berzl, bug #13861) - Blacklist SVGA3D GL renderer (bug #16274) - Fix window title alignment (bug #16067) - Restore window state when moving a maximized window (bug #16348) - Fix pointer interactions with clients grabbing the pointer (bug #16347) - Fix GTimeVal deprecation (Andre Miranda, bug #16644) - Fix window selection vs. hovering in tabwin (Simon Steinbeiss, bug ##16382) - Improve vblank mode auto-selection (GL/XPresent) - Fix transients pulling their parents from lower layers (bug #15891) - I18n: Update translations: ar, ast, be, bg, bn, ca, cs, da, de, el, en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hu, hy_AM, id, ie, is, it, ja, ka, 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 New translations: fa_IR, ka Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: upgrade 4.14.1 -> 4.14.2Andreas Müller2020-03-301-2/+2
| | | | | | | | | | | | | Release notes for 4.14.2 ======================== - Add support for xfce4-screensaver (Bug #16522) - Try xfce screensaver before cinnamon (Bug #16223) - Translation Updates: Albanian, Belarusian, Indonesian, Polish, Portuguese, Swedish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-power-manager: upgrade 1.6.5 -> 1.6.6Andreas Müller2020-03-121-2/+2
| | | | | | | | | | | | | | | | | | Release notes for 1.6.6 ======================= - Dismiss critical notification when connecting to AC - Fix inhibiting xfce4-screensaver (Bug #16364) - settings: Move % sign out of spinbutton (Bug #15994) - panel-plugin: Toggle presentation mode on middle click - panel-plugin: Properly show 'About' menu item - panel-plugin: Add missing about callback - panel-plugin: Properly hook up about signal - panel-plugin: Replace deprecated call - Switch to symbolic window-close icons Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar: upgrade 1.8.10 -> 1.8.12Andreas Müller2020-02-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Release notes for 1.8.12 ======================== - NULL is the proper sentinel for g_object_new() (Bug #16310) - Drop timer on finalize (Bug #15305) - Store column width setting asynchronously and only once (Bug #15305) - When move to trash fails, ask whether to delete files (Bug #15975) - Ctrl+Mousewheel does not enlarge/shrink entries (for detailed list view) (Bug #15936) - Extra padding for Eject button when scrollbar is visible (Bug #15312) - Use standard icon instead of custom - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Dutch, French, Galician, Greek, Hungarian, Italian, Japanese, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Ukrainian Could not find announcemant for 1.8.11 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfdesktop: upgrade 4.14.1 -> 4.14.2Andreas Müller2020-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.2 ======================== - Update thumbnail when file changes (Bug #14919) - Add DnD support for application/octet-stream (Bug #14919) - windowlist: Fix ellipsizing (Bug #15851) - Add padding to custom actions without icon (Bug #14628) - Fix yet another rubber band DnD issue (Bug #16046) - Reintroduce workaround for Bug #11283 - Show file names in tooltips (Bug #15899) - fallback style: Highlight selected icons (Bug #15866) - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Uzbek Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: upgrade 4.14.1 -> 4.14.2Andreas Müller2020-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.2 ======================== - display: Fix icon name for primary indicator - display: Initialize crtc->scalex/y (Bug #15971) - appearance: Only show themes that support Gtk3 (Bug #15849) - color: Fix crash in add-profiles dialog (Bug #15876) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (Canada), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.14.0 -> 4.14.1Andreas Müller2020-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.1 ======================== - Fix session crash at logout (Bug #16105) - settings: Don't make 'saved sessions' tab reorderable - Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese, Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: upgrade 4.14.2 -> 4.14.3Andreas Müller2020-01-181-2/+2
| | | | | | | | | | | Release notes for 4.14.3 ======================== Please note: This release replaces 4.14.2 (bad release tarball) - Fix build: Always provide files for vala binding in dist tarball Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tumbler: upgrade 0.2.7 -> 0.2.8Andreas Müller2019-12-291-2/+2
| | | | | | | | | | | | | | Bugfixes & translations: Release notes for 0.2.8 ======================= - Fix thumbnail orientation (Bug #15011) - prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directory (Bug #15858) - Translation Updates: Galician, Portuguese, Slovenian, Spanish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: upgrade 0.12.10 -> 0.12.11Andreas Müller2019-12-291-2/+2
| | | | | | | | | | | | | | | | | | Looks like a mini-bugfix: Release notes for 0.12.11 ========================= General: - Bump documentation dates - Add *.mo to .gitignore Bug Fixes: - Revert padding patches that add too much padding in the Thunar compact view (Xfce #16196) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-kbdleds-plugin: remove this recipeChangqing Li2019-12-161-1/+0
| | | | | | | | | | According to https://xfce.org/about/news, xfce4-kbdleds-plugin has been dropped Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: remove pythonnative from inheritAndreas Müller2019-12-151-1/+1
| | | | | | | | * build tested with oe-core patch removing python2 from hosttools * checked log files and there are no traces that a running python is required Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: give up glade3 (=glade for gtk2) supportAndreas Müller2019-12-151-3/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk-xfce-engine: remove this recipeChangqing Li2019-12-133-54/+0
| | | | | | | | | | | | | | | | * Part of xfce 4.14 changelog Theme Engine (gtk-xfce-engine) The gtk-xfce-engine has been deprecated and archived. * repo have been remove from upstream https://archive.xfce.org/src/xfce/ no gtk-xfce-engine now so remove this recipe Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com>
* thunar: 1.8.9 -> 1.8.10Kai Kang2019-12-101-5/+2
| | | | | | | | | | The tarball name uses all lower case now, so SRC_URI and S are not needded to be set in the recipe which have been configured in xfce.bbclass already. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com>
* exo: 0.12.9 -> 0.12.10Kai Kang2019-12-101-2/+2
| | | | | | | | | | | | | Upgrade exo from 0.12.9 to 0.12.10. Release notes: * Bug Fixes: - Fix typeahead search regression (Xfce #16191) * Translation Updates: Spanish Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com>
* exo: upgrade 0.12.8 -> 0.12.9Andreas Müller2019-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | Release notes for 0.12.9 ======================== Bug Fixes: - Explicitly depend on gio-unix-2.0 (Xfce #15825) - Fix alignment of multi-line filenames when text beside icons (Xfce - Fix cursor missing in search popup widget (Xfce #16068) - Fix desktop item creation on symbolic link directories - Fix excess clickable area of multiline filenames (Xfce #16075) - Fix issues with displaying icon view contents (Xfce #14737) - Fix prelight deactivation (Xfce #11806) - Hide search widget when doing a fullscreen resize (Xfce #15106) - Make user-created launchers executable by default Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-2115-15/+15
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: upgrade 4.14.0 -> 4.14.1Andreas Müller2019-10-092-3/+3
| | | | | | | | | | * important bugfix release: systray draws icons properly when compositing is disabled * while at it renumber patches Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: upgrade 4.14.0 -> 4.14.1Andreas Müller2019-09-031-2/+2
| | | | | | | Minor bugfixes & translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove LICENSE = "MIT" from packagegroups and imagesAdrian Bunk2019-08-302-4/+0
| | | | | | | This is the default in the packagegroup and image classes. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.13.3 -> 4.14.0Kai Kang2019-08-141-3/+3
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfdesktop: 4.13.5 -> 4.14.1Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: 4.13.7 -> 4.14.0Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.13.3 -> 4.14.0Kai Kang2019-08-141-3/+3
| | | | | | | | | | Update xfce4-session from 4.13.3 to 4.14.0. * remove dbus from DEPENDS that xfce4-session ports to gdbus. gdbus is provided by glib-2.0 which in the dependency chain alreay. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-power-manager: 1.6.3 -> 1.6.5Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: 4.13.6 -> 4.14.0Kai Kang2019-08-141-3/+3
| | | | | | | | | | Update xfce4-panel from 4.13.6 to 4.14.0. * xfce4-panel ports to gtk+3 and gdbus, so remove dbus from DEPENDS and replace gtk+ with gtk+3 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-dev-tools: 4.13.0 -> 4.14.0Kai Kang2019-08-141-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: 4.13.3 -> 4.14.0Kai Kang2019-08-142-14/+14
| | | | | | | | | Update xfce4-appfinder from 4.13.3 to 4.14.0. * remove dbus-glib from DEPENDS that xfce4-appfinder ports to gdbus Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>