Commit Graph

61 Commits (60d24144b58f6eff9300304c0880bb8e54d5023e)

Author SHA1 Message Date
Michail Vourlakos 342d4a1a00 move window funcionality to lastactivewindow
Michail Vourlakos a03655f176 new heuristic to identify plasma desktop window
Michail Vourlakos 54f1e3576e ignore Desktops under X11
Michail Vourlakos c45aa3f56c make xwindowinterface checks lighter
--use the windowsTracker in order to check
a window validity. No need to check again
and again in the window type is valid
Michail Vourlakos 8a8eb632b7 accept Gtk2+ dialogs for tracking
--Gtk2+ dialogs under X11 appear as
type Splash and PopUp at the same time.
This is a messy situation let's live
with this
Michail Vourlakos 3cbc4a5daf support AppName for WindowInformation
--use plasma libtaskmanager code and way
in order to obtain properly the AppName and
the Icon for its window
Michail Vourlakos 53d24fe2c6 forward LastActiveWindow to QML
Michail Vourlakos e07cee3862 support icon for LastActiveWindow
Michail Vourlakos 2d2f7b172d add more properties at LastActiveWindow
Michail Vourlakos dbed45b2c7 introduce TrackedInfo and LastActiveWindow
Michail Vourlakos 99ec9cb2fd move WM:Trackers in its own directory