- 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
in the standalone message reader window (menubar and popup), to make them
consistent with the main window menus. Split out the menu generation from
KMMainWin into a new class CustomTemplatesMenu to allow for this.
GUI:
svn path=/trunk/KDE/kdepim/; revision=730317
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
- Port to QTreeWidget and to QTextEdit
- Make the what is this tooltip work again
- Disable the add/remove buttons where it makes sense
- I18N_NOOP -> i18n
- Replace tabs with spaces
- deprecated--
svn path=/trunk/KDE/kdepim/; revision=696954
SVN commit 643369 by winterz:
backport SVN commit 643168 by coolo:
this looks crashy (and I guess this is the same with 3.5) (CID 3205)
svn path=/branches/kdepim/enterprise/kdepim/; revision=667887
Note: although sometimes a message with a number argument is never called for case n == 1, it still should be made plural, because plural forms accross languages are more complicated than just n == 1 and n > 1.
svn path=/trunk/KDE/kdepim/; revision=632290
Some tabs to spaces cleanups in templateparser.cpp.
"How does it works?" help link in all templates configuration dialogs.
Replace empty templates with "%BLANK" on save to allow peoples have
empty templates if they wish.
svn path=/branches/KDE/3.5/kdepim/; revision=614039
Keyboard shortcuts for custom templates with corresponding gui.
Some refactoring of kmmailwidget related to custom templates handling
(proper KAction`s).
Very little beautification of custom templates interface.
GUI:
svn path=/branches/KDE/3.5/kdepim/; revision=614032
Improved templates support from Dmitry:
1. Coding style fixes.
2. Little refactoring.
3. Custom reply/forward templates added (David Faure ask for them on list)
4. Various bug fixes, including major one -- wrong charset on %TEXT command
svn path=/branches/KDE/3.5/kdepim/; revision=614027