12
0

Commit Graph

  • 07acae3557 Accepting request 1283734 from GNOME:Factory factory slfo-main slfo-1.2 Ana Guerrero 2025-06-10 06:59:37 +00:00
  • fa4188df9c - Rebase remove-furo-dep.patch. devel Bjørn Lie 2025-06-06 18:06:57 +00:00
  • a81878423f Accepting request 1280012 from GNOME:Factory Ana Guerrero 2025-05-27 16:51:01 +00:00
  • eb21dfea0b - Update to version 1.20.3: + Bug Fixes: - Add a fallback code path for GLib older than 2.76 - Don't require a .desktop file for Flatpak and Snap apps Dominique Leuenberger 2025-05-26 08:03:32 +00:00
  • 83e5de18ef Accepting request 1278252 from GNOME:Factory Ana Guerrero 2025-05-23 12:28:28 +00:00
  • dcdb7d11f1 Accepting request 1277803 from GNOME:Next Dominique Leuenberger 2025-05-18 09:29:13 +00:00
  • 94ec611a0a Accepting request 1266888 from GNOME:Factory Ana Guerrero 2025-04-04 15:29:01 +00:00
  • bad09bdfab - Optimize docs dependency concern by using default sphinx theme. So the python-furo and its dependencies will not be pulled on Leap 16.0, and we can still build the doc. Added Patch authored by Daniel Garcia <daniel.garcia@suse.com>: * remove-furo-dep.patch Dominique Leuenberger 2025-04-03 13:06:04 +00:00
  • 0c273e6804 Accepting request 1253885 from GNOME:Factory Ana Guerrero 2025-03-18 16:37:26 +00:00
  • 69c8db5d59 - Do not build docs on SLE/Leap <= 16. They pull in a lot of additional dependencies. Dominique Leuenberger 2025-03-17 17:03:39 +00:00
  • 6365d60ca6 Accepting request 1248329 from GNOME:Factory Dominique Leuenberger 2025-02-27 13:50:11 +00:00
  • b243aa44b3 - Update to version 1.20.0: + Document how the test suite works. + Improve the test runner script. Bjørn Lie 2025-02-25 10:36:44 +00:00
  • 5b09e81498 Accepting request 1246598 from GNOME:Factory Ana Guerrero 2025-02-18 18:09:06 +00:00
  • abda85cd4b - Update to version 1.19.4: + New Features: Introduce the host app registry. This interface allows host system apps (i.e. apps not running under a sandboxing mechanism like Flatpak) register themselves with XDG Desktop Portal. This allows XDG Desktop Portal to use a proper app id, and desktop file, improving the interaction with portal backends. + Enhancements: Use a new internal script to simply running tests. + Bug Fixes: - Properly escape notification body in the Notification portal. - Fix various documentation links in the USB portal documentation page. Bjørn Lie 2025-02-18 09:30:28 +00:00
  • 96730c5b83 Accepting request 1245609 from GNOME:Factory Ana Guerrero 2025-02-14 18:19:16 +00:00
  • d8e0088b25 - Update to version 1.19.3: + Bug Fixes: - Fix documentation links in the USB portal page. - Make the Document portal track open files, and release them when shutting down. This should fix some harmless leak reports, - Fix a memory leak, a crash, and improve robustness against non-existing folders in the Dynamic Launcher portal. - Fix build with PipeWire 1.3.82 + Enhancements: - Make the host path xattr more useful by removing the trailing end character, and also reporting the xattr of files inside folders added to the document store. - Remove libportal-based integrated tests. This should remove the cyclic dependency between libportal, and xdg-desktop-portal. All tests are now based on the Python testing framework. - Drop 0001-Fix-build-with-pipewire-1.3.82.patch: Fixed upstream. - Stop passing pytest=disabled to meson setup, replace with tests=disabled. Bjørn Lie 2025-02-13 11:21:23 +00:00
  • 5d97d611b9 Accepting request 1245444 from GNOME:Factory Ana Guerrero 2025-02-12 20:31:20 +00:00
  • 3968a3815c - Update patch with the version finally merged upstream in gh#flatpak/xdg-desktop-portal#1624 . - Removed patch: * fix-pipewire-pw_registry-cast.patch - Added patch: * 0001-Fix-build-with-pipewire-1.3.82.patch Bjørn Lie 2025-02-12 17:08:13 +00:00
  • 3e50260c60 - Add patch to fix building with pipewire 1.3.82. Submitted to upstream in gh#flatpak/xdg-desktop-portal#1624 . * fix-pipewire-pw_registry-cast.patch Dominique Leuenberger 2025-02-12 09:36:01 +00:00
  • 921cb42d9c Accepting request 1239330 from GNOME:Factory Ana Guerrero 2025-01-22 15:31:32 +00:00
  • 0b9a8f69c0 New stable release Bjørn Lie 2025-01-21 16:43:44 +00:00
  • ff7c6f3e80 Accepting request 1236256 from GNOME:Factory Ana Guerrero 2025-01-12 10:09:23 +00:00
  • 9463847dcd Versionbump with bugfix Bjørn Lie 2025-01-09 16:05:49 +00:00
  • cae7133013 Accepting request 1234114 from GNOME:Factory Ana Guerrero 2025-01-02 18:19:27 +00:00
  • ecbd1695bd Delete unreproducible Sphinx doctrees (boo#1234334) Bjørn Lie 2024-12-31 09:14:29 +00:00
  • 893de392e0 Accepting request 1233591 from GNOME:Factory Ana Guerrero 2024-12-30 11:50:38 +00:00
  • b17f367f58 - Create a doc flavor for building developer documentation. Bjørn Lie 2024-12-27 18:09:08 +00:00
  • 817ef7ee02 - Update to 1.19.0: + The portals.conf parser is now able to handle fallback backends better, and respects the order of backends in the config file. + Try to use the xdg-desktop-portal-gtk backend as a last resort backend, if everything else fails. + Implement getlk and setlk, and honour O_NOFOLLOW, in the Document portal's FUSE filesystem. + Neutralize the Devices portal. Originally the Devices portal was introduced so that services like PulseAudio or PipeWire could request access to microphones and cameras on the behalf of apps. It was not meant to be used by sandboxed apps directly, which is unusual for a portal. Practically, however, it didn't take off. + Implement PID/TID mapping for host system apps. + Add a new "supported_output_file_formats" option to the Print portal. This can be used by apps like browsers to limit the output file formats presented by the Print portal backend. For example, an app can limit file printing to PDF files. + Add a new "GetHostPaths" method to the Document portal, which allows mapping file descriptors to paths on the host system. This can be used by apps to show more meaningful file paths in the user interface. + Like the new method above, the Document portal sets the "user.document-portal.host-path" xattr on files, pointing to the host system file path. The use case is similar to "GetHostPaths". + Make the Background portal more robust when validating autostart files. + Clarify behavior of the File Chooser portal in the documentation pages. + Improve robustness against deleted o_path fds in the Document portal. + Fix a warning in some systems while trying to load Request D-Bus object properties. + Fix a physical inode leak in the Document portal. + Various improvements to the test suite. Python-based tests now run in parallel and are more careful when setting up the mock D-Bus server. Tests also start dbus-monitor if necessary now. FUSE tests of the Document portal have been made more TAP-alike now. + Memory leak fixes in a variety of portals and services, including the permissions database, the Document portal, the File Transfer portal, the Location portal, the Background portal, tests, and the icon validator. And more. There's a lot of memory leak fixes everywhere, really. + Major refactorings of the icon validator. Icons are now limited to 4MB files. + Update XML specification specifying session handle type to match current actual ABI in GlobalShortcuts, Inhibit, RemoteDesktop, and ScreenCast portals. + New and updated translations. - Adapt BuildRequires for new documentation build process: + Add python3-Sphinx + Add python3-furo + Add python3-sphinxcontrib-copybutton + Add python3-sphinxext-opengraph Dominique Leuenberger 2024-12-12 11:29:19 +00:00
  • 4fb6aa09ac Accepting request 1175450 from GNOME:Factory Ana Guerrero 2024-05-21 16:33:14 +00:00
  • 7286a2b3d3 Accepting request 1175447 from home:AndreasStieger:branches:GNOME:Factory Dominique Leuenberger 2024-05-21 07:38:48 +00:00
  • 6d8b0bfb6f Accepting request 1138322 from GNOME:Factory Ana Guerrero 2024-01-14 18:01:17 +00:00
  • 225da65e67 Accepting request 1138321 from home:gmbr3:Active Dominique Leuenberger 2024-01-12 13:06:08 +00:00
  • f650e1c151 Accepting request 1130770 from GNOME:Factory Ana Guerrero 2023-12-05 16:01:58 +00:00
  • 3ba21fb61d Accepting request 1130463 from home:gmbr3:Active Dominique Leuenberger 2023-12-04 13:34:05 +00:00
  • b6082580b8 Accepting request 1129047 from GNOME:Factory Ana Guerrero 2023-11-28 21:17:56 +00:00
  • ccbeb5c8a8 Accepting request 1128382 from GNOME:Next Dominique Leuenberger 2023-11-27 08:21:24 +00:00
  • c3db8e9a24 Accepting request 1120814 from GNOME:Factory Ana Guerrero 2023-10-29 18:39:38 +00:00
  • 670a0602bd Accepting request 1120626 from GNOME:Next Bjørn Lie 2023-10-27 13:50:01 +00:00
  • e63a792a88 Accepting request 1115548 from GNOME:Factory Ana Guerrero 2023-10-05 18:02:54 +00:00
  • 2402736b3c Accepting request 1114993 from home:alarrosa:branches:GNOME:Factory Antonio Larrosa 2023-10-04 09:21:18 +00:00
  • 2fc7bfafba Accepting request 1112199 from GNOME:Factory Dominique Leuenberger 2023-09-20 11:22:39 +00:00
  • 02ab8da6dd Accepting request 1112076 from GNOME:Next Bjørn Lie 2023-09-19 08:51:46 +00:00
  • f1f410dcd2 Accepting request 1109867 from GNOME:Next Dominique Leuenberger 2023-09-12 08:22:03 +00:00
  • cfb4ee3811 Accepting request 1094962 from GNOME:Factory Dominique Leuenberger 2023-06-25 19:41:56 +00:00
  • 4d9f5c28b2 Accepting request 1094868 from home:alarrosa:branches:GNOME:Factory Antonio Larrosa 2023-06-23 20:28:24 +00:00
  • 3ef1df4851 Accepting request 1042675 from GNOME:Factory Dominique Leuenberger 2022-12-14 13:10:52 +00:00
  • e18fcc32b2 Accepting request 1042570 from GNOME:Next Dominique Leuenberger 2022-12-13 12:47:23 +00:00
  • 2129ed4426 Accepting request 1003220 from GNOME:Factory Dominique Leuenberger 2022-09-21 12:39:35 +00:00
  • 02d89b0cd1 Accepting request 1002696 from GNOME:Next Dominique Leuenberger 2022-09-13 07:37:03 +00:00
  • 4177323a6c Accepting request 993937 from GNOME:Factory Dominique Leuenberger 2022-08-10 15:12:50 +00:00
  • a255b3e8dd Accepting request 993114 from GNOME:Next Dominique Leuenberger 2022-08-09 08:34:47 +00:00
  • b36423a572 Accepting request 990558 from GNOME:Factory Richard Brown 2022-07-26 17:42:57 +00:00
  • f0dd46f44f Accepting request 990557 from GNOME:Next Frederic Crozat 2022-07-21 13:38:01 +00:00
  • 8f6f2234c0 Accepting request 975334 from GNOME:Factory Dominique Leuenberger 2022-05-08 19:52:26 +00:00
  • 3cf0ecd7ec Accepting request 975248 from home:AndreasStieger:branches:GNOME:Factory Dominique Leuenberger 2022-05-06 07:29:21 +00:00
  • bf6f317f20 Accepting request 971095 from GNOME:Factory Dominique Leuenberger 2022-04-22 19:53:10 +00:00
  • 4107f4cf8a Accepting request 970457 from home:AndreasStieger:branches:GNOME:Factory Dominique Leuenberger 2022-04-20 12:09:04 +00:00
  • 1b59519fc7 Accepting request 966418 from GNOME:Factory Dominique Leuenberger 2022-04-03 19:30:40 +00:00
  • c270ba6191 Accepting request 966176 from GNOME:Next Bjørn Lie 2022-04-01 12:39:39 +00:00
  • 59504c24c4 Accepting request 965967 from GNOME:Factory Dominique Leuenberger 2022-03-31 15:18:28 +00:00
  • 2905fc4c09 Accepting request 965881 from GNOME:Next Bjørn Lie 2022-03-30 11:13:04 +00:00
  • 77b1fcad48 Accepting request 963643 from GNOME:Factory Dominique Leuenberger 2022-03-23 19:16:59 +00:00
  • 69ec1ac796 Accepting request 963017 from GNOME:Next Dominique Leuenberger 2022-03-21 08:36:02 +00:00
  • 5490e0d082 Accepting request 962652 from GNOME:Factory Dominique Leuenberger 2022-03-20 19:54:39 +00:00
  • 7395964eeb Tweak .changes Bjørn Lie 2022-03-18 11:01:41 +00:00
  • f8989ec6fd Accepting request 962648 from home:alarrosa:branches:GNOME:Factory Bjørn Lie 2022-03-18 10:59:46 +00:00
  • 527a7be45e Accepting request 959914 from GNOME:Factory Dominique Leuenberger 2022-03-08 19:31:30 +00:00
  • dc89d21e79 Accepting request 959711 from GNOME:Next Bjørn Lie 2022-03-07 12:34:06 +00:00
  • 6cac6ed1af Accepting request 947474 from GNOME:Factory Dominique Leuenberger 2022-01-21 00:25:19 +00:00
  • fccaf4c73b Accepting request 947064 from home:AndreasStieger:branches:GNOME:Factory Bjørn Lie 2022-01-19 17:24:56 +00:00
  • a3fb359022 Accepting request 924742 from GNOME:Factory Dominique Leuenberger 2021-10-12 19:48:53 +00:00
  • 1e7c44b270 Accepting request 924250 from GNOME:Next Dominique Leuenberger 2021-10-11 17:19:54 +00:00
  • c5573b5059 Accepting request 920562 from GNOME:Factory Dominique Leuenberger 2021-09-24 22:34:56 +00:00
  • 5eb49317ad Accepting request 920369 from GNOME:Next Dominique Leuenberger 2021-09-21 07:47:28 +00:00
  • 86b2c877c3 Accepting request 891267 from GNOME:Factory Dominique Leuenberger 2021-05-10 13:36:37 +00:00
  • 780d3d67fb Accepting request 891046 from home:susnux:branches:GNOME:Factory Antonio Larrosa 2021-05-07 10:49:54 +00:00
  • 609804fb80 Accepting request 863168 from GNOME:Factory Dominique Leuenberger 2021-01-19 14:58:35 +00:00
  • 3769bb02be Accepting request 863082 from home:fcrozat:branches:GNOME:Factory Dominique Leuenberger 2021-01-14 18:28:02 +00:00
  • 802ac46694 Accepting request 861561 from GNOME:Factory Dominique Leuenberger 2021-01-11 16:10:40 +00:00
  • b0549ed41b Accepting request 861462 from GNOME:Next Bjørn Lie 2021-01-08 09:42:43 +00:00
  • a3a12b7a97 Accepting request 830851 from GNOME:Factory Dominique Leuenberger 2020-09-04 08:52:32 +00:00
  • ab0ae3f649 tweak Dominique Leuenberger 2020-08-31 14:32:07 +00:00
  • 880cf93696 Accepting request 830324 from home:dfaggioli:microos-desktop Dominique Leuenberger 2020-08-31 14:29:12 +00:00
  • 8c81aaf9a2 Accepting request 819954 from GNOME:Factory Dominique Leuenberger 2020-07-13 07:05:37 +00:00
  • 61f9300af9 Accepting request 819204 from home:gmbr3:libexecdir Dominique Leuenberger 2020-07-10 10:09:45 +00:00
  • e08ffe1fbd Accepting request 792300 from GNOME:Factory Dominique Leuenberger 2020-04-13 10:50:07 +00:00
  • 1ba17774f9 Accepting request 791813 from GNOME:Next Bjørn Lie 2020-04-08 05:48:41 +00:00
  • ecb6aa6d27 Accepting request 784414 from GNOME:Factory Dominique Leuenberger 2020-03-26 22:30:54 +00:00
  • 83232b9ed3 Accepting request 784050 from GNOME:Next Bjørn Lie 2020-03-12 20:36:16 +00:00
  • 0643b5be51 Accepting request 769942 from GNOME:Factory Dominique Leuenberger 2020-02-07 14:51:06 +00:00
  • a9be6e1d50 Accepting request 769508 from GNOME:Next Dominique Leuenberger 2020-02-04 10:36:44 +00:00
  • 8d28304dbd Accepting request 767492 from GNOME:Factory Dominique Leuenberger 2020-01-28 09:53:23 +00:00
  • 85623f8d6d Accepting request 767232 from GNOME:Next Dominique Leuenberger 2020-01-26 14:55:43 +00:00
  • 57bb1c7067 Accepting request 759708 from GNOME:Factory Dominique Leuenberger 2019-12-30 11:34:25 +00:00
  • 5f51c089c6 Accepting request 758660 from GNOME:Next Bjørn Lie 2019-12-27 16:23:12 +00:00
  • 25bc949534 Accepting request 710130 from GNOME:Factory Dominique Leuenberger 2019-06-22 09:21:10 +00:00
  • c9c0c69dc2 Accepting request 709818 from GNOME:Next Bjørn Lie 2019-06-15 18:09:57 +00:00
  • 7b8d428573 Accepting request 693289 from GNOME:Factory Dominique Leuenberger 2019-04-17 08:06:02 +00:00
  • 12679a2511 Accepting request 692942 from GNOME:Next Dominique Leuenberger 2019-04-11 14:49:06 +00:00
  • 07100c38eb Accepting request 673297 from GNOME:Factory Dominique Leuenberger 2019-02-13 09:17:58 +00:00