Stephan Kulow
b2e24f5234
replacing deprecated function
...
svn path=/trunk/KDE/kdepim/; revision=563141
20 years ago
Stephan Kulow
02651aaa5c
port to new KAction API
...
svn path=/trunk/KDE/kdepim/; revision=562978
20 years ago
Stephan Kulow
8bacc6c030
I wonder how long these changes waited uncommited :)
...
svn path=/trunk/KDE/kdepim/; revision=560122
20 years ago
Edwin Schepers
bce7db93db
setButtonBoxOrientation -> setButtonsOrientation
...
svn path=/trunk/KDE/kdepim/; revision=558834
20 years ago
Tobias Koenig
fd080a8bf9
KDialog::actionButton()--
...
svn path=/trunk/KDE/kdepim/; revision=552995
20 years ago
Volker Krause
5693af6b31
KDialog porting.
...
svn path=/trunk/KDE/kdepim/; revision=552592
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
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
2791014151
deprecated--
...
svn path=/trunk/KDE/kdepim/akregator/; revision=537778
20 years ago
Stephan Kulow
2fb7af5863
deprecated--
...
svn path=/trunk/KDE/kdepim/akregator/; revision=537723
20 years ago
Stephan Kulow
08c09408b1
less deprecated KAction
...
svn path=/trunk/KDE/kdepim/akregator/; revision=537690
20 years ago
Stephan Kulow
6be5949741
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=537559
20 years ago
Reinhold Kainhofer
60256d9d9f
deprecated QWidget methods
...
svn path=/trunk/KDE/kdepim/; revision=535759
20 years ago
Reinhold Kainhofer
4ea904f4b5
deprecated Q(HBox|VBox|Grid)Layout(QLayout*parentLayout) constructors
...
svn path=/trunk/KDE/kdepim/; revision=535644
20 years ago
Reinhold Kainhofer
ffe5a512df
Deprecated QLabel constructors -> call setBuddy and setObjectName manually...
...
svn path=/trunk/KDE/kdepim/knotes/; revision=535167
20 years ago
Reinhold Kainhofer
bdb846c552
Replace the old-style QGridLayout and Q[HV]BoxLayout constructors (which contain margin, spacing, name, and possibly the # of rows and cols) with the Qt4 constructors, where one then calls setMargin, setSpacing, and setObjectName. The nr of rows and columns is no longer needed.
...
I used my kdesdk/scripts/qt4/convert-qgridlayout.pl and kdesdk/scripts/qt4/convert-qboxlayout.pl scripts for this. Apart from one instance (where the params were commented out), no manual intervention was needed and everything worked like a charm...
What still needs to be done is to replace all Q*Layout(QLayout*parent) constructors by Q*Layout(); parent->insertLayout(..); calls. This can't be automated since it's impossible to detect whether the parent object is a QWidget* or a QLayout*. At best one can parst the compiler warning and just replace in those lines that through a deprecated warning...
svn path=/trunk/KDE/kdepim/; revision=533942
20 years ago
Reinhold Kainhofer
92ea42f7c5
deprecated QComboBox methods, mainly currentItem=>currentIndex, insertItem=>addItem, insertStringList=>addItems, setCurrentItem=>setCurrentIndex, setCurrentText=>setItemText(currentIndex,..), text=>itemText
...
svn path=/trunk/KDE/kdepim/; revision=532058
20 years ago
David Faure
8872208d7a
KMail compiles on Mac OS X
...
svn path=/trunk/KDE/kdepim/; revision=531982
20 years ago
Reinhold Kainhofer
1a753fd376
deprecated: QMenu::insertSeparator() -> QMenu::addSeparator(), QBitmap(w,h,bool) -> QBitmap(w,h) and QBitmap::clear()
...
svn path=/trunk/KDE/kdepim/; revision=531904
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
659ee5067e
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521406
20 years ago
Laurent Montel
a574251bf1
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/; revision=518169
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
Volker Krause
5290e728f2
Laurent fixed those already.
...
svn path=/trunk/KDE/kdepim/; revision=514208
20 years ago
Laurent Montel
2c0e9d875a
Fix permanent item into kstatusbar
...
svn path=/trunk/KDE/kdepim/; revision=514037
20 years ago
Laurent Montel
54bf075d4b
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=512502
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
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Andreas Gungl
da592428a9
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=495491
20 years ago
Andreas Gungl
8339b64efe
replace calls to KConfig::setGroup(...)
...
svn path=/trunk/KDE/kdepim/; revision=495146
20 years ago
Andreas Gungl
e7a819f07a
fix loading and saving of filter definitions
...
svn path=/trunk/KDE/kdepim/; revision=495142
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
Andreas Gungl
8b62162fbe
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=491617
21 years ago
Andreas Gungl
b264d8110b
fix compilation
...
svn path=/trunk/KDE/kdepim/; revision=491608
21 years ago
Laurent Montel
055208c180
Fix header/include
...
Port to QFrame (perhaps use kseparator)
svn path=/trunk/KDE/kdepim/; revision=487894
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Laurent Montel
fb69b56cb8
Adapt to new kde4 api
...
svn path=/trunk/KDE/kdepim/knotes/; revision=476637
21 years ago
Ingo Klcker
3cbf0fc45b
Q_INT*/Q_UINT* -> qint*/quint*
...
QMAX/QMIN -> qMax/qMin
I don't know what to do about Q_LONG and Q_ULONG because of the following code in qglobal.h:
#if defined(Q_OS_WIN64)
typedef __int64 Q_LONG; /* word up to 64 bit signed */
typedef unsigned __int64 Q_ULONG; /* word up to 64 bit unsigned */
#else
typedef long Q_LONG; /* word up to 64 bit signed */
typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */
#endif
Should I simply convert to (unsigned) long?
svn path=/trunk/KDE/kdepim/; revision=468393
21 years ago
Ingo Klcker
81a7e3ba13
Partial port to current kdelibs4_snapshot. Time to hit the bed.
...
svn path=/trunk/KDE/kdepim/; revision=467348
21 years ago
Volker Krause
ed72a72900
More KMail porting.
...
svn path=/trunk/KDE/kdepim/; revision=461331
21 years ago
Volker Krause
0f6fe9fdb4
117 of 167 files compile
...
svn path=/trunk/KDE/kdepim/; revision=461055
21 years ago
Laurent Montel
cbc8cc5315
Remove KDE_IS_VERSION
...
svn path=/trunk/KDE/kdepim/; revision=459390
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Laurent Montel
e4358e26aa
Continue to use my script
...
svn path=/trunk/KDE/kdepim/karm/; revision=456644
21 years ago