Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
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
Ismail Onur Filiz
5499cab473
Include "config.h" in the source files that already do not do so.
...
svn path=/trunk/KDE/kdepim/; revision=532915
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
Laurent Montel
659ee5067e
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521406
20 years ago
Laurent Montel
5214f977ce
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/akregator/; revision=508599
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
fa189a1645
Port to qmenu
...
svn path=/trunk/KDE/kdepim/; revision=488196
21 years ago
Laurent Montel
fb69b56cb8
Adapt to new kde4 api
...
svn path=/trunk/KDE/kdepim/knotes/; revision=476637
21 years ago
Stephan Binner
07ceeaccef
warningContinueCancel() for delete confirmation
...
svn path=/trunk/KDE/kdepim/; revision=470529
21 years ago
Ingo Klcker
a5953755c8
Forward port:
...
SVN commit 462616 by gyurco:
Correctly re-use the authentication from the IMAP settings.
svn path=/trunk/KDE/kdepim/; revision=464997
21 years ago
Ingo Klcker
350e8325a9
Forward port:
...
SVN commit 464604 by nhasan:
The 'Ok' button was unnecessary and downright confusing.
svn path=/trunk/KDE/kdepim/; revision=464989
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
Stephan Binner
2f7ca20d88
Yes/No dialog buttons are bad for usability
...
svn path=/trunk/KDE/kdepim/; revision=438196
21 years ago
Till Adam
f7ebf4ae78
kmacctmgr.[cpp|h|moc] -> accountmanager.[cpp|h|moc]
...
svn path=/trunk/KDE/kdepim/; revision=437935
21 years ago
Till Adam
94fdc3c63c
o KMAcctMgr -> KMail::AccountManager
...
o de-virtualize the AccountManager interface
o const-ify
svn path=/trunk/KDE/kdepim/; revision=437928
21 years ago
Mario Teijeiro Otero
10680878dd
* Fix last char eating on uploading a sieve script.
...
* Revert to not adding "\n" to the script when this not ends on new line.
CCMAIL: mutz@kde.org
svn path=/trunk/KDE/kdepim/; revision=428720
21 years ago
Mario Teijeiro Otero
7b9d552785
* append a "\n" when the sieve script doesn't ends on "\n"
...
* Emit a result signal on a sievejob error. Now, on a uploading script failure,
the slot is catched, and show the script window again.
svn path=/trunk/KDE/kdepim/; revision=428650
21 years ago
Marc Mutz
fd72463e58
Disambiguate for --enable-final
...
svn path=/trunk/KDE/kdepim/; revision=428494
21 years ago
Till Adam
0e47bb546b
Import the sieve script management dialog Marc hacked up yesterday from
...
proko2. It's not perfect yet, but that is entirely due to merging
errors on my part, I am sure, which I vow to resolve in the immediate
future.
svn path=/trunk/KDE/kdepim/; revision=424084
21 years ago