220
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Coding style cleanups. More... almost 21 years ago
Don't rely on the compiler to get rid of tail recursion; this ain't LISP, it may not do it; use a loop instead. Fixes kmail crashing with stack overflow on my trash folder (come on, it's only 163644 messages!) More... almost 21 years ago
Reformatted according to policy. More... almost 21 years ago
Update for Bram Schoenmakers' kDatePicker widget. More... almost 21 years ago
Added Bram Schoenmakers KDatePickerPopup widget More... almost 21 years ago
Added Bram Schoenmakers' KDatePickerPopup widget More... almost 21 years ago
Placed the name and role text next to the image, that looks better and saves screen space. More... almost 21 years ago
The KPimPrefs class recognizes now when his config files has changed and reloads its configuration in this case. Of course this mechanism has to be put somewhere in KConfig, but that's something for KDE4.0. More... almost 21 years ago
Grep the Enter event to avoid that it's passed to the parent widget. That would cause the closing of the dialog, which's quite annoying... More... almost 21 years ago
CVS_SILENT i18n style guide fixes All in favor for a style guide boot camp. More... almost 21 years ago
Make it possible to add a list of categories to the default categories, so that they are visible in the selection dialog as well. More... almost 21 years ago
Add null resource for KABC::AddressBook. More... almost 21 years ago
CVS_SILENT made messages More... almost 21 years ago
Don't crash when URL of image isn't valid. More... almost 21 years ago
Add temporary copy of Scott's klistviewsearchline in kdeui. Rename files because the header is installed and could collide with a kdelibs from head and put the class into the KPIM namespace. More... almost 21 years ago
Use KABC::Addressee::fullEmail() for the mailto: link More... almost 21 years ago
Show organization only once. More... almost 21 years ago
Use the organisation as name when formatted/assmebled name is empty. More... almost 21 years ago
Add signal 'contactMatched( KABC::Addressee& )' which is emitted whenever a contact matches the input. The passed Addressee object contains all available data of this contact. More... almost 21 years ago
Moved AddresseeLineEdit from kdepim/kaddressbook to kdepim/libkdepim More... almost 21 years ago
Allo also '+' in stripped numbers when it's the first sign in the number. More... almost 21 years ago
Allow also '*' and '#' in stripped phone numbers. All other signs are not valid for stripped numbers because you won't be able to input them in a normal telephone as well. More... almost 21 years ago
Show birthday only when it is a valid date. That fixes 75494 as well. More... almost 21 years ago
Add support for custom Changes. More... almost 21 years ago
CVS_SILENT compile using right KURL constructors More... almost 21 years ago
Take obscurity into account when checking for changed values. More... almost 21 years ago
Add support for hidden values (e.g. passwords). Allow GUI to read config. More... almost 21 years ago
Get kcfg file from the correct location. More... almost 21 years ago
Display 'unknown' instead of 'none' when no birthday is available More... almost 21 years ago
Update also the 'Recent addresses' group... That fixes #72758 More... almost 21 years ago