From d4715750df11a44e9edb040fd414003b7533298b Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Sun, 21 Apr 2019 20:34:57 +0200 Subject: [PATCH] Add basic launcher panel --- dbus/org.dharkael.Flameshot.xml | 9 ++ docs/bash-completion/flameshot | 7 +- flameshot.pro | 2 + src/core/controller.cpp | 11 +++ src/core/controller.h | 1 + src/core/flameshotdbusadapter.cpp | 4 + src/core/flameshotdbusadapter.h | 1 + src/main.cpp | 12 +++ src/widgets/capturelauncher.cpp | 142 +++++++++++++++++++++++++++++ src/widgets/capturelauncher.h | 51 +++++++++++ src/widgets/panel/utilitypanel.cpp | 6 -- src/widgets/panel/utilitypanel.h | 6 -- 12 files changed, 238 insertions(+), 14 deletions(-) create mode 100644 src/widgets/capturelauncher.cpp create mode 100644 src/widgets/capturelauncher.h diff --git a/dbus/org.dharkael.Flameshot.xml b/dbus/org.dharkael.Flameshot.xml index c378ef26..ab51fbbe 100644 --- a/dbus/org.dharkael.Flameshot.xml +++ b/dbus/org.dharkael.Flameshot.xml @@ -33,6 +33,15 @@ + + + + +