[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

2016-02-19 Thread David Rosca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358849

David Rosca  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-framework/82e172cc9e96bb
   ||530a591310ba6d8c294dc9f597

--- Comment #6 from David Rosca  ---
Git commit 82e172cc9e96bb530a591310ba6d8c294dc9f597 by David Rosca.
Committed on 19/02/2016 at 12:23.
Pushed by drosca into branch 'master'.

AppletQuickItem: Fix finding own attached layout

Regression from 344dbeb938
REVIEW: 127073

M  +21   -4src/plasmaquick/appletquickitem.cpp
M  +1-0src/plasmaquick/appletquickitem.h
M  +2-0src/plasmaquick/private/appletquickitem_p.h

http://commits.kde.org/plasma-framework/82e172cc9e96bb530a591310ba6d8c294dc9f597

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

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

Luca Giambonini  changed:

   What|Removed |Added

 CC||luc...@bluewin.ch

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

2016-02-05 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358849

--- Comment #4 from David Edmundson  ---
Plasma-framework is the affected part; ./src/plasmaquick/appletquickitem.cpp to
be exact

You can help fix it by fixing it. That's about it, I'm afraid.

There's no good workaround.

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

2016-02-04 Thread Luca Giambonini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358849

--- Comment #3 from Luca Giambonini  ---
which is the exact pkg affected, plasma-workspace or plasma-framework?
How I can help to fix this bug? There is a workaround that I can use to have a
minimum size of the plasmoid?

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

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

d...@kaosx.us changed:

   What|Removed |Added

 CC||d...@kaosx.us

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

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

--- Comment #1 from David Edmundson  ---
Created attachment 96963
  --> https://bugs.kde.org/attachment.cgi?id=96963=edit
Minimal example

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

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

--- Comment #2 from David Edmundson  ---
We fail this check.

//this should never happen, since we ask to create it if doesn't exists
if (!ownLayout) {

Which is brilliant.

In theory we should have a layout because of the line

//HACK: check the Layout properties we wrote
QQmlProperty p(this, "Layout.minimumWidth",
QtQml::qmlContext(d->qmlObject->rootObject()));

However, that code does nothing. p.isValid() returns false.

It used to work because the containment code later creates the layout attached,
and the timer masked the root problem.

Don't know a good fix ATM.

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

2016-01-31 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358849

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

2016-01-31 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358849

Kai Uwe Broulik  changed:

   What|Removed |Added

   Severity|major   |normal
 CC||k...@privat.broulik.de

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