View Issue Details

IDProjectCategoryView StatusLast Update
0013277ScribusUser Interfacepublic2021-12-03 17:31
ReporterFirasH Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.5.1svn 
Summary0013277: Improve UI appearance and usability of Color Wheel
DescriptionImprove UI appearance and usability of Color Wheel.
See attached screenshot. The patch is tested.
Additional Information1.5.1.svn (20300)
TagsNo tags attached.
PatchYes

Relationships

child of 0013906 acknowledged Metabug: UI enhancement proposals (1.5.x.svn) 

Activities

FirasH

2015-08-05 14:59

reporter  

13277-Patch.diff (50,636 bytes)   

FirasH

2015-08-05 15:00

reporter  

13277-Screenshot.png (137,193 bytes)   

Kunda

2015-08-05 17:23

updater   ~0035968

Nice refinements, FirasH :)

jghali

2015-08-05 22:08

administrator   ~0035969

The patch does not seem to have any effect on Windows...

jghali

2015-08-05 22:11

administrator   ~0035970

In fact it has even adverse affect as it prevents users to see all three lines of the bottom right widget.

FirasH

2015-08-06 00:13

reporter   ~0035971

Thanks for testing jghali! Any idea which part of the patch may be causing the issue? I have a vague idea... I'll check tomorrow evening (sizing policies?).

FirasH

2015-08-06 13:07

reporter   ~0035973

Just made a small change in the .ui file.
See 13277-PatchREV2.diff

FirasH

2015-08-06 13:07

reporter  

13277-PatchREV2.diff (50,637 bytes)   

cbradney

2015-09-03 20:16

administrator   ~0036142

Better column sizing:

    int columnWidth = currentColorTable->fontMetrics().maxWidth() * 4;
    for (int i = 0; i < 4 ; ++i)
        currentColorTable->setColumnWidth(i, columnWidth);

instead of:
    currentColorTable->resizeColumnsToContents();


however Jean still sees issues on Windows, whereas I see almost perfection in that section on OSX. Jean can you please upload a screenshot ?

jghali

2015-09-03 20:38

administrator  

13277_win.png (67,194 bytes)   

jghali

2015-09-03 20:42

administrator   ~0036146

Done. On Windows with the patch:
- columns cannot be seen all at once without making dialog very large
- the last line cannot be seen without using scrollbars

Without the patch, columns and lines can all be seen without using any scrollbar.

cbradney

2015-09-03 20:58

administrator   ~0036147

Fixed the translation of HSV to just be TSL.

edmundlaugasson

2021-12-03 17:31

reporter   ~0049401

having similar issue with Scribus 1.5.7 in Arch Linux
color-wheel_Scribus-v1-5-7.png (119,176 bytes)   

Issue History

Date Modified Username Field Change
2015-08-05 14:59 FirasH New Issue
2015-08-05 14:59 FirasH File Added: 13277-Patch.diff
2015-08-05 15:00 FirasH File Added: 13277-Screenshot.png
2015-08-05 17:23 Kunda Note Added: 0035968
2015-08-05 22:08 jghali Note Added: 0035969
2015-08-05 22:11 jghali Note Added: 0035970
2015-08-06 00:13 FirasH Note Added: 0035971
2015-08-06 13:07 FirasH Note Added: 0035973
2015-08-06 13:07 FirasH File Added: 13277-PatchREV2.diff
2015-09-03 20:16 cbradney Note Added: 0036142
2015-09-03 20:38 jghali File Added: 13277_win.png
2015-09-03 20:42 jghali Note Added: 0036146
2015-09-03 20:58 cbradney Note Added: 0036147
2016-04-03 10:48 FirasH Relationship added child of 0013906
2021-12-03 17:31 edmundlaugasson Note Added: 0049401
2021-12-03 17:31 edmundlaugasson File Added: color-wheel_Scribus-v1-5-7.png