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
Thomas Zander
55eabf8ecc
Remove kmfoldernode's setType() and type() methods and all the places where it is
...
being set. The variable is actually never used or read.
svn path=/trunk/KDE/kdepim/; revision=424068
21 years ago
David Faure
eef3243bc0
0 doesn't make a good QString...
...
svn path=/trunk/kdepim/; revision=309531
22 years ago
Ingo Klcker
3747fe9f57
Add dcop calls displayPath and displayName for usage in the Kontact summary widget.
...
svn path=/trunk/kdepim/; revision=301594
22 years ago
Carsten Burghardt
ae614371b8
Add an Id to the account so that (d)imap accounts can be renamed without data loss.
...
The migration script should convert and move all necessary data. Hopefully...
svn path=/trunk/kdepim/; revision=295017
22 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Ingo Klcker
fe48d9bdd7
Remove superfluous setName(mName) from the c'tor.
...
svn path=/trunk/kdenetwork/kmail/; revision=164257
24 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Michael Haeckel
fe832697f1
Remove all QObject::initMetaObject() calls, since they are automatically
...
executed on demand according to the QT docs.
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97957
25 years ago
Stephan Kulow
fec2831df5
removing "const QString" in return values and parameters. It only confuses compilers,
...
using const QString& in parameters and QString in return values
svn path=/trunk/kdenetwork/kmail/; revision=92546
25 years ago
Michael Haeckel
55fced12d7
Yet another feature.
...
svn path=/trunk/kdenetwork/kmail/; revision=84083
25 years ago
Don Sanders
b3075eceb3
The Merge. QT 2.1 (cvs) now required.
...
svn path=/trunk/kdenetwork/kmail/; revision=33018
27 years ago
Stefan Taferner
d1e61aa558
* Switched folder-tree widget to QListView. Currently
...
drag&drop of messages is therefore broken.
* Added support for subdirectories in ~/Mail -> hierarchical
folders!
* Changed ancient folder edit/create dialog to something
more useful.
svn path=/trunk/kdenetwork/kmail/; revision=30538
27 years ago
Stephan Kulow
1afae79487
CVS_SILENT ported to Qt 2.0
...
svn path=/trunk/kdeutils/knotes/; revision=17396
27 years ago
cvs
c24636f6a6
Stefan: added install option for pixmaps and for documents.
...
First implementation of shortcut class for easy access of the
standard Kde keys. This class should go into kdecore and be
accessible via KApplication.
Cleanup of toolbar icons, started using KIconLoader.
svn path=/trunk/kdenetwork/kmail/; revision=1098
29 years ago
cvs
adf1620afa
Added handling of account configuration and add/modify for folders.
...
Also fixed lots of bugs. B-)
svn path=/trunk/kdenetwork/kmail/; revision=980
29 years ago
Stefan Taferner
4cc4e8400e
Added a nice method to KTabListBox: text() allows access to the text in
...
the listbox. Strange that I never missed it before ;-)
Also started redesigning the settings dialog.
svn path=/trunk/kdenetwork/kmail/; revision=815
29 years ago
Stefan Taferner
1c34974696
Converted kmail to use the mimelib from the current kdesupport. Also
...
reading new local mail works if you know how to set it up ;-)
svn path=/trunk/kdenetwork/kmail/; revision=778
29 years ago
Stefan Taferner
4285d01965
Some new files that were missing yesterday ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=763
29 years ago