knokiisync-developers Mailing List for KnokiiSync
Status: Beta
Brought to you by:
reverant
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
(5) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-22 12:19:43
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Dimitris S. <ds...@li...> - 2003-12-23 09:20:25
|
Hi everyone, as you may have noticed, I haven't updated the project for some time now. This is because both my job and my studies absorb my free time like a dry sponge. However, I have been able to slip a 15-day xmas holiday to my benefit, so expect development to speed up again. There are propably many issues to root out before 0.4.0, so people are urged to try the following tarball: http://knokiisync.sf.net/knokiisync-0.3.8.tar.bz2 so that I can quickly locate any problems. Please remember that this is a preprerelease: Please backup your phone and your KDE address book before testing! Dimitris -- Klingon function calls do not have 'parameters' - they have 'arguments' -- and they ALWAYS WIN THEM . |
From: Dimitris S. <dim...@li...> - 2003-08-18 07:45:20
|
Hi everyone, I've been working lately on version 0.3.2. In fact, there have been _so_ many changes, that the version really must go to 0.4.0. Here is what has currently been done: o The phone can hold up to 4 URLs per contact. The KAB can only hold one. Worked around this limitation using insertCustom(). The same goes for the notes. o Added the Addressee view dialog. Using it, you can see the details of a contact, in a single dialog. You can access it by double-clicking the wanted contact. o Implemented caller group awareness and name customisation. o Added a right-click menu with options: * Transfer to KAB * Update in phone * Show contact details o Reverted from using an .rc file to store the overriden phone entries to using a KABC::AddressBook (vcf list) file. o Configuration changes no longer require a program restart. o Added customisable name-surname seperator string. o KnokiiSync now discriminates between 1,2,3,3+ word names. You can configure how it recognises these names seperately. o Added a "Name configuration" dialog, which appears for each name class (1,2,3,3+ words) you configured KnokiiSync to ask. o You can now delete the overriden data of a contact by clicking the "Clear override data" button in the Addressee view window. This means that the "syncing" version will be 0.5.0 (nice round number :-)), and everything after 0.4.0 will only contain bugfixes, unless a new feature that is vital for syncing is required. 0.4.0 will also contain many more features, which I'm currently working on, and these will be listed later on. Have a good day. Dimitris -- Copywight 1994 Elmer Fudd. All wights wesewved. |
From: Dimitris S. <dim...@li...> - 2003-07-30 12:17:51
|
On Wednesday 30 July 2003 13:32, Pawel Kot wrote: > Please fix this mailinglist address at the webpage: > http://knokiisync.sourceforge.net/mailinglists.html > > pkot Thanks Pawel, done. -- Indentation?! - I will show you how to indent when I indent your skull! |
From: Pawel K. <pk...@li...> - 2003-07-30 10:33:50
|
Please fix this mailinglist address at the webpage: http://knokiisync.sourceforge.net/mailinglists.html pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku ---------- Forwarded message ---------- Date: Wed, 30 Jul 2003 11:41:58 +0200 (CEST) From: Pawel Kot <pk...@li...> To: Dimitris Stasinopoulos <dim...@li...> Cc: kno...@li..., kno...@li... Content-Type: MULTIPART/MIXED; BOUNDARY="1138328264-232680314-1059558118=:11927" Subject: Re: [Knokiisync-users] compilation failure 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: 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:36
|
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: Dimitris S. <dim...@li...> - 2003-07-10 11:35:54
|
Hi everyone, I finally implemented multiple subentry types per contact (eg. 3 work phones, 2 emails, etc). The only limitation is with URL and Note, as KDE's address book doesn't allow more than entry of these types. The code is ready and waiting in CVS, however, I do want to test it a bit more before I tag it as 0.3.0. If any of the usual adventurers want to have a go at it, please do, and let me know of any issues you find. Dimitris -- Klingon multitasking systems do not support "time-sharing". When a Klingon program wants to run, it challenges the scheduler in hand-to-hand combat and owns the machine. |
From: Dimitris S. <dim...@li...> - 2003-06-23 18:06:16
|
Hi everyone, this is to announce the release of KnokiiSync V. 0.2.3. While not a major release, it does include some tweaks that will affect (help) those who are a bit more "sloppy" on their naming schemes. This release will give you a bit more control over the names. Specifically: - Names that do not match the format given in the configuration dialog are flagged. You can choose if you want to be notified immediately (during the phonebook read) and still read the problematic entry or ignore the entry. - Other "problematic" entries (like empty ones) are also flagged. - In some cases, if the format didn't match, the transfer would end, but the transfer dialog would still remain there. Fixed. - Minor code cleanup. Downloads as usual at http://www.sf.net/projects/knokiisync Download, compile, test and report problems :-) Oh, and for those who like to walk on the bleeding edge: KnokiiSync is in the CVS repository. If you want to download the latest release: cvs -d:pserver:ano...@cv...:/cvsroot/knokiisync login (Press enter for no password) cvs -z3 -d:pserver:ano...@cv...:/cvsroot/knokiisync checkout KnokiiSync And you (propably) have the latest stuff. After that, issue: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/knokiisync update KnokiiSync to keep your local copy updated, everytime you feel like it. Please note that SourceForge has a 24hr gap between the syncs of the developer and the end user (anonymous) CVS server, so you might be getting "last night's" stuff. Enjoy, Dimitris -- "The end of time is reached around the year 8000, by which time we expect Qt to be obsolete." - QT Documention, qdate.html#details |
From: Dimitris S. <dim...@li...> - 2003-06-16 05:46:04
|
Hi everyone, this is to announce the release of KnokiiSync 0.2.2 Changes: * Seperate tarballs are no longer required to build with bluetooth support. Thanks to Pawel Kot for the hint. Note that this means that you will need pkg-config for this magic to work. See http://www.freedesktop.org. * Better name handling. KnokiiSync can now distinguish between Surname ("Family Name") and Name ("Given Name"), and will ask you what to do if something isn't right. You can then tweak these, right in the program, by double-clicking the surname and name in the Mobile (right hand side) panel. * Progress dialogs when reading both the KAB, as well as the phone memory. * Memory selection option. You can now choose "Phone", "SIM", "Phone+SIM". * Bugfixes here and there. * Some minor stuff, like error reporting instead of silent drops, and more. Download, test, report problems, and as usual, have fun! Dimitris -- Our network is object-oriented; Everytime I change something, the users object. |
From: Pawel K. <pk...@li...> - 2003-06-11 09:41:59
|
On Wed, 11 Jun 2003, Stasinopoulos Dimitris wrote: Hi Dimitris, [I'm not sure to which list should I write, so feel free to truncate the Cc list. Also not setting reply-to policy at sf is imho quite annoying...] > Hi everyone. I will be releasing version 0.2.3 of KnokiiSync shortly (as > early as within the day, as late as until Friday). > So, this is an encouragment for everyone to post any ideas, bugs, > contributions, etc. as soon as possible, so that I can > have a look and possibly implement in this release, which I hope to be > the last for the 0.2.x series. Roadmap for the > next versions coming soon. As the side note. Did you think about integration with MultiSync? (http://multisync.sf.net/) As the other kind of functionality I'd like to see is the daemon watching the possible connections and enabling the 'Synchronize' window when any of the connections is available. And a small bug report: when 'Name' field in the phone is just one word, knokiisync didn't save the entry correctly into the KDE addressbook: an extra space at the beginning and no number. And a hint. When creating Makefile you need to determine what flags you should use (ie. your special case for the bluetooth). Gnokii does provide pc file, which allows you to use: $ pkg-config --libs gnokii and $ pkg-config --cflags gnokii which should help in determining the correct compilation/linking flags. pkot -- mailto:pk...@li... :: mailto:pk...@sl... http://kt.linuxnews.pl/ :: Kernel Traffic po polsku |
From: Stasinopoulos D. <dim...@li...> - 2003-06-11 09:10:45
|
Hi everyone. I will be releasing version 0.2.3 of KnokiiSync shortly (as early as within the day, as late as until Friday). So, this is an encouragment for everyone to post any ideas, bugs, contributions, etc. as soon as possible, so that I can have a look and possibly implement in this release, which I hope to be the last for the 0.2.x series. Roadmap for the next versions coming soon. Dimitris -- Mental Floss prevents Moral Decay |