author | zautrix <zautrix> | 2004-10-12 20:54:38 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-12 20:54:38 (UTC) |
commit | 95ce1ce07164da5660a2bf1992fed4c263c6afca (patch) (side-by-side diff) | |
tree | 46309cb90affec4c56f7453e3e87af7368744e98 | |
parent | 60a63813f7ec38fe275e7ef06033a6d3eb3ec31c (diff) | |
download | kdepimpi-95ce1ce07164da5660a2bf1992fed4c263c6afca.zip kdepimpi-95ce1ce07164da5660a2bf1992fed4c263c6afca.tar.gz kdepimpi-95ce1ce07164da5660a2bf1992fed4c263c6afca.tar.bz2 |
howto files moved
-rw-r--r-- | bin/kdepim/SyncHowto.txt (renamed from bin/kdepim/korganizer/howtoSYNC.txt) | 0 | ||||
-rw-r--r-- | bin/kdepim/WhatsNew.txt (renamed from bin/kdepim/korganizer/kopiWhatsNew.txt) | 6 | ||||
-rw-r--r-- | korganizer/mainwindow.cpp | 19 |
3 files changed, 7 insertions, 18 deletions
diff --git a/bin/kdepim/korganizer/howtoSYNC.txt b/bin/kdepim/SyncHowto.txt index 3cab446..3cab446 100644 --- a/bin/kdepim/korganizer/howtoSYNC.txt +++ b/bin/kdepim/SyncHowto.txt diff --git a/bin/kdepim/korganizer/kopiWhatsNew.txt b/bin/kdepim/WhatsNew.txt index 3f95dcf..3eecf8c 100644 --- a/bin/kdepim/korganizer/kopiWhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt @@ -1,5 +1,4 @@ -Info about the changes in new versions of KO/Pi -and KDE-Pim/Pi +Info about the changes in new versions of KDE-Pim/Pi ********** VERSION 1.9.7 ************ @@ -25,6 +24,9 @@ and close them. KO/Pi and KA/Pi must be running in order to receive the data. (KO/Pi and KA/Pi are always running if Fastload for them is enabled!) +In the KA/Pi details view are now the preferred tel. numbers displayed on top +of the other data ( emails/tel.numbers/addresses) + ********** VERSION 1.9.6 ************ diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index a69a0bd..58d8d34 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1084,21 +1084,8 @@ void MainWindow::usertrans() void MainWindow::synchowto() { -#if 0 - QPtrList<Incidence> er = mCalendar->rawIncidences(); - Incidence* inR = er.first(); - VCalFormat vf; - QString strout; - while ( inR ) { - if ( inR->type() == "Todo" ) - strout = vf.todoToString( (Todo *) inR ); - if ( inR->type() == "Event" ) - strout = vf.eventToString( (Event *) inR ); - qDebug("incidence: \n%s\n ente\n\n",strout.latin1() ); - inR = er.next(); - } -#endif - displayFile( "howtoSYNC.txt",i18n("KO/Pi Synchronization HowTo") ); + + KApplication::showFile( "KDE-Pim/Pi Synchronization HowTo", "kdepim/SyncHowto.txt" ); } void MainWindow::faq() { @@ -1107,7 +1094,7 @@ void MainWindow::faq() } void MainWindow::whatsNew() { - displayFile( "kopiWhatsNew.txt",i18n("KO/Pi Version Info") ); + KApplication::showFile( "KDE-Pim/Pi Version Info", "kdepim/WhatsNew.txt" ); } void MainWindow::licence() |