knokiisync-users Mailing List for KnokiiSync (Page 3)
Status: Beta
Brought to you by:
reverant
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
(39) |
Aug
(40) |
Sep
|
Oct
(4) |
Nov
|
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Guillaume du M. <gui...@du...> - 2003-08-03 15:55:11
|
Hi, I had some problems with entries which have a space (or multiple spaces) in their family name. The problem is in syncview.ui.h : a case tests whether there is 0 or 1 space in the complete name. That's ok if neither the firstname neither the last name have a space in it. I use the format "Name, Surname", and it wasn't working (it was getting in the default case). I made a little patch which basically replaces the case with a if : if (zero space) ... else if (more than zero space) /* instead of else if (one space) */ ... else ... And it's working now :) I was thinking, maybe you could use a double space to separate firstnames and lastnames ? Thx Guillaume -- Guillaume du Manoir - gui...@du... http://guillaume.du-manoir.eu.org |
|
From: Pawel K. <pk...@li...> - 2003-07-30 14:30:58
|
On Wed, 30 Jul 2003, Dimitris Stasinopoulos wrote: > Some (==most) of my entries only appear correct with ISO8859-7. Only 5 of > about 50+ appear correct with UTF8. Go figure... Okay. Now I can see: gnokii converts utf to the correct locale string. So perhaps this is the reason. Anyway gnokii plans to keep this in unicode, so the change will work for the future :-) pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku |
|
From: Dimitris S. <dim...@li...> - 2003-07-30 14:10:26
|
On Wednesday 30 July 2003 16:17, Pawel Kot wrote: > O > > Weird! My Nokia 6310i only works with ISO8859-7 as the encoding. > > I'll test it and see. > > Retested. Indeed it works with ISO8859-2 (I'm sure it didn't). But > anyway: Message received: 0x03 / 0x009e > 01 46 00 08 00 01 01 00 00 10 00 05 00 03 00 00 | F > 00 00 00 00 00 04 07 00 00 1c 01 14 00 50 00 61 | P a > 00 77 00 65 01 42 00 20 00 4b 00 6f 00 74 00 00 | w e B K o t > 00 00 0b 00 00 24 02 0a 00 00 00 1a 00 2b 00 34 | $ + 4 > [...] > It is definitely unicode. But perhaps it is converted by libgnokii to > iso... > > pkot Some (==most) of my entries only appear correct with ISO8859-7. Only 5 of about 50+ appear correct with UTF8. Go figure... Anyway, the change has been made, and the code has been commited. Do a cvs up and tell if it works for you. I'm looking at a 0.3.1 release before the end of the week, so that I can start working on syncing, and of course for a driver for the 7650 :-) Dimitris -- Sometimes, even the salamander burns. |
|
From: Pawel K. <pk...@li...> - 2003-07-30 13:18:09
|
On Wed, 30 Jul 2003, Dimitris Stasinopoulos wrote: > On Wednesday 30 July 2003 15:39, Pawel Kot wrote: > > On Wed, 30 Jul 2003, Dimitris Stasinopoulos wrote: > > > If you are talking about the phone's phone book, you can't, because I > > > don't know of any phones that use Unicode. If there are, please tell > > > me and I'll add "UTF8" to the encoding drop down menu. > > > > Nokia 6310 does. > > > > pkot > > Weird! My Nokia 6310i only works with ISO8859-7 as the encoding. > I'll test it and see. Retested. Indeed it works with ISO8859-2 (I'm sure it didn't). But anyway: Message received: 0x03 / 0x009e 01 46 00 08 00 01 01 00 00 10 00 05 00 03 00 00 | F 00 00 00 00 00 04 07 00 00 1c 01 14 00 50 00 61 | P a 00 77 00 65 01 42 00 20 00 4b 00 6f 00 74 00 00 | w e B K o t 00 00 0b 00 00 24 02 0a 00 00 00 1a 00 2b 00 34 | $ + 4 [...] It is definitely unicode. But perhaps it is converted by libgnokii to iso... pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku |
|
From: Dimitris S. <dim...@li...> - 2003-07-30 12:49:09
|
On Wednesday 30 July 2003 15:39, Pawel Kot wrote: > On Wed, 30 Jul 2003, Dimitris Stasinopoulos wrote: > > If you are talking about the phone's phone book, you can't, because I > > don't know of any phones that use Unicode. If there are, please tell > > me and I'll add "UTF8" to the encoding drop down menu. > > Nokia 6310 does. > > pkot Weird! My Nokia 6310i only works with ISO8859-7 as the encoding. I'll test it and see. Dimitris -- "The end of time is reached around 8000, by which time we expect Qt to be obsolete." - QT Documentation, qdate.html#details |
|
From: Pawel K. <pk...@li...> - 2003-07-30 12:40:47
|
On Wed, 30 Jul 2003, Dimitris Stasinopoulos wrote: > If you are talking about the phone's phone book, you can't, because I > don't know of any phones that use Unicode. If there are, please tell me > and I'll add "UTF8" to the encoding drop down menu. Nokia 6310 does. pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku |
|
From: Dimitris S. <dim...@li...> - 2003-07-30 11:53:28
|
On Wednesday 30 July 2003 11:08, Pawel Kot wrote: > 3. How can I specify that entries in the phonebook are unicode encoded? > > pkot If you are talking about the phone's phone book, you can't, because I don't know of any phones that use Unicode. If there are, please tell me and I'll add "UTF8" to the encoding drop down menu. Dimitris -- I used up all my sick days, so I'm calling in dead. |
|
From: Dimitris S. <dim...@li...> - 2003-07-30 11:49:58
|
On Wednesday 30 July 2003 12:41, Pawel Kot wrote: > On Wed, 30 Jul 2003, Pawel Kot wrote: > > both work. Probably it is the problem with memory status reading? > > Grrrrr.... Please apply the attached patch. > > pkot Hi Pawel, I faced that problem too last week, and it's already fixed in savannah cvs. Please update from there, as it included many more fixes (see the Changelog) Dimitris -- Not only will all eyes be on the leaders of men, but all combat sights as well. |
|
From: Pawel K. <pk...@li...> - 2003-07-30 09:43:20
|
On Wed, 30 Jul 2003, Pawel Kot wrote: > both work. Probably it is the problem with memory status reading? Grrrrr.... Please apply the attached patch. pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku |
|
From: Pawel K. <pk...@li...> - 2003-07-30 08:37:28
|
On Wed, 30 Jul 2003, Pawel Kot wrote: > 2. I'm able to read only address book from SIM. Choosing Phone memory and > Phone+SIM memory. Would it be possible not to crash knokiisync in that > case? I can add that: gnokii --getphonebook ME 1 and gnokii --getphonebook MT 1 both work. Probably it is the problem with memory status reading? pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku |
|
From: Pawel K. <pk...@li...> - 2003-07-30 08:09:30
|
On Tue, 29 Jul 2003, Dimitris Stasinopoulos wrote: > cp $SOURCES/kdelibs/kabc/format.h /opt/kde/include/kabc/ > > and you are propably done. I suspect that the slack people forgot to > include format.h in the right $include directory. Thanks. It worked. Now as I am able to run 0.3.0 version these are the notes: 1. I'm running recent (CVS, even more recent then CVS ;-)) gnokii version with Nokia 6310 over Bluetooth. 2. I'm able to read only address book from SIM. Choosing Phone memory and Phone+SIM memory. Would it be possible not to crash knokiisync in that case? 3. How can I specify that entries in the phonebook are unicode encoded? pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku |
|
From: Dimitris S. <dim...@li...> - 2003-07-29 20:27:29
|
On Tuesday 29 July 2003 23:09, you wrote: > > Your /usr/include/qt points to (or contains) an ancient version of QT > > (propably 2.x). You must symlink /usr/include/qt so that it points > > to /usr/include/qt3 > > > > After doing that, all your problems will propably be solved :-) > > Much better :) > > But not quite yet ;) > You have an old version of QT laying around somewhere. The problem is that instead of using QT 3.1's moc (meta object compiler), you are using the older version's moc. This is propably because your $PATH is either set to point to the path of the old moc or it doesn't point to the new moc at all. Remove the old version of QT, and then modify your $PATH so that it points to the new moc. As I'm not a debian person, I have no idea where they put things, so you're a bit on your own there I'm afraid. Good luck! Dimitris -- Mental Floss prevents Moral Decay. |
|
From: Dimitris S. <dim...@li...> - 2003-07-29 19:59:27
|
On Monday 28 July 2003 22:25, Guillaume du Manoir wrote: > Hi, > > I have a problem while trying to compile knokiisync : > -snip- > > Has anybody an idea what could be wrong ? > > Thanks ! > > Guillaume OK, found: Your /usr/include/qt points to (or contains) an ancient version of QT (propably 2.x). You must symlink /usr/include/qt so that it points to /usr/include/qt3 After doing that, all your problems will propably be solved :-) Dimitris -- The wind gives me enough fallen leaves to make a fire. - Ryokan Taigu (1758-1831) |
|
From: Dimitris S. <dim...@li...> - 2003-07-29 19:46:52
|
On Tuesday 29 July 2003 10:19, Guillaume du Manoir wrote: > > Hi, what are your your versions of QT, KDE, gcc package? > > Also, please state your platform (linux x86, etc) > > I am using debian woody : > > ii libqt3-mt-dev 3.1.2-0woody1 Qt development files (Threaded) > > ii kdelibs4-dev 3.1.2-0woody1 KDE core libraries (development > files) > > ii gcc-2.95 2.95.4-11woody The GNU C compiler. > > And it's a linux x86 > > Guillaume > Hi, can you please privately send me this file: /usr/include/qt/qstring.h so I can look if this is a distro-specific problem, like Pawel's? Dimitris -- Our network is object-oriented; Everytime I change something, the users object. |
|
From: Dimitris S. <dim...@li...> - 2003-07-29 19:19:04
|
On Tuesday 29 July 2003 18:05, Pawel Kot wrote: > Hi, > > This is probably rather KDE problem, but maybe someone knows the > solution: -snip- > In file included from syncview.ui.h:14, > from syncview.cpp:24: > /opt/kde/include/kabc/vcardformat.h:25:20: format.h: No such file or > directory Hi Pawel, cp $SOURCES/kdelibs/kabc/format.h /opt/kde/include/kabc/ and you are propably done. I suspect that the slack people forgot to include format.h in the right $include directory. Dimitris -- I am not a man! I am a free number! |
|
From: Pawel K. <pk...@li...> - 2003-07-29 17:20:39
|
Hi,
This is probably rather KDE problem, but maybe someone knows the solution:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include
-I/usr/lib/qt-3.1.2/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast
-Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -O2 -fno-exceptions -fno-check-new -c -o syncview.o `test -f
'syncview.cpp' || echo './'`syncview.cpp
In file included from syncview.ui.h:14,
from syncview.cpp:24:
/opt/kde/include/kabc/vcardformat.h:25:20: format.h: No such file or
directory
In file included from syncview.ui.h:14,
from syncview.cpp:24:
/opt/kde/include/kabc/vcardformat.h:38: parse error before `{' token
/opt/kde/include/kabc/vcardformat.h:41: destructors must be member
functions
/opt/kde/include/kabc/vcardformat.h:41: virtual outside class declaration
/opt/kde/include/kabc/vcardformat.h:46: parse error before `private'
/opt/kde/include/kabc/vcardformat.h:50: parse error before `}' token
In file included from syncview.cpp:24:
syncview.ui.h: In member function `void
SyncView::itemDoubleClicked(QListViewItem*, const QPoint&, int)':
syncview.ui.h:1353: warning: unused parameter `const QPoint&pos'
make[2]: *** [syncview.o] Error 1
make[2]: Leaving directory
`/home/pkot/devel/gnokii/knokiisync-0.3.0/knokiisync'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pkot/devel/gnokii/knokiisync-0.3.0'
make: *** [all] Error 2
As you can see:
- knokiisync 0.3.0
- qt 3.1.2
- KDE 3.1.0
Qt and KDE as provided by Slackware 9.0.
pkot
--
mailto:pk...@li... :: mailto:pk...@sl...
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku
|
|
From: Dimitris S. <dim...@li...> - 2003-07-29 14:15:43
|
On Tuesday 29 July 2003 10:19, Guillaume du Manoir wrote: > > Hi, what are your your versions of QT, KDE, gcc package? > > Also, please state your platform (linux x86, etc) > > I am using debian woody : > > ii libqt3-mt-dev 3.1.2-0woody1 Qt development files (Threaded) > > ii kdelibs4-dev 3.1.2-0woody1 KDE core libraries (development > files) > > ii gcc-2.95 2.95.4-11woody The GNU C compiler. > > And it's a linux x86 > > Guillaume Hi again, I'll investigate this and come back with a solution. Dimitris -- Q: What's the difference between a terrorist and an object methodologist? A: You can negotiate with the terrorist. |
|
From: Guillaume du M. <gui...@du...> - 2003-07-29 07:19:20
|
> Hi, what are your your versions of QT, KDE, gcc package? > Also, please state your platform (linux x86, etc) I am using debian woody : ii libqt3-mt-dev 3.1.2-0woody1 Qt development files (Threaded) ii kdelibs4-dev 3.1.2-0woody1 KDE core libraries (development files) ii gcc-2.95 2.95.4-11woody The GNU C compiler. And it's a linux x86 Guillaume |
|
From: Dimitris S. <dim...@li...> - 2003-07-28 22:13:25
|
On Monday 28 July 2003 19:25, Guillaume du Manoir wrote: > Hi, > > I have a problem while trying to compile knokiisync : -snip- > Has anybody an idea what could be wrong ? > > Thanks ! > > Guillaume > Hi, what are your your versions of QT, KDE, gcc package? Also, please state your platform (linux x86, etc) Dimitris |
|
From: Guillaume du M. <gui...@du...> - 2003-07-28 19:25:17
|
Hi, I have a problem while trying to compile knokiisync : $ make make all-recursive make[1]: Entering directory `/home/gdma/knokiisync-0.3.0' Making all in knokiisync make[2]: Entering directory `/home/gdma/knokiisync-0.3.0/knokiisync' source='conf_dialog.cpp' object='conf_dialog.o' libtool=no \ depfile='.deps/conf_dialog.Po' tmpdepfile='.deps/conf_dialog.TPo' \ depmode=gcc /bin/sh ../admin/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -c -o conf_dialog.o `test -f 'conf_dialog.cpp' || echo './'`conf_dialog.cpp In file included from conf_dialog.cpp:26: conf_dialog.ui.h: In method `void cfgDlg::pAddrLEChanged(const QString &)': /usr/include/qt/qstring.h:604: `class QString & QString::replace(const QString &, const QString &)' is private conf_dialog.ui.h:181: within this context /usr/include/qt/qstring.h:604: `class QString & QString::replace(const QString &, const QString &)' is private conf_dialog.ui.h:182: within this context /usr/include/qt/qstring.h:604: `class QString & QString::replace(const QString &, const QString &)' is private conf_dialog.ui.h:183: within this context /usr/include/qt/qstring.h:604: `class QString & QString::replace(const QString &, const QString &)' is private conf_dialog.ui.h:184: within this context /usr/include/qt/qstring.h:604: `class QString & QString::replace(const QString &, const QString &)' is private conf_dialog.ui.h:185: within this context /usr/include/qt/qstring.h:604: `class QString & QString::replace(const QString &, const QString &)' is private conf_dialog.ui.h:186: within this context make[2]: *** [conf_dialog.o] Error 1 make[2]: Leaving directory `/home/gdma/knokiisync-0.3.0/knokiisync' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gdma/knokiisync-0.3.0' make: *** [all] Error 2 Has anybody an idea what could be wrong ? Thanks ! Guillaume |
|
From: Dimitris S. <dim...@li...> - 2003-07-18 10:03:41
|
Hi everyone,
this is to announce the release of KnokiiSync V. 0.3.0 This is a major new
release, so everyone is encouraged to upgrade from any previous versions.
Changes:
o Overriden name entries on the phone now use the IMEI of
the phone, so it is now possible to use different phones.
o Broken the address column to more columns (Adrress,
Locality, Region, Postal Code, Country). This should help
a lot in the future.
o Configuration option for postal address mismatch is now
functional.
o You can now override the contents of the various address
fields if you have a address format mismatch.
o The code for reading and displaying the entries is now split;
There is two function for reading the entries (one for the KAB
and one for the phone) and one for displaying them (again, one
for the KAB and one for the phone).
o When read, the entries are stored in KABC::Addressee objects
in memory. This should make syncing in future versions a snap.
o New configuration option: Set formatted name in KAB.
o Bugfix: If a contact on the KAB didn't have a prefered phone set,
then trying to transfer that contact on the phone would fail. This
has been fixed, by setting the prefered phone to the first one
available, and if the contact has no phone numbers (eg. a
internet-only contact), then the first available email is used.
o Added option to hide all those ignored/empty/erroneous entries.
o Added i18n support.
o Added Greek translation (el)
o Added French translation (fr)
o Added Polish translation (pl)
As usual, point your browser to http://www.sf.net/projects/knokiisync for
more.
Enjoy,
Dimitris
--
Our competitors are without honor!
|
|
From: Dimitris S. <dim...@li...> - 2003-07-13 20:52:35
|
OK, it was one of these weekends where I had some time in my hands, so I went right on and added full i18n support to KnokiiSync. Previously, only some Qt-generated code had some tr() calls, not all the code. So, get your copy from CVS, or download the daily CVS tarball: http://knokiisync.sf.net/knokiisync-101303.tar.bz2 And submit those POs! ;-) Dimitris |
|
From: Pawel K. <pk...@li...> - 2003-07-11 10:14:06
|
On Fri, 11 Jul 2003, Dimitris Stasinopoulos wrote: > Check the newer CVS version! I added a new option last night :-) Any chance for the CVS snapshots? I'm firewalled fere at work and cannot get the CVS version. pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku |
|
From: Dimitris S. <dim...@li...> - 2003-07-11 10:06:51
|
On Friday 11 July 2003 13:02, you wrote: > Dimitris, > > Thanks for the patched version, the bug has been fixed and the > application works nicely. I finally have almost the same information on > the laptop and the phone, it's super, I can't wait for the "Sync" > functionality to work. > Soon enough I hope, maybe even before Aug 10! > The error given when the phone memory is totally empty is still there, > not that annoying since an easy workaround exists :) Check the newer CVS version! I added a new option last night :-) > > Have a nice weekend! > Robert. You too - and keep testing! :-) Dimitris -- Repeat after me, we are all individuals. |
|
From: Robert M. <Rob...@es...> - 2003-07-11 10:03:00
|
Dimitris, Thanks for the patched version, the bug has been fixed and the application works nicely. I finally have almost the same information on the laptop and the phone, it's super, I can't wait for the "Sync" functionality to work. The error given when the phone memory is totally empty is still there, not that annoying since an easy workaround exists :) Have a nice weekend! Robert. On Friday 11 July 2003 00:06, Dimitris Stasinopoulos wrote: > > On Thursday 10 July 2003 16:22, Robert Maier wrote: > > > Hi Dimitris, > > > > > For me the crash after I read the phone book from the mobile still > > > persists in the CVS version. > > Hi, found and fixed in CVS. While SF CVS server synchronize, you can grab > the CVS version as a tarball from: > > http://knokiisync.sf.net/knokiisync-071003.tar.bz2 > > Dimitris > > > ------------------------------------------------------- > This SF.Net email sponsored by: Parasoft > Error proof Web apps, automate testing & more. > Download & eval WebKing and get a free book. > www.parasoft.com/bulletproofapps1 > _______________________________________________ > Knokiisync-users mailing list > Kno...@li... > https://lists.sourceforge.net/lists/listinfo/knokiisync-users -- ------------------------------------------------------------------------------ Robert Maier ESAT SCD/COSIC ______ _____ _____ ______ Kasteelpark Arenberg 10 / ____/___ / ___//_ _// ____/ 3001 Heverlee / / / __ \ \__ \ / / / / BELGIUM / /___/ /_/ /___/ /_/ /_/ /___ Phone: +32-16-32.18.53 \____/\____//____//____/\____/ Fax: +32-16-32.19.69 ------------------------------------------------------------------------------ |