Thomas McGuire
ab46c70bdc
Some transport related changes:
...
- Use the TransportComboBox in the identity dialog
- Remove some leftover code which is now handled by the mailtransport library
- Use the transport IDs as identifiers instead of their names, this should be much
more fail-safe
- Fix the Send Now Via/Send Later Via toolbuttons in the composer
- Remove an unrelated unused function
- Also, fix signal/slot for autosavemessage
svn path=/trunk/KDE/kdepim/; revision=702520
19 years ago
Thomas McGuire
75a9ba7ae3
Make blank replys (Shift+R) work again.
...
Instead of skipping some template tags like QUOTE or HEADERS, now the whole
template is skipped when doing a blank reply.
BUG: 142483
svn path=/trunk/KDE/kdepim/; revision=700384
19 years ago
Matthias Kretz
b298a06361
adapt to phonon-Trolltech branch API changes
...
svn path=/trunk/KDE/kdepim/; revision=698639
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Frank Osterfeld
7763f0a4bd
unnecessary
...
svn path=/trunk/KDE/kdepim/; revision=687042
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
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
46c7af728a
Separate channels.
...
svn path=/trunk/KDE/kdepim/; revision=681051
19 years ago
Tom Albers
e736762b83
Replace Collectingprocess with a KProcess. Needs testing.
...
svn path=/trunk/KDE/kdepim/; revision=681037
19 years ago
Tom Albers
7199e9be58
kfileio has moved from libkdepim to kdepimlibs.
...
svn path=/trunk/KDE/kdepim/; revision=681024
19 years ago
Pradeepto Bhattacharya
d46e11860a
Krazy Fix #1 - Second installment.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=680258
19 years ago
Laurent Montel
dbd1bc518f
K3Process::quote -> KShell::quoteArg
...
svn path=/trunk/KDE/kdepim/; revision=676358
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
Pradeepto Bhattacharya
f366e762f6
SVN commit 658035 by schaarsc:
...
port 630582
in KMime::MDN::AutomaticAction mode ignore MDN user settings
fake header fields if missing and remove them later.
BUG#91252
svn path=/branches/kdepim/enterprise/kdepim/; revision=668947
19 years ago
Pradeepto Bhattacharya
5ae10e2c7e
Merge ...
...
SVN commit 645830 by wstephens:
Don't crash if we can't find the folder.
BUG#121863
svn path=/branches/kdepim/enterprise/kdepim/; revision=668092
19 years ago
Thomas McGuire
59a19ebcce
Use correct escaping, so no %20 is shown for the spam handling commands.
...
svn path=/trunk/KDE/kdepim/; revision=665702
19 years ago
Christian Schaarschmidt
d4c3bb200c
port 630582
...
in KMime::MDN::AutomaticAction mode ignore MDN user settings
fake header fields if missing and remove them later.
BUG:91252
svn path=/branches/KDE/3.5/kdepim/; revision=658035
19 years ago
Christian Schaarschmidt
e24962681a
undo changes from r657315.
...
root cause for layout problems was missing setMargin(0).
svn path=/trunk/KDE/kdepim/; revision=657724
19 years ago
Christian Schaarschmidt
4eb29e2d9f
use HBoxLayout around paramWidget to fix height.
...
Withou BoxLayout paramWidget fills its parent.
svn path=/trunk/KDE/kdepim/; revision=657315
19 years ago
Christian Schaarschmidt
54957c3784
port 630582
...
in KMime::MDN::AutomaticAction mode ignore MDN user settings
fake header fields if missing and remove them later.
svn path=/trunk/KDE/kdepim/; revision=657245
19 years ago
Allen Winter
2dc5d7bc3f
forward port SVN commit 645830 by wstephens and 649046 by winterz:
...
Don't crash if we can't find the folder.
svn path=/trunk/KDE/kdepim/; revision=649049
19 years ago
Allen Winter
1d0714af4e
rewrite Bille's SVN commit 645830 to be a little more concise.
...
svn path=/branches/KDE/3.5/kdepim/; revision=649046
19 years ago
Stephan Kulow
a7e4ddc4c3
already checked before
...
svn path=/branches/KDE/3.5/kdepim/; revision=647507
19 years ago
Stephan Kulow
f9e4c56c07
compile
...
svn path=/branches/KDE/3.5/kdepim/; revision=647501
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
Oswald Buddenhagen
e4f30a0818
KProcess -> K3Process
...
KShellProcess -> K3ShellProcess
KProcIO -> K3ProcIO
KProcessController -> K3ProcessController
not deprecating, as we don't have a replacement yet.
not moving yet, as kdelibs still has heavy dependencies on it.
agreed upon with dfaure.
svn path=/trunk/KDE/kdepim/; revision=646732
19 years ago
Will Stephenson
62ae83bfd7
Don't crash if we can't find the folder.
...
BUG: 121863
svn path=/branches/KDE/3.5/kdepim/; revision=645830
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
Andreas Gungl
d2f41cfca0
some porting changes
...
svn path=/trunk/KDE/kdepim/; revision=645319
19 years ago
David Faure
ba97095c0f
Less parsing when copying a message (-> faster). As discussed with Ingo.
...
This is part 3/3 of the fixes for kolab issue1222.
svn path=/trunk/KDE/kdepim/; revision=636474
19 years ago
David Faure
dba779ebf1
Less parsing when copying a message (-> faster). As discussed with Ingo.
...
This is part 3/3 of the fixes for kolab issue1222.
svn path=/branches/KDE/3.5/kdepim/; revision=636466
19 years ago
David Faure
0c626668a6
Less parsing when copying a message (-> faster). As discussed with Ingo. Other branches tomorrow.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=636405
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
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
Allen Winter
6957291181
Merge in the new KMail templates feature that allows you to
...
customize New messages, replies, and forwards, using theBat! language.
FEATURE:
GUI:
merge SVN commit 597343 by winterz:
New Templates Feature.
Code contributed by Dmitry Morozhnikov with some coding style mods by me.
svn path=/branches/KDE/3.5/kdepim/; revision=614022
20 years ago
Simon Hausmann
795ebba375
Merging branches/work/kaction-cleanup-branch, done by Kevin and me.
...
This removes some usage of KAction in our public API so that one can use QActions
with KDE classes, too, and it removes some use of deprecated API in the apps.
svn path=/trunk/KDE/kdepim/; revision=610651
20 years ago
Andreas Gungl
ec8fdeb0aa
Improve feedback and speed when applying ad-hoc filters on many messages
...
Try to filter on headers whenever possible to avoid access to the whole
messages if it isn't needed by the filter rules or filter actions.
svn path=/trunk/KDE/kdepim/; revision=607206
20 years ago
Andreas Gungl
37a28c9c26
re-activate the threadweaver usage, but no functional change yet
...
svn path=/trunk/KDE/kdepim/; revision=599358
20 years ago
Andreas Gungl
936fa5c074
Ooops. Added forgotten braces to make the method do what it is for.
...
svn path=/trunk/KDE/kdepim/; revision=593465
20 years ago
Jaison Lee
b950957396
KTempFile->KTemporaryFile
...
svn path=/trunk/KDE/kdepim/kmailcvt/; revision=593363
20 years ago
David Faure
57f378378e
Fix string/url confusions, and simplify code like
...
- KUrl u(KUrl::fromPath(m_view->m_imageDir.toString()));
to
+ KUrl u(m_view->m_imageDir);
svn path=/trunk/KDE/kdepim/; revision=579709
20 years ago
Tom Albers
776009e8ea
More removals of deprecated things.
...
svn path=/trunk/KDE/kdepim/; revision=577438
20 years ago
Volker Krause
4cd29a3d87
Port a bit more (KSpell -> K3Spell, SimplePlayer -> AudioPlayer, disable
...
some DCOP stuff, etc.).
svn path=/trunk/KDE/kdepim/; revision=561669
20 years ago
Edwin Schepers
523221eecb
new Phonon api
...
svn path=/trunk/KDE/kdepim/; revision=559237
20 years ago
Pradeepto Bhattacharya
ba05d3577b
Kontact Filter: Backport of copy mail into folder. [Proko2 Issue 1149]
...
svn path=/branches/kdepim/proko2/kdepim/; revision=557639
20 years ago
Reinhold Kainhofer
0ac46523eb
deprecated--
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=543878
20 years ago
Volker Krause
acfee7a8f6
Port to new kdelibs snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=543558
20 years ago
Laurent Montel
ce6b84f1ac
fix for new kurl renamed
...
svn path=/trunk/KDE/kdepim/; revision=543474
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