Thomas McGuire
b2b695420e
Update the way the type of the account is stored.
...
Now, we use enums instead of strings.
Add the names of the types to KAccount. They can now be translated.
Also, provide an update script for easy config migration.
BUG: 90509
svn path=/trunk/KDE/kdepim/; revision=689148
19 years ago
Christian Ehrlicher
fbc528c8cc
win32 compile++
...
still does not compile completely because of k3process
svn path=/trunk/KDE/kdepim/; revision=687524
19 years ago
Laurent Montel
9079b08b83
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685858
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Allen Winter
c37035d782
Move the kpgp library back to kdepim from kdepimlibs.
...
svn path=/trunk/KDE/kdepim/libkpgp/; revision=684900
19 years ago
David Faure
758c9ff528
Fix more broken iterations...
...
- for ( it = dir->begin(); (node = *it ) && it != dir->end(); ++it ) {
is really wrong, it dereferences the end iterator!
Plus apply patch from Laurent to use KIMAP::encodeImapFolderName instead of non-ported utf7-codec.
svn path=/trunk/KDE/kdepim/; revision=683868
19 years ago
Chusslove Illich
c39515537d
Auto-conversion to new KCmdLineArgs/KAboutData/KComponentData API (trunk/KDE). Watch for the few remaining QString to QByteArray assignments that will not compile without extra specification (typically needs .toLocal8Bit() or .toUtf8()).
...
svn path=/trunk/KDE/kdepim/; revision=682260
19 years ago
Tom Albers
21b9b60fa8
Adjust kdepim for the library move of kpgp and kpimidentities to kdepimlibs
...
- adjust includes and link rules
- delete the libraries from this module
- remove obsolete collectingprocess and configmanager
svn path=/trunk/KDE/kdepim/; revision=682059
19 years ago
Tom Albers
7199e9be58
kfileio has moved from libkdepim to kdepimlibs.
...
svn path=/trunk/KDE/kdepim/; revision=681024
19 years ago
Till Adam
e49c19ba2d
SVNSILENT minor cleanup
...
svn path=/trunk/KDE/kdepim/; revision=678609
19 years ago
Laurent Montel
f10a8ed9a0
Add define of 'DBUS_KMAIL' in separate file.
...
(so if a day we change it we can change it into one place)
svn path=/trunk/KDE/kdepim/; revision=678486
19 years ago
Laurent Montel
a13eec672e
Add signal to kmail to change folder (used by kmail kontact plugins)
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=678069
19 years ago
Laurent Montel
7e5b7e220c
Fix dbus interface for folder
...
svn path=/trunk/KDE/kdepim/; revision=678049
19 years ago
Laurent Montel
fda2dd36da
now we can get QDBusObjectPath from kmcomposer
...
=> fix dbus test program.
svn path=/trunk/KDE/kdepim/; revision=678032
19 years ago
Ingo Klcker
76ed9c3f5c
Fix pass-by-value issues found by krazy. Patch by Bernhard Breinbauer.
...
svn path=/trunk/KDE/kdepim/; revision=674140
19 years ago
Allen Winter
a5b7d7d53e
forward port Revision 672014 by winterz
...
Fix bug "Rebuilding index files breaks "subject threading" for existing messages"
Patch from A. Pfaller. thanks!
svn path=/trunk/KDE/kdepim/; revision=672017
19 years ago
Volker Krause
0b5a8ee3e9
Merge branch/work/kmail-mailtransport.
...
KMail now uses kdepimlibs/mailtransport for sending mails and managing
transport settings. This means KMail now shares these settings with Mailody
and KNode and it now has async wallet handling :)
svn path=/trunk/KDE/kdepim/; revision=666791
19 years ago
Allen Winter
b564257fb3
forward port SVN commit 661269 by winterz:
...
Fix sending invitations to Outlook users.
Patch provided and tested by Thorsten and Jan-Pascal. Thanks!
Also, restore a needed openComposer() method, though I can't
figure out how/where it gets called.
svn path=/trunk/KDE/kdepim/; revision=661483
19 years ago
Lubo Luk
08746e45c9
KWM->KWindowSystem
...
svn path=/trunk/KDE/kdepim/knotes/; revision=659679
19 years ago
Laurent Montel
c8d6e55eb6
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=657142
19 years ago
Ismail Onur Filiz
0687891abb
KConfig -> KConfigGroup
...
Fixes reading of folder settings.
KConfig -> KConfigGroup
svn path=/trunk/KDE/kdepim/; revision=656443
19 years ago
Laurent Montel
934a842fcf
Fix include
...
svn path=/trunk/KDE/kdepim/; revision=652582
19 years ago
Lubo Luk
9d8aa41122
KWin/KWinModule -> KWM
...
svn path=/trunk/KDE/kdepim/knotes/; revision=649617
19 years ago
Thomas Friedrichsmeier
abd16ba5f3
Add a buttonCancel parameter to all KMessageBox::*cancel* functions.
...
svn path=/trunk/KDE/kdepim/; revision=648781
19 years ago
Stephan Kulow
79668a0aa2
backport the named open and close to reduce branch differences
...
(finally catched Till :)
svn path=/branches/KDE/3.5/kdepim/; revision=647499
19 years ago
Allen Winter
d5b3549d72
forward port SVN commit 645673 and 645680 by wstephens:
...
Ensure that there is a KMMainWidget before showing the config dialog, as parts of the config (identitydialog) depend on its existence.
svn path=/trunk/KDE/kdepim/; revision=645743
19 years ago
Will Stephenson
3f34e7cbbc
We have to show the new mainwin or else it's impossible to quit kmail - addition to r645673
...
svn path=/branches/KDE/3.5/kdepim/; revision=645680
19 years ago
Will Stephenson
a8580e2df8
Ensure that there is a KMMainWidget before showing the config dialog, as parts of the config (identitydialog) depend on its existence.
...
BUG: 118060
svn path=/branches/KDE/3.5/kdepim/; revision=645673
19 years ago
Allen Winter
23997b6617
bigtime forward port of coolo's kmail_debug_imap work branch.
...
while I was at it I also did some indenting and formatting fixes,
but there is a lot still to do.
svn path=/trunk/KDE/kdepim/; revision=645591
19 years ago
Allen Winter
f1caa225f2
Remove indexlib, and the KMail code that uses it.
...
Will be replaced by strigi eventually.
svn path=/trunk/KDE/kdepim/; revision=642334
19 years ago
Mathias Soeken
4b3140b71c
Some Q3CString -> QByteArray porting in kmail
...
svn path=/trunk/KDE/kdepim/; revision=638584
19 years ago
Allen Winter
6fba53c032
move TemplateParser into the KMail namespace.
...
a few Krazy fixes: TRUE/FALSE -> true/false
svn path=/trunk/KDE/kdepim/; revision=632869
19 years ago
David Faure
a179288583
Spot the guaranteed crash:
...
assert( aAccount->metaObject()->className() == "KMAcctCachedImap" );
svn path=/trunk/KDE/kdepim/; revision=631760
19 years ago
Matthias Kretz
428ee4239a
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdepim/; revision=628296
19 years ago
Laurent Montel
b35172f419
dcop->dbus
...
svn path=/trunk/KDE/kdepim/kmailcvt/; revision=624968
19 years ago
Laurent Montel
a546a57d4b
DBus port++
...
svn path=/trunk/KDE/kdepim/; revision=624965
19 years ago
Jonathan Marten
8e3c6d6075
Forward port of templates folder and custom message templates.
...
r597343, r614022, r614027, r614049, r614054 from 3.5 branch
svn path=/trunk/KDE/kdepim/; revision=624875
19 years ago
David Faure
b89340afd8
#warnings guarded with __GNUC__ - script at http://web.davidfaure.fr/kde/guard_warnings.pl
...
svn path=/trunk/KDE/kdepim/; revision=622342
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Laurent Montel
0867ca328a
Remove folderIface (was ported to dbus (folderadaptor))
...
Fix compile
svn path=/trunk/KDE/kdepim/; revision=619080
19 years ago
Laurent Montel
4a14e98bf8
Port dbus++
...
svn path=/trunk/KDE/kdepim/; revision=618584
19 years ago
Laurent Montel
a508610a92
Port to dbus++
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=617977
20 years ago
Laurent Montel
98a1a63b66
Continue to port to dbus
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=617939
20 years ago
Laurent Montel
3be5db345d
Remove not necessary files
...
DCOP->DBus
fix typo into name
USe dbus interface
svn path=/trunk/KDE/kdepim/karm/; revision=617904
20 years ago
Laurent Montel
dd9c827db2
Port to dbus
...
svn path=/trunk/KDE/kdepim/; revision=617806
20 years ago
Laurent Montel
bf3a9da318
Fix dbus interface
...
svn path=/trunk/KDE/kdepim/; revision=617624
20 years ago
Laurent Montel
455bbcaa2e
Start to port to dbus interface
...
svn path=/trunk/KDE/kdepim/; revision=617587
20 years ago
Aaron J. Seigo
9ffbd1c4fc
build
...
svn path=/trunk/KDE/kdepim/knode/; revision=616862
20 years ago
Allen Winter
a0ea69d827
merge everything remaining that has to do with the new templates features.
...
svn path=/branches/KDE/3.5/kdepim/; revision=614049
20 years ago
Allen Winter
2b9f22b76a
merge SVN commit 597499 by winterz:
...
Fix inserting template into New Message from Kontact.
From Dmitry.
svn path=/branches/KDE/3.5/kdepim/; revision=614025
20 years ago