[plasmashell] [Bug 370156] digital clock font is tiny since plasma 5.8.0

2016-10-07 Thread Chris Holland via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370156

Chris Holland  changed:

   What|Removed |Added

 CC||zrenf...@gmail.com

--- Comment #9 from Chris Holland  ---
Found what caused the bug, it seems removing pixelSize: 1024 is causing the
jumpiness.
https://github.com/KDE/plasma-workspace/commit/9016eaae22db317811f5fdae29bdeba594cf6310

https://streamable.com/h0l0
* Tested with default
* Restarted plasma to apply the changes (readding pixelSize)
* Tested with pixelSize

I'm using KDE Neon, so my Qt is 5.7.0

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


[plasmashell] [Bug 366718] Dragging url and hovering a task does not reveal hovered window

2016-08-25 Thread Chris Holland via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366718

Chris Holland  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

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


[Breeze] [Bug 367082] New: distribute-randomize and view-calendar 24px icon was changed in Frameworks 5.25.0

2016-08-17 Thread Chris Holland via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367082

Bug ID: 367082
   Summary: distribute-randomize and view-calendar 24px icon was
changed in Frameworks 5.25.0
   Product: Breeze
   Version: unspecified
  Platform: Other
   URL: https://github.com/KDE/breeze-icons/commit/17de7a2a99c
547dfde4aca0e9c14b255c40d648f?short_path=bc22565#diff-
bc22565ef98e29fb705e251f5df1de3d
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: zrenf...@gmail.com
CC: kain...@gmail.com

https://github.com/KDE/breeze-icons/commit/17de7a2a99c547dfde4aca0e9c14b255c40d648f#diff-b2847076b798ab86f834a1bb938dd8e9
seems to be the bad commit. It's a massive commit called "fix transform bug".

After checking all the icons in that diff, I noticed visual changes in:

* icons/actions/24/distribute-randomize.svg
https://github.com/KDE/breeze-icons/commit/17de7a2a99c547dfde4aca0e9c14b255c40d648f?short_path=bc22565#diff-bc22565ef98e29fb705e251f5df1de3d
* icons/actions/24/view-calendar.svg
https://github.com/KDE/breeze-icons/commit/17de7a2a99c547dfde4aca0e9c14b255c40d648f?short_path=b284707#diff-b2847076b798ab86f834a1bb938dd8e9

Reproducible: Always

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


[plasmashell] [Bug 365014] All windows hide on repeating desktop click

2016-08-12 Thread Chris Holland via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365014

Chris Holland  changed:

   What|Removed |Added

 CC||zrenf...@gmail.com

--- Comment #27 from Chris Holland  ---
Not sure if this helps, but it appears the parent parent 0x4028bae window is
raised. Running `xwininfo -tree -root` shows:

  Root window id: 0x4aa (the root window) (has no name)
  Parent window id: 0x0 (none)
 190 children:
 ...
 0x4028bae (has no name): ()  1920x1080+0+0  +0+0
1 child:
0x4028baf (has no name): ()  1920x1080+0+0  +0+0
   1 child:
   0x5200010 "Desktop — Plasma": ("plasmashell" "plasmashell") 
1920x1080+0+0  +0+0



xev -root shows something when the desktop is "raised". There's an extra
"ConfigureNotify event, " and "_NET_CLIENT_LIST_STACKING" when the desktop is
clicked.

Test Case:
Konsole Window is always on top. Then run 3 commands in different tabs.
xev -root > test.log
watch -n 0.5 -c "echo \"\\n\" >> test.log"
tail -f test.log
Then open another window (which will disappear) and click back and forth
(minimize and reveal the window if it's taking forever).



ClientMessage event, serial 22, synthetic YES, window 0x5200010,
message_type 0x172 (_NET_ACTIVE_WINDOW), format 32

PropertyNotify event, serial 22, synthetic NO, window 0x4aa,
atom 0x172 (_NET_ACTIVE_WINDOW), time 394727465, state PropertyNewValue

PropertyNotify event, serial 22, synthetic NO, window 0x4aa,
atom 0x172 (_NET_ACTIVE_WINDOW), time 394727466, state PropertyNewValue

ClientMessage event, serial 22, synthetic YES, window 0x5200010,
message_type 0x14f (_NET_WM_STATE), format 32

ClientMessage event, serial 22, synthetic YES, window 0x5200010,
message_type 0x14f (_NET_WM_STATE), format 32

ConfigureNotify event, serial 22, synthetic NO, window 0x4aa,
event 0x4aa, window 0x4028bae, (0,0), width 1920, height 1080,
border_width 0, above 0x40ce2be, override NO

PropertyNotify event, serial 22, synthetic NO, window 0x4aa,
atom 0x1a7 (_NET_CLIENT_LIST_STACKING), time 394727473, state
PropertyNewValue

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

[plasmashell] [Bug 366718] New: Dragging url and hovering a task does not reveal hovered window

2016-08-12 Thread Chris Holland via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366718

Bug ID: 366718
   Summary: Dragging url and hovering a task does not reveal
hovered window
   Product: plasmashell
   Version: 5.7.3
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: zrenf...@gmail.com
CC: plasma-b...@kde.org

~/.xsession-erros spams
`file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml:84:
TypeError: Cannot read property 'm' of null`

which is the first line of:

if (!plasmoid.configuration.separateLaunchers &&
tasks.dragSource.m.IsLauncher === true
 && above != null && above.m.IsLauncher !== true && above ==
ignoredItem) {
return;
} else {
ignoredItem = null;
}

I have seperate launchers unchecked in my config. If I check it, it works.

Reproducible: Always

Steps to Reproduce:
1. Uncheck "seperate launchers"

Actual Results:  
Does not reveal window + spam errors

Expected Results:  
reveal window

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


[kdeplasma-addons] [Bug 361025] New: Using notification.createNotification({"timeout": 2000}) instead of {"expireTimeout": ...}

2016-03-26 Thread Chris Holland via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361025

Bug ID: 361025
   Summary: Using notification.createNotification({"timeout":
2000}) instead of {"expireTimeout": ...}
   Product: kdeplasma-addons
   Version: 5.5.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: timer
  Assignee: plasma-b...@kde.org
  Reporter: zrenf...@gmail.com

The notification remains in the systray until the user dismisses it. It does
hide, but a (1) stays in the systray until you deal with it.

The timer applet currently uses the "timeout" key:
https://github.com/KDE/kdeplasma-addons/blob/master/applets/timer/package/contents/ui/main.qml#L76

When currently, the datasource notification.createNotification only supports
"expireTimeout":
https://github.com/KDE/plasma-workspace/blob/master/dataengines/notifications/notifications.operations#L29

It looks like it changed from "timeout" to "expireTimeout" here:
https://github.com/KDE/plasma-workspace/commit/a12bb76502952749c069b9ab70ac61ee1353079b#diff-236026257e1c90327fc3db97f089c673L23

I tested using "expireTimeout" in my own applet, and the notification dismisses
properly.

Reproducible: Always

Steps to Reproduce:
Start a timer, wait for it to finish, notification appears.

Actual Results:  
Notification hides, but stays in systray history until manually dismissed.

Expected Results:  
Should just disappear.

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