- Don't allow the snippet splitter to collapse the editor
- Don't save the snippet splitter size when it is hidden,
otherwise it would save a zero size
- Code style fixes
svn path=/trunk/KDE/kdepim/; revision=763629
- Remove more of the unused config stuff
. Activate alternate background colors
- Fix connection
- Fix keyboard shortcut checking
- initConfig -> readConfig
- Don't crash when a snippet has no action
(this is the case when there are two snippets with
the same name)
- Don't start drags for groups
svn path=/trunk/KDE/kdepim/; revision=762036
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