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

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim/korganizer
From:       Till Adam <adam () kde ! org>
Date:       2009-10-07 9:23:04
Message-ID: 1254907384.903821.795.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1032193 by tilladam:

Start extracting the incidence editor into its own library. Doesn't
build yet, just saving work.

 M  +2 -15     CMakeLists.txt  
 A             incidenceeditor (directory)  
 A             incidenceeditor/CMakeLists.txt  
 A             incidenceeditor/koattendeeeditor.cpp   koattendeeeditor.cpp#1032186 \
[License: GPL (v2+)]  A             incidenceeditor/koattendeeeditor.h   \
koattendeeeditor.h#1032186 [License: GPL (v2+)]  A             \
incidenceeditor/koeditoralarms.cpp   koeditoralarms.cpp#1032186 [License: GPL (v2+) \
(+Qt exception)]  A             incidenceeditor/koeditoralarms.h   \
koeditoralarms.h#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditoralarms_base.ui   koeditoralarms_base.ui#1032186  A            \
incidenceeditor/koeditorattachments.cpp   koeditorattachments.cpp#1032186 [License: \
GPL (v2+) (+Qt exception)]  A             incidenceeditor/koeditorattachments.h   \
koeditorattachments.h#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditordetails.cpp   koeditordetails.cpp#1032186 [License: GPL (v2+) \
(+Qt exception)]  A             incidenceeditor/koeditordetails.h   \
koeditordetails.h#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditorfreebusy.cpp   koeditorfreebusy.cpp#1032186 [License: GPL \
(v2+) (+Qt exception)]  A             incidenceeditor/koeditorfreebusy.h   \
koeditorfreebusy.h#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditorgeneral.cpp   koeditorgeneral.cpp#1032186 [License: GPL (v2+) \
(+Qt exception)]  A             incidenceeditor/koeditorgeneral.h   \
koeditorgeneral.h#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditorgeneralevent.cpp   koeditorgeneralevent.cpp#1032186 [License: \
GPL (v2+) (+Qt exception)]  A             incidenceeditor/koeditorgeneralevent.h   \
koeditorgeneralevent.h#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditorgeneraljournal.cpp   koeditorgeneraljournal.cpp#1032186 \
[License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditorgeneraljournal.h   koeditorgeneraljournal.h#1032186 [License: \
GPL (v2+) (+Qt exception)]  A             incidenceeditor/koeditorgeneraltodo.cpp   \
koeditorgeneraltodo.cpp#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditorgeneraltodo.h   koeditorgeneraltodo.h#1032186 [License: GPL \
(v2+) (+Qt exception)]  A             incidenceeditor/koeditorrecurrence.cpp   \
koeditorrecurrence.cpp#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeditorrecurrence.h   koeditorrecurrence.h#1032186 [License: GPL \
(v2+) (+Qt exception)]  A             incidenceeditor/koeventeditor.cpp   \
koeventeditor.cpp#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koeventeditor.h   koeventeditor.h#1032186 [License: GPL (v2+) (+Qt \
exception)]  A             incidenceeditor/koincidenceeditor.cpp   \
koincidenceeditor.cpp#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/koincidenceeditor.h   koincidenceeditor.h#1032186 [License: GPL (v2+) \
(+Qt exception)]  A             incidenceeditor/kojournaleditor.cpp   \
kojournaleditor.cpp#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/kojournaleditor.h   kojournaleditor.h#1032186 [License: GPL (v2+) \
(+Qt exception)]  A             incidenceeditor/kotodoeditor.cpp   \
kotodoeditor.cpp#1032186 [License: GPL (v2+) (+Qt exception)]  A             \
incidenceeditor/kotodoeditor.h   kotodoeditor.h#1032186 [License: GPL (v2+) (+Qt \
exception)]  D             koattendeeeditor.cpp  
 D             koattendeeeditor.h  
 D             koeditoralarms.cpp  
 D             koeditoralarms.h  
 D             koeditoralarms_base.ui  
 D             koeditorattachments.cpp  
 D             koeditorattachments.h  
 D             koeditordetails.cpp  
 D             koeditordetails.h  
 D             koeditorfreebusy.cpp  
 D             koeditorfreebusy.h  
 D             koeditorgeneral.cpp  
 D             koeditorgeneral.h  
 D             koeditorgeneralevent.cpp  
 D             koeditorgeneralevent.h  
 D             koeditorgeneraljournal.cpp  
 D             koeditorgeneraljournal.h  
 D             koeditorgeneraltodo.cpp  
 D             koeditorgeneraltodo.h  
 D             koeditorrecurrence.cpp  
 D             koeditorrecurrence.h  
 D             koeventeditor.cpp  
 D             koeventeditor.h  
 D             koincidenceeditor.cpp  
 D             koincidenceeditor.h  
 D             kojournaleditor.cpp  
 D             kojournaleditor.h  
 D             kotodoeditor.cpp  
 D             kotodoeditor.h  


--- branches/work/akonadi-ports/kdepim/korganizer/CMakeLists.txt #1032192:1032193
@@ -58,6 +58,7 @@
   add_subdirectory( plugins )
   add_subdirectory( interfaces )
   add_subdirectory( kcmconfigs )
+  add_subdirectory( incidenceeditor )
 
   set( PERL ${PERL_EXECUTABLE} )
   configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ical2vcal.cmake \
${CMAKE_CURRENT_BINARY_DIR}/ical2vcal @ONLY) @@ -168,21 +169,8 @@
     koviewmanager.cpp
     kodialogmanager.cpp
     archivedialog.cpp
-    koincidenceeditor.cpp
-    koeventeditor.cpp
-    kotodoeditor.cpp
-    kojournaleditor.cpp
     kowindowlist.cpp
-    koeditorgeneral.cpp
-    koeditorgeneralevent.cpp
-    koeditorgeneraltodo.cpp
-    koeditorgeneraljournal.cpp
-    koeditordetails.cpp
-    koeditoralarms.cpp
-    koeditorrecurrence.cpp
-    koeditorattachments.cpp
     koeventpopupmenu.cpp
-    koeditorfreebusy.cpp
     publishdialog.cpp
     koeventview.cpp
     filtereditdialog.cpp
@@ -204,7 +192,6 @@
     exportwebdialog.cpp
     kocorehelper.cpp
     incidencechanger.cpp
-    koattendeeeditor.cpp
     templatemanagementdialog.cpp
     stdcalendar.cpp
     koprefs.cpp kocore.cpp kohelper.cpp koidentitymanager.cpp cellitem.cpp
@@ -219,7 +206,7 @@
 
   kde4_add_kcfg_files(korganizerprivate_LIB_SRCS koprefs_base.kcfgc )
   kde4_add_ui_files(korganizerprivate_LIB_SRCS
-    filteredit_base.ui koeditoralarms_base.ui publishdialog_base.ui \
template_management_dialog_base.ui kogroupwareprefspage.ui searchdialog_base.ui \
timescaleedit_base.ui +    filteredit_base.ui publishdialog_base.ui \
template_management_dialog_base.ui kogroupwareprefspage.ui searchdialog_base.ui \
timescaleedit_base.ui  printing/calprintincidenceconfig_base.ui \
printing/calprintdayconfig_base.ui printing/calprintmonthconfig_base.ui \
printing/calprinttodoconfig_base.ui printing/calprintweekconfig_base.ui  )
 


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

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