KTagebuch

Groupware

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

1
Become a Fan
5.0

Available as/for:
Description:
KTagebuch is a diary application. It has word processor-like functions and has a plugin to save the mood for every entry.
Last changelog:

Version 0.73 crashed if there were no entries to import.


Ratings & Comments

9 Comments

mafp

Hi, When compiling 0.74 I get the following error: /bin/sh ../../../libtool --silent --tag=CXX --mode=link g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o ktagebuch_mood.la -rpath /home/mafp/.kde/lib64/kde3 -module -no-undefined -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde3/lib64 -R /usr/lib/qt3/lib64 -R /usr/X11R6/lib64 moodplugin.lo moodprefs.lo ../../library/libktagebuch.la .libs/moodplugin.o: In function `MoodPlugin::~MoodPlugin()': moodplugin.cpp:(.text+0x3): undefined reference to `vtable for MoodPlugin' .libs/moodplugin.o: In function `MoodPlugin::~MoodPlugin()': moodplugin.cpp:(.text+0x23): undefined reference to `vtable for MoodPlugin' .libs/moodplugin.o: In function `MoodPlugin::~MoodPlugin()': moodplugin.cpp:(.text+0x43): undefined reference to `vtable for MoodPlugin' .libs/moodplugin.o: In function `MoodPlugin::MoodPlugin(QObject*, char const*, QStringList const&)': moodplugin.cpp:(.text+0x13b): undefined reference to `vtable for MoodPlugin' .libs/moodplugin.o: In function `MoodPlugin::MoodPlugin(QObject*, char const*, QStringList const&)': moodplugin.cpp:(.text+0x1fb): undefined reference to `vtable for MoodPlugin' .libs/moodplugin.o: In function `KGenericFactory::createObject(QObject*, char const*, char const*, QStringList const&)': moodplugin.cpp:(.gnu.linkonce.t._ZN15KGenericFactoryI10MoodPlugin7QObjectE12createObjectEPS1_PKcS5_RK11QStringList[KGenericFactory::createObject(QObject*, char const*, char const*, QStringList const&)]+0x22): undefined reference to `MoodPlugin::staticMetaObject()' .libs/moodprefs.o: In function `MoodPreferences::staticMetaObject()': moodprefs.cpp:(.text+0xd1): undefined reference to `ConfigModule::staticMetaObject()' .libs/moodprefs.o: In function `MoodPreferences::qt_invoke(int, QUObject*)': moodprefs.cpp:(.text+0x185): undefined reference to `ConfigModule::qt_invoke(int, QUObject*)' .libs/moodprefs.o: In function `MoodPreferences::qt_property(int, int, QVariant*)': moodprefs.cpp:(.text+0x1a5): undefined reference to `ConfigModule::qt_property(int, int, QVariant*)' .libs/moodprefs.o: In function `MoodPreferences::qt_emit(int, QUObject*)': moodprefs.cpp:(.text+0x32e): undefined reference to `ConfigModule::qt_emit(int, QUObject*)' .libs/moodprefs.o: In function `MoodPreferences::MoodPreferences(QString const&, QObject*)': moodprefs.cpp:(.text+0x523): undefined reference to `MoodPluginUI::MoodPluginUI(QWidget*, char const*, unsigned int)' .libs/moodprefs.o: In function `MoodPreferences::MoodPreferences(QString const&, QObject*)': moodprefs.cpp:(.text+0x653): undefined reference to `MoodPluginUI::MoodPluginUI(QWidget*, char const*, unsigned int)' .libs/moodprefs.o: In function `MoodPreferences::qt_cast(char const*)': moodprefs.cpp:(.text+0x17a): undefined reference to `ConfigModule::qt_cast(char const*)' .libs/moodprefs.o:(.gnu.linkonce.d._ZTI15MoodPreferences[typeinfo for MoodPreferences]+0x10): undefined reference to `typeinfo for ConfigModule' collect2: ld returned 1 exit status This on SUSE10.0 with KDE 3.5.2 and gcc-4.0.2 on x86_64. Any help? Thnx

KNT

When the notes are saved ISO8859-2 characters are lost. Instead I see question marks. The same happened when I improrted the entries from 0.73. Also the spellchecking function seems to be missing (it was in 0.73, right?).

pingulang

I tried to start KTagebuch on my SUSE 9.3 System with KDE 3.3. The result is a system crash.

RainerB

Suse has KDE in "/opt/kde3" . Did you use "./configure --prefix=/opt/kde3" ?

pingulang

Here the Logfile of the system crash. I used ./configure --prefix=/opt/kde3 Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1097222752 (LWP 21838)] [KCrash handler] #7 0x4053e13d in sqlite3_result_blob () from /usr/lib/libsqlite3-3.0.8.so.0 #8 0x4053e9ed in sqlite3_column_text () from /usr/lib/libsqlite3-3.0.8.so.0 #9 0x401a23a1 in FileSystem::loadEntry () from /opt/kde3/lib/libfilesystem.so.1 #10 0x4004482f in KTagebuch::loadEntry () from /opt/kde3/lib/libktagebuch.so.1 #11 0x40045052 in KTagebuch::setDate () from /opt/kde3/lib/libktagebuch.so.1 #12 0x4004536a in KTagebuch::slotToday () from /opt/kde3/lib/libktagebuch.so.1 #13 0x40047817 in KTagebuch::KTagebuch () from /opt/kde3/lib/libktagebuch.so.1 #14 0x0804968f in main ()

RainerB

Sorry, the table within the database was not created if no previous entries were imported. It is fixed in version 0.74 which you can download already.

CyberSocial

Th same occours under Fedora. What happens, when the qt SQLITE plugin is loaded instead unsing those of your app?

RainerB

You can't use the QT SQLite plugin with KTagebuch (unless you change the code) because the plugin can only be used with QT's QSQL classes. Please compile it with the SQLite library from http://www.sqlite.org .

RainerB

You can't use the QT SQLite plugin with KTagebuch (unless you change the code) because the plugin can only be used with QT's QSQL classes. Please compile it with the SQLite library from http://www.sqlite.org .

Pling
0 Affiliates
Details
license
version 0.74
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Groupware:

Taskjuggler Debian Etch deb
seraphyn
last update date: 18 years ago

Score 5.0

Kotivox
dev2
last update date: 15 years ago

Score 5.0

opensync-plugin-kdepim
MasterPatricko
last update date: 15 years ago

Score 5.0

opensync-plugin-akonadi
MasterPatricko
last update date: 14 years ago

Score 5.0

PlexyDesk
sirajr
last update date: 10 years ago

Score 5.0

Aethera
BigBoss
last update date: 20 years ago

Score 5.0



System Tags