[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2007-02-23 13:48:48
Message-ID: 1172238528.062282.460.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 636593 by kossebau:

add first set of parameter configurations of services

 M  +18 -0     branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/Makefile.am \
  A             branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/callupconfig.cpp \
[License: LGPL (v2)]  A             \
branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/callupconfig.h   \
[License: LGPL (v2)]  M  +1 -0      \
branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/khalkhipropertyactionservice_makephonecall.desktop \
  M  +1 -0      branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/khalkhipropertyactionservice_sendfax.desktop \
  M  +1 -0      branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/khalkhipropertyactionservice_sendsms.desktop \
  A             branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/sendfaxconfig.cpp \
[License: LGPL (v2)]  A             \
branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/sendfaxconfig.h   \
[License: LGPL (v2)]  A             \
branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/sendsmsconfig.cpp   \
[License: LGPL (v2)]  A             \
branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/sendsmsconfig.h   \
[License: LGPL (v2)]


--- branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/Makefile.am \
#636592:636593 @@ -8,8 +8,11 @@
 kde_module_LTLIBRARIES = \
   khalkhiproperty_phonenumber.la \
   khalkhipropertyactionservice_makephonecall.la \
+  khalkhipropertyactionserviceconfig_makephonecall.la \
   khalkhipropertyactionservice_sendfax.la \
+  khalkhipropertyactionserviceconfig_sendfax.la \
   khalkhipropertyactionservice_sendsms.la \
+  khalkhipropertyactionserviceconfig_sendsms.la \
   khalkhipropertyactionservice_copyphonenumber.la
 
 khalkhiproperty_phonenumber_la_SOURCES = \
@@ -30,19 +33,34 @@
 khalkhipropertyactionservice_makephonecall_la_LIBADD =  $(LIB_KHALKHICORE) \
$(LIB_KPARTS)  khalkhipropertyactionservice_makephonecall_la_LDFLAGS = -module \
$(KDE_PLUGIN) $(all_libraries)  
+khalkhipropertyactionserviceconfig_makephonecall_la_SOURCES = \
+  callupconfig.cpp
+khalkhipropertyactionserviceconfig_makephonecall_la_LIBADD =  $(LIB_KPARTS)
+khalkhipropertyactionserviceconfig_makephonecall_la_LDFLAGS = -module $(KDE_PLUGIN) \
$(all_libraries) +
 khalkhipropertyactionservice_sendfax_la_SOURCES = \
   sendfaxservice.cpp \
   sendfaxserviceactionadapter.cpp
 khalkhipropertyactionservice_sendfax_la_LIBADD =  $(LIB_KHALKHICORE) $(LIB_KPARTS)
 khalkhipropertyactionservice_sendfax_la_LDFLAGS = -module $(KDE_PLUGIN) \
$(all_libraries)  
+khalkhipropertyactionserviceconfig_sendfax_la_SOURCES = \
+  sendfaxconfig.cpp
+khalkhipropertyactionserviceconfig_sendfax_la_LIBADD =  $(LIB_KPARTS)
+khalkhipropertyactionserviceconfig_sendfax_la_LDFLAGS = -module $(KDE_PLUGIN) \
$(all_libraries) +
 khalkhipropertyactionservice_sendsms_la_SOURCES = \
   sendsmsservice.cpp \
   sendsmsserviceactionadapter.cpp
 khalkhipropertyactionservice_sendsms_la_LIBADD =  $(LIB_KHALKHICORE) $(LIB_KPARTS)
 khalkhipropertyactionservice_sendsms_la_LDFLAGS = -module $(KDE_PLUGIN) \
$(all_libraries)  
+khalkhipropertyactionserviceconfig_sendsms_la_SOURCES = \
+  sendsmsconfig.cpp
+khalkhipropertyactionserviceconfig_sendsms_la_LIBADD =  $(LIB_KPARTS)
+khalkhipropertyactionserviceconfig_sendsms_la_LDFLAGS = -module $(KDE_PLUGIN) \
$(all_libraries)  
+
 noinst_HEADERS = \
   copyphoneservice.h \
   copyphoneserviceactionadapter.h \
--- branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/khalkhipropertyactionservice_makephonecall.desktop \
#636592:636593 @@ -3,6 +3,7 @@
 Type=Service
 Name=Make a phone call...
 X-KDE-Library=khalkhipropertyactionservice_makephonecall
+X-KDE-ConfigLibrary=khalkhipropertyactionserviceconfig_makephonecall
 InitialPreference=2
 ServiceTypes=khalkhi/propertyactionservice
 X-KDE-KhalkhiProperty=phonenumber
--- branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/khalkhipropertyactionservice_sendfax.desktop \
#636592:636593 @@ -3,6 +3,7 @@
 Type=Service
 Name=Send Fax...
 X-KDE-Library=khalkhipropertyactionservice_sendfax
+X-KDE-ConfigLibrary=khalkhipropertyactionserviceconfig_sendfax
 InitialPreference=2
 ServiceTypes=khalkhi/propertyactionservice
 X-KDE-KhalkhiProperty=phonenumber
--- branches/work/kdepim-3.5.5+/libkhalkhi/services/phonenumber/khalkhipropertyactionservice_sendsms.desktop \
#636592:636593 @@ -3,6 +3,7 @@
 Type=Service
 Name=Send SMS...
 X-KDE-Library=khalkhipropertyactionservice_sendsms
+X-KDE-ConfigLibrary=khalkhipropertyactionserviceconfig_sendsms
 InitialPreference=2
 ServiceTypes=khalkhi/propertyactionservice
 X-KDE-KhalkhiProperty=phonenumber


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic