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
customize New messages, replies, and forwards, using theBat! language.
FEATURE:
GUI:
merge SVN commit 597343 by winterz:
New Templates Feature.
Code contributed by Dmitry Morozhnikov with some coding style mods by me.
svn path=/branches/KDE/3.5/kdepim/; revision=614022
Some changes to make menubar and popup menus more consistent (but still some way to go):
Menubar - Message has same "Mark Thread" submenu as popup
All popups with "Print", "Save" and "Save Attachments" in consistent order
Message window popup (when selected text) has same "Reply" menu as preview popup
Menubar - Folder - Mailing List Management has "..."
Folder list popup has "Empty" and "Delete" in consistent order
Add keyboard shortcut Ctrl+S for "Save As" action in reader window
GUI:
CCBUG:92905
BUG:106478
svn path=/branches/KDE/3.5/kdepim/; revision=609393
its own Forward->as Digest menu option.
This fixes the really confusing situation if you have more than
one message selected and you select Forward->as Attachment.
New strings approved by the translators.
GUI:
svn path=/branches/KDE/3.5/kdepim/; revision=572253
"Mark as Not To-do" becomes "Remove To-do Mark"
"Mark as Not Sent" becomes "Remove Sent Mark"
BUG: 131915
GUI:
svn path=/branches/KDE/3.5/kdepim/; revision=571133
Don't use a QAccel. For one we already have an appropriate KAccel (actioncollection()->kaccel()). Moreover, using QAccel breaks the configurability of kbd shortcuts. KAction->plugAccel is deprecated but I don't see what else to use. I guess the additional plugAccel shouldn't be necessary, but at least for Return the accel didn't work out of the box (probably because the corresponding KAction doesn't appear in any menu or toolbar).
BUGS: 124501
CCBUGS: 128984
svn path=/branches/KDE/3.5/kdepim/; revision=553370
ctrl-j open the folder selector (with quick search) to jump to
a folder. I'll commit the rest of the patch in a bit.
Patch by Kumaran Santhanam.
CCMAIL: 113759@bugs.kde.org
svn path=/branches/KDE/3.5/kdepim/; revision=536268
The quick search bar also works again now, I think things are ok
again, or at least back to were they were before the indexer commit.
Also Actionscheduler is in.
svn path=/branches/KDE/3.5/kdepim/; revision=443122
managing them in offline mode is not possible
also the edit vacation message relies on sieve
so that too is not possibly in offline mode
svn path=/trunk/KDE/kdepim/; revision=438840
even in kpart mode. This needs to be done manually since the part loads
the actions with autoConnectShortcuts == false and relies on the xml gui
loading to connect them. Shift-Delete is nowhere in the gui, these days,
so it was never plugged and therefor the shortcut never connected.
CCMAIL: staikos@kde.org
svn path=/trunk/KDE/kdepim/; revision=438839
Add menuentry for going online or offline and when in offline
mode, stop network activity such as mailchecks, at this stage recieving mail
is stopped and in the future sending mail will be queued and other
network activity will be on halt.
This can also be controlled by dcop
dcop kmail KMailIface stopNetworkJobs
dcop kmail KMailIface resumeNetworkJobs
svn path=/trunk/KDE/kdepim/; revision=438202