Branch: null

845ab446 2011-10-17 14:45:53 tpearson
Add kdbusnotification skeleton


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdbusnotification@1259323 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
A src/Makefile.am
A src/daemon/Makefile.am
A src/daemon/Makefile.in
A src/daemon/daemon.c
A src/daemon/daemon.h
A src/daemon/engines.c
A src/daemon/engines.h
A src/daemon/notificationdaemon.xml
A src/daemon/stack.c
A src/daemon/stack.h
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..69939d3
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,4 @@
+# $Id$
+
+SUBDIRS = 								\
+	daemon
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
new file mode 100644
index 0000000..c7c8310
--- /dev/null
+++ b/src/daemon/Makefile.am
@@ -0,0 +1,48 @@
+# $Id: Makefile.am 2337 2007-01-11 19:17:30Z nick $
+
+INCLUDES =								\
+	-I$(top_srcdir)							\
+	-DDBUS_API_SUBJECT_TO_CHANGE 					\
+	-DG_LOG_DOMAIN=\"notification-daemon-xfce\"			\
+	-DENGINES_DIR=\"$(libdir)/notification-daemon-xfce-1.0/engines\"
+
+libexec_PROGRAMS =							\
+	notification-daemon-xfce
+
+notification_daemon_xfce_SOURCES =					\
+	daemon.c							\
+	daemon.h							\
+	engines.c							\
+	engines.h							\
+	stack.c								\
+	stack.h
+
+notification_daemon_xfce_CFLAGS =					\
+	$(GTK_CFLAGS)							\
+	$(LIBXFCEGUI4_CFLAGS)						\
+	$(LIBXFCE4UTIL_CFLAGS)						\
+	$(DBUS_CFLAGS)							\
+	$(DBUS_GLIB_CFLAGS)
+
+
+notification_daemon_xfce_LDADD =					\
+	$(GTK_LIBS)							\
+	$(LIBXFCEGUI4_LIBS)						\
+	$(LIBXFCE4UTIL_LIBS)						\
+	$(DBUS_LIBS)							\
+	$(DBUS_GLIB_LIBS)
+
+BUILT_SOURCES = 							\
+	notificationdaemon-dbus-glue.h
+
+notificationdaemon-dbus-glue.h: notificationdaemon.xml
+	dbus-binding-tool						\
+		--mode=glib-server					\
+		--prefix=notification_daemon_xfce			\
+		$(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h
+
+EXTRA_DIST = 								\
+	notificationdaemon.xml
+
+DISTCLEANFILES = 							\
+	notificationdaemon-dbus-glue.h
diff --git a/src/daemon/Makefile.in b/src/daemon/Makefile.in
new file mode 100644
index 0000000..cd5b21f
--- /dev/null
+++ b/src/daemon/Makefile.in
@@ -0,0 +1,643 @@
+# Makefile.in generated by automake 1.10 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+# $Id: Makefile.am 2337 2007-01-11 19:17:30Z nick $
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+libexec_PROGRAMS = notification-daemon-xfce$(EXEEXT)
+subdir = src/daemon
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+am__installdirs = "$(DESTDIR)$(libexecdir)"
+libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+PROGRAMS = $(libexec_PROGRAMS)
+am_notification_daemon_xfce_OBJECTS =  \
+	notification_daemon_xfce-daemon.$(OBJEXT) \
+	notification_daemon_xfce-engines.$(OBJEXT) \
+	notification_daemon_xfce-stack.$(OBJEXT)
+notification_daemon_xfce_OBJECTS =  \
+	$(am_notification_daemon_xfce_OBJECTS)
+am__DEPENDENCIES_1 =
+notification_daemon_xfce_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+notification_daemon_xfce_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CCLD) \
+	$(notification_daemon_xfce_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+SOURCES = $(notification_daemon_xfce_SOURCES)
+DIST_SOURCES = $(notification_daemon_xfce_SOURCES)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
+DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
+DBUS_GLIB_REQUIRED_VERSION = @DBUS_GLIB_REQUIRED_VERSION@
+DBUS_GLIB_VERSION = @DBUS_GLIB_VERSION@
+DBUS_LIBS = @DBUS_LIBS@
+DBUS_REQUIRED_VERSION = @DBUS_REQUIRED_VERSION@
+DBUS_VERSION = @DBUS_VERSION@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+F77 = @F77@
+FFLAGS = @FFLAGS@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
+GTHREAD_LIBS = @GTHREAD_LIBS@
+GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
+GTHREAD_VERSION = @GTHREAD_VERSION@
+GTK_CFLAGS = @GTK_CFLAGS@
+GTK_LIBS = @GTK_LIBS@
+GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
+GTK_VERSION = @GTK_VERSION@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
+INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
+INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_ICONV = @INTLTOOL_ICONV@
+INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
+INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
+INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
+INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
+INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
+INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
+INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
+INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
+INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
+INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
+INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
+INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
+INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
+INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
+INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
+LDFLAGS = @LDFLAGS@
+LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
+LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
+LIBNOTIFY_REQUIRED_VERSION = @LIBNOTIFY_REQUIRED_VERSION@
+LIBNOTIFY_VERSION = @LIBNOTIFY_VERSION@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBSEXY_CFLAGS = @LIBSEXY_CFLAGS@
+LIBSEXY_LIBS = @LIBSEXY_LIBS@
+LIBSEXY_REQUIRED_VERSION = @LIBSEXY_REQUIRED_VERSION@
+LIBSEXY_VERSION = @LIBSEXY_VERSION@
+LIBTOOL = @LIBTOOL@
+LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
+LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
+LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
+LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
 ** Diff limit reached (max: 250 lines) **
3f4f6118 2011-10-17 14:46:22 tpearson
Set externals


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdbusnotification@1259324 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
 ** Diff limit reached (max: 250 lines) **
8e8432bc 2011-10-17 18:51:06 tpearson
Initial version of the kdbusnotification service


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdbusnotification@1259338 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
A Makefile.am
A configure.in.in
A src/daemon/daemon.cpp
A subdirs
M src/daemon/Makefile.am
M src/daemon/daemon.h
R src/daemon/daemon.c
R src/daemon/engines.c
R src/daemon/engines.h
R src/daemon/stack.c
R src/daemon/stack.h
 ** Diff limit reached (max: 250 lines) **
49eb1758 2011-10-17 19:13:32 tpearson
Add stack to kdbusdaemon


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdbusnotification@1259341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M src/daemon/daemon.cpp
M src/daemon/daemon.h
 ** Diff limit reached (max: 250 lines) **
a062a26f 2011-10-17 19:33:57 tpearson
Add autostart files to kdbusnotifier


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdbusnotification@1259343 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
A src/kdbusnotification-autostart.desktop
A src/kdbusnotification.desktop
M src/Makefile.am
M src/daemon/Makefile.am
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
e62b95a2 2011-10-26 12:21:27 tpearson
Remove incorrect user visible kdbusnotification shortcut from Kicker


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdbusnotification@1260893 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M src/Makefile.am
 ** Diff limit reached (max: 250 lines) **
e5bbee9b 2011-10-26 12:21:55 tpearson
Second part of prior commit


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdbusnotification@1260895 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
R src/kdbusnotification.desktop
 ** Diff limit reached (max: 250 lines) **
9382f866 2011-11-04 16:45:24 Timothy Pearson
Added common directories
A .gitmodules
A admin
A cmake
 ** Diff limit reached (max: 250 lines) **
831a4144 2011-11-05 22:03:24 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d7f5c96a 2011-11-06 02:18:50 Timothy Pearson
Additional kde to tde renaming
M src/daemon/Makefile.am
 ** Diff limit reached (max: 250 lines) **
8929e4ac 2011-11-06 03:04:17 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
55cce492 2011-11-06 03:04:18 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d5f4ce44 2011-11-06 16:14:52 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
21fe03f4 2011-11-06 21:33:06 Timothy Pearson
Rename additional instances of KDE to TDE
M src/daemon/Makefile.am
 ** Diff limit reached (max: 250 lines) **
e76b1a0a 2011-11-06 22:24:12 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ca018005 2011-11-08 02:14:17 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
fff85b9c 2011-11-16 14:00:48 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
bcfe45b4 2011-11-16 14:00:49 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
ff6a7869 2011-11-18 02:03:48 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e5e1909d 2011-11-26 14:47:34 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
849de897 2011-12-03 23:26:27 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
deb97708 2011-12-07 20:53:42 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8292cd05 2011-12-15 15:30:14 Timothy Pearson
Rename a number of old tq methods that are no longer tq specific
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
500ad0ab 2011-12-16 09:56:03 Timothy Pearson
Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit 8292cd05a53d8811810bb97dd0245a7d2b476c50.
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
3f2da186 2011-12-18 18:09:30 Timothy Pearson
Rename old tq methods that no longer need a unique name
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
86e04533 2012-01-01 00:26:49 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
0aa2875e 2012-01-02 12:18:12 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
efbe03fa 2012-01-20 02:14:58 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
15120fb4 2012-02-01 17:18:27 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b75091f8 2012-02-02 04:05:50 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e0379c23 2012-02-02 14:36:21 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
efdf40f5 2012-02-07 19:41:51 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
1e3910a6 2012-02-10 13:42:47 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
5c4969bb 2012-02-11 14:35:37 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
680762c7 2012-02-11 14:35:39 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
5d51c320 2012-02-12 15:12:30 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
78a4f093 2012-02-14 22:03:15 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
5c4a39a0 2012-02-16 17:55:23 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
5b7a4101 2012-02-17 15:59:29 Timothy Pearson
Remove spurious TQ_OBJECT instances
M src/daemon/daemon.h
 ** Diff limit reached (max: 250 lines) **
97021792 2012-02-19 16:25:00 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
08e8a733 2012-02-25 17:44:06 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
6dc4a84f 2012-02-26 15:58:56 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
26462cd9 2012-02-26 15:58:57 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
3dd78c63 2012-03-06 00:48:07 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
75f84248 2012-03-06 13:07:32 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
6da36c69 2012-03-13 03:31:45 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f897fa76 2012-03-26 16:36:33 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d824bddb 2012-04-10 23:19:48 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
de5b5d1a 2012-04-10 23:19:49 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d15495cb 2012-04-14 18:08:13 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
71d90860 2012-05-19 02:57:13 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b007d930 2012-06-08 17:27:12 Darrell Anderson
Update XDG information in support of bug report 892.
M src/kdbusnotification-autostart.desktop
 ** Diff limit reached (max: 250 lines) **
f5d9aaa4 2012-06-08 17:28:35 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7b2d1a55 2012-06-08 17:28:36 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
cf76a606 2012-06-12 18:00:18 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
8783eacd 2012-06-14 02:33:08 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
77571dec 2012-06-15 09:25:19 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d27c8f6c 2012-06-19 17:19:52 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
652946c8 2012-06-21 20:56:36 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
3f831fc6 2012-08-07 02:43:30 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
45f1f04b 2012-08-11 19:15:59 Slávek Banko
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
M src/daemon/Makefile.am
 ** Diff limit reached (max: 250 lines) **
38d88957 2012-09-10 02:14:49 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
88f71508 2012-09-14 23:01:32 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
4447902f 2012-11-20 05:45:38 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a914ebf7 2012-11-20 05:45:42 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
d371a667 2012-11-27 05:39:16 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
4b1cc611 2012-11-27 05:39:20 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
c6a81562 2013-01-19 18:46:26 Timothy Pearson
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
aad38441 2013-01-19 23:54:41 Timothy Pearson
Rename KApplication to TDEApplication to avoid conflicts with KDE4
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
386b5ee8 2013-01-20 02:50:46 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
f0aef9df 2013-01-22 19:52:22 Timothy Pearson
Rename KInstance and KAboutData to avoid conflicts with KDE4
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
3e27b979 2013-01-22 21:27:09 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
68156265 2013-01-24 13:20:14 Timothy Pearson
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
f0a4e64c 2013-01-26 13:08:40 Timothy Pearson
Rename a number of libraries and executables to avoid conflicts with KDE4
M src/daemon/Makefile.am
 ** Diff limit reached (max: 250 lines) **
26bac102 2013-01-26 15:25:57 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0ff5db01 2013-01-27 02:02:15 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
90a8a3c3 2013-01-27 02:02:18 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
5ad694e2 2013-01-27 20:55:50 Timothy Pearson
Rename kiobuffer and KHTML
M cmake
 ** Diff limit reached (max: 250 lines) **
d5201787 2013-01-28 09:24:33 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d9af28e5 2013-01-30 00:35:28 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
556d8aa2 2013-02-01 15:00:00 Timothy Pearson
Rename a number of classes to enhance compatibility with KDE4
M src/daemon/daemon.cpp
M src/daemon/daemon.h
 ** Diff limit reached (max: 250 lines) **
30b8f9e0 2013-02-04 14:02:30 Timothy Pearson
Rename KIcon to enhance compatibility with KDE4
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
2a9e8b41 2013-02-11 05:15:44 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
509564c4 2013-02-14 17:04:50 Timothy Pearson
Rename common header files for consistency with class renaming
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
34e91879 2013-02-15 21:45:45 Timothy Pearson
Rename additional header files to avoid conflicts with KDE4
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
f92853d4 2013-02-16 00:23:44 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
5f415471 2013-02-16 00:23:47 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
44bb9248 2013-02-16 13:50:49 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
1b656b2b 2013-02-18 14:09:36 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7288d11e 2013-02-19 01:07:15 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
13106943 2013-02-20 18:59:27 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
4f0affa0 2013-02-21 15:09:37 Timothy Pearson
Second part of prior commit
M admin
M cmake
 ** Diff limit reached (max: 250 lines) **
7ba95893 2013-03-09 08:08:08 Slávek Banko
Fix unintended rename of GTK*
M src/daemon/daemon.cpp
M src/daemon/daemon.h
 ** Diff limit reached (max: 250 lines) **
cd6ee219 2013-04-18 17:47:34 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
adefa70c 2013-05-05 00:28:03 Darrell Anderson
Fix typo.
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
e169a4e3 2013-05-23 18:40:22 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
3542ae76 2013-07-30 18:42:02 Francois Andriot
Fix message encoding in notifications
M src/daemon/daemon.cpp
 ** Diff limit reached (max: 250 lines) **
1b6c7812 2013-07-30 21:43:49 Slávek Banko
Fix missing DBUS version macros
M configure.in.in
 ** Diff limit reached (max: 250 lines) **
99ad3770 2013-08-27 15:36:40 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
dc9211b6 2013-08-29 18:34:26 Slávek Banko
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
02bfd769 2013-09-03 12:56:59 Slávek Banko
Additional k => tde renaming and fixes
M admin
M src/daemon/Makefile.am
 ** Diff limit reached (max: 250 lines) **
c7c1e06b 2013-09-15 06:10:46 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ece6083f 2013-09-15 06:10:49 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
2e21bf1a 2013-12-23 06:09:10 Slávek Banko
Rename kdewidgets => tdewidgets
M admin
M cmake
 ** Diff limit reached (max: 250 lines) **
123b2655 2014-03-02 14:18:21 Darrell Anderson
Delete obsolete Makefile.in.
R src/daemon/Makefile.in
 ** Diff limit reached (max: 250 lines) **
6698c5b4 2014-03-27 04:42:24 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
74698d99 2014-03-27 04:42:27 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
ca108665 2014-03-28 19:57:14 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
92602f7e 2014-04-17 01:17:56 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d9f5d9f4 2014-05-26 20:35:00 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
209fc83a 2014-09-14 16:08:03 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
9601a51e 2014-09-24 12:14:44 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
56507817 2014-09-28 22:08:32 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d5a80dce 2014-09-29 10:35:36 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
84291cac 2014-10-12 11:42:08 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
7d53b0c4 2014-10-13 17:45:28 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
315d0048 2014-10-14 12:09:16 Automated System
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f7fdf2a9 2014-10-19 21:55:13 Automated System
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e548cbe7 2015-04-17 08:36:59 Slávek Banko
Reset submodule main/applications/kdbusnotification/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ffc778fe 2015-04-17 08:37:02 Slávek Banko
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
4d394cec 2015-05-31 11:24:25 Slávek Banko
Reset submodule main/applications/kdbusnotification/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **