D29466: [applets/appmenu] Add search to global application menu

Nicolas Fella noreply at phabricator.kde.org
Thu May 7 12:01:46 BST 2020


nicolasfella added inline comments.

INLINE COMMENTS

> appmenumodel.cpp:193
> +    removeSearchActionsFromMenu();
> +    if (filter == QString()) {
> +        return;

.isEmpty()

> appmenumodel.cpp:196
> +    }
> +    auto actions = flatActionList();
> +    for (const auto &action: actions) {

const

> appmenumodel.h:70
>      void setScreenGeometry(QRect geometry);
> +    QList<QAction*> flatActionList();
> +

const

> appmenumodel.h:73
> +    void setMenuOpen(bool open);
> +    bool menuOpen();
> +    Q_SIGNAL void menuOpenChanged();

const

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D29466

To: cblack, #plasma, #vdg
Cc: nicolasfella, gikari, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200507/ad110398/attachment.htm>


More information about the Plasma-devel mailing list