What does this patch do:
- QComboBox -> KComboBox
- QTabWidget -> KTabWidget
- QLineEdit -> KLineEdit
- QTextEdit -> KTextEdit
- Where KLineEdit is inserted, I explicitly called: setShowClearButton( true )
- Removed in some cases unnecessary includes from header files.
What does this patch not do:
- Fix the ui files
- Fix the QMessageBox -> KMessageBox in kmmessage.cpp I need to have a good
look to the KMessageBox API for that.
- Exhaustive cleanup of unnecessary inclusions.
svn path=/trunk/KDE/kdepim/; revision=862376
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
- adjust includes and link rules
- delete the libraries from this module
- remove obsolete collectingprocess and configmanager
svn path=/trunk/KDE/kdepim/; revision=682059
diagnostic info about sieve, like available scripts, the contents of the
scripts and more. This was also a nice excercise in getting familiar
with the sieve code before I can start working on importing and parsing
my existing filters.
I don't see a real need for this dialog in a release build, hence it
being disabled, although there's one potential use case where it could
make sense: bug reports. To make that useful we'd need to extend the
Help->Report Bug dialog to allow checkboxes with diagnostics to gather
and upload to bugs.kde.org though, something which I'm not going to
be able to implement any time soon. (Nice KDE 4 bounty for Google summer
of code? ;-))
svn path=/trunk/KDE/kdepim/; revision=422217