Laurent Montel
a95901fd3e
Use kmaddrbook.h from libmessageviewer
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1029610
17 years ago
Laurent Montel
b45329a777
Not necessary to have kcursorsaver.h in kmail and in libmessageviewer
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1029392
17 years ago
David Faure
eab4ae8cb4
Compile with QT_STRICT_ITERATORS
...
svn path=/trunk/KDE/kdepim/kaddressbook/printing/; revision=957707
17 years ago
Laurent Montel
ce96b179f2
Fix iterator
...
svn path=/trunk/KDE/kdepim/; revision=885481
18 years ago
Allen Winter
1ee33eb647
include file fixes, mostly re-ordering. but I did find some places
...
where a file was included twice.
svn path=/trunk/KDE/kdepim/; revision=762424
18 years ago
Kevin Krammer
a7716296dc
Modifying the portions of PIM code that access distributions lists
...
so they use the new resource based API.
CCMAIL:kde-pim@kde.org
svn path=/trunk/KDE/kdepim/; revision=720652
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Reinhold Kainhofer
c882ac8831
some more compile fixes (we're now "down" to ~800 errors), dbus stuff, etc.
...
svn path=/trunk/KDE/kdepim/; revision=558400
20 years ago
David Faure
8270ad07db
Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
20 years ago
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Reinhold Kainhofer
3f8dd75629
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/knode/; revision=535048
20 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Laurent Montel
eb077e0b11
qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=478377
21 years ago
Reinhold Kainhofer
50d4efd7d4
The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address):
...
sed 's/59 Temple Place - Suite 330, Boston, MA 02111-1307/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/'
PS: I didn't touch the kalarm dir, since david seems to update the address himself, and I don't want to create conflicts for him.
CCMAIL:lists@astrojar.org.uk
svn path=/trunk/KDE/kdepim/; revision=437921
21 years ago
Thomas Zander
e9bc21966a
Remove unneeded include for kmkernel.h (37 files less to compile on every change!)
...
svn path=/trunk/KDE/kdepim/; revision=425088
21 years ago
Thomas Zander
73eda4578c
These files include, but don't need kmmessage.h (11 of the previous 22...)
...
svn path=/trunk/KDE/kdepim/; revision=425083
21 years ago
Tobias Koenig
08ca740746
Changed alls StdAddressBook::self() to StdAddressBook::self( true ) to have
...
only _one_ address book available...
That might break some apps... but since we'll use an async API in 4.0 the apps
must be rewritten anyway.
CCMAIL:kde-pim@kde.org
svn path=/trunk/kdepim/; revision=399156
21 years ago
Allen Winter
fcd976c3a5
Updated license header and copyright for Stefan Taferner.
...
Permission granted by Stefan Taferner <taferner@kde.org>
svn path=/trunk/kdepim/; revision=394873
21 years ago
David Faure
4dfdd34d81
Confusing - those methods are simply not used.
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=355802
22 years ago
David Faure
88bb04d7c4
QString()->QString::null, some consts, use QValueList::operator+= instead of manually looping
...
svn path=/trunk/kdepim/; revision=303737
22 years ago
David Faure
b26341f7a8
Moved expandDistributionList to KAddrBookExternal (libkdenetwork) so that
...
KOrganizer can use it (for Lutz).
svn path=/trunk/kdepim/; revision=303663
22 years ago
Laurent Montel
9c4399a381
Share some code.
...
Add action "Add to addressbook" to knode.
svn path=/trunk/kdepim/; revision=303606
22 years ago
Ingo Klcker
ae6219f2b5
Get rid of KDE_IS_VERSION cruft.
...
svn path=/trunk/kdepim/; revision=297705
22 years ago
Ingo Klcker
d216fea86d
CVS_SILENT No long lines. No trailing whitespace.
...
svn path=/trunk/kdepim/; revision=297526
22 years ago
Martin Kbele
a6c7625dda
added a new filterrule:
...
"is in [not] category".
checks whether (for example) "From" is in the category you set in your addressbook.
note: only the categories which are actually used are considered.
svn path=/trunk/kdepim/; revision=297514
22 years ago
Andrew Coles
af11dae280
Corrected typographical errors.
...
22 years ago
Ingo Klcker
2c715b30da
Merge from osnabrueck_branch: all
...
svn path=/trunk/kdepim/; revision=280772
22 years ago
Andreas Gungl
88d23d6c33
Trivial commit: release the save ticket when save() failed
...
svn path=/trunk/kdepim/; revision=275782
23 years ago
Andreas Gungl
7a3e776c24
replace calls to deprecated methods of KABC::Addressbook
...
(reviewed by Till)
svn path=/trunk/kdepim/; revision=275677
23 years ago
Waldo Bastian
844d052466
Should no longer be needed.
...
svn path=/trunk/kdepim/; revision=272652
23 years ago
Stephan Kulow
23fd134651
no words ;(
...
svn path=/trunk/kdepim/; revision=262446
23 years ago
Ingo Klcker
5194bed93f
Remove code and comments which are obsolete since KDE 3.1, but re-add code which is necessary for KDE 3.1 compatibility.
...
svn path=/trunk/kdepim/; revision=262313
23 years ago
Daniel Molkentin
cc1a592a21
restore old behavior where "open in addressbook" would add a new contact first
...
if no contact with this email address exists
svn path=/trunk/kdepim/; revision=262293
23 years ago
Daniel Molkentin
96e0eaf985
To-be-improved patch to fix 66580. I owe a cookie to whoever finds out
...
why the sleep(2) is needed.
CCMAIL:66580-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=262283
23 years ago
Daniel Molkentin
231fdb6b1b
We have QString::null for those things..
...
svn path=/trunk/kdepim/; revision=255063
23 years ago
Ingo Klcker
1c9154e8f4
Pass the actual list name to the manager and not the name the user entered.
...
svn path=/trunk/kdepim/; revision=254946
23 years ago
Tobias Koenig
7b907af516
You have to pass the correct name to the distribution list manager, otherwise
...
he will return a null-pointer ;)
This fixes bug #64889
CCMAIL:64889-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=254868
23 years ago
Ingo Klcker
9491093aae
Split KabcBridge::expandDistributionLists into KMMessage::expandAliases (main function), KabcBridge::expandDistributionList (helper function to do exactly what the name suggests) and KMMessage::guessEmailAddressFromLoginName (helper function to guess the email address if everything else fails). Additionally there's now KabcBridge::expandNickName which expands KAddressBook nicks into the corresponding (main) email address.
...
svn path=/trunk/kdepim/; revision=244826
23 years ago
Ingo Klcker
0a97728970
Force a reload of the address book file so that changes that were made by other programs are loaded.
...
This has already been committed to the 3_1 branch.
svn path=/trunk/kdepim/; revision=240544
23 years ago
Helge Deller
af2967c020
roaming user fixes & some small cleanups
...
svn path=/trunk/kdepim/; revision=234393
23 years ago
Daniel Molkentin
87e593a20d
No pointers to QStringLists and more const parameters where appropriate
...
svn path=/trunk/kdepim/; revision=224576
23 years ago
Andreas Gungl
0d1a17ded6
Make the vcard import more robust
...
svn path=/trunk/kdepim/; revision=224540
23 years ago
Zack Rusin
b128a466e2
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
...
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
23 years ago
Stephan Kulow
b8cfc50618
kbusyptr is completely dead now, the internal stack isn't needed as QApplication
...
has it's own cursor stack.
I added kcursorsaver, that makes sure that the cursor is restored when the object
gets out of scope (just as KConfigGroupSaver)
Now kmkernel doesn't has to cope with cursors anymore
svn path=/trunk/kdepim/; revision=221747
23 years ago
Eugene Zelenko
c13e725466
Use HTML tags (<b></b>) for highlighting arguments in message box text
...
svn path=/trunk/kdepim/; revision=210617
23 years ago
Zack Rusin
b842fd4316
New address picker.
...
Usability team - please test and tell me what and where should I change to
make it the best address picker ;)
CCMAIL: kde-usability@kde.org
svn path=/trunk/kdenetwork/kmail/; revision=198170
24 years ago