Allen Winter
80909a85fa
Cleanup kDebug/kWarning/kError():
...
+ No longer pass the debug area
+ Don't hard code the method name
+ Remove endls
svn path=/trunk/KDE/kdepim/; revision=966226
17 years ago
Thomas McGuire
fa20325b2a
Merged revisions 915154 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r915154 | mutz | 2009-01-22 15:11:46 +0100 (Thu, 22 Jan 2009) | 1 line
Fix kolab/issue2444 (kontact sends base64 encoded password when sieve server does not advertise STARTTLS), pt.1: kmail
........
svn path=/trunk/KDE/kdepim/; revision=915286
17 years ago
Marc Mutz
f2569f6881
Fix kolab/issue2444 (kontact sends base64 encoded password when sieve server does not advertise STARTTLS)
...
kio_sieve:
- try STARTTLS even if the user didn't ask for it, and even if the
server didn't send the STARTTLS capability (it could have been
removed from by a man-in-the-middle).
- Stop when STARTTLS failed (or canUseTLS() == false), UNLESS the
x-allow-unencrypted query item is present, and it's value is "true".
kmail:
- set x-allow-unencrypted query item to "true" for sieve URLs iff the
account was not not configured to use either SSL or TLS.
svn path=/branches/kdepim/enterprise/kdepim/; revision=915156
17 years ago
Marc Mutz
9fd8747bb9
Fix kolab/issue2444 (kontact sends base64 encoded password when sieve server does not advertise STARTTLS), pt.1: kmail
...
svn path=/branches/kdepim/enterprise4/kdepim/; revision=915154
17 years ago
Thomas McGuire
b39d7bd07c
Backport r890608 by tmcguire from trunk to the 4.1 branch:
...
Merged revisions 889796 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r889796 | vkrause | 2008-11-27 18:17:52 +0100 (Thu, 27 Nov 2008) | 9 lines
Merged revisions 887744 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r887744 | mutz | 2008-11-22 19:17:16 +0100 (Sat, 22 Nov 2008) | 1 line
Fix the alternateUrl() case... Someone erned a pointy hat here.
........
................
svn path=/branches/KDE/4.1/kdepim/; revision=890895
18 years ago
Thomas McGuire
e54d0d0ed4
Merged revisions 889796 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r889796 | vkrause | 2008-11-27 18:17:52 +0100 (Thu, 27 Nov 2008) | 9 lines
Merged revisions 887744 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r887744 | mutz | 2008-11-22 19:17:16 +0100 (Sat, 22 Nov 2008) | 1 line
Fix the alternateUrl() case... Someone erned a pointy hat here.
........
................
svn path=/trunk/KDE/kdepim/; revision=890608
18 years ago
Volker Krause
aad9df95f8
Merged revisions 887744 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r887744 | mutz | 2008-11-22 19:17:16 +0100 (Sat, 22 Nov 2008) | 1 line
Fix the alternateUrl() case... Someone erned a pointy hat here.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=889796
18 years ago
Marc Mutz
5e389d73d2
Fix the alternateUrl() case... Someone erned a pointy hat here.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=887744
18 years ago
Laurent Montel
ce96b179f2
Fix iterator
...
svn path=/trunk/KDE/kdepim/; revision=885481
18 years ago
Bertjan Broeksema
ddf3e14e0f
EBN Fixes: Qt classes that should not be used
...
What does this patch do:
- QComboBox -> KComboBox
- QTabWidget -> KTabWidget
- QLineEdit -> KLineEdit
- QTextEdit -> KTextEdit
- Where KLineEdit is inserted, I explicitly called: setShowClearButton( true )
- Removed in some cases unnecessary includes from header files.
What does this patch not do:
- Fix the ui files
- Fix the QMessageBox -> KMessageBox in kmmessage.cpp I need to have a good
look to the KMessageBox API for that.
- Exhaustive cleanup of unnecessary inclusions.
svn path=/trunk/KDE/kdepim/; revision=862376
18 years ago
Thomas McGuire
ee090935c7
Use safe iterators, as pointed out by dirk.
...
svn path=/trunk/KDE/kdepim/; revision=838724
18 years ago
Thomas McGuire
d2b89afcf9
Remove many superflous function names in kDebug statements.
...
Remove some tabs
svn path=/trunk/KDE/kdepim/; revision=785955
18 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Thiago Macieira
421c83769c
Remove use of k_funcinfo
...
svn path=/trunk/KDE/kdepim/; revision=702595
19 years ago
Pradeepto Bhattacharya
0fb3a464a9
merge ...
...
SVN commit 676696 by mlaurent:
It's a info dialog
=> make qtextedit as readonly
svn path=/branches/kdepim/enterprise/kdepim/; revision=696856
19 years ago
Tobias Koenig
01c7115ebd
Manual adaption and cleanup of the previous script run
...
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
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
Laurent Montel
256ee02a41
It's a info dialog
...
=> make qtextedit as readonly
svn path=/branches/KDE/3.5/kdepim/; revision=676696
19 years ago
Laurent Montel
3f5fc10406
Make it readonly
...
svn path=/trunk/KDE/kdepim/; revision=664591
19 years ago
Allen Winter
4be643847f
Remove libkmime which has been moved into kdepimlibs
...
and build against the installed kmime.
svn path=/trunk/KDE/kdepim/; revision=601102
20 years ago
Laurent Montel
523bd4fc86
Q3TextEdit--
...
svn path=/trunk/KDE/kdepim/; revision=569368
20 years ago
Volker Krause
5693af6b31
KDialog porting.
...
svn path=/trunk/KDE/kdepim/; revision=552592
20 years ago
Reinhold Kainhofer
eb2073e6ea
If an Ok button is present in a KDialog, it should always be the default button (as discussed on IRC), so there is no need to set it manually. That the Ok button is currently not the default button is simply a bug in kdeui and needs to be fixed there
...
svn path=/trunk/KDE/kdepim/; revision=540477
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
20 years ago
Reinhold Kainhofer
7f6ea0b791
KDialogBase => KDialog, this also means ~80 less deprecated warnings...
...
svn path=/trunk/KDE/kdepim/; revision=540093
20 years ago
Reinhold Kainhofer
6396fad702
Additional
...
#include <qxxxx.h> => #include <QXxxx>
that were missed by Laurent's commit yesterday.
svn path=/trunk/KDE/kdepim/; revision=539677
20 years ago
Chusslove Illich
3a5fca8d00
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdepim/; revision=528186
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
Till Adam
f7ebf4ae78
kmacctmgr.[cpp|h|moc] -> accountmanager.[cpp|h|moc]
...
svn path=/trunk/KDE/kdepim/; revision=437935
21 years ago
Till Adam
94fdc3c63c
o KMAcctMgr -> KMail::AccountManager
...
o de-virtualize the AccountManager interface
o const-ify
svn path=/trunk/KDE/kdepim/; revision=437928
21 years ago
Martijn Klingens
a5be510552
Remove the dotStuff method that is not being used in SieveDebugDialog.
...
This fixes enable-final for Andras again, thanks for reporting!
CCMAIL: Andras Mantia <amantia@kde.org>
svn path=/trunk/KDE/kdepim/; revision=426718
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
Andrew Coles
7a49f05c41
SVN_SILENT
...
Corrected typo (doesn't -> does not).
svn path=/trunk/KDE/kdepim/; revision=422804
21 years ago
Martijn Klingens
c5807d49ff
Add Tools->Debug Sieve when compiled with --enable-debug. This lists all
...
diagnostic info about sieve, like available scripts, the contents of the
scripts and more. This was also a nice excercise in getting familiar
with the sieve code before I can start working on importing and parsing
my existing filters.
I don't see a real need for this dialog in a release build, hence it
being disabled, although there's one potential use case where it could
make sense: bug reports. To make that useful we'd need to extend the
Help->Report Bug dialog to allow checkboxes with diagnostics to gather
and upload to bugs.kde.org though, something which I'm not going to
be able to implement any time soon. (Nice KDE 4 bounty for Google summer
of code? ;-))
svn path=/trunk/KDE/kdepim/; revision=422217
21 years ago