From 64df902cf71a8ee258fb85f6be26248f399aa01f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:15 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- korganizer/Makefile.am | 2 +- korganizer/actionmanager.cpp | 8 +- korganizer/archivedialog.cpp | 2 +- korganizer/calendarview.cpp | 6 +- korganizer/calendarview.h | 2 +- korganizer/docprefs.cpp | 2 +- korganizer/eventarchiver.cpp | 2 +- korganizer/exportwebdialog.cpp | 8 +- korganizer/freebusymanager.cpp | 10 +- korganizer/koagendaview.cpp | 2 +- korganizer/koapp.cpp | 2 +- korganizer/kocore.cpp | 2 +- korganizer/koeditorattachments.cpp | 6 +- korganizer/koeditorgeneral.cpp | 2 +- korganizer/koeditorgeneralevent.cpp | 2 +- korganizer/koeditorgeneraltodo.cpp | 2 +- korganizer/koeventviewer.h | 2 +- korganizer/koglobals.cpp | 2 +- korganizer/kogroupware.h | 2 +- korganizer/koincidenceeditor.cpp | 2 +- korganizer/komonthview.cpp | 2 +- korganizer/koprefs.cpp | 2 +- korganizer/koprefs_base.kcfgc | 2 +- korganizer/korgac/alarmdialog.cpp | 2 +- korganizer/korgac/alarmdockwindow.cpp | 2 +- korganizer/korgac/testalarmdlg.cpp | 2 +- korganizer/korganizer.cpp | 4 +- korganizer/korganizer_part.cpp | 2 +- korganizer/koviewmanager.cpp | 2 +- korganizer/plugins/datenums/configdialog.cpp | 2 +- korganizer/plugins/datenums/datenums.cpp | 2 +- korganizer/plugins/exchange/exchange.cpp | 2 +- korganizer/plugins/exchange/exchangeconfig.cpp | 2 +- korganizer/plugins/hebrew/configdialog.cpp | 2 +- korganizer/plugins/hebrew/hebrew.cpp | 2 +- .../plugins/printing/journal/journalprint.cpp | 2 +- korganizer/plugins/printing/list/listprint.cpp | 2 +- .../plugins/printing/whatsnext/whatsnextprint.cpp | 2 +- korganizer/plugins/printing/year/yearprint.cpp | 2 +- korganizer/plugins/projectview/koprojectview.cpp | 2 +- korganizer/plugins/projectview/projectview.cpp | 2 +- korganizer/plugins/timespanview/kotimespanview.cpp | 4 +- korganizer/plugins/timespanview/timespanview.cpp | 2 +- korganizer/previewdialog.cpp | 4 +- korganizer/printing/CMakeLists.txt | 2 +- korganizer/printing/Makefile.am | 2 +- korganizer/printing/calprintdefaultplugins.cpp | 4 +- korganizer/printing/calprintpluginbase.cpp | 2 +- korganizer/printing/calprintweekconfig_base.ui | 300 --------------------- korganizer/printing/calprintweetdeconfig_base.ui | 300 +++++++++++++++++++++ korganizer/resourceview.cpp | 2 +- korganizer/stdcalendar.cpp | 2 +- korganizer/urihandler.cpp | 4 +- 53 files changed, 370 insertions(+), 370 deletions(-) delete mode 100644 korganizer/printing/calprintweekconfig_base.ui create mode 100644 korganizer/printing/calprintweetdeconfig_base.ui (limited to 'korganizer') diff --git a/korganizer/Makefile.am b/korganizer/Makefile.am index a86671261..59daa828e 100644 --- a/korganizer/Makefile.am +++ b/korganizer/Makefile.am @@ -196,7 +196,7 @@ kde_services_DATA = korganizer_configmain.desktop \ webcal.protocol update_DATA = korganizer.upd -updatedir = $(kde_datadir)/kconf_update +updatedir = $(kde_datadir)/tdeconf_update DOXYGEN_REFERENCES=libkcal tdeui include $(top_srcdir)/admin/Doxyfile.am diff --git a/korganizer/actionmanager.cpp b/korganizer/actionmanager.cpp index 68fd6b4d1..e4c906fad 100644 --- a/korganizer/actionmanager.cpp +++ b/korganizer/actionmanager.cpp @@ -56,9 +56,9 @@ #include #include -#include +#include #include -#include +#include #include #include #include @@ -1038,7 +1038,7 @@ bool ActionManager::saveURL() void ActionManager::exportHTML() { HTMLExportSettings settings( "KOrganizer" ); - // Manually read in the config, because parametrized kconfigxt objects don't + // Manually read in the config, because parametrized tdeconfigxt objects don't // seem to load the config theirselves settings.readConfig(); @@ -1291,7 +1291,7 @@ void ActionManager::setDestinationPolicy() void ActionManager::configureDateTime() { TDEProcess *proc = new TDEProcess; - *proc << "kcmshell" << "language"; + *proc << "tdecmshell" << "language"; connect( proc,TQT_SIGNAL( processExited( TDEProcess * ) ), TQT_SLOT( configureDateTimeFinished( TDEProcess * ) ) ); diff --git a/korganizer/archivedialog.cpp b/korganizer/archivedialog.cpp index 6609b183a..76985d1ac 100644 --- a/korganizer/archivedialog.cpp +++ b/korganizer/archivedialog.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 77f8f80b3..3ef70ea7d 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -85,10 +85,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include @@ -1798,7 +1798,7 @@ void CalendarView::exportWeb() { // FIXME: Get rid of the settings object. When can I delete it??? HTMLExportSettings *settings = new HTMLExportSettings( "KOrganizer" ); - // Manually read in the config, because parametrized kconfigxt objects don't + // Manually read in the config, because parametrized tdeconfigxt objects don't // seem to load the config theirselves if ( settings ) settings->readConfig(); ExportWebDialog *dlg = new ExportWebDialog( settings, this ); diff --git a/korganizer/calendarview.h b/korganizer/calendarview.h index 3df3046e8..469eddaf8 100644 --- a/korganizer/calendarview.h +++ b/korganizer/calendarview.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/docprefs.cpp b/korganizer/docprefs.cpp index 8981255f2..1ac91835f 100644 --- a/korganizer/docprefs.cpp +++ b/korganizer/docprefs.cpp @@ -33,7 +33,7 @@ KSimpleConfig *DocPrefs::mConfig = 0; DocPrefs::DocPrefs( const TQString &type ) { if ( !mConfig ) { - mConfig = new KSimpleConfig( locateLocal( "data", "korganizer/docprefs." + type + ".kconfig" ) ); + mConfig = new KSimpleConfig( locateLocal( "data", "korganizer/docprefs." + type + ".tdeconfig" ) ); } } diff --git a/korganizer/eventarchiver.cpp b/korganizer/eventarchiver.cpp index d4afada2f..739dc9050 100644 --- a/korganizer/eventarchiver.cpp +++ b/korganizer/eventarchiver.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/exportwebdialog.cpp b/korganizer/exportwebdialog.cpp index c5868f146..0cece6631 100644 --- a/korganizer/exportwebdialog.cpp +++ b/korganizer/exportwebdialog.cpp @@ -38,15 +38,15 @@ #include #include -#include +#include #include #include -#include +#include #include -#include +#include #include "koglobals.h" #include -#include +#include #include #include #include diff --git a/korganizer/freebusymanager.cpp b/korganizer/freebusymanager.cpp index ee0c38a05..5d479e889 100644 --- a/korganizer/freebusymanager.cpp +++ b/korganizer/freebusymanager.cpp @@ -49,15 +49,15 @@ #include #include -#include +#include #include #include #include -#include -#include -#include +#include +#include +#include #include -#include +#include #include #include #include diff --git a/korganizer/koagendaview.cpp b/korganizer/koagendaview.cpp index c156b7a57..a1828671f 100644 --- a/korganizer/koagendaview.cpp +++ b/korganizer/koagendaview.cpp @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/koapp.cpp b/korganizer/koapp.cpp index eed2cd2cf..49e2ec3aa 100644 --- a/korganizer/koapp.cpp +++ b/korganizer/koapp.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include #include diff --git a/korganizer/kocore.cpp b/korganizer/kocore.cpp index 0096b1496..ace67c185 100644 --- a/korganizer/kocore.cpp +++ b/korganizer/kocore.cpp @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include #include diff --git a/korganizer/koeditorattachments.cpp b/korganizer/koeditorattachments.cpp index 24cf57306..74e908889 100644 --- a/korganizer/koeditorattachments.cpp +++ b/korganizer/koeditorattachments.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include @@ -42,10 +42,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include #include diff --git a/korganizer/koeditorgeneral.cpp b/korganizer/koeditorgeneral.cpp index fb8b4bc57..0ab854a96 100644 --- a/korganizer/koeditorgeneral.cpp +++ b/korganizer/koeditorgeneral.cpp @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/koeditorgeneralevent.cpp b/korganizer/koeditorgeneralevent.cpp index dc54a5268..67c0654b4 100644 --- a/korganizer/koeditorgeneralevent.cpp +++ b/korganizer/koeditorgeneralevent.cpp @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/koeditorgeneraltodo.cpp b/korganizer/koeditorgeneraltodo.cpp index 54822c83e..22667c46e 100644 --- a/korganizer/koeditorgeneraltodo.cpp +++ b/korganizer/koeditorgeneraltodo.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/koeventviewer.h b/korganizer/koeventviewer.h index 9f9b816e9..91fb0d4db 100644 --- a/korganizer/koeventviewer.h +++ b/korganizer/koeventviewer.h @@ -25,7 +25,7 @@ #define KOEVENTVIEWER_H #include -#include +#include #include namespace KCal { diff --git a/korganizer/koglobals.cpp b/korganizer/koglobals.cpp index a5f5a60f8..b3fd073b6 100644 --- a/korganizer/koglobals.cpp +++ b/korganizer/koglobals.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include diff --git a/korganizer/kogroupware.h b/korganizer/kogroupware.h index a9372b044..ce253dfcf 100644 --- a/korganizer/kogroupware.h +++ b/korganizer/kogroupware.h @@ -43,7 +43,7 @@ #include #include -#include +#include #include diff --git a/korganizer/koincidenceeditor.cpp b/korganizer/koincidenceeditor.cpp index ea3f5e7ea..74ad2855c 100644 --- a/korganizer/koincidenceeditor.cpp +++ b/korganizer/koincidenceeditor.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp index fb52f4b6a..a741d7f2b 100644 --- a/korganizer/komonthview.cpp +++ b/korganizer/komonthview.cpp @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp index ead4f7e8d..a8f6acc3e 100644 --- a/korganizer/koprefs.cpp +++ b/korganizer/koprefs.cpp @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include #include diff --git a/korganizer/koprefs_base.kcfgc b/korganizer/koprefs_base.kcfgc index c5f267599..8d59a50ba 100644 --- a/korganizer/koprefs_base.kcfgc +++ b/korganizer/koprefs_base.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=korganizer.kcfg ClassName=KOPrefsBase Singleton=false diff --git a/korganizer/korgac/alarmdialog.cpp b/korganizer/korgac/alarmdialog.cpp index fbf4cf95d..e85f630e9 100644 --- a/korganizer/korgac/alarmdialog.cpp +++ b/korganizer/korgac/alarmdialog.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/korgac/alarmdockwindow.cpp b/korganizer/korgac/alarmdockwindow.cpp index d5d8dddb9..051fe446e 100644 --- a/korganizer/korgac/alarmdockwindow.cpp +++ b/korganizer/korgac/alarmdockwindow.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/korgac/testalarmdlg.cpp b/korganizer/korgac/testalarmdlg.cpp index f3f6493dc..8f21106a3 100644 --- a/korganizer/korgac/testalarmdlg.cpp +++ b/korganizer/korgac/testalarmdlg.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include "alarmdialog.h" diff --git a/korganizer/korganizer.cpp b/korganizer/korganizer.cpp index f2ec01f2c..89014c46b 100644 --- a/korganizer/korganizer.cpp +++ b/korganizer/korganizer.cpp @@ -59,12 +59,12 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include diff --git a/korganizer/korganizer_part.cpp b/korganizer/korganizer_part.cpp index 184e142cf..22a6e3ec3 100644 --- a/korganizer/korganizer_part.cpp +++ b/korganizer/korganizer_part.cpp @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/korganizer/koviewmanager.cpp b/korganizer/koviewmanager.cpp index 9a308fcfd..e69d61adb 100644 --- a/korganizer/koviewmanager.cpp +++ b/korganizer/koviewmanager.cpp @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include "actionmanager.h" diff --git a/korganizer/plugins/datenums/configdialog.cpp b/korganizer/plugins/datenums/configdialog.cpp index 6b8746db5..3fbf84104 100644 --- a/korganizer/plugins/datenums/configdialog.cpp +++ b/korganizer/plugins/datenums/configdialog.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/plugins/datenums/datenums.cpp b/korganizer/plugins/datenums/datenums.cpp index 9ef6068b9..468095a9b 100644 --- a/korganizer/plugins/datenums/datenums.cpp +++ b/korganizer/plugins/datenums/datenums.cpp @@ -19,7 +19,7 @@ #include "datenums.h" #include "koglobals.h" -#include +#include #include #include "configdialog.h" diff --git a/korganizer/plugins/exchange/exchange.cpp b/korganizer/plugins/exchange/exchange.cpp index ca3c4c497..e84ae08ba 100644 --- a/korganizer/plugins/exchange/exchange.cpp +++ b/korganizer/plugins/exchange/exchange.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include diff --git a/korganizer/plugins/exchange/exchangeconfig.cpp b/korganizer/plugins/exchange/exchangeconfig.cpp index fe01324ac..91e4670e5 100644 --- a/korganizer/plugins/exchange/exchangeconfig.cpp +++ b/korganizer/plugins/exchange/exchangeconfig.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include diff --git a/korganizer/plugins/hebrew/configdialog.cpp b/korganizer/plugins/hebrew/configdialog.cpp index b580c2feb..668fad5ab 100644 --- a/korganizer/plugins/hebrew/configdialog.cpp +++ b/korganizer/plugins/hebrew/configdialog.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/plugins/hebrew/hebrew.cpp b/korganizer/plugins/hebrew/hebrew.cpp index c65691d3e..065188537 100644 --- a/korganizer/plugins/hebrew/hebrew.cpp +++ b/korganizer/plugins/hebrew/hebrew.cpp @@ -18,7 +18,7 @@ */ #include -#include +#include #include #include #include diff --git a/korganizer/plugins/printing/journal/journalprint.cpp b/korganizer/plugins/printing/journal/journalprint.cpp index edf1fc939..5ff71e660 100644 --- a/korganizer/plugins/printing/journal/journalprint.cpp +++ b/korganizer/plugins/printing/journal/journalprint.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/plugins/printing/list/listprint.cpp b/korganizer/plugins/printing/list/listprint.cpp index 9607de8e2..e15939a11 100644 --- a/korganizer/plugins/printing/list/listprint.cpp +++ b/korganizer/plugins/printing/list/listprint.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp b/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp index 4f58eed0a..576227162 100644 --- a/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp +++ b/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/plugins/printing/year/yearprint.cpp b/korganizer/plugins/printing/year/yearprint.cpp index f22e1b17a..bf039d2d5 100644 --- a/korganizer/plugins/printing/year/yearprint.cpp +++ b/korganizer/plugins/printing/year/yearprint.cpp @@ -29,7 +29,7 @@ #include -#include +#include #include #include #include diff --git a/korganizer/plugins/projectview/koprojectview.cpp b/korganizer/plugins/projectview/koprojectview.cpp index b65efde63..5847d0c25 100644 --- a/korganizer/plugins/projectview/koprojectview.cpp +++ b/korganizer/plugins/projectview/koprojectview.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/plugins/projectview/projectview.cpp b/korganizer/plugins/projectview/projectview.cpp index da7d5f486..f7e35effb 100644 --- a/korganizer/plugins/projectview/projectview.cpp +++ b/korganizer/plugins/projectview/projectview.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include diff --git a/korganizer/plugins/timespanview/kotimespanview.cpp b/korganizer/plugins/timespanview/kotimespanview.cpp index 4c43444fb..8445edf46 100644 --- a/korganizer/plugins/timespanview/kotimespanview.cpp +++ b/korganizer/plugins/timespanview/kotimespanview.cpp @@ -24,9 +24,9 @@ #include -#include +#include #include -#include +#include #include #include "timespanwidget.h" diff --git a/korganizer/plugins/timespanview/timespanview.cpp b/korganizer/plugins/timespanview/timespanview.cpp index bd910677b..d43cd8e60 100644 --- a/korganizer/plugins/timespanview/timespanview.cpp +++ b/korganizer/plugins/timespanview/timespanview.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include diff --git a/korganizer/previewdialog.cpp b/korganizer/previewdialog.cpp index dd42e1632..2753475f9 100644 --- a/korganizer/previewdialog.cpp +++ b/korganizer/previewdialog.cpp @@ -37,9 +37,9 @@ #include #include -#include +#include #include -#include +#include #include #include diff --git a/korganizer/printing/CMakeLists.txt b/korganizer/printing/CMakeLists.txt index 67ff04850..bb4fce149 100644 --- a/korganizer/printing/CMakeLists.txt +++ b/korganizer/printing/CMakeLists.txt @@ -46,7 +46,7 @@ tde_add_library( korg_stdprinting SHARED AUTOMOC SOURCES calprinter.cpp calprintpluginbase.cpp calprintdefaultplugins.cpp calprintdayconfig_base.ui calprintmonthconfig_base.ui - calprinttodoconfig_base.ui calprintweekconfig_base.ui + calprinttodoconfig_base.ui calprintweetdeconfig_base.ui calprintincidenceconfig_base.ui VERSION 1.0.0 LINK kocorehelper-shared tdeprint-shared diff --git a/korganizer/printing/Makefile.am b/korganizer/printing/Makefile.am index 10170ca74..45fd37be2 100644 --- a/korganizer/printing/Makefile.am +++ b/korganizer/printing/Makefile.am @@ -18,7 +18,7 @@ libkocorehelper_la_SOURCES = cellitem.cpp libkorg_stdprinting_la_SOURCES = calprinter.cpp calprintpluginbase.cpp \ calprintdefaultplugins.cpp \ calprintdayconfig_base.ui calprintmonthconfig_base.ui \ - calprinttodoconfig_base.ui calprintweekconfig_base.ui \ + calprinttodoconfig_base.ui calprintweetdeconfig_base.ui \ calprintincidenceconfig_base.ui libkorg_stdprinting_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -no-undefined -version-info 1:0 diff --git a/korganizer/printing/calprintdefaultplugins.cpp b/korganizer/printing/calprintdefaultplugins.cpp index e67015545..8ed37660c 100644 --- a/korganizer/printing/calprintdefaultplugins.cpp +++ b/korganizer/printing/calprintdefaultplugins.cpp @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include #include @@ -45,7 +45,7 @@ #include "calprintincidenceconfig_base.h" #include "calprintdayconfig_base.h" -#include "calprintweekconfig_base.h" +#include "calprintweetdeconfig_base.h" #include "calprintmonthconfig_base.h" #include "calprinttodoconfig_base.h" diff --git a/korganizer/printing/calprintpluginbase.cpp b/korganizer/printing/calprintpluginbase.cpp index 50b533bf6..f754e52df 100644 --- a/korganizer/printing/calprintpluginbase.cpp +++ b/korganizer/printing/calprintpluginbase.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include diff --git a/korganizer/printing/calprintweekconfig_base.ui b/korganizer/printing/calprintweekconfig_base.ui deleted file mode 100644 index 0be844abb..000000000 --- a/korganizer/printing/calprintweekconfig_base.ui +++ /dev/null @@ -1,300 +0,0 @@ - -CalPrintWeekConfig_Base -Configuration page for the print week mode. -Reinhold Kainhofer <reinhold@kainhofer.com> - - - CalPrintWeek_Base - - - - 0 - 0 - 386 - 262 - - - - CalPrintWeek_Base - - - - unnamed - - - 0 - - - - spacer3 - - - Vertical - - - Expanding - - - - 21 - 27 - - - - - - mDateRangeGroup - - - Date && Time Range - - - - unnamed - - - - spacer1 - - - Horizontal - - - Expanding - - - - 16 - 21 - - - - - - mFromDateLabel - - - &Start date: - - - mFromDate - - - Here you can choose which events should be printed based on their date. This check enables you to enter the start date of the date range. Use the <i>End date</i> to enter the end date of the daterange. - - - - - mFromDate - - - StrongFocus - - - Here you can choose which events should be printed based on their date. This check enables you to enter the start date of the date range. Use the <i>End date</i> to enter the end date of the daterange. - - - - - mToTimeLabel - - - End ti&me: - - - mToTime - - - All events which start later than the given time will not be printed. - - - - - spacer4 - - - Horizontal - - - Expanding - - - - 110 - 20 - - - - - - mToTime - - - - - - Minutes|Hours - - - All events which start later than the given time will not be printed. - - - - - mFromTimeLabel - - - Start &time: - - - mFromTime - - - All events which start earlier than the given time will not be printed. - - - - - mFromTime - - - - - - Minutes|Hours - - - All events which start earlier than the given time will not be printed. - - - - - mToDate - - - StrongFocus - - - Here you can choose which events should be printed based on their date. This check enables you to enter the end date of the date range. Use the <i>Start date</i> to enter the start date of the daterange. - - - - - mToDateLabel - - - &End date: - - - mToDate - - - Here you can choose which events should be printed based on their date. This check enables you to enter the end date of the date range. Use the <i>Start date</i> to enter the start date of the daterange. - - - - - - - mColors - - - &Use colors - - - The timetable view supports colors. If you want to make use of colors you should check this option. The category colors will be used. - - - - - mPrintType - - - Print Layout - - - - unnamed - - - - mPrintTypeButton1 - - - Print as &Filofax page - - - true - - - The Filofax view prints one week per page, so all days have a large surface. - - - - - mPrintTypeButton2 - - - Print as &timetable view - - - This view is similar to the weekview in KOrganizer. The week is printed in landscape layout. You can even use the same colors for the items if you check <i>Use Colors</i>. - - - - - mPrintTypeButton3 - - - Print as split week view - - - This view is similar to the week view in KOrganizer. The only difference with the timetable view is the page layout. Timetables are printed in landscape, the split week view in portrait. - - - - - - - mIncludeTodos - - - false - - - Include to-&dos that are due on the printed day(s) - - - Check this option if you want to have to-dos on the print, placed by their due date. - - - - - - - - mFromDate - mFromTime - mToDate - mToTime - mPrintTypeButton1 - mIncludeTodos - mColors - - - kdateedit.h - - - - libtdepim/kdateedit.h - libtdepim/kdateedit.h - - diff --git a/korganizer/printing/calprintweetdeconfig_base.ui b/korganizer/printing/calprintweetdeconfig_base.ui new file mode 100644 index 000000000..0be844abb --- /dev/null +++ b/korganizer/printing/calprintweetdeconfig_base.ui @@ -0,0 +1,300 @@ + +CalPrintWeekConfig_Base +Configuration page for the print week mode. +Reinhold Kainhofer <reinhold@kainhofer.com> + + + CalPrintWeek_Base + + + + 0 + 0 + 386 + 262 + + + + CalPrintWeek_Base + + + + unnamed + + + 0 + + + + spacer3 + + + Vertical + + + Expanding + + + + 21 + 27 + + + + + + mDateRangeGroup + + + Date && Time Range + + + + unnamed + + + + spacer1 + + + Horizontal + + + Expanding + + + + 16 + 21 + + + + + + mFromDateLabel + + + &Start date: + + + mFromDate + + + Here you can choose which events should be printed based on their date. This check enables you to enter the start date of the date range. Use the <i>End date</i> to enter the end date of the daterange. + + + + + mFromDate + + + StrongFocus + + + Here you can choose which events should be printed based on their date. This check enables you to enter the start date of the date range. Use the <i>End date</i> to enter the end date of the daterange. + + + + + mToTimeLabel + + + End ti&me: + + + mToTime + + + All events which start later than the given time will not be printed. + + + + + spacer4 + + + Horizontal + + + Expanding + + + + 110 + 20 + + + + + + mToTime + + + + + + Minutes|Hours + + + All events which start later than the given time will not be printed. + + + + + mFromTimeLabel + + + Start &time: + + + mFromTime + + + All events which start earlier than the given time will not be printed. + + + + + mFromTime + + + + + + Minutes|Hours + + + All events which start earlier than the given time will not be printed. + + + + + mToDate + + + StrongFocus + + + Here you can choose which events should be printed based on their date. This check enables you to enter the end date of the date range. Use the <i>Start date</i> to enter the start date of the daterange. + + + + + mToDateLabel + + + &End date: + + + mToDate + + + Here you can choose which events should be printed based on their date. This check enables you to enter the end date of the date range. Use the <i>Start date</i> to enter the start date of the daterange. + + + + + + + mColors + + + &Use colors + + + The timetable view supports colors. If you want to make use of colors you should check this option. The category colors will be used. + + + + + mPrintType + + + Print Layout + + + + unnamed + + + + mPrintTypeButton1 + + + Print as &Filofax page + + + true + + + The Filofax view prints one week per page, so all days have a large surface. + + + + + mPrintTypeButton2 + + + Print as &timetable view + + + This view is similar to the weekview in KOrganizer. The week is printed in landscape layout. You can even use the same colors for the items if you check <i>Use Colors</i>. + + + + + mPrintTypeButton3 + + + Print as split week view + + + This view is similar to the week view in KOrganizer. The only difference with the timetable view is the page layout. Timetables are printed in landscape, the split week view in portrait. + + + + + + + mIncludeTodos + + + false + + + Include to-&dos that are due on the printed day(s) + + + Check this option if you want to have to-dos on the print, placed by their due date. + + + + + + + + mFromDate + mFromTime + mToDate + mToTime + mPrintTypeButton1 + mIncludeTodos + mColors + + + kdateedit.h + + + + libtdepim/kdateedit.h + libtdepim/kdateedit.h + + diff --git a/korganizer/resourceview.cpp b/korganizer/resourceview.cpp index a325add5f..c92915715 100644 --- a/korganizer/resourceview.cpp +++ b/korganizer/resourceview.cpp @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include diff --git a/korganizer/stdcalendar.cpp b/korganizer/stdcalendar.cpp index 0d2748699..a7fcd5442 100644 --- a/korganizer/stdcalendar.cpp +++ b/korganizer/stdcalendar.cpp @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include diff --git a/korganizer/urihandler.cpp b/korganizer/urihandler.cpp index 6e4819a8a..09edb36c3 100644 --- a/korganizer/urihandler.cpp +++ b/korganizer/urihandler.cpp @@ -38,14 +38,14 @@ using namespace KCal; #include #include #include -#include +#include #include #include #include #include #include #include -#include +#include #include -- cgit v1.2.1