From 86021b24d98c385b10ccc2fefab5cf22f3a03b54 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 17 May 2013 21:58:49 -0300 Subject: Borrowed the KMessageWidget code to better show passive information. Borrowed the code from KMessageWidget from Aurelian Gateau, Kdelibs, to better show passive information and notifications. instead of a popup blowing in the user's face, a nice, animated and well designed widget will gracefully fade-in, show the notes, and fade out when not needed anymore. Signed-off-by: Tomaz Canabrava --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0bd3e5c27..1677dc724 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,8 @@ HEADERS = \ qt-ui/starwidget.h \ qt-ui/modeldelegates.h \ qt-ui/profilegraphics.h \ - qt-ui/globe.h + qt-ui/globe.h \ + qt-ui/kmessagewidget.h \ SOURCES = \ @@ -72,6 +73,7 @@ SOURCES = \ qt-ui/modeldelegates.cpp \ qt-ui/profilegraphics.cpp \ qt-ui/globe.cpp \ + qt-ui/kmessagewidget.cpp \ $(RESFILE) -- cgit v1.2.3-70-g09d2