- Rewrite the replace part, the code now is a lot like the code from the
find part.
- Don't crash when the replace is done
- Make replace backwards work
- Rename the public slots for find and replace to make them consistent
- Put every private method in the private class
svn path=/trunk/KDE/kdepim/knode/; revision=735031
property from a QString to an int. This broke config compatibility,
so this needed to be reverted.
This needs an up-to-date kdepimlibs, sorry.
svn path=/trunk/KDE/kdepim/; revision=708036
SVN commit 703234 by tilladam:
Make sure the crypto state is not restored from headers if there are no headers.
Thanks to Alexis Papadopoulos for noticing, and for coming up with a patch
for this in the first place.
svn path=/trunk/KDE/kdepim/; revision=703240
Thanks to Alexis Papadopoulos for noticing, and for coming up with a patch
for this in the first place.
svn path=/branches/kdepim/enterprise/kdepim/; revision=703234
- Use the TransportComboBox in the identity dialog
- Remove some leftover code which is now handled by the mailtransport library
- Use the transport IDs as identifiers instead of their names, this should be much
more fail-safe
- Fix the Send Now Via/Send Later Via toolbuttons in the composer
- Remove an unrelated unused function
- Also, fix signal/slot for autosavemessage
svn path=/trunk/KDE/kdepim/; revision=702520
SVN commit 702342 by tilladam:
Make the behavior on Edit -> Paste, RMB -> Paste and Ctrl-V for URLs consistent, by
asking the user whether to paste as text, or as an attachment in all cases.
Prokde35-z Item 35.
svn path=/trunk/KDE/kdepim/; revision=702349
asking the user whether to paste as text, or as an attachment in all cases.
Prokde35-z Item 35.
svn path=/branches/kdepim/enterprise/kdepim/; revision=702342
SVN commit 702320 by tilladam:
Make sure to store the state of the crypto actions when saving a mail to
drafts, but only if the state of the mail itself should not be used as
indication of the state of the actions. This is governd by the option
to "never sign and encrypt when saving to drafts" in the security
settings.
Prokde35-z item 44.
svn path=/trunk/KDE/kdepim/; revision=702321
drafts, but only if the state of the mail itself should not be used as
indication of the state of the actions. This is governd by the option
to "never sign and encrypt when saving to drafts" in the security
settings.
Prokde35-z item 44.
BUG: 103240
svn path=/branches/kdepim/enterprise/kdepim/; revision=702320
Now %CURSOR works again, this was somehow lost in porting.
Additionally, it is now possible again to set the cursor to the first line.
BUG: 140917
CCBUG: 141459
svn path=/trunk/KDE/kdepim/; revision=700430
- Make it acutally work by opening the temporary file before writing to it
- deprecated--
- Update the attachment size when editing is done
svn path=/trunk/KDE/kdepim/; revision=697109
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
BTW: the cmake book says that cmake automatically defines a libname_EXPORT macro - why does KDE4Macros.cmake define another one? And yes, the cmake-native one automatically deals with +'s in the libname, while the KDE one didn't.
svn path=/trunk/KDE/kdepim/; revision=691443