La base de liens Vibes-ftq
Issues base of tool Vibes [vbs] from Team Sigwal
2 types of issue:
2 types of issue:
- AF=evolution 📝
- VR=anomaly 🐛
Submitted (x2)
Analysed (x1)
Started (x1)
Solved (x2)
Reference
Last date
File name
Description
State
Reference
Last date
04/05/2025
File name
Description
Transparent color issue
Is there a link with Github issue Transparency #102❔
Is there a link with Github issue Transparency #102❔
State
🔴Submitted
Reference
Last date
01/05/2025
File name
Description
Group Color issue in TreeView under gwin64


State
🔴Submitted
Reference
Last date
04/05/2025
File name
figure2d.h
figure2d.cpp
figure2d.cpp
Description
Figure resize when AxisEqual is activated
Adaptation of
Linked issue: VBS_VR_000004vibeswindow.cpp
Adaptation of
Figure2D::resizeEvent()
is to be done.Linked issue: VBS_VR_000004vibeswindow.cpp
State
🟠Analysed
Reference
Last date
03/05/2025
File name
vibeswindow.cpp
Description
Axis equal issue
Corrected

- With Vibes
- Compared to reference
Corrected
VibesWindow::processMessage()
on May 03 2025State
🟢Started
Reference
Last date
08/05/2025
File name
vibesgraphicsitem.cpp
vibesgraphicsitem.h
vibesgraphicsitem.h
Description
If not specified by user,
Correction on May 01 25
Test:
Solved on May 02 25 commit e1af662 [Github]
Issue restarted on May 05 25
Predifined colors [Qt.io]

Use-case from godardma is also respected VBS_BS_000001Uninitialized group parameter use-case [godardma] (no forced initialization of group parameter if not initialized)
New Commit 5d7ced5 [Github.com] on May 08 25
PropertyEditDialog
fields are not initializedCorrection on May 01 25
- Modified
VibesGraphicsItem::parseJson()
to initialize or correct json parameters EdgeColor/FaceColor/LineStyle/LineWidth of aVibesGraphicsGroup
before being used inPropertyEditDialog
- Added
VibesDefaults::replaceColorName()
to replace short color name
Test:
newGroup("Du Gwer", /*"black[green]"*/"k[g]")
- Edge color: black
- Face color: green
- No line style specified
- No line width specified

Solved on May 02 25 commit e1af662 [Github]
Issue restarted on May 05 25
Predifined colors [Qt.io]

VibesDefaults::replaceColorName()
is renamed VibesDefaults::toPredefinedColorName()
according to specification VBS_RS_000001VibesDefaults::toPredefinedColorName() on May 08 25Use-case from godardma is also respected VBS_BS_000001Uninitialized group parameter use-case [godardma] (no forced initialization of group parameter if not initialized)
New Commit 5d7ced5 [Github.com] on May 08 25
State
🔵Solved
Reference
Last date
08/05/2025
File name
propertyeditdialog.ui
Description
Height of PropertyEditDialog is too small under gwin64

Minor layout modification on May 01 25
Solved on May 01 25 commit 3daed88 [Github]
Comment of godardma on May 5 25

Commit 0481f67 [Github.com] on May 05 25 to be tested on linux
On gwin64, the rendering is tight! (maybe a new issue to open)

Checked OK by godardma on May 06 25

Re-solved on May 08 25

Minor layout modification on May 01 25
- Increased QDialog & QFormLayout height.
- Deleted unused items in QLineEdit.

Solved on May 01 25 commit 3daed88 [Github]
Comment of godardma on May 5 25
- «However I find that there is a bit too much blank space between the last input line (Line Width) and the buttons»
- It seems that on linux the rendering is closer to the following (Qt Editor view):

Commit 0481f67 [Github.com] on May 05 25 to be tested on linux
On gwin64, the rendering is tight! (maybe a new issue to open)

Checked OK by godardma on May 06 25

Re-solved on May 08 25
State
🔵Solved