svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r961583 | tmcguire | 2009-04-30 14:25:17 +0200 (Thu, 30 Apr 2009) | 1 line
Move the tooltips and whatsthis to the correct place so they actually do work.
........
svn path=/trunk/KDE/kdepim/; revision=961584
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r957591 | tmcguire | 2009-04-22 17:06:42 +0200 (Wed, 22 Apr 2009) | 11 lines
Merged revisions 944433 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r944433 | tmcguire | 2009-03-25 16:02:25 +0100 (Wed, 25 Mar 2009) | 4 lines
Add the ability to use custom To and CC addresses in the forward templates.
Part of kolab/issue3263
........
................
svn path=/trunk/KDE/kdepim/; revision=961582
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r957565 | tmcguire | 2009-04-22 15:17:41 +0200 (Wed, 22 Apr 2009) | 10 lines
Merged revisions 944210 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r944210 | tmcguire | 2009-03-25 11:17:56 +0100 (Wed, 25 Mar 2009) | 3 lines
Make sure the config group of deleted items gets also deleted,
otherwise the templates continue to work when using the forward filter.
........
................
svn path=/trunk/KDE/kdepim/; revision=961578
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r944433 | tmcguire | 2009-03-25 16:02:25 +0100 (Wed, 25 Mar 2009) | 4 lines
Add the ability to use custom To and CC addresses in the forward templates.
Part of kolab/issue3263
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=957591
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r944210 | tmcguire | 2009-03-25 11:17:56 +0100 (Wed, 25 Mar 2009) | 3 lines
Make sure the config group of deleted items gets also deleted,
otherwise the templates continue to work when using the forward filter.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=957565
- 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