stefanyohansson (Stefan Yohansson Areeira Pinto)
Spy

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Thursday

  • Clear sailing ahead.

User Details

User Since
Sep 25 2016, 2:45 PM (397 w, 1 d)
Availability
Available

Recent Activity

Dec 31 2018

stefanyohansson added a comment to D12652: Update themes list on open dialog box.

my email for contact is: sy.fen0@gmail.com or use alias snotr@sadfeelings.me

Dec 31 2018, 12:55 PM
stefanyohansson added a comment to D12652: Update themes list on open dialog box.

I am able to maintain the AMOR project.

Dec 31 2018, 12:28 PM

May 16 2018

stefanyohansson updated the diff for D12652: Update themes list on open dialog box.

Updated code, now destroying modal on close.

May 16 2018, 7:32 PM

May 2 2018

stefanyohansson added a comment to D12652: Update themes list on open dialog box.

I think a better approach regarding re-loading the themes would be to simply always destroy the dialog when it's closed instead of keeping it around in Amor::mAmorDialog. That way the dialog will get constructed every time Amor::slotConfigure() is called and thus the themes will be reloaded.

May 2 2018, 12:47 PM
stefanyohansson updated the summary of D12652: Update themes list on open dialog box.
May 2 2018, 1:06 AM
stefanyohansson requested review of D12652: Update themes list on open dialog box.
May 2 2018, 1:04 AM

May 1 2018

stefanyohansson added a comment to D11475: Custom theme flickering and displaying weird background.

Do you have commit access to KDE repos or should I push it for you?

Hey, I think something is wrong here. I updated my diff before your comment: https://phabricator.kde.org/D11475?id=33353
only one line: QWidget::setMask(mask); and the commit was the first one submitted. Sorry if I do something wrong, it is my first time on phabricator.

My bad, I got fooled by the arcanist again :/ I pushed the correct version now. Sorry.

May 1 2018, 10:57 PM
stefanyohansson added a comment to D11475: Custom theme flickering and displaying weird background.

Do you have commit access to KDE repos or should I push it for you?

May 1 2018, 10:48 PM

Apr 30 2018

stefanyohansson updated the diff for D11475: Custom theme flickering and displaying weird background.
Apr 30 2018, 5:08 PM
stefanyohansson updated the diff for D11475: Custom theme flickering and displaying weird background.

updating again and use only setMask changeset. There's no need for

+    setAttribute( Qt::WA_TranslucentBackground, true );
+    setAttribute( Qt::WA_OpaquePaintEvent, false );
Apr 30 2018, 5:03 PM
stefanyohansson updated the diff for D11475: Custom theme flickering and displaying weird background.

since no one uploads that solution using QWidget::setMask. I tried and it works.

Apr 30 2018, 4:53 PM

Apr 2 2018

stefanyohansson added a comment to D11475: Custom theme flickering and displaying weird background.

Setting the window attributes is OK, but is the shape mask change needed too? The line is a direct port from the X11 XShapeCombineMask, so it should behave the same. Changing the operation from SET to UNION might break other themes?

Apr 2 2018, 5:16 PM

Mar 19 2018

stefanyohansson requested review of D11475: Custom theme flickering and displaying weird background.
Mar 19 2018, 12:35 AM