View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000627 | FreeCAD | Bug | public | 2012-03-07 11:15 | 2013-07-01 09:25 |
Reporter | yorik | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.14 | ||||
Summary | 0000627: File extensions missing from supported file descriptions in open/save dialgos | ||||
Description | In open and save dialogs, supported file types are described as: STEP files Ideally it should be something like: STEP files (*.stp, *.step) Since it used to be like that, probably something changed in QT specs. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
Curiously doing this on the python console gives correct results: from PyQt4 import QtGui f=QtGui.QFileDialog(None,"Test","","Text files (*.txt)") f.show() *EDIT* but it is not the same dialog as FreeCAD uses... |
|
ok the problem is when we use QFileDialog.getOpenFileName ... same problem happens in PyQt |
|
Is this still a problem? |
|
Yes, still the same. I had forgotten about this one... |
|
On Linux we do not longer use the static functions but create an instance of QFileDialog where we have full control over its behaviour. This also fixes a couple of other issues we mainly had on KDE. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-07 11:15 | yorik | New Issue | |
2012-03-07 20:39 | yorik | Note Added: 0001719 | |
2012-03-07 20:41 | yorik | Note Edited: 0001719 | |
2012-03-07 20:49 | yorik | Note Added: 0001720 | |
2012-12-20 22:10 |
|
Note Added: 0002727 | |
2012-12-20 22:10 |
|
Status | new => feedback |
2012-12-20 22:37 | yorik | Note Added: 0002736 | |
2013-07-01 09:25 | wmayer | Note Added: 0003304 | |
2013-07-01 09:25 | wmayer | Status | feedback => closed |
2013-07-01 09:25 | wmayer | Resolution | open => fixed |
2013-07-01 09:25 | wmayer | Fixed in Version | => 0.14 |