Bug #3471
Mis à jour par Matthieu Decorde il y a presque 2 ans
1) graphics export is broken on Ubuntu
* currently on my TXM the default export format for graphics is 'svg'
* when I call the 'Export graphic' command on an AFC factorial plane, the file selector dialog box opens with:
** a file name with extension set to '.svg'
** a current "format" set to '*.svg' in the down right pull down menu
* if I change the "format" to any other value, for example '*.png' :
** a) the file extension is not changed -> *it should be edited to the extension chosen*
** b) **BUG** the format is still SVG -> *it should be set to the format corresponding to the extension chosen*
2) use export format selection instead of file name extension filter selection
* currently the only way to change the export format in the file save dialog box is to select an extension filter like '*.svg'
* but '*.svg' is not a format name, it is an extension filter
* if this widget is dedicated only to extension filters we must add a FORMAT selection mecanism before the save dialog box
** for example in the command parameters zone
*** section 'Export format'
*** values check boxes (to allow multiple format exports) : [] SVG [] PNG...
** the values must be the same as in the 'Default export format' global preference ('SVG' versus '*.svg')
3) graphic contextual menu 'export view' broken
* in an AFC factorial plane, the 'export view' contextual menu doesn't do anything
4) graphics 'export default format' should not be in advanced section of preferences
* currently, the default format for graphics export is edited in an advanced section of preferences
* but changing a graphic export format is not advanced use of TXM, it is basic (as basic as choosing the character encoding for text exports or the format of the metadata file on import)
* the preference could move to the 'TXM / User / Export' page for example, to be accessible easier
* currently on my TXM the default export format for graphics is 'svg'
* when I call the 'Export graphic' command on an AFC factorial plane, the file selector dialog box opens with:
** a file name with extension set to '.svg'
** a current "format" set to '*.svg' in the down right pull down menu
* if I change the "format" to any other value, for example '*.png' :
** a) the file extension is not changed -> *it should be edited to the extension chosen*
** b) **BUG** the format is still SVG -> *it should be set to the format corresponding to the extension chosen*
2) use export format selection instead of file name extension filter selection
* currently the only way to change the export format in the file save dialog box is to select an extension filter like '*.svg'
* but '*.svg' is not a format name, it is an extension filter
* if this widget is dedicated only to extension filters we must add a FORMAT selection mecanism before the save dialog box
** for example in the command parameters zone
*** section 'Export format'
*** values check boxes (to allow multiple format exports) : [] SVG [] PNG...
** the values must be the same as in the 'Default export format' global preference ('SVG' versus '*.svg')
3) graphic contextual menu 'export view' broken
* in an AFC factorial plane, the 'export view' contextual menu doesn't do anything
4) graphics 'export default format' should not be in advanced section of preferences
* currently, the default format for graphics export is edited in an advanced section of preferences
* but changing a graphic export format is not advanced use of TXM, it is basic (as basic as choosing the character encoding for text exports or the format of the metadata file on import)
* the preference could move to the 'TXM / User / Export' page for example, to be accessible easier