220
I Use This!
High Activity

Commits : Listings

Analyzed 8 days ago. based on code collected 9 days ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CVS_SILENT made messages More... over 21 years ago
Support for readonly mode, for korganizer. Will post korganizer patch shortly. More... over 21 years ago
Return list of all emails More... over 21 years ago
Make it possible for the app to customize the default identity (this is used by korganizer to propagate the KOPrefs settings) More... over 21 years ago
Moved KMIdentity to libkdepim (now KPIM::Identity). This meant moving IdentityManager, ConfigManager, kfileio helpers, two kmmessage static methods (now in email.*), and writing ProcessCollector to collect the stdout/stderr of a KProcess (like kmkernel can do). The identities are read/written to the new "emailidentities" config file. More... over 21 years ago
One ring to rule them all More... over 21 years ago
Seems people like 2-spaces indentation here too. Shall I even move it one level up, i.e. let all of kdepim be that way? More... over 21 years ago
No QT_NO_CAST_ASCII in libkdepim, so don't need fromLatin1. More... over 21 years ago
new timezone() method More... over 21 years ago
Applyed external patch which makes use of contact pictures in the addresses dialog. More... over 21 years ago
Test for https as well More... over 21 years ago
Add an enum to enable/disable single types of links. More... over 21 years ago
Use namespaces for image qmimesources. That fixes bug #79246. More... over 21 years ago
Prefix the url with http:// to get a valid url for the web browser. More... over 21 years ago
Remove an invalid </tr> and don't use colspan because this makes using different style options for the left and right column impossible. More... over 21 years ago
Align the description on top. More... over 21 years ago
This lets AddresseeView embed images into the HTML representing the vcard as data: urls. This is handy where the image doesn't exist on the filesystem, and where the HTML is displayed in KHTML (which doesn't support QMimeSourceFactory). Embedded vcard images, or, in future, IM status icons received from KIMProxy are examples of this kind of image. More... over 21 years ago
CVS_SILENT made messages More... over 21 years ago
Add default image to vCardAsHTML and replaced icon 'identity' by 'personal'. More... over 21 years ago
Create valid file URLs More... over 21 years ago
Add additional paramter to vCardAsHTML, to allow including image references in <img> tags and add some docu. More... over 21 years ago
vCardAsHTML returns now the table in <div> tags and uses 'contact_image' as mime source description More... over 21 years ago
Factored out the vCard->HTML code, now AddresseeView offers a static method for this convertion. More... over 21 years ago
Prevent date picker popup going past the right or top of the screen More... over 21 years ago
Fixed two bugs in addressesdialog (one caused a crash) and added another useful method More... over 21 years ago
Added toDistributionLists() in order to be able to use it with toAddresses() (to get hold of the Addressee objects), which to() doesn't allow. Okayed by aseigo. More... over 21 years ago
Fixed empty string in to() (which showed up as a trailing ", ") when selecting only a distribution list (and no individual email) with this dialog. More... over 21 years ago
docu More... over 21 years ago
CVS_SILENT made messages More... over 21 years ago
- hide deprecated DCOP calls - output "Deprecated" debug message in case the deprecated DCOP calls are used - coding style fixes More... over 21 years ago