| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
This was likely fixed in 9bea9d1 upstream.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Packages that use gtk-doc want to find a native gtk-doc not a target
gtk-doc, so remove the pointless check for a target gtk-doc package.
This only worked before as it was being pulled in via DEPENDS in
glib-2.0, but as of oe-core f91694f this no longer happens.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
45.2
====
* window-list: Fix buttons not being clickable at the screen edge
[Florian; !291]
* window-list: Really fix initial preview visibility [Florian; !292]
* workspace-indicator: Really fix initial preview visibility [Florian; !292]
* Misc. bug fixes and cleanups [Florian; !290]
Contributors:
Florian Müllner
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Version 45.3
Released: 2024-01-05
This is a stable release with the following changes:
Recognize links in package update descriptions
Increase speed of load of the category pages
Fix deadlock when cancelling app update
This release also updates translations:
Chinese (Taiwan) (Andre Klapper)
Persian (Danial Behzadi)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
============
Version 45.2
============
Apps
- Fix status page glitch on initialization
- Fix "File and Link Association" interface not reflecting changes
Background
- Improve background preview and chooser performance
Default Apps
- Fix undesired resetting of default apps during startup
Mouse
- Fix interference issue with scroll event in Mouse Test window
Network
- Close network editor when using non-native nm-connection-editor
- Show decoration buttons on empty-state (no network device found page)
- Share WPA3 (SAE) networks with QR Code
- Hide QR Code icon when connection is not successful
- Remove deprecated 'wpa-none'
- Fix route label alignments
Privacy
- Fix crash from free bug in the Camera page
- Fix potential crash on Bolt page visibility
Region
- Show preview measurement format in current locale
Sound
- Update mute state when setting mixer control for a stream
Users
- Show tooltip information for the Avatar widget
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
45.3
====
* Allow any enter key to be used to screenshot [Scott; !2777]
* Fix spinner in light style variant [Florian; !3080]
* Improve formatting of extension errors [Philip; !3041]
* Fixed crash [Sebastian; !3006]
* Misc. bug fixes and cleanups [Florian, Daniel, Julian, Jonian; !3065, !3031,
!3043, !3047, !3049, !3052, !3064, !3072, !2998]
Contributors:
Scott Buchanan, Philip Chimento, Jonian Guveli, Sebastian Keller,
Florian Müllner, Julian Sparber, Daniel van Vugt
Translators:
Brage Fuglseth [nb]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
45.3
====
* Fix handling of relative mode for tablets [Peter; !3410]
* Fix forcing EGLStream with NVIDIA proprietary driver [Daniel; !2905]
* Sync geometry only when window is mapped [Sebastian W.; !3401, !3404]
* Improve repick due to transform changes [Carlos; !3385]
* wayland/client: Add make_desktop() method [Florian; !3305]
* Fix occasional artifacts at top of X11 fullscreen windows [Carlos; !3476]
* background: Fix background color around image [Sebastian W.; !3459]
* Fixed crashes [Sebastian K., Carlos, Jonas; !3453, !3422, !3335, !3392]
* Plugged leaks [Robert, Sebastian K.; !3439, !3411]
* Misc. bug fixes and cleanups [Sebastian W., Christopher, Daniel, Olivier,
Michel, Qiu, Carlos, Ivan, Mike, Mart, Bilal; !3456, !3455, !2620, !3447,
!3444, !3440, !3438, !3425, !3413, !3403, !3397, !3469, !3468, !3471, !3479]
Contributors:
Jonas Ådahl, Robert Balas, Michel Dänzer, Bilal Elmoussaoui, Christopher Fore,
Olivier Fourdan, Carlos Garnacho, Mike Gorse, Peter Hutterer,
Sebastian Keller, Ivan Molodetskikh, Florian Müllner, Mart Raudsepp,
Daniel van Vugt, Qiu Wenbo, Sebastian Wick
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog
========
- Bump webkit2gtk requirement in README
- about: The licence is LGPL2.1+, not GPL
- entry: Calculate number of --entry-text's properly
- test: Add entry test in response to issue #75
- question: fix option --default-cancel
- calendar: Fix off-by-one in day
- test: Add test for --calendar
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
0001-gtkhex-Local-variables-in-switch-statement-should-be.patch
removed since it included in 45.1
Changelog
========
- gtkhex: Local variables in switch statement should be in own scope (ie, fix
clang build issues)
- appwin: Mark error message string properly translatable
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
currently org.gnome.ShellSearchProvider2.xml is read from host machine and
thus gnome-terminal with search_provider enabled can only be build from a host
system that has gnome-shell installed.
Add an option and set it to STAGING_DATADIR to avoid:
| DEBUG: Executing shell function do_compile
| ninja: error: '/usr/share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml', needed by 'src/terminal-search-provider-gdbus-generated.c', missing and no known rule to make it
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
Drop erroneous autotools assignment as well; not sure how this wasn't noticed until now.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
- add backport patches for appstream-1.0.0 support
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
==========
* Gtk template signals cause a reference cycle that is not detected
* Modules from resources may get loaded twice
* docs: add examples for creating cairo image surfaces
* Deadlocks between GJS GC and dconf gsettings when a setting value is changed
* Gtk3: Fix leak in GtkBuilder template signal connections
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this fixes an issue I encountered on raspberrypi4-64 at do_rootfs:
ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
Details of the failure are in /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.
ERROR: Logfile of failure stored in: /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.629667
ERROR: Task (/home/flk/poky/meta-hyprland-image/recipes-core/images/hyprland-image.bb:do_rootfs) failed with exit code '1'
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
This recipe has gtk-doc API documentation.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
These are not dependencies of librest 0.8.1. I imagine they ended up in
this recipe when the latest version was downgraded back to 0.8.1 and the
dependencies not reviewed.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
gspell was changed in 2020 to use icu instead of iso-codes[1].
Signed-off-by: Ross Burton <ross.burton@arm.com>
[1] https://gitlab.gnome.org/GNOME/gspell/-/commit/d5a8b72e194a6542ac4f7c850fe126c3c80d3a05
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
This recipe has gtk-doc API documentation.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
zenity 4.x now uses GTK4 and GTK4-based webkitgtk.
The perl based gdialog is no more, its subpackage would be empty.
Don't try to generate this subpackage.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mutter may be used as a standalone compositor and even an X11 WM
without the complete GNOME desktop environment. Make this optional
and add the new control knob to PACKAGECONFIG by default.
The built-in sound player functionality depends on libcanberra
which is considered outdated. Make this optional.
Add the colord build dependency explicitly because mutter does
not build when PACKAGECONFIG = "gnome-desktop" is not used.
Add the gsettings-desktop-schemas runtime dependency explicitly,
so mutter may work without PACKAGECONFIG = "gnome-desktop".
This change allows mutter in kiosk-like scenarios.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
This needs vte-prompt if vte from core layer is to be used.
This reverts commit f3d3bc7620427dc1d47daab52a81593509cf2737.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
============
-fixes bugs that stopped the Obex Push server from automatically accepting files
from paired devices and caused the device's Connection switch to appear out of
sync with the connection state.
-build fixes
-updated translations
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Add cups-pk-helper and system-config-printer to rdepends
Both are needed to get printer config working out of the box
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
News in 4.8.4, 2022-11-03
-------------------------
* Style updates to kate, classic, tango
* Language updates to vala, python3, c, cuda, latex
* Add unit tests for language specs
* Translation updates
News in 4.8.3, 2022-03-18
-------------------------
* Adds support for more Pango font-variants
* Style updates to solarized-dark, solarized-light
* Language updates to lean, rst, c, gtk-doc, javascript, and json
* Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
OE-core switched the defaults for gnome recipes to meson but this
package is not yet migrated to meson.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Fixes
| ../git/meson.build:367:16: ERROR: Dependency "libhandy-1" not found, tried pkgconfig
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
|
|
|
|
|
|
|
|
|
| |
gtk4-native provided gtk-update-icon-cache
fixes
| ../gnome-console-45.0/meson.build:137:6: ERROR: Program 'gtk-update-icon-cache' not found or not executable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
|
|
|
|
|
| |
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
OE-core is switching to default to meson for gnome recipes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
vte9 does not contain a separate package for vte-prompt. Remove the
recommendation to avoid ${libexecdir}/vte-urlencode-cwd being pulled in by
another vte version
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
gnome-console ist gnomes gtk4 terminal emulator
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
It is set to meson by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
- enable gi,vapi,api-documentation
- switch to gtk4
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Motivation is to not install rest-demos by default.
Allow to build doc and vapi according to DISTRO_FEATURES
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
- switch to soup3
- build vapi
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
- add missing dependencies
- drop soup2 support
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
License changed to LGPL-2.1-only
https://gitlab.gnome.org/GNOME/libgsf/-/commit/037c913eb631349c410ef45e49697bf5c46dac8a
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dconf-editor 45.0.1
===================
Fix string freeze break
dconf-editor 45.0
=================
Fix UI not displaying with latest GTK
Misc fixes and translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
45.1
====
* Fix filtering keybinding events in presence of grabs [Sebastian K.; !3054]
* Fix direct scanout support when using integer scaling [Daniel; !3290]
* Fix capitalization of some keys when caps lock is on [Carlos; !3306]
* Fix vsync regression [Robert; !3286]
* Fix visibility of software cursors when using direct scanout [Robert; !3302]
* Fix artifacts at the bottom of some surfaces [Robert; !3310]
* Discard monitor configs with fractional scale when unusable [Jonas Å.; !3299]
* Apply track point settings [Rohan; !3089]
* xwayland: Enable XDG portal only when not nested [Olivier; !3303]
* Inhibit real-time scheduling when mode setting [Ray; !3324]
* Don't delay frame updates after idle period [Michel; !3174]
* Fix running Xwayland in headless setup with nvidia driver [Olivier; !3320]
* wayland: Send keyboard modifiers after the enter event [Alexandros; !3341]
* Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å.; !3287, !3283,
!3311, !3322, !3318]
* Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan,
Michel, Sebastian W., Robert, Barnabás, Peter; !3212, !3298, !3267, !3297,
!3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319]
Contributors:
Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan,
Alexandros Frantzis, Carlos Garnacho, Peter Hutterer, Rohan Hendrik Jotz-Lean,
Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner,
Corentin Noël, Barnabás Pőcze, Ray Strode, Daniel van Vugt, Sebastian Wick
Translators:
Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr],
Jordi Mas i Hernandez [ca], Florentina Mușat [ro]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
45.1
====
* Fix scroll handling on sliders [Carlos; !2967]
* overview: Handle unredirection as part of the state transition [Robert; !2970]
* Handle DESKTOP windows during workspace animations [Sundeep; !2865]
* Fix unexpected focus changes with multi-window apps [Florian; !2959]
* Improve recording indicator in light style [Georges; !2983]
* Fix calendar popup shrinking on date changes [Sebastian; !2989]
* Fixed crashes [Daniel, Sebastian; !2975, !2974]
* Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Sebastian; !2966,
!2978, !2987, !3000, #6763]
Contributors:
Alessandro Bono, Carlos Garnacho, Sebastian Keller, Sundeep Mediratta,
Florian Müllner, Georges Basile Stavracas Neto, robert.mader@collabora.com,
Daniel van Vugt, Martin Zurowietz
Translators:
Jordi Mas [ca], Fabio Tomat [fur], Ekaterine Papava [ka], Sabri Ünal [tr],
Cheng-Chia Tseng [zh_TW], Changwoo Ryu [ko], Florentina Mușat [ro],
Brage Fuglseth [nb], Evangelos Skarmoutsos [el], Efstathios Iosifidis [el],
Марко Костић [sr], Hugo Carvalho [pt]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|