[krita] [Bug 399394] Links in Community column on Krita's new welcome screen are not aligned properly under Windows

2018-10-14 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=399394

--- Comment #4 from Tyson Tan  ---
Thank you Scott! :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399394] Links in Community column on Krita's new welcome screen are not aligned properly under Windows

2018-10-06 Thread Scott Petrovic
https://bugs.kde.org/show_bug.cgi?id=399394

Scott Petrovic  changed:

   What|Removed |Added

 CC||scottpetro...@gmail.com

--- Comment #3 from Scott Petrovic  ---
I originally didn't think that hard about it...and it looked ok on my dev
machine (Ubuntu) so I didn't think to update it...which is why they were all
buttons previously.

All the URLs on the right are QLabels now. For the New and Open buttons, I am
having a hard time getting those to work with a QLabel. The normal press and
click signals either don't exist or aren't working for it with my attempts.
QLabel has special functionality if it is a URL, but seems to have issues for
me if I try to do normal connection stuff like mousePress or click signals.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399394] Links in Community column on Krita's new welcome screen are not aligned properly under Windows

2018-10-06 Thread Scott Petrovic
https://bugs.kde.org/show_bug.cgi?id=399394

Scott Petrovic  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://commits.kde.org/kri
   ||ta/17ed5faab21566ce8d228983
   ||1809dfa3d75b5287

--- Comment #2 from Scott Petrovic  ---
Git commit 17ed5faab21566ce8d2289831809dfa3d75b5287 by Scott Petrovic.
Committed on 06/10/2018 at 12:32.
Pushed by scottpetrovic into branch 'master'.

M  +42   -46   libs/ui/KisWelcomePageWidget.cpp
M  +0-12   libs/ui/KisWelcomePageWidget.h
M  +32   -79   libs/ui/forms/KisWelcomePage.ui

https://commits.kde.org/krita/17ed5faab21566ce8d2289831809dfa3d75b5287

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 399394] Links in Community column on Krita's new welcome screen are not aligned properly under Windows

2018-10-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=399394

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Boudewijn Rempt  ---
the problem is that the links are implemented as buttons instead of a label
like in the splash screen. Scott, can you remember why you made them buttons?

-- 
You are receiving this mail because:
You are watching all bug changes.