After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301690 - Select pattern dialog should contain an explanation
Select pattern dialog should contain an explanation
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File Search Interface
2.30.x
Other All
: Normal minor
: 3.0
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-23 11:01 UTC by Pradeep MN
Modified: 2010-04-26 15:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Screenshot of pattern dialog with supplementary text (10.26 KB, image/png)
2006-07-10 15:30 UTC, Calum Benson
  Details
Adds legend to "Select Items Matching" dialog (2.32 KB, patch)
2009-10-05 21:08 UTC, Marcus Carlson
needs-work Details | Review
Screenshot of patched dialog (11.30 KB, image/png)
2009-10-05 21:10 UTC, Marcus Carlson
  Details
Adds legend to "Select Items Matching" dialog (2.32 KB, patch)
2009-10-10 23:18 UTC, Marcus Carlson
none Details | Review
Make translators happy (1.39 KB, patch)
2009-10-10 23:18 UTC, Marcus Carlson
none Details | Review
Adds legend to "Select Items Matching" dialog (2.54 KB, patch)
2009-10-10 23:28 UTC, Marcus Carlson
committed Details | Review

Description Pradeep MN 2005-04-23 11:01:15 UTC
The Select Pattern in the Edit Menu, should have a tooltip so it makes the
beginner more easy to work with it. Depending on the Bug # 301689 we can give a
tooltip to the Select Pattern such as an example "Type full directory/filename
or use extensions for eg. *.zip" . Then it makes easy to the user. Ea\lse a
beginner will be really thinking whats wrong!!
Any comments..?

Other information:
Comment 1 Olav Vitters 2005-04-23 16:43:57 UTC
I think adding an explanation to the dialog is a better idea (directly visible).
Changing summary + confirming.
Comment 2 Pradeep MN 2005-09-28 11:06:53 UTC
Anyone working on this BUG? Please add comments so that I can get a clear idea 
to try on fixing about the bug.
Comment 3 Joachim Noreiko 2006-07-04 08:28:38 UTC
Pradeep MN: the Select Pattern dialog now has a help button which takes the user to a full explanation of how this feature works.

Can this bug be closed, or do you think the dialog box also needs a short explanation?
Comment 4 Pradeep MN 2006-07-06 15:39:39 UTC
Hi Joachim.. thanks for the update. I gues a short explanation will always be helpful. I will restrict few users to go to help rather they can go around directly.
Comment 5 Calum Benson 2006-07-10 15:30:30 UTC
Created attachment 68720 [details]
Screenshot of pattern dialog with supplementary text

I guess we'd normally do this with some supplementary "Example:" text below the text field... admittedly it doesn't tell you what the special characters do (which is what the Help is for), but it gives you an idea of the sort of input that's expected.  I'm sure you could find better examples to show here, I'm not familiar enough with what nautilus allows.
Comment 6 Marcus Carlson 2009-10-05 19:41:41 UTC
Is there any patch for this or should I create one?
Comment 7 Marcus Carlson 2009-10-05 21:08:45 UTC
Created attachment 144843 [details] [review]
Adds legend to "Select Items Matching" dialog
Comment 8 Marcus Carlson 2009-10-05 21:10:00 UTC
Created attachment 144844 [details]
Screenshot of patched dialog

Not sure about the text and the formatting. Comments?
Comment 9 Alexander Larsson 2009-10-07 08:18:56 UTC
+	gtk_label_set_markup (GTK_LABEL (example), _("<b>Examples: </b><i>*.png, file\?\?.txt, pict*.\?\?\?</i>"));

The translators don't like strings with markup like this. Use two translations and then an untranlated <b>%s</b><i>%s</i> g_strdup_printf call.
Comment 10 Marcus Carlson 2009-10-10 23:18:29 UTC
Created attachment 145232 [details] [review]
Adds legend to "Select Items Matching" dialog
Comment 11 Marcus Carlson 2009-10-10 23:18:32 UTC
Created attachment 145233 [details] [review]
Make translators happy
Comment 12 Marcus Carlson 2009-10-10 23:28:44 UTC
Created attachment 145234 [details] [review]
Adds legend to "Select Items Matching" dialog
Comment 13 Marcus Carlson 2009-10-10 23:32:25 UTC
Sorry about the spam, my git-bz skills aren't that good.
Alex, last patch added is now changed according to your comment.
Comment 14 Cosimo Cecchi 2009-10-10 23:32:45 UTC
Comment on attachment 145234 [details] [review]
Adds legend to "Select Items Matching" dialog

Looks good.
Comment 15 Cosimo Cecchi 2010-04-09 10:01:16 UTC
This will have to wait after we branch.
Comment 16 Cosimo Cecchi 2010-04-26 15:27:57 UTC
Comment on attachment 145234 [details] [review]
Adds legend to "Select Items Matching" dialog

Pushed.
Comment 17 Cosimo Cecchi 2010-04-26 15:28:15 UTC
This is fixed in master now.