0
I Use This!
Very High Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 10 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
the attributes of the ldap resource are customizeable now More... over 21 years ago
hmm, it seems I omitted a chapter ;) More... over 21 years ago
applied Michael Goffioul's patch partly and fixed the 'Resource::open()-is-not-called' bug More... over 21 years ago
Don't crash More... over 21 years ago
after reading 'effective c++' I guess we have to cleanup the API and concepts of libkabc a lot ;) More... over 21 years ago
Guard against self assignment and do not leak patch okayed by Cornelius More... over 21 years ago
add a currently only read only Resource to read the Evolution Personal Addressbook Once vCard2.1 output exists writing will be enabled More... over 21 years ago
well duh, that's the point of shell-completion More... over 21 years ago
setting a crash handler in a library makes no sense like lubos convinced me, so i moved the stuff to the applications More... over 21 years ago
add correct checking for input validness More... over 21 years ago
all_includes must be after local includes More... over 21 years ago
convert QImage to QByteArray with a QDataStream instead of KTempFile More... over 21 years ago
comment out old image loading code More... over 21 years ago
add setEmails and setKeys to KABC::Addressee More... over 21 years ago
Fix typo. More... over 21 years ago
Use KCmdLineLastOption More... over 21 years ago
add cache to countryToISO, to reduce high cost kconfig access More... over 21 years ago
Stop scaring people about not passing the test. Maybe it'd be a good idea to remove the uid check from Addressee comparison. More... over 21 years ago
Pass the tests, the parser works beautifully. Maybe we should make the phone number parsing a little bit smarter (e.g. right now "+1-415-528-4164" != "1-415-528-4164") More... over 21 years ago
- add testread2 build to Makefile.am - fixed bug More... over 21 years ago
Testing conversion tools to Addressee. Phone numbers seem to parsed wrong. More... over 21 years ago
The Picture and Sound class have to save their data in the datastream... That breaks the binary file format => increment binary version to '2' More... over 21 years ago
exchanged the bubble sort with quick sort... enjoy the speedup ;) More... over 21 years ago
unbreak ldap completion More... over 21 years ago
made vcardparser using qvariant for easy base64/quoted-printable support More... over 21 years ago
Call testread during "make check". More... over 21 years ago
another test case taken from a prominent PIM suite :) More... over 21 years ago
Added reference files. More... over 21 years ago
Added reference output from testread. More... over 21 years ago
Added command line options for inout and output file. Diff against reference file. More... over 21 years ago