[gnome-software: 20/20] Merge branch 'refactor-threads24' into 'main'




commit d11b8f55abcc8c9555d8b9f183d87dfcca9b4eb3
Merge: f1b0d1fdf b58f08019
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jul 11 08:41:46 2022 +0000

    Merge branch 'refactor-threads24' into 'main'
    
    gs-app-query: Add a keywords property and use it to replace gs_plugin_add_search()/GS_PLUGIN_ACTION_SEARCH
    
    Closes #1193
    
    See merge request GNOME/gnome-software!1421

 doc/api/gnome-software-docs.xml     |  51 +++++++--
 lib/gs-app-query.c                  |  64 ++++++++++-
 lib/gs-app-query.h                  |   1 +
 lib/gs-appstream.c                  |   2 +
 lib/gs-cmd.c                        |  52 +++++----
 lib/gs-plugin-job-private.h         |   1 -
 lib/gs-plugin-job.c                 |  39 -------
 lib/gs-plugin-job.h                 |   2 -
 lib/gs-plugin-loader.c              | 158 +-------------------------
 lib/gs-plugin-types.h               |   2 -
 lib/gs-plugin-vfuncs.h              |  20 ----
 lib/gs-plugin.c                     |   6 -
 lib/gs-utils.c                      |  66 +++++++++++
 lib/gs-utils.h                      |  10 ++
 plugins/core/gs-plugin-appstream.c  |  33 ++----
 plugins/core/gs-self-test.c         |  17 ++-
 plugins/dummy/gs-plugin-dummy.c     | 216 ++++++++++++++++++------------------
 plugins/dummy/gs-self-test.c        |  63 ++---------
 plugins/flatpak/gs-plugin-flatpak.c |  21 ++--
 plugins/flatpak/gs-self-test.c      | 139 ++++++++++++++++-------
 plugins/modalias/gs-self-test.c     |  12 +-
 plugins/snap/gs-plugin-snap.c       |  52 +++------
 plugins/snap/gs-self-test.c         |  13 ++-
 src/gs-application.c                |  33 ++++--
 src/gs-category-page.c              |  10 +-
 src/gs-search-page.c                |  38 ++++---
 src/gs-shell-search-provider.c      |  24 ++--
 27 files changed, 552 insertions(+), 593 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]