Reinhold Kainhofer
6e4cd9faa5
Replace deprecated Q*Action, QDialog and QImage calls
...
svn path=/trunk/KDE/kdepim/; revision=540504
20 years ago
Reinhold Kainhofer
42ed96b11f
some more #include <qxxxx.h> => #include <QXxxx>
...
svn path=/trunk/KDE/kdepim/; revision=540424
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
b3abaeb2e6
--deprecated: qtimer.start(msec, single) => qtimer.setSingleShot(single); qtimer.start(msec);
...
svn path=/trunk/KDE/kdepim/; revision=539881
20 years ago
Stephan Kulow
c04d368b47
removed deprecated usages of KToggleAction
...
svn path=/trunk/KDE/kdepim/; revision=539850
20 years ago
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Volker Krause
a5f7315b45
compile with new kdelibs snapshot
...
svn path=/trunk/KDE/kdepim/; revision=538778
20 years ago
Stephan Kulow
a08b4b7ca4
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=537795
20 years ago
Stephan Kulow
bf8aca5ad8
deprecated--
...
svn path=/trunk/KDE/kdepim/akregator/; revision=537785
20 years ago
Stephan Kulow
d75cf53987
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=537739
20 years ago
Stephan Kulow
b1bb884c26
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=537738
20 years ago
Stephan Kulow
f006341a0f
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=537462
20 years ago
Stephan Kulow
ffaff2c9ab
removed deprecated QWidget functions
...
svn path=/trunk/KDE/kdepim/; revision=535553
20 years ago
Reinhold Kainhofer
72d34ac78b
deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child..
...
Also, QWidget::setCaption => QWidget::setWindowTitle
svn path=/trunk/KDE/kdepim/; revision=535217
20 years ago
Reinhold Kainhofer
add57fd4d3
Deprecated QString methods
...
svn path=/trunk/KDE/kdepim/; revision=535196
20 years ago
Dirk Mueller
6259f9953f
avoid null dereference (CID 1310)
...
svn path=/trunk/KDE/kdepim/; revision=535122
20 years ago
Reinhold Kainhofer
08e5b20b90
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/; revision=535038
20 years ago
Frank Osterfeld
1bc672fede
s/findRev/lastIndexOf
...
svn path=/trunk/KDE/kdepim/; revision=534505
20 years ago
Volker Krause
de8b7a17f1
kasciistricmp() is in kdelibs since KDE 3.4.
...
svn path=/trunk/KDE/kdepim/; revision=532720
20 years ago
Frank Osterfeld
7fa41a9ae1
some de-deprecation for the night
...
svn path=/trunk/KDE/kdepim/; revision=532041
20 years ago
Reinhold Kainhofer
ec399ad656
Fix compilation
...
svn path=/trunk/KDE/kdepim/; revision=531974
20 years ago
Reinhold Kainhofer
0daf3e2ee9
deprecated QSplitter methods, mostly removed some *name params from the constructors and used setObjectName
...
svn path=/trunk/KDE/kdepim/karm/; revision=531970
20 years ago
Reinhold Kainhofer
023aa181bd
deprecated QFileInfo methods
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=531936
20 years ago
Frank Osterfeld
cb0876d3f3
start up again
...
svn path=/trunk/KDE/kdepim/; revision=530831
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
Volker Krause
52b0522f23
Compile with the new snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=521600
20 years ago
Laurent Montel
ef7778dfbf
Launch script to help to porting
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521490
20 years ago
Ismail Onur Filiz
ea883abdd3
Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched.
...
BUG: 123261
svn path=/trunk/KDE/kdepim/; revision=516822
20 years ago
Allen Winter
d1e161e3a8
forward port 511744 by burghard:
...
Do not try to update an attachment when the source should be viewed.
*sigh* I know that this mAtmUpdate is an ugly thing.
svn path=/trunk/KDE/kdepim/; revision=516111
20 years ago
Laurent Montel
5214f977ce
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/akregator/; revision=508599
20 years ago
Volker Krause
5106454956
Compile with new kdelibs snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=506385
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Tobias Koenig
367d04d94b
Ported VCardConverter::create/parseVCards from QString to QByteArray
...
svn path=/trunk/KDE/kdepim/; revision=503625
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Laurent Montel
b08df31b5b
Fix some compile error
...
svn path=/trunk/KDE/kdepim/; revision=501668
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Andreas Gungl
4ff92dd82b
forget readEntry(...).toBool()
...
svn path=/trunk/KDE/kdepim/; revision=497182
20 years ago
Ingo Klcker
f7ab5ee48e
Reset new feature info.
...
svn path=/trunk/KDE/kdepim/; revision=495200
20 years ago
Ingo Klcker
ae4ce1dfd8
We don't need NewByteArray anymore.
...
svn path=/trunk/KDE/kdepim/; revision=495153
20 years ago
Andreas Gungl
db8f1ad5ad
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493930
21 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
a47a77a4d2
Q3StyleSheet--
...
svn path=/trunk/KDE/kdepim/; revision=492891
21 years ago
Laurent Montel
c7fdc6278b
Q3CString
...
svn path=/trunk/KDE/kdepim/; revision=491809
21 years ago
David Faure
1e2f09b342
Allow both text/x-vcard and the more standard text/directory
...
svn path=/trunk/KDE/kdepim/; revision=489713
21 years ago
Till Adam
7bf4b7b984
Forward port proper showing of quoted printable encoded attachments.
...
svn path=/trunk/KDE/kdepim/; revision=488999
21 years ago
Laurent Montel
036381f99c
Q3HVBox--
...
svn path=/trunk/KDE/kdepim/; revision=486329
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Laurent Montel
eb077e0b11
qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=478377
21 years ago
Andreas Gungl
575ebaa9ac
- ading some more methods to MessageStatus which are usefull in the port
...
- porting KMail to the new MessageStatus class (the next step is to get
rid of KMMsgStatus...)
svn path=/trunk/KDE/kdepim/; revision=475356
21 years ago