[Bug 484807] New: Missing dialog for choosing device
https://bugzilla.novell.com/show_bug.cgi?id=484807 Summary: Missing dialog for choosing device Classification: openSUSE Product: openSUSE 11.2 Version: Alpha 0 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: YaST2 AssignedTo: yast2-maintainers@suse.de ReportedBy: jreidinger@novell.com QAContact: jsrain@novell.com Found By: --- I want browse under /dev for selecting device, but AskForExistingFile ("/dev", "*", _("Choose one...")) doesn't work. It would be nice, if exist function for it or extended AskForExistingFile -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=484807 Hubert Mantel <mantel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mantel@novell.com AssignedTo|yast2-maintainers@suse.de |tgoettlicher@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=484807 User tgoettlicher@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=484807#c1 Thomas Göttlicher <tgoettlicher@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |ASSIGNED CC| |gs@novell.com, | |kmachalkova@novell.com, | |tgoettlicher@novell.com --- Comment #1 from Thomas Göttlicher <tgoettlicher@novell.com> 2009-03-17 09:20:11 MST --- Technical Details (Qt): Qt filters out system files (FIFOs, sockets and device files) by default. Showing device files is possible via QFileDialog::setFilter(QDir::System). I think we shouldn't change the behavior of AskForExistingFile() because it might confuse programmers or program logics that don't expect the selection of system files. We could add some function like AskForExistingDeviceFile() if it is frequently needed. Otherwise the device files can be listed using a SCR Agent. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=484807 Thomas Göttlicher <tgoettlicher@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |0x612A -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com