Rafael Fernndez Lpez
fd15f72439
Code adaptation because of changes on libraries related to revision 719630
...
svn path=/trunk/KDE/kdepim/akregator/; revision=719646
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Gabriel Anderson
5950be53a7
Fixed Krazy issue #6
...
svn path=/trunk/KDE/kdepim/; revision=703927
19 years ago
Matthias Kretz
b298a06361
adapt to phonon-Trolltech branch API changes
...
svn path=/trunk/KDE/kdepim/; revision=698639
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Pino Toscano
a3b7277c11
less qt3/kde3 support
...
svn path=/trunk/KDE/kdepim/; revision=657910
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
Allen Winter
8b32cb02b4
put on the GPL header. the code was already GPL licensed.
...
CCMAIL: mutz@kde.org
svn path=/trunk/KDE/kdepim/; revision=657211
19 years ago
David Faure
9f5d624654
ported to the new mimetypes - except where compatibility matters (please check kresources/lib/addressbookadaptor.cpp)
...
svn path=/trunk/KDE/kdepim/; revision=644809
19 years ago
Aaron J. Seigo
f7c8d965d1
icon spec name updates
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=640714
19 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
c895ebb96e
URL -> Url
...
svn path=/trunk/KDE/kdepim/; revision=558423
20 years ago
Volker Krause
5693af6b31
KDialog porting.
...
svn path=/trunk/KDE/kdepim/; revision=552592
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
Volker Krause
a5f7315b45
compile with new kdelibs snapshot
...
svn path=/trunk/KDE/kdepim/; revision=538778
20 years ago
Reinhold Kainhofer
60256d9d9f
deprecated QWidget methods
...
svn path=/trunk/KDE/kdepim/; revision=535759
20 years ago
Reinhold Kainhofer
f6dc7b5fb7
deprecated QAbstractButton methods, mainly setIconSet->setIcon or setPixmap->setIcon or isOn->isChecked or setToggleButton->setCheckable or setAccel->setShortcut
...
svn path=/trunk/KDE/kdepim/; revision=532015
20 years ago
Reinhold Kainhofer
b6909b23fe
Deprecated QPushButton constructors
...
svn path=/trunk/KDE/kdepim/; revision=531927
20 years ago
Laurent Montel
659ee5067e
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521406
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Laurent Montel
ee653bfb46
Launch my script to convert to new kdelibs snapshot API
...
svn path=/trunk/KDE/kdepim/; revision=501590
20 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
20 years ago
Andreas Gungl
7001c6f819
SVN_SILENT cleanup header includes
...
svn path=/trunk/KDE/kdepim/; revision=489243
21 years ago
Laurent Montel
eb077e0b11
qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=478377
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 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
22 years ago
Zack Rusin
b128a466e2
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
...
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
23 years ago
Marc Mutz
6363f6c43d
move custom sound widget to where it belongs + some minor code cleanups in kmfawidgets.cpp
...
svn path=/trunk/kdepim/; revision=221119
23 years ago
Carsten Pfeiffer
2162e98ee8
s/qlineedit/klineedit/
...
svn path=/trunk/kdepim/; revision=202956
23 years ago
Zack Rusin
7dc74bd0fb
Use libkabc dialog instead of our old one.
...
svn path=/trunk/kdenetwork/kmail/; revision=198169
24 years ago
Michael Haeckel
8b8b44e5f1
Get rid of the internal addressbook.
...
svn path=/trunk/kdenetwork/kmail/; revision=128108
25 years ago
David Faure
60198e652a
CVS_SILENT fixheaders
...
svn path=/trunk/kdenetwork/kmail/; revision=117511
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Waldo Bastian
ec0e559c5b
Changed addressbook dialog to KDialogBase.
...
Hopefully also fixes Xinerama problem.
svn path=/trunk/kdenetwork/kmail/; revision=106015
25 years ago
Marc Mutz
27e4437dc6
Cleanup.
...
svn path=/trunk/kdenetwork/kmail/; revision=101011
25 years ago
Marc Mutz
403059b509
Outsource custom widget classes into kmfawidgets.{h,cpp}.
...
You need to rerun make -f Makefile.cvs in kdenetwork, because
kmfilteraction has no .moc file anymore, but kmfawidgets has.
svn path=/trunk/kdenetwork/kmail/; revision=100512
25 years ago