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