Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change Controller interface to mimic the CLI Signed-off-by: Haris Gušić <[email protected]> * Remove obsolete handleCaptureTaken Signed-off-by: Haris Gušić <[email protected]> * Extract system tray icon into separate class The implementation is not complete and full of bugs Signed-off-by: Haris Gušić <[email protected]> * Remove Controller::handleCaptureFailed Signed-off-by: Haris Gušić <[email protected]> * Fix a QObject connection Signed-off-by: Haris Gušić <[email protected]> * Controller: remove unused includes Signed-off-by: Haris Gušić <[email protected]> * Make check for updates work again Signed-off-by: Haris Gušić <[email protected]> * Move functionality to daemon and tray icon Signed-off-by: Haris Gušić <[email protected]> * Rename SystemTray to TrayIcon Signed-off-by: Haris Gušić <[email protected]> * Add missing trayicon.* files Signed-off-by: Haris Gušić <[email protected]> * Add missing QDesktopWidget Signed-off-by: Haris Gušić <[email protected]> * Fix syntax errors Signed-off-by: Haris Gušić <[email protected]> * Add missing include Signed-off-by: Haris Gušić <[email protected]> * Include missing QOperatingSystemVersion on Mac Signed-off-by: Haris Gušić <[email protected]> * Move update checking to daemon Signed-off-by: Haris Gušić <[email protected]> * Remove obsolete method Controller::doLater Signed-off-by: Haris Gušić <[email protected]> * Some cleanup Signed-off-by: Haris Gušić <[email protected]> * Rename Controller to Flameshot Signed-off-by: Haris Gušić <[email protected]> * Final touches Signed-off-by: Haris Gušić <[email protected]>
- Loading branch information