View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000081 | QElectroTech | website | public | 2016-09-26 20:12 | 2021-02-15 00:48 |
Reporter | Morganol | Assigned To | scorpio810_mantis | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux 4.7.4, Qt 5.6.1, kf5.26.0 | OS | Mageia 6, Plasma 5.7.95 | OS Version | 6 (deveopment) |
Summary | 0000081: Picture insert file choose dialog do not display *.jpeg files | ||||
Description | Workaround is to rename files to .jpg QElectroTech Version: downloaded and compiled day before yesterday In running app, I can not find version other than "0.51-dev" - cloud that be improved? | ||||
Tags | No tags attached. | ||||
|
If you compile yourself is normalhy, I patch qet.h source file displayedVersion variable with subversion trunk number in my packages. |
|
Revision: 4726 Author: scorpio810 Date: 2016-09-26 20:54:50 +0200 (Mon, 26 Sep 2016) Log Message: ----------- Bug fix : Picture insert file choose dialog do not display *.jpeg files |
|
Quickly fixed, thanks :) I know i saw version number when i retrieved source, but in compiled and running version it is not visible in GUI? Practical question: if user wants to report a bug and don't know what version was compiled: how to find out the exact revision? |
|
patch displayedVersion label in qet.h like MacQetDeploy.sh script in misc directory or my script : Debian.sh namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) const QString version = "0.51"; /// QElectroTech displayed version const QString displayedVersion = "0.51-dev"; QString license(); |
|
The about dialogue, tab Version, already say: QElectroTech V 0.51-dev Compilation: GCC 5.4.0 - built with Qt 5.6.1 - run with Qt 5.6.1 It would be great if it could also say "Revision: xxxx" at end of that first row |
|
When you get source by svn save svn revision number in variable on your script and patch qet.h displayedVersion by sed before make your package or compile ! namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) const QString version = "0.51"; /// QElectroTech displayed version const QString displayedVersion = "0.51-dev +svn 4720"; QString license(); |
|
Ah, now i understand, thanks. I just thought it could be more automated, making sure to get correct revision in bug reports :) I am not very used to compiling, your program is one of the few i ever compiled, however i wrote down how i did to help others on mageia: https://wiki.mageia.org/en/QElectroTech |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-09-26 20:12 | Morganol | New Issue | |
2016-09-26 20:49 | scorpio810_mantis | Note Added: 0000159 | |
2016-09-26 20:56 | scorpio810_mantis | Fixed in Version | => SVN/trunk |
2016-09-26 20:56 | scorpio810_mantis | Note Added: 0000160 | |
2016-09-27 09:11 | Morganol | Note Added: 0000161 | |
2016-09-27 13:29 | scorpio810_mantis | Note Added: 0000162 | |
2016-09-28 11:37 | Morganol | Note Added: 0000163 | |
2016-09-28 11:43 | scorpio810_mantis | Note Added: 0000164 | |
2016-09-28 11:46 | scorpio810_mantis | Note Edited: 0000164 | |
2016-09-28 17:33 | Morganol | Note Added: 0000165 | |
2016-10-05 09:27 | scorpio810_mantis | Status | new => resolved |
2016-10-05 09:27 | scorpio810_mantis | Resolution | open => fixed |
2016-10-05 09:27 | scorpio810_mantis | Assigned To | => scorpio810_mantis |
2021-02-15 00:48 |
|
Category | Diagram Editor => website |