Drag&Drop to the SnippetWidget doesn't work right now,
have to investigate further, but several bugs have been fixed
by this port.
svn path=/trunk/KDE/kdepim/kmail/; revision=1198719
Lots of improvements to the "Snippet Experience", including:
- eliminate the impression (given by the menus) that subgroups or subsnippets are supported
- improve menus (add icons, better wording, etc)
- prompt for removal of snippets
- prompt for removal of empty groups
- improve prompts for all different types of removals
kolab/issue4383
svn path=/trunk/KDE/kdepim/kmail/; revision=1173239
- change new group dialog to only allow setting the group name, as already done in trunk
- eliminate the impression (given by the menus) that subgroups or subsnippets are supported
- improve menus (add icons, better wording, etc)
- prompt for removal of snippets
- prompt for removal of empty groups
- improve prompts for all different types of removals
- don't show a silly "GROUP" tooltip (better no tooltip at all) for group items
kolab/issue4383
MERGE: trunk (almost all of it)
svn path=/branches/kdepim/enterprise/kdepim/; revision=1173116
Merged revisions 1132715,1132737,1132746,1132768,1132779,1132802,1132814,1132828,1132838,1132846-1132847,1132852,1132880,1132910,1132935-1132937,1132940,1132952,1132988,1132998,1133011,1133019,1133037-1133039,1133092 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1132715 | krake | 2010-05-31 11:01:55 +0200 (Mon, 31 May 2010) | 3 lines
Job result signal was connected to a slot which didn't exist.
Add a slot with the correct signature and forward the details to the existing slot for result handling
................
r1132737 | krake | 2010-05-31 11:52:40 +0200 (Mon, 31 May 2010) | 2 lines
Migrate folder settings of MessageListView::StorageModelSelectedMessages
................
r1132746 | krake | 2010-05-31 12:09:13 +0200 (Mon, 31 May 2010) | 2 lines
Migrate folder specific templates
................
r1132768 | smartins | 2010-05-31 13:20:29 +0200 (Mon, 31 May 2010) | 4 lines
Moving only one occurrence or only future ones now works.
BUG: 228674
................
r1132779 | amantia | 2010-05-31 13:52:01 +0200 (Mon, 31 May 2010) | 1 line
Fix counter proposal sending.
................
r1132802 | krake | 2010-05-31 15:04:37 +0200 (Mon, 31 May 2010) | 2 lines
Commit changed files certainly helps keeping missing slot warning counts low
................
r1132814 | smartins | 2010-05-31 15:28:47 +0200 (Mon, 31 May 2010) | 8 lines
Fix bug where the item selected in EditorDetails didn't match with the one in the AttendeeEditor's mNameEdit.
Caused duplicate attendees to appear.
BUG: 230374
MERGE: 4.4, e35?
................
r1132828 | krake | 2010-05-31 16:12:08 +0200 (Mon, 31 May 2010) | 3 lines
Schedule a collection fetch job when entering the collection migrator instead of doing it right there.
IMAP resources can be "Idle" when connect succeeded but before they got any collections
................
r1132838 | krake | 2010-05-31 16:56:15 +0200 (Mon, 31 May 2010) | 3 lines
Do not call migrationDone() when there are no more collections, call an internal method processingDone() which checks if there have been any collections at all.
Consider it a migration failure if there weren't.
................
r1132846 | winterz | 2010-05-31 17:04:00 +0200 (Mon, 31 May 2010) | 15 lines
SVN_SILENT:
Blocked revisions 1132843 via svnmerge
........
r1132843 | winterz | 2010-05-31 11:02:23 -0400 (Mon, 31 May 2010) | 9 lines
merge backward SVN commit 1132814 by smartins from trunk:
Fix bug where the item selected in EditorDetails didn't match with the one
in the AttendeeEditor's mNameEdit.
Caused duplicate attendees to appear.
MERGE: none (already in trunk)
........
................
r1132847 | winterz | 2010-05-31 17:05:16 +0200 (Mon, 31 May 2010) | 9 lines
SVN_SILENT:
Blocked revisions 1132778 via svnmerge
........
r1132778 | ludwigreiter | 2010-05-31 07:47:05 -0400 (Mon, 31 May 2010) | 1 line
Update after test of newslog 2010-05-28
........
................
r1132852 | krake | 2010-05-31 17:18:27 +0200 (Mon, 31 May 2010) | 2 lines
Let the base class report progress with "seen collections" as the maximum
................
r1132880 | lueck | 2010-05-31 18:35:48 +0200 (Mon, 31 May 2010) | 1 line
adapt doc to new systemsettings categories and wording
................
r1132910 | lfranchi | 2010-05-31 19:41:54 +0200 (Mon, 31 May 2010) | 4 lines
Fix mime data from messagelist. Actions from the messagelist now work properly, such as Copy to ... and Move to ...
BUG: 226419
................
r1132935 | link | 2010-05-31 20:45:05 +0200 (Mon, 31 May 2010) | 3 lines
Refactor the load() method into a slot, because SecurityPageSMimeTab
connects Kleo config changes to it.
Found by Tobias Koenig's (tokoe@kde.org) signal/slot static code analyzer.
................
r1132936 | link | 2010-05-31 20:45:10 +0200 (Mon, 31 May 2010) | 9 lines
Refactor the snippet widget to take an editor of type of the subclass
KMComposerEditor, rather than the base class KMEditor.
SnippetWidget is being passed a KMComposerEditor anyways, and is
expecting a signal that only exists in KMComposerEditor and not
KMEditor.
Found by Tobias Koenig's (tokoe@kde.org) signal/slot static code
analyzer.
................
r1132937 | link | 2010-05-31 20:45:12 +0200 (Mon, 31 May 2010) | 5 lines
Trivial signal/slot connection fix. Doesn't look like this code is even
compiled, but the fix was easy.
Found by Tobias Koenig's (tokoe@kde.org) signal/slot static code
analyzer.
................
r1132940 | link | 2010-05-31 20:54:05 +0200 (Mon, 31 May 2010) | 4 lines
This method is actually a slot, but the author forgot the 'slots'
identifier.
Found by Tobias Koenig's (tokoe@kde.org) signal/slot static code analyzer.
................
r1132952 | lfranchi | 2010-05-31 21:32:51 +0200 (Mon, 31 May 2010) | 2 lines
error out when failing to complete crypto operations, so messages don't get sent if problems occur
................
r1132988 | lfranchi | 2010-05-31 22:44:24 +0200 (Mon, 31 May 2010) | 2 lines
Only ask to send an MDN if the message requested one.
................
r1132998 | lfranchi | 2010-05-31 23:09:41 +0200 (Mon, 31 May 2010) | 4 lines
Finish fixing MDN options. Should behave correctly in all cases now.
BUG: 238107
................
r1133011 | tmcguire | 2010-06-01 00:02:15 +0200 (Tue, 01 Jun 2010) | 4 lines
Remove broken actions.
They cause connect() warnings, and the actions are really implemented
in KRichTextWidget from kdelibs now.
................
r1133019 | tmcguire | 2010-06-01 00:38:06 +0200 (Tue, 01 Jun 2010) | 3 lines
Make Tobias' connect() checker happy.
And the mobile people unhappy, since they now have to implement this.
................
r1133037 | link | 2010-06-01 01:51:18 +0200 (Tue, 01 Jun 2010) | 13 lines
Make the IMAP resource store its encryption setting as a string, rather
then an integer representation of an enum.
THIS WILL BREAK YOUR CURRENT IMAP SETUPS!
Short rationale: "SSL" is more understandable than "1"
Longer rationale: There are two enums used to
represent encryption settings in kdepim, each with different values and
orders. The result was hell whenever you had to reference the enum by
integer value (like in javascript). Storing it as a String makes it
easier and removes all ambiguity as to what the value represents.
CCMAIL: kde-pim@kde.org
................
r1133038 | link | 2010-06-01 01:51:26 +0200 (Tue, 01 Jun 2010) | 2 lines
If the default encryption setting is SSL, then the default port should
match.
................
r1133039 | link | 2010-06-01 01:51:29 +0200 (Tue, 01 Jun 2010) | 2 lines
Make the kolab resource wizard perform a servertest on the imap server,
now it works with demo.kolab.org.
................
r1133092 | vkrause | 2010-06-01 09:40:56 +0200 (Tue, 01 Jun 2010) | 2 lines
fix kmail-mobile build
................
svn path=/branches/work/komo/kdepim/; revision=1133093
KMComposerEditor, rather than the base class KMEditor.
SnippetWidget is being passed a KMComposerEditor anyways, and is
expecting a signal that only exists in KMComposerEditor and not
KMEditor.
Found by Tobias Koenig's (tokoe@kde.org) signal/slot static code
analyzer.
svn path=/trunk/KDE/kdepim/kmail/; revision=1132936
- less risk of symbol collisions across libraries
- the API docs of messageviewer link more correctly
svn path=/trunk/KDE/kdepim/messageviewer/; revision=1085208
mostly seen as
"the the" -> "the"
"the the" -> "to the"
and in its best case
"a the the" -> "" :)
svn path=/trunk/KDE/kdepim/kontact/pics/; revision=864814
Note: The remaining issues are false positives. They cannot be changed to ' '
as the called function expects a const char*.
svn path=/trunk/KDE/kdepim/; revision=861369
- Rename snippet_widget* files to snippetwidget*, to stay in line
with the other snippet files
svn path=/branches/kdepim/enterprise/kdepim/; revision=769925
with the other snippet files
- Remove snippet settings. It was unused and just caused compiler
warnings.
I hope this is correct and this wasn't just something forgotten
in the merge.
svn path=/trunk/KDE/kdepim/; revision=761998
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
* plus some small GUI improvements
* and it's not thoroughly tested
........
r716933 | vkrause | 2007-09-25 18:50:47 +0200 (Tue, 25 Sep 2007) | 5 lines
- add missing menu accelarators
- various cleanups
Kolab issue 2023
........
r731691 | tilladam | 2007-11-01 16:47:17 +0100 (Thu, 01 Nov 2007) | 2 lines
Add the ability to associate keyboard shortcuts with snippets.
........
r731716 | tilladam | 2007-11-01 18:43:33 +0100 (Thu, 01 Nov 2007) | 3 lines
Oops, I better commit the rest of the code for the snippet shortcuts, sorry
about that.
........
r744046 | tilladam | 2007-12-02 17:02:27 +0100 (Sun, 02 Dec 2007) | 2 lines
Properly iterate when deleting from a QPtrList. Be less verbose.
........
r747340 | moenicke | 2007-12-11 19:53:08 +0100 (Tue, 11 Dec 2007) | 3 lines
* fixed iterator when writing snippets to configuration file (kolab issue 2262)
........
r750499 | vkrause | 2007-12-19 14:09:49 +0100 (Wed, 19 Dec 2007) | 4 lines
Place the cursor after the inserted snippet.
Kolab issue 2178
........
r750598 | tilladam | 2007-12-19 18:31:12 +0100 (Wed, 19 Dec 2007) | 2 lines
Keep and restore the position of the snippet splitter.
........
r750610 | tilladam | 2007-12-19 19:15:43 +0100 (Wed, 19 Dec 2007) | 3 lines
Automatically add a default group, when no group at all is present yet,
rather than not allowing to add snippets at top level.
........
svn path=/trunk/KDE/kdepim/; revision=760908