Montel Laurent
db6b19b69d
Fix forward declaration/includes
15 years ago
Montel Laurent
bd9ad387f5
Normalize signal/slots
15 years ago
Alex Merry
6f2e17e3fa
Do not trigger kcmodule's change() signal when loading the saved settings for the appearance tab in kmail's configuration
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180679
16 years ago
Tobias Koenig
9e5099f318
Moved KPIM::ColorListBox to kmail/ because KMail
...
is the only user of this class
svn path=/trunk/KDE/kdepim/; revision=1104688
16 years ago
Mathias Soeken
742d7e466c
* Moved ColorListBox from kmail to KPIM::ColorListBox in libkdepim
...
* Deleted ColorListBox in kaddressbook and used KPIM::ColorListBox
* So, ColorListBox in kaddressbook is "auto-ported"
svn path=/trunk/KDE/kdepim/; revision=708613
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
Mathias Soeken
f8a4b4ba90
Changed too much, add copyright holder
...
svn path=/trunk/KDE/kdepim/; revision=644393
19 years ago
Mathias Soeken
21f6e22451
* Reimplemented ColorListBox with QTreeWidget as base, but no changes in the interface
...
* oxygen icon names in compose window
svn path=/trunk/KDE/kdepim/; revision=644329
19 years ago
Volker Krause
34d6fd7254
KListBox -> K3ListBox
...
svn path=/trunk/KDE/kdepim/; revision=633195
19 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
Reinhold Kainhofer
6e4cd9faa5
Replace deprecated Q*Action, QDialog and QImage calls
...
svn path=/trunk/KDE/kdepim/; revision=540504
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
Ingo Klcker
0bc04a1098
Now kmail really compiles again. And it even starts.
...
svn path=/trunk/KDE/kdepim/; revision=467923
21 years ago
Volker Krause
0f6fe9fdb4
117 of 167 files compile
...
svn path=/trunk/KDE/kdepim/; revision=461055
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
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
Till Adam
00c053b3d0
Convert the KMail configuration dialog to a bunch of KCMs embedded in a
...
KCMultiDialog.
Applying profiles is not working, there will hopefully be a more generic
solution for that soonish.
Boy, am I glad to get that sucker in. : )
svn path=/trunk/kdepim/; revision=284340
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
Waldo Bastian
2fff7517c8
CVS_SILENT
...
Updated address of FSF
svn path=/trunk/kdepim/; revision=212185
23 years ago
Christian Gebauer
1094a253e3
fixed compilation with KDE_NO_COMPAT (kapplication.h, kcolordialog.h)
...
svn path=/trunk/kdenetwork/kmail/; revision=125101
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Marc Mutz
f1c66804b2
Qt3 compile fixes. The last problem is in kmcomposewin.cpp
...
svn path=/trunk/kdenetwork/kmail/; revision=112567
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
Espen Sand
de50f7a1dd
Added support for quoted text colors and fonts in the
...
26 years ago