Only in kluje-0.7: Makefile Only in kluje-0.7: config.h Only in kluje-0.7: config.log Only in kluje-0.7: config.status Only in kluje-0.7/doc: Makefile Only in kluje-0.7/doc/en: Makefile Only in kluje-0.7/doc/en: index.cache.bz2 Only in kluje-0.7/kluje: .libs Only in kluje-0.7/kluje: Makefile Only in kluje-0.7/kluje: editeventsdialog.moc.cpp Only in kluje-0.7/kluje: editeventsdialog.moc.o Only in kluje-0.7/kluje: editeventsdialog.o Only in kluje-0.7/kluje: kluje diff -aur kluje-0.7.old/kluje/kluje.cpp kluje-0.7/kluje/kluje.cpp --- kluje-0.7.old/kluje/kluje.cpp 2002-07-10 23:00:47.000000000 -0500 +++ kluje-0.7/kluje/kluje.cpp 2003-12-17 00:31:26.000000000 -0600 @@ -56,7 +56,7 @@ user = kapp->config()->readEntry("Username", ""); QString password = kapp->config()->readEntry("Password", ""); QString serverUrl = kapp->config()->readEntry("ServerUrl", - "http://www.livejournal.com/cgi-bin/log.cgi"); + ""); klujeIO = new KLuJeIO(this, user, password, serverUrl); kapp->config()->setGroup("MainWindow"); Only in kluje-0.7/kluje: kluje.moc.cpp Only in kluje-0.7/kluje: kluje.moc.o Only in kluje-0.7/kluje: kluje.o Only in kluje-0.7/kluje: kluje_meta_unload.cpp Only in kluje-0.7/kluje: kluje_meta_unload.o diff -aur kluje-0.7.old/kluje/klujeio.cpp kluje-0.7/kluje/klujeio.cpp --- kluje-0.7.old/kluje/klujeio.cpp 2002-08-01 22:49:00.000000000 -0500 +++ kluje-0.7/kluje/klujeio.cpp 2003-12-17 01:00:36.000000000 -0600 @@ -117,7 +117,7 @@ KURL::encode_string_no_slash(username) + "&hpassword=" + KURL::encode_string_no_slash(password) + "&getmoods=" + QString::number(klujeWin->getMoods()->getHighestId()) + "&getmenus=1&getpickws=1" + - "&clientversion=KDE-KLuJe/" + VERSION + "&ver=1"; + "&clientversion=KDE-KLuJe-dj/" + VERSION + "&ver=1"; kdDebug(6969) << "SENDING: " << postdata << endl; KIO::TransferJob *job = KIO::http_post(serverUrl, postdata.utf8(), false); job->addMetaData("content-type", "Content-Type: application/x-www-form-urlencoded"); Only in kluje-0.7/kluje: klujeio.moc.cpp Only in kluje-0.7/kluje: klujeio.moc.o Only in kluje-0.7/kluje: klujeio.o Only in kluje-0.7/kluje: klujemoods.o Only in kluje-0.7/kluje: klujesystray.moc.cpp Only in kluje-0.7/kluje: klujesystray.moc.o Only in kluje-0.7/kluje: klujesystray.o Only in kluje-0.7/kluje: listboxevent.o Only in kluje-0.7/kluje: ljevent.o Only in kluje-0.7/kluje: main.o diff -aur kluje-0.7.old/kluje/preferencesdialog.cpp kluje-0.7/kluje/preferencesdialog.cpp --- kluje-0.7.old/kluje/preferencesdialog.cpp 2002-04-15 21:46:37.000000000 -0500 +++ kluje-0.7/kluje/preferencesdialog.cpp 2003-12-17 01:01:04.000000000 -0600 @@ -65,6 +65,17 @@ passwordEdit = new KLineEdit(page); passwordEdit->setEchoMode(QLineEdit::Password); gbox->addWidget(passwordEdit, 1, 1); + +/*Server Configuration Options*/ + gbox->addRowSpacing( 2, spacingHint()*2 ); + + QLabel* lblserverUrl = new QLabel("ServerUrl", page); + gbox->addWidget(lblserverUrl, 2, 0); + serverUrlEdit = new KLineEdit(page); + serverUrlEdit->setText(kconfig->readEntry("ServerUrl")); + gbox->addWidget(serverUrlEdit, 2, 1); + + topLayout->addStretch(10); } @@ -111,7 +122,10 @@ KMD5 md5(passwordEdit->text()); kconfig->writeEntry("Password", QString(md5.hexDigest())); } - + + /*writing the server info*/ + kconfig->writeEntry("ServerUrl", serverUrlEdit->text()); + kconfig->setGroup("CheckFriends"); kconfig->writeEntry("enabled", checkFriendsCheck->isChecked()); @@ -121,6 +135,7 @@ void PreferencesDialog::slotDefault() { usernameEdit->setText(kconfig->readEntry("Username")); + serverUrlEdit->setText("http://www.deadjournal.com/cgi-bin/log.cgi"); } PreferencesDialog::~PreferencesDialog() diff -aur kluje-0.7.old/kluje/preferencesdialog.h kluje-0.7/kluje/preferencesdialog.h --- kluje-0.7.old/kluje/preferencesdialog.h 2002-04-15 21:46:37.000000000 -0500 +++ kluje-0.7/kluje/preferencesdialog.h 2003-12-16 23:38:24.000000000 -0600 @@ -42,6 +42,7 @@ KConfig *kconfig; KLineEdit *usernameEdit; KLineEdit *passwordEdit; + KLineEdit *serverUrlEdit; //added line i did QCheckBox *checkFriendsCheck; Only in kluje-0.7/kluje: preferencesdialog.moc.cpp Only in kluje-0.7/kluje: preferencesdialog.moc.o Only in kluje-0.7/kluje: preferencesdialog.o Only in kluje-0.7: libtool Only in kluje-0.7/po: Makefile Only in kluje-0.7: stamp-h