[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-09-12 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #35 from Anthony  ---
It's Qt issue in setPalette, i can confirm it on radeon oss and intel. Still
present but since palettehelper is removed it has leak only when new colors are
applied. It can be closed since it's not KDE related.

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


[plasmashell] [Bug 364577] Return plasma 5.6 login and splash screen in 5.7

2016-06-21 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364577

--- Comment #2 from Anthony  ---
Oh, i try it last saturday and i don't see newest commits. Looks like it's
fixed :)

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


[plasmashell] [Bug 364577] New: Return plasma 5.6 login and splash screen in 5.7

2016-06-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364577

Bug ID: 364577
   Summary: Return plasma 5.6 login and splash screen in 5.7
   Product: plasmashell
   Version: 5.6.95
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Look & Feel package
  Assignee: plasma-b...@kde.org
  Reporter: bvb...@abv.bg
CC: plasma-b...@kde.org

David, new "shiny" login screen is horrible. Please return legacy breeze login
and splash as 'Breeze Classic" or "Breeze leacy". The newest ones looks like
BSOD, i *really* hate them.

Reproducible: Always

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


[frameworks-ktexteditor] [Bug 361075] Cursor is not override to caret after context menu is closed

2016-06-14 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361075

Anthony  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

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


[plasmashell] [Bug 362713] Crash when right-clicking on a taskmanager entry that disappeared after the click

2016-06-14 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362713

Anthony  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Anthony  ---
Fixed in 5.6.5

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


[plasmashell] [Bug 362713] Crash when right-clicking on a taskmanager entry that disappeared after the click

2016-06-14 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362713

Anthony  changed:

   What|Removed |Added

 CC||tom-kde.b...@monster-box.de

--- Comment #9 from Anthony  ---
*** Bug 363644 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 361175] Right side of the panel randomly disappears for a few seconds

2016-06-03 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361175

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg

--- Comment #10 from Anthony  ---
Someone with Qt 5.5 can reproduce? This is a Qt 5.6.0 bug, fixed in 5.6.1, if
i'm not wrong.

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


[plasmashell] [Bug 363800] Can't preview windows on the task manager that are minimized

2016-06-02 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363800

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg

--- Comment #3 from Anthony  ---
I can't reproduce, i'm on "Only for shown windows" and EGL.

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


[plasma4] [Bug 361548] plasma crash when plug and unplug hdmi cable (2 screens)

2016-05-30 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361548

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg

--- Comment #7 from Anthony  ---
Can someone try this patch -> https://git.reviewboard.kde.org/r/128040/

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


[plasmashell] [Bug 362713] Crash when right-clicking on a taskmanager entry that disappeared after the click

2016-05-28 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362713

--- Comment #7 from Anthony  ---
Git commit 62b272fc7837f92ad3b0d05d65c033ec27a175dc by Anthony Fieroni.
Committed on 28/05/2016 at 18:48.
Pushed by anthonyfieroni into branch 'Plasma/5.6'.

[taskmanager plugin] Dismiss context menu when associated window is closed

REVIEW: 128030

Signed-off-by: Anthony Fieroni 

M  +13   -6applets/taskmanager/plugin/backend.cpp

http://commits.kde.org/plasma-desktop/62b272fc7837f92ad3b0d05d65c033ec27a175dc

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


[plasmashell] [Bug 361097] impossible rename file with long filename in desktop (with folder view)

2016-05-28 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361097

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg

--- Comment #30 from Anthony  ---
Patch looks good, but when you write qml keep in your mind it is different from
C++. You can make
visible: targetItem != null
setted targetItem to null will set automatically visible to false :) So it's
not needed to initialize properties to -1, just add exactly what you want like
a logic and it will work
property int maxHeight: theme.mSize(theme.defaultFont).height *
(plasmoid.configuration.textLines + 1)
Do not set width and hieght to 60 and do not get difference between
Qt.ScrollBarAlwaysOn - Qt.ScrollBarAlwaysOff, this is make it by Qt. So patch
can be twice a small and more compact. You can add to review here ->
https://git.reviewboard.kde.org/r/

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


[plasmashell] [Bug 362713] Crash when right-clicking on a taskmanager entry that disappeared after the click

2016-05-28 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362713

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg

--- Comment #6 from Anthony  ---
Can you check this patch -> https://git.reviewboard.kde.org/r/128030/

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


[dragonplayer] [Bug 357640] No video only audio in Dragon Player

2016-05-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357640

Anthony  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

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


[Breeze] [Bug 362324] Some icons from apps/48 are ugly scalable in taskmanager

2016-05-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362324

Anthony  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

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


[Breeze] [Bug 362324] Some icons from apps/48 are ugly scalable in taskmanager

2016-05-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362324

--- Comment #2 from Anthony  ---
Git commit 3530cc39d0f725b38b33ea940a8f902c01d90f6c by Anthony Fieroni.
Committed on 20/05/2016 at 15:59.
Pushed by anthonyfieroni into branch 'master'.

[icon thumbnail] Request for preferred icon size

REVIEW: 127826

Signed-off-by: Anthony Fieroni 

M  +1-1src/declarativeimports/core/windowthumbnail.cpp

http://commits.kde.org/plasma-framework/3530cc39d0f725b38b33ea940a8f902c01d90f6c

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


[Breeze] [Bug 362324] Some icons from apps/48 are ugly scalable in taskmanager

2016-05-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362324

--- Comment #1 from Anthony  ---
Git commit e8762b96ae7a9fabc6af8fc5dcf2b82a7206053f by Anthony Fieroni.
Committed on 20/05/2016 at 15:53.
Pushed by anthonyfieroni into branch 'master'.

[platform xcb] Respect request icon size

REVIEW: 127809

Signed-off-by: Anthony Fieroni 

M  +7-1src/platforms/xcb/kwindowsystem.cpp

http://commits.kde.org/kwindowsystem/e8762b96ae7a9fabc6af8fc5dcf2b82a7206053f

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


[Breeze] [Bug 362324] New: Some icons from apps/48 are ugly scalable in tasmanager

2016-04-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362324

Bug ID: 362324
   Summary: Some icons from apps/48 are ugly scalable in
tasmanager
   Product: Breeze
   Version: 5.6.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: bvb...@abv.bg
CC: kain...@gmail.com

I don't undestand what is generally the problem, but some icons are ugly
scalable when they are minimized. Simple icons like Kate, Dolphin mostly
constructed by triangles looks pretty good, others more complex like Kalarm,
Dragon, Filelight looks pretty ugly.
screenshot -> http://oi65.tinypic.com/i2kr38.jpg
I don't know this is icon or programming issue ?!
If i opened, for example Dragonplayer.svg, in Karbon all looks great, but if i
use Kolorpaint it looks exactly ugly as taskamanager.

Reproducible: Always


Actual Results:  
Some icons are ugly in taskmanager

Expected Results:  
All svg to drawed good

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


[dragonplayer] [Bug 256700] Moving mouse out of full screen window on multi monitor configuration leaves controls visible

2016-04-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256700

Anthony  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||bvb...@abv.bg

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


[dragonplayer] [Bug 231157] Toolbar doesn't hide in fullscreen mode when mouse rests on different screen.

2016-04-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=231157

Anthony  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||bvb...@abv.bg

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


[dragonplayer] [Bug 231157] Toolbar doesn't hide in fullscreen mode when mouse rests on different screen.

2016-04-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=231157

--- Comment #4 from Anthony  ---
Git commit b76edecf66d3f458f28bd01db06b500184bcff25 by Anthony Fieroni.
Committed on 26/04/2016 at 18:36.
Pushed by anthonyfieroni into branch 'Applications/16.04'.

Hide toolbar on multiscreen setup

REVIEW: 127704
Related: bug 256700

Signed-off-by: Anthony Fieroni 

M  +4-1src/app/fullScreenToolBarHandler.cpp

http://commits.kde.org/dragon/b76edecf66d3f458f28bd01db06b500184bcff25

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


[dragonplayer] [Bug 256700] Moving mouse out of full screen window on multi monitor configuration leaves controls visible

2016-04-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256700

--- Comment #2 from Anthony  ---
Git commit b76edecf66d3f458f28bd01db06b500184bcff25 by Anthony Fieroni.
Committed on 26/04/2016 at 18:36.
Pushed by anthonyfieroni into branch 'Applications/16.04'.

Hide toolbar on multiscreen setup

REVIEW: 127704
Related: bug 231157

Signed-off-by: Anthony Fieroni 

M  +4-1src/app/fullScreenToolBarHandler.cpp

http://commits.kde.org/dragon/b76edecf66d3f458f28bd01db06b500184bcff25

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


[dragonplayer] [Bug 355249] Video proportion is not in maximized window

2016-04-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355249

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

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


[dragonplayer] [Bug 355249] Video proportion is not in maximized window

2016-04-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355249

--- Comment #3 from Anthony  ---
Git commit 7703e8992d3dc934204dfc26de24e8d4f0ee4910 by Anthony Fieroni.
Committed on 20/04/2016 at 09:22.
Pushed by anthonyfieroni into branch 'Applications/16.04'.

Don't try to resize maximized window

REVIEW: 127689

Signed-off-by: Anthony Fieroni 

M  +4-2src/app/mainWindow.cpp
M  +1-1src/app/videoWindow.cpp

http://commits.kde.org/dragon/7703e8992d3dc934204dfc26de24e8d4f0ee4910

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


[dragonplayer] [Bug 350522] Dragon player crash when trying to play movie dvd.

2016-04-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350522

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg
 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Anthony  ---
Looks like Fedora specific issue, pthread cause a deadlock at kernel call. Some
comile option is mistaken

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


[dragonplayer] [Bug 351623] Dragon crashed at the start of an avi file

2016-04-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351623

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Anthony  ---


*** This bug has been marked as a duplicate of bug 350522 ***

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


[dragonplayer] [Bug 350522] Dragon player crash when trying to play movie dvd.

2016-04-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350522

Anthony  changed:

   What|Removed |Added

 CC||emele...@gmail.com

--- Comment #2 from Anthony  ---
*** Bug 351623 has been marked as a duplicate of this bug. ***

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


[dragonplayer] [Bug 361502] dragonplayer crash when open VIDEO_TS.VOB from DVD disk

2016-04-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361502

Anthony  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||bvb...@abv.bg

--- Comment #1 from Anthony  ---


*** This bug has been marked as a duplicate of bug 350522 ***

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


[dragonplayer] [Bug 350522] Dragon player crash when trying to play movie dvd.

2016-04-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350522

Anthony  changed:

   What|Removed |Added

 CC||ogldel...@mail.ru

--- Comment #1 from Anthony  ---
*** Bug 361502 has been marked as a duplicate of this bug. ***

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


[dragonplayer] [Bug 359483] MPRIS2 property 'Identity' doesn't return displayName but plain executable name instead

2016-04-19 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359483

Anthony  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||bvb...@abv.bg

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


[dragonplayer] [Bug 359483] MPRIS2 property 'Identity' doesn't return displayName but plain executable name instead

2016-04-19 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359483

--- Comment #1 from Anthony  ---
Git commit d262e5e90cdb73eab7b5d1fba86aba1ff8e8c6a3 by Anthony Fieroni.
Committed on 19/04/2016 at 17:15.
Pushed by anthonyfieroni into branch 'Applications/16.04'.

MPRIS2 property 'Identity' to match desktop file entry

REVIEW: 127684

Signed-off-by: Anthony Fieroni 

M  +1-1src/mpris2/mediaplayer2.cpp

http://commits.kde.org/dragon/d262e5e90cdb73eab7b5d1fba86aba1ff8e8c6a3

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


[dragonplayer] [Bug 355077] Cursor disappeared in main window after full screen play ends

2016-04-18 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355077

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Anthony  ---
https://git.reviewboard.kde.org/r/127095/

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


[frameworks-ktexteditor] [Bug 361075] New: Cursor is not override to caret after context menu is closed

2016-03-28 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361075

Bug ID: 361075
   Summary: Cursor is not override to caret after context menu is
closed
   Product: frameworks-ktexteditor
   Version: 5.20.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: bvb...@abv.bg

I think this must be done in DocumentViewPrivate to handle focusIn to override
cursor *always* to caret. I saw this problem *sometimes* when selection
changes.

Reproducible: Always

Steps to Reproduce:
1. Right click to open context menu
2. Click outside it, but in text editor view
3. Cursor is still pointer, must be caret

Actual Results:  
This is one of Qt5 backwords, i think :)

Expected Results:  
Every time cursor is over document view to be caret

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


[frameworks-ktexteditor] [Bug 361014] New: Completion widget flickert and not resize it width after abortCompletion

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

Bug ID: 361014
   Summary: Completion widget flickert and not resize it width
after abortCompletion
   Product: frameworks-ktexteditor
   Version: 5.20.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: bvb...@abv.bg

Type in katecomplationwidget.cpp 'm_viewb' and type backspace => completion is
aborted and it has a flickert widget, type one more time backspace and width of
completion widget is not correct calculated.

Reproducible: Always

Steps to Reproduce:
1. Type a word who has a completion widget
2. Type backspace few times
3. Completions widget width after abortCompletion is incorrect

Actual Results:  
https://i.imgur.com/iUrg2V4.png

Expected Results:  
I prefer to hasen't flickert, it's not too difficult 
But width of completion widget *must* be correct

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


[Breeze] [Bug 360756] Icons for network and audio volume not respect theme

2016-03-24 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360756

--- Comment #4 from Anthony  ---
He says it icon problem :)
https://bugs.kde.org/show_bug.cgi?id=359165

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


[Breeze] [Bug 360756] Icons for network and audio volume not respect theme

2016-03-23 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360756

Anthony  changed:

   What|Removed |Added

URL|http://store.picbg.net/pubp |https://i.imgur.com/Wfu7IsJ
   |ic/10/20/c477649c73351020.p |.png
   |ng  |

--- Comment #2 from Anthony  ---
https://i.imgur.com/Wfu7IsJ.png

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


[Breeze] [Bug 343369] Menu in QtQuickControls Combo Box on Breeze Dark Theme Unreadable

2016-03-22 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343369

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg

--- Comment #26 from Anthony  ---
*** Bug 360043 has been marked as a duplicate of this bug. ***

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


[frameworks-plasma] [Bug 360043] ComboBoxStyle not respect theme, position is incorrect

2016-03-22 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360043

Anthony  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Anthony  ---


*** This bug has been marked as a duplicate of bug 343369 ***

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


[Breeze] [Bug 360756] New: Icons for network and audio volume not respect theme

2016-03-20 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360756

Bug ID: 360756
   Summary: Icons for network and audio volume not respect theme
   Product: Breeze
   Version: 5.6.0
  Platform: Archlinux Packages
   URL: http://store.picbg.net/pubpic/10/20/c477649c73351020.p
ng
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: bvb...@abv.bg
CC: kain...@gmail.com

http://store.picbg.net/pubpic/10/20/c477649c73351020.png

Reproducible: Always


Actual Results:  
It's white on white or dark on dark

Expected Results:  
Dark on white or white on dark

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


[frameworks-plasma] [Bug 360043] ComboBoxStyle not respect theme, position is incorrect

2016-03-19 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360043

--- Comment #1 from Anthony  ---
Marco, i saw this issue is affected from Qt, if i'm understand right
[toni@toni-sony declarativeimports]$ pacman -Qo
/usr/lib/qt5/qml/QtQuick/Controls/Styles/Desktop/ComboBoxStyle.qml   
/usr/lib/qt5/qml/QtQuick/Controls/Styles/Desktop/ComboBoxStyle.qml is owned by
qt5-quickcontrols 5.6.0-1
Can it be possible to use breeze style of combobox or other who inherit Qt
combobox?

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


[plasmashell] [Bug 354353] Animation performance in panel decrease with continous usage

2016-03-19 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354353

Anthony  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Anthony  ---
Fixed in Plasma 5.6

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-03-19 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #33 from Anthony  ---
Present in Qt 5.6 setPalette or radeon oss specific issue ?

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


[plasmashell] [Bug 356640] Plasma crashes when importing comic into comics plasmoid

2016-03-15 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356640

--- Comment #3 from Anthony  ---
Git commit a79c2be9b4db0755ad6ff6b26a513d71a94ef790 by Anthony Fieroni.
Committed on 15/03/2016 at 17:52.
Pushed by anthonyfieroni into branch 'Plasma/5.6'.

Highlighted tabs visablity, update and scale image, toggle fullview widget,
icon, prevent busy indicator from infinite loop, fix empty widget on logon

   REVIEW: 127356
Related: bug 357222, bug 357333, bug 360381, bug 360382, bug 353586

Signed-off-by: Anthony Fieroni 

M  +26   -30   applets/comic/comic.cpp
M  +1-2applets/comic/comic.h
M  +2-2applets/comic/package/contents/ui/ComicCentralView.qml
M  +9-7applets/comic/package/contents/ui/FullViewWidget.qml
M  +19   -6applets/comic/package/contents/ui/main.qml

http://commits.kde.org/kdeplasma-addons/a79c2be9b4db0755ad6ff6b26a513d71a94ef790

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


[kdeplasma-addons] [Bug 360381] Don't use the plasma icon for the icon view

2016-03-15 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360381

--- Comment #1 from Anthony  ---
Git commit a79c2be9b4db0755ad6ff6b26a513d71a94ef790 by Anthony Fieroni.
Committed on 15/03/2016 at 17:52.
Pushed by anthonyfieroni into branch 'Plasma/5.6'.

Highlighted tabs visablity, update and scale image, toggle fullview widget,
icon, prevent busy indicator from infinite loop, fix empty widget on logon

   REVIEW: 127356
Related: bug 357222, bug 357333, bug 360382, bug 353586, bug 356640

Signed-off-by: Anthony Fieroni 

M  +26   -30   applets/comic/comic.cpp
M  +1-2applets/comic/comic.h
M  +2-2applets/comic/package/contents/ui/ComicCentralView.qml
M  +9-7applets/comic/package/contents/ui/FullViewWidget.qml
M  +19   -6applets/comic/package/contents/ui/main.qml

http://commits.kde.org/kdeplasma-addons/a79c2be9b4db0755ad6ff6b26a513d71a94ef790

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


[kdeplasma-addons] [Bug 357222] Crash Plasma while I put an object

2016-03-15 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357222

--- Comment #1 from Anthony  ---
Git commit a79c2be9b4db0755ad6ff6b26a513d71a94ef790 by Anthony Fieroni.
Committed on 15/03/2016 at 17:52.
Pushed by anthonyfieroni into branch 'Plasma/5.6'.

Highlighted tabs visablity, update and scale image, toggle fullview widget,
icon, prevent busy indicator from infinite loop, fix empty widget on logon

   REVIEW: 127356
Related: bug 357333, bug 360381, bug 360382, bug 353586, bug 356640

Signed-off-by: Anthony Fieroni 

M  +26   -30   applets/comic/comic.cpp
M  +1-2applets/comic/comic.h
M  +2-2applets/comic/package/contents/ui/ComicCentralView.qml
M  +9-7applets/comic/package/contents/ui/FullViewWidget.qml
M  +19   -6applets/comic/package/contents/ui/main.qml

http://commits.kde.org/kdeplasma-addons/a79c2be9b4db0755ad6ff6b26a513d71a94ef790

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


[kdeplasma-addons] [Bug 357333] comic widget doesn't save the image

2016-03-15 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357333

--- Comment #1 from Anthony  ---
Git commit a79c2be9b4db0755ad6ff6b26a513d71a94ef790 by Anthony Fieroni.
Committed on 15/03/2016 at 17:52.
Pushed by anthonyfieroni into branch 'Plasma/5.6'.

Highlighted tabs visablity, update and scale image, toggle fullview widget,
icon, prevent busy indicator from infinite loop, fix empty widget on logon

   REVIEW: 127356
Related: bug 357222, bug 360381, bug 360382, bug 353586, bug 356640

Signed-off-by: Anthony Fieroni 

M  +26   -30   applets/comic/comic.cpp
M  +1-2applets/comic/comic.h
M  +2-2applets/comic/package/contents/ui/ComicCentralView.qml
M  +9-7applets/comic/package/contents/ui/FullViewWidget.qml
M  +19   -6applets/comic/package/contents/ui/main.qml

http://commits.kde.org/kdeplasma-addons/a79c2be9b4db0755ad6ff6b26a513d71a94ef790

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


[kdeplasma-addons] [Bug 360382] optimize the resizing

2016-03-15 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360382

--- Comment #2 from Anthony  ---
Git commit a79c2be9b4db0755ad6ff6b26a513d71a94ef790 by Anthony Fieroni.
Committed on 15/03/2016 at 17:52.
Pushed by anthonyfieroni into branch 'Plasma/5.6'.

Highlighted tabs visablity, update and scale image, toggle fullview widget,
icon, prevent busy indicator from infinite loop, fix empty widget on logon

   REVIEW: 127356
Related: bug 357222, bug 357333, bug 360381, bug 353586, bug 356640

Signed-off-by: Anthony Fieroni 

M  +26   -30   applets/comic/comic.cpp
M  +1-2applets/comic/comic.h
M  +2-2applets/comic/package/contents/ui/ComicCentralView.qml
M  +9-7applets/comic/package/contents/ui/FullViewWidget.qml
M  +19   -6applets/comic/package/contents/ui/main.qml

http://commits.kde.org/kdeplasma-addons/a79c2be9b4db0755ad6ff6b26a513d71a94ef790

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


[kdeplasma-addons] [Bug 353586] kf5 comic crashes KDE when larger Sunday comic image accessed

2016-03-15 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353586

--- Comment #5 from Anthony  ---
Git commit a79c2be9b4db0755ad6ff6b26a513d71a94ef790 by Anthony Fieroni.
Committed on 15/03/2016 at 17:52.
Pushed by anthonyfieroni into branch 'Plasma/5.6'.

Highlighted tabs visablity, update and scale image, toggle fullview widget,
icon, prevent busy indicator from infinite loop, fix empty widget on logon

   REVIEW: 127356
Related: bug 357222, bug 357333, bug 360381, bug 360382, bug 356640

Signed-off-by: Anthony Fieroni 

M  +26   -30   applets/comic/comic.cpp
M  +1-2applets/comic/comic.h
M  +2-2applets/comic/package/contents/ui/ComicCentralView.qml
M  +9-7applets/comic/package/contents/ui/FullViewWidget.qml
M  +19   -6applets/comic/package/contents/ui/main.qml

http://commits.kde.org/kdeplasma-addons/a79c2be9b4db0755ad6ff6b26a513d71a94ef790

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


[konsole] [Bug 360072] Option "manage profiles" doesn't work, doesn't do anything

2016-03-05 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360072

Anthony  changed:

   What|Removed |Added

 CC||bugnotificati...@storio.io

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


[plasmashell] [Bug 345723] Plasmashell crashes on panel removal notification timeout

2016-03-04 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345723

Anthony  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

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


[plasmashell] [Bug 345723] Plasmashell crashes on panel removal notification timeout

2016-03-04 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345723

--- Comment #6 from Anthony  ---
Git commit 6bb02c88ebece5c732bbacd861002bd00999d3bc by Anthony Fieroni.
Committed on 04/03/2016 at 19:06.
Pushed by anthonyfieroni into branch 'master'.

[Applet] Don't crash on remove panel

REVIEW: 127240

Signed-off-by: Anthony Fieroni 

M  +15   -10   src/plasma/private/applet_p.cpp

http://commits.kde.org/plasma-framework/6bb02c88ebece5c732bbacd861002bd00999d3bc

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


[plasmashell] [Bug 352055] plasma-pa plasmoid not shown in systemtray after startup

2016-03-01 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

--- Comment #87 from Anthony  ---
*** Bug 357803 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 357803] System tray + kf 5.18 = ugly clipper icon

2016-03-01 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

Anthony  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #14 from Anthony  ---


*** This bug has been marked as a duplicate of bug 352055 ***

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


[plasmashell] [Bug 352055] plasma-pa plasmoid not shown in systemtray after startup

2016-03-01 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

--- Comment #86 from Anthony  ---
(In reply to Raghavendra kamath from comment #81)
> After the Plasma 5.5.5 march bug-fix update, I don't get the systray arrow
> to show hidden icons. To make the arrow appear I insert a usb drive to
> trigger the device list icon. Dropbox icon is missing too.
> 
> I am using arch linux

Comment 84 for arrow patch
Let's make more clarifications, release date is simple a date, all that present
in stable braches, i.e. Plasma/5.5, is for daily use and stable. 
source=('git://anongit.kde.org/plasma-workspace.git#branch=Plasma/5.5')

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


[plasmashell] [Bug 352055] plasma-pa plasmoid not shown in systemtray after startup

2016-03-01 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

--- Comment #84 from Anthony  ---
This patch ->
https://quickgit.kde.org/?p=plasma-workspace.git=commit=42849c35780577cd9c7bd248b3086ebdfcd965df

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-02-29 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #30 from Anthony  ---
I make a review https://git.reviewboard.kde.org/r/127204/
The leak is in [QApplication/QGuiApplication] setPalette, how to fix in Qt i
have no idea.

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


[frameworks-plasma] [Bug 359165] Config dialog icons are white on white

2016-02-17 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359165

--- Comment #2 from Anthony  ---
http://oi64.tinypic.com/e7ccav.jpg

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


[plasmashell] [Bug 357803] System tray + kf 5.18 = ugly clipper icon

2016-02-08 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

Anthony  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|DUPLICATE   |---

--- Comment #12 from Anthony  ---
In 5.19, released last saturday, the issue still present

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


[frameworks-plasma] [Bug 359165] Config dialog icons are white on white

2016-02-08 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359165

Anthony  changed:

   What|Removed |Added

URL||http://oi64.tinypic.com/e7c
   ||cav.jpg

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


[frameworks-plasma] [Bug 359165] New: Config dialog icons are white on white

2016-02-08 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359165

Bug ID: 359165
   Summary: Config dialog icons are white on white
   Product: frameworks-plasma
   Version: 5.1.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: libplasma
  Assignee: notm...@gmail.com
  Reporter: bvb...@abv.bg

Don't show white on white svg

Reproducible: Always

Steps to Reproduce:
1. System tray settings
2. General (audio volume and networks)
3. Entries

Actual Results:  
Since in config dialog are white on white, in task manager are dark on dark.

Expected Results:  
Dark on white in config, white on dark in taksmanager.
I clear words:
In config dialog must depend on application style (mine breeze)
in taskmanager must depend on plasma theme (mine breeze dark)

See screenshot

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


[plasmashell] [Bug 352055] plasma-pa plasmoid not shown in systemtray after startup

2016-02-07 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

Anthony  changed:

   What|Removed |Added

 CC||bvb...@abv.bg

--- Comment #70 from Anthony  ---
This patch is a not proper fix, can you provide another or any ideas to resolve
the issues within Qt

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


[plasmashell] [Bug 352055] plasma-pa plasmoid not shown in systemtray after startup

2016-02-07 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

--- Comment #71 from Anthony  ---
*** Bug 357803 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 357803] System tray + kf 5.18 = ugly clipper icon

2016-02-07 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

Anthony  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #10 from Anthony  ---


*** This bug has been marked as a duplicate of bug 352055 ***

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


[frameworks-kiconthemes] [Bug 352891] Icons randomly disappear; "QIODevice::seek (QBuffer): The device is not open" when using KSharedDataCache

2016-02-07 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352891

Anthony  changed:

   What|Removed |Added

 CC|bvb...@abv.bg   |

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-02-07 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #27 from Anthony  ---
To make new bug request for color settings
systemsettings5 -> color -> apply color scheme (no matter what) Xorg ram *2

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


[kmail2] [Bug 352464] Regression kMail 5.0.0: HTML mails do not show external images

2016-02-04 Thread Stephen Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352464

--- Comment #20 from Stephen Anthony  ---
As of the following updates to Ubuntu 15.10 (backported from 16.04):

Version 5.0.2
KDE Frameworks 5.18.0
Qt 5.5.1 (built against 5.5.1)

this problem is fixed for me.  I don't know if it was the new Kmail, or some
other component that interacts with Kmail, but everything is fine now.

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-28 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #26 from Anthony  ---
If Breeze set color scheme i can notice color setting cause a leak *2 ram seems
bug in color palette?

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


[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-27 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523

--- Comment #18 from Anthony  ---
How this works correctly before 5.15?

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-27 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #25 from Anthony  ---
X leaks are difficult to trace, if you know easy way :) Yes, leak still present
only on applying breeze style in systemsettings. First apply Oxygen or other
then apply breeze Xorg Ram usage *2. Same branch 5.5 and master has same leak.

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


[frameworks-knotifications] [Bug 356523] Hide/restore window from system tray cause change it position

2016-01-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356523

--- Comment #13 from Anthony  ---
Any results here?

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


[plasmashell] [Bug 357803] System tray + kf 5.18 = ugly clipper icon

2016-01-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

--- Comment #5 from Anthony  ---
This is not Klipper at all, it's device mounter when click it show status of
mounted device in the panel.

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


[plasmashell] [Bug 357803] System tray + kf 5.18 = ugly clipper icon

2016-01-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

--- Comment #7 from Anthony  ---
It's *MUST* be Klipper, but it's device mounter. It's clear now?

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


[plasmashell] [Bug 344879] memory leak in plasmashell - huge ram usage

2016-01-26 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344879

--- Comment #117 from Anthony  ---
(In reply to painless roaster from comment #113)
> Faster test:
>  - download plasmoid thermal monitor and set:
>  - refresh speed - 0.1s
>  - create 5 fields for temperature monitoring (physical id and 4 cores)
>  - in this test is leak speed is 12MB / minute
> 
> Is any chance for use memory leak profiler please? For example compile
> plasma-workspace with library jemalloc and use jeprof.
> Valgrind is too slow and not monitor during run. But jemalloc is ideal
> library for memory monitoring.

I cannot confirm i use it regular since it created, not remember, not leak at
all. Tell your graphic driver, mine is radeon, your nvidia?

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-23 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

Anthony  changed:

   What|Removed |Added

 Resolution|REMIND  |---
 Status|RESOLVED|UNCONFIRMED

--- Comment #23 from Anthony  ---
Master has same leaks on applying application style.

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-21 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

Anthony  changed:

   What|Removed |Added

 Resolution|WONTFIX |REMIND

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


[plasmashell] [Bug 354353] Animation performance in panel decrease with continous usage

2016-01-21 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354353

--- Comment #1 from Anthony  ---
Still happens after some days of usage, use/susped/restore and so on. When
compositor is disabled (alt+shift+f12) animation trasition is still performed,
who makes it? KWin?

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-21 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

Anthony  changed:

   What|Removed |Added

 Resolution|FIXED   |WONTFIX

--- Comment #22 from Anthony  ---
I notice more leaks. Master WORKS without leaks.
1. Apply other style except breeze in Application style
2. Apply breeze in Application style
3. Leaks on X, not so aggressive, but make usage *2

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


[plasmashell] [Bug 344879] memory leak in plasmashell - huge ram usage

2016-01-21 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344879

--- Comment #112 from Anthony  ---
(In reply to painless roaster from comment #110)
Did you use Breeze? https://bugs.kde.org/show_bug.cgi?id=357800
Select Oxygen LookAndFeeel, logout - login make same tests.

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


[Breeze] [Bug 356380] Regression on breeze dark theme in 5.17.0

2016-01-11 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356380

Anthony  changed:

   What|Removed |Added

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

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-11 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #13 from Anthony  ---
What is more "easy" to see
diff between 5.4.3 with 5.4.90
or 5.5.3 with master?

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-11 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #11 from Anthony  ---
Arch Linux - Qt 5.5.1 xcb 1.11.1 kf 5.18 Xorg 1.18
KaOS - Qt 5.5.1 xcb 1.11.1 kf 5.18 Xorg 1.17.4
Rosa Linux - Qt 5.5.1 xcb 1.9.1 kf 5.17 Xorg 1.15.2
Same hardware - e350 radeon (oss) what else?
No issue from 5.1.1 to 5.4.90 and with master, issues with all 5.4.90 to 5.5.3
only with Breeze.

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-11 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #17 from Anthony  ---
I will test it.

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-11 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #15 from Anthony  ---
Yes, master has no leak at all. Only branch 5.5 is affected.

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-11 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #19 from Anthony  ---
Yes, patch works, no leaks. Why master is about 10MB smaller, if can remove
more uneeded code, i will test :)

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


[kate] [Bug 357360] Kate makes huge leak in Xorg

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357360

--- Comment #5 from Anthony  ---
Run the script like that sudo ./start_kate.sh -> not leaks at all 
[toni@toni-sony Downloads]$ sudo ./start_kate.sh 
[toni@toni-sony Downloads]$ QStandardPaths: XDG_RUNTIME_DIR not set, defaulting
to '/tmp/runtime-root'
http://oi63.tinypic.com/t4zajt.jpg   - with sudo
http://oi64.tinypic.com/2h5mt4x.jpg - without sudo

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


[kate] [Bug 357360] Kate makes huge leak in Xorg

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357360

Anthony  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #6 from Anthony  ---
It' Breeze style, discard this bug request. My bad, Kate is best editor :)

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


[Breeze] [Bug 357800] New: Huge leak on X on Kate/Kwrite etc

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

Bug ID: 357800
   Summary: Huge leak on X on Kate/Kwrite etc
   Product: Breeze
   Version: 5.5.3
  Platform: Other
   URL: https://youtu.be/IgGnb44NCvA
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: QStyle
  Assignee: hugo.pere...@free.fr
  Reporter: bvb...@abv.bg

Refers to https://bugs.kde.org/show_bug.cgi?id=357360
https://bugs.kde.org/show_bug.cgi?id=357725


Reproducible: Always

Steps to Reproduce:
1. Apply breeze in Application style
2. for i in {1..10}; do kwrite & done (Huge ram Xorg usage)
3. Close all kwrite instances, not resource clean
4. Run again for i in {1..10}; do kwrite & done (even more leaks)

Actual Results:  
Huge ram in Xorg, not present in any other style (Oxygen, Fusion, etc.)

Expected Results:  
No leaks

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


[frameworks-ktexteditor] [Bug 357725] Huge Xorg ram usage

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357725

Anthony  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #4 from Anthony  ---
Without leak -> http://oi63.tinypic.com/t4zajt.jpg
With leak -> http://oi64.tinypic.com/2h5mt4x.jpg
Huge is really HUGE > 500MB on 2 starts

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


[plasmashell] [Bug 357803] New: System tray + kf 5.18 = ugly clipper icon

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

Bug ID: 357803
   Summary: System tray + kf 5.18 = ugly clipper icon
   Product: plasmashell
   Version: 5.5.3
  Platform: Archlinux Packages
   URL: http://oi65.tinypic.com/qytmx2.jpg
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: bvb...@abv.bg

Clipboard has not propper icon, must remove/add in Extra item to be shown
correctly

Reproducible: Always

Steps to Reproduce:
1. Nothing special starts broken
2. Open system tray settings
3. General - Extra items
4. Deselect/select clipboard to be shown properly

Actual Results:  
Ugly semi-icon

Expected Results:  
Correct icon

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #6 from Anthony  ---
You cannot expect normal users to use git master, don't you think? Yeah, i'm
programmer, compile and run master - no leaks at all. BUT all from 5.4.90 to
5.5.3 has leaks like in pictures above, now backport it to 5.5 brach especially
5.5.3
PS New artwork is quite nice :)

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #9 from Anthony  ---
https://www.youtube.com/watch?v=IgGnb44NCvA=youtu.be
Video to sure i'm not lying

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


[plasmashell] [Bug 357803] System tray + kf 5.18 = ugly clipper icon

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

--- Comment #2 from Anthony  ---
Klipper not present at all, it is some kind of artefact.

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


[Breeze] [Bug 357800] Huge leak on X on Kate/Kwrite etc

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357800

--- Comment #8 from Anthony  ---
I don't make fake picture to wrote bug reports, do you agree it? Tested on Arch
and KaOS same result as above.

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


[plasmashell] [Bug 357803] System tray + kf 5.18 = ugly clipper icon

2016-01-10 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

--- Comment #3 from Anthony  ---
David, i don't know what you think, but with every new kf it has stupid bugs
like none ever test it on current stable brach. I'm pretty sure this will
continue with every new kf release till this release schedule will be modified.
Now kf is rolling more than any rolling distro on earth, more than Arch :) I
don't know how kde dev was thinkin' when decide new month = new version, but i
was pretty sure this will happend. You know better, but this schedule is fairly
stupid, stability is gone away for nothing.

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


[frameworks-ktexteditor] [Bug 357725] New: Huge Xorg ram usage

2016-01-08 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357725

Bug ID: 357725
   Summary: Huge Xorg ram usage
   Product: frameworks-ktexteditor
   Version: 5.1.0
  Platform: Archlinux Packages
   URL: https://youtu.be/IgGnb44NCvA
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: bvb...@abv.bg

Refer to https://bugs.kde.org/show_bug.cgi?id=357360 Kate/KWrite makes huge
leak on X.

Reproducible: Always

Steps to Reproduce:
1. for i in {1..10}; do kwrite & done (leaks on X)
2. Close all (no resources clean)
3. for i in {1..10}; do kwrite & done (leaks even more)

Actual Results:  
Huge leaks on Xorg

Expected Results:  
Normal ram usage

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


[kate] [Bug 357360] Kate makes huge leak in Xorg

2016-01-06 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357360

--- Comment #4 from Anthony  ---
About me, mostly https://bugs.kde.org/show_bug.cgi?id=344879 is caused by
Kate/KTextEditor. I disable all plugins - same leak.

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


[plasmashell] [Bug 353096] The “Highlight Windows” option makes it impossible to use the right-click menu of task manager icons

2016-01-02 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353096

--- Comment #9 from Anthony  ---
Any progress here?

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


[kate] [Bug 357360] Kate makes huge leak in Xorg

2016-01-02 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357360

--- Comment #1 from Anthony  ---
Same leak in 15.08.

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


[kate] [Bug 357360] Kate makes huge leak in Xorg

2016-01-02 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357360

Anthony  changed:

   What|Removed |Added

Summary|Kate (15.12) makes huge |Kate makes huge leak in
   |leak in Xorg|Xorg

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


[kate] [Bug 357360] New: Kate (15.12) makes huge leak in Xorg

2015-12-31 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357360

Bug ID: 357360
   Summary: Kate (15.12) makes huge leak in Xorg
   Product: kate
   Version: 5.0.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: bvb...@abv.bg

I can't notice who is responsive for this, Kate, itself, KTextEditor or plugin.
Closing Kate not cleaning resources from Xorg. Make simple script
#!/bin/bash
for i in {1..10}
do
kate &
done
for test purpose :)

Reproducible: Always

Steps to Reproduce:
1. Start script above
2. Xorg ram usage increases a lot
3. Close all Kate instances
4. No resources are clean
5. Start script again, Xorg leaks extremly high

Actual Results:  
Huge leak in Xorg

Expected Results:  
Normal ram usage, cleaning resources at exit

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


  1   2   >