[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Re: KDE_3_0_BRANCH opened
From:       Klas Kalass <klas.kalass () gmx ! de>
Date:       2002-03-27 11:45:02
[Download RAW message or body]

[please keep me in the CC, I am not subscribed to kde-i18n-doc]

Am Dienstag, 26. März 2002 04:07 schrieb Dirk Mueller:
> Hi,
>
> I've just added the above mentioned branch to the following modules:
>
[...]
> kdebase
[...]
> The code in this branch will be released as KDE 3.0.1 soon (exact release
> date is not yet fixed, but I suggest about 4-6 weeks from now on).
> Therefore please focus on (critical) bugfixes in this branch. If possible,
> get your patch tested/reviewed before committing. Please remember that any
> source (or even binary) incompatible API change is discouraged.
>
> Its not yet clear if i18n string changes are allowed in this branch (needs
> coordination with translators / coolo for the script first). Even if they
> are, they're limited to changes that are "important" (i.e. are required for
> fixing a bug in the application behavior or in the UI interface).
I would really like to commit the attached patch to the KDE_3_0_BRANCH as it 
explains the kfind dialog behaviour.
May I?

> I would like to say a big thank you to all of you for your hard work
> during the last months. It was astonishing to see that so many artists,
> developers, documentors and translators can work together quite nicely on
> such a huge project.
Thanks to you for coordinating all of this!

Cheers,
Klas
["kftabdlg.patch" (text/x-diff)]

Index: kftabdlg.cpp
===================================================================
RCS file: /home/kde/kdebase/kfind/kftabdlg.cpp,v
retrieving revision 1.63
diff -u -3 -p -r1.63 kftabdlg.cpp
--- kftabdlg.cpp	2002/02/10 00:23:04	1.63
+++ kftabdlg.cpp	2002/02/21 17:29:50
@@ -10,6 +10,7 @@
 #include <qlayout.h>
 #include <qlineedit.h>
 #include <qcheckbox.h>
+#include <qwhatsthis.h>
 
 #include <klocale.h>
 #include <kmessagebox.h>
@@ -69,6 +70,26 @@ KfindTabWidget::KfindTabWidget(QWidget *
 
     nameBox->setInsertionPolicy(QComboBox::AtTop);
     dirBox->setInsertionPolicy(QComboBox::AtTop);
+
+    const QString nameWhatsThis = i18n("<qt>Enter the filename you are looking for. \
" +				       "Alternatives may be separated by a semicolon \";\".<br>" 
+				       "<br>"
+				       "The filename may contain the following special characters:"
+				       "<ul>"
+				       "<li><b>?</b> matches any single character</li>"
+				       "<li><b>*</b> matches zero or more of any characters</li>"
+				       "<li><b>[...]</b> matches any of the characters in braces</li>"
+				       "</ul>"
+				       "<br>"
+				       "Example searches:"
+				       "<ul>"
+				       "<li><b>*.kwd;*.txt</b> finds all files ending with .kwd or .txt</li>"
+				       "<li><b>go[dt]</b> finds god and got</li>"
+				       "<li><b>Hel?o</b> finds all files that start with \"Hel\" and end with \
\"o\", having one character in between</li>" +				       "<li><b>My Document.kwd</b> \
finds a file of exactly that name</li>" +				       "</ul></qt>");
+    QWhatsThis::add(nameBox,nameWhatsThis);
+    QWhatsThis::add(namedL,nameWhatsThis);
 
     // Layout
 



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic