based on a commit from Christian Schaarschmidt on the kdepim-3.5.5+
branch
BUG: 48938
CCMAIL: exit3219@gmail.com
svn path=/trunk/KDE/kdepim/; revision=1002356
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
- Remove some deprecated function calls
- Make the sign/encrypt color indicators use the same default colors as the
configure dialog defaults
svn path=/trunk/KDE/kdepim/; revision=772425
- deprecated--
- Change "Import" to "Import...", since it opens a dialog.
(same with export)
- activate alternate row colors
- style fixes
- tabs-- (in related files)
- fix identation
People, please use 2 spaces identation only. The exporter/importer
merge was again plagued by inconsistent identation, like having
4 spaces functions in a 2 spaces file, 2 spaces identation lines in a
4 spaces function and even 6 spaces in one function.
svn path=/trunk/KDE/kdepim/; revision=764382
- Remove more of the unused config stuff
. Activate alternate background colors
- Fix connection
- Fix keyboard shortcut checking
- initConfig -> readConfig
- Don't crash when a snippet has no action
(this is the case when there are two snippets with
the same name)
- Don't start drags for groups
svn path=/trunk/KDE/kdepim/; revision=762036
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r728541 | tilladam | 2007-10-23 18:40:16 +0200 (Tue, 23 Oct 2007) | 6 lines
Add the ability to import and export filter rules to files. Imported rules
are appended. Import works both from previously exported files as well
as normal kmailrc config files.
Prokde35-z Item 16.
........
r732440 | tilladam | 2007-11-03 22:14:28 +0100 (Sat, 03 Nov 2007) | 4 lines
Make sure the file selector is shown on top of the filter dialog.
issue/kolab2142
........
r732794 | tilladam | 2007-11-04 20:56:03 +0100 (Sun, 04 Nov 2007) | 2 lines
Make it possible to select a subset of all filters to import or export.
........
r733495 | tilladam | 2007-11-06 14:45:45 +0100 (Tue, 06 Nov 2007) | 4 lines
Provide a proper parent for the "ask to overwrite" dialog.
kolab/issue2142
........
r733511 | tilladam | 2007-11-06 15:34:16 +0100 (Tue, 06 Nov 2007) | 4 lines
Move transaction code into the filtermanager, from the caller and make sure
filter counts are written to and read from the right section.
kolab/issue 2176
........
r733519 | tilladam | 2007-11-06 15:56:16 +0100 (Tue, 06 Nov 2007) | 4 lines
Show an error message if the to-be-imported filters file can't be read.
kolab/issue2175
........
r748479 | vkrause | 2007-12-14 16:57:26 +0100 (Fri, 14 Dec 2007) | 4 lines
Don't lose newly entered filter settings when clicking on ok or apply.
Kolab issue 2191
........
svn path=/trunk/KDE/kdepim/; revision=761360
* remove the dreaded "gear" icon, mostly replaced by system-run
(which doesn't make a perfect fit all of the time,
but starting from "gear" it can't get worse)
* remove actions/help-about-kde, in favor of apps/kde
svn path=/trunk/KDE/kdepim/; revision=755605
are appended. Import works both from previously exported files as well
as normal kmailrc config files.
Prokde35-z Item 16.
svn path=/branches/kdepim/enterprise/kdepim/; revision=728541
stuff from kdelibs.
I disabled the ability to override conflicting shortcuts, as it did not work
and I did not find a way to actually disable a shortcut of a conflicting action.
Also, I added some todos to do more shortcut checking, currently conflicts against
global shortcuts and such are not checked.
Also, remove some tabs and fix 2 deprcated functions.
svn path=/trunk/KDE/kdepim/; revision=705875
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