D5092: [KMessageWidget] Fix wrong size hint when animatedShow() is called with a hidden parentWidget()

2017-03-17 Thread Christoph Feck
cfeck created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  If the parent widget is not visible, then immediately show() the message 
widget to compute proper size hint. Otherwise, when the widget is later 
implicitely shown when parent gets visible, we are too late.
  
  Fixes https://bugs.kde.org/show_bug.cgi?id=377676

REPOSITORY
  R236 KWidgetsAddons

REVISION DETAIL
  https://phabricator.kde.org/D5092

AFFECTED FILES
  src/kmessagewidget.cpp

To: cfeck, kossebau, elvisangelaccio
Cc: #frameworks


D5092: [KMessageWidget] Fix wrong size hint when animatedShow() is called with a hidden parentWidget()

2017-03-19 Thread Elvis Angelaccio
elvisangelaccio accepted this revision.
elvisangelaccio added a comment.
This revision is now accepted and ready to land.


  I cannot reproduce that bug but the patch looks good to me.

REPOSITORY
  R236 KWidgetsAddons

REVISION DETAIL
  https://phabricator.kde.org/D5092

To: cfeck, kossebau, elvisangelaccio
Cc: #frameworks


D5092: [KMessageWidget] Fix wrong size hint when animatedShow() is called with a hidden parentWidget()

2017-03-27 Thread Christoph Feck
This revision was automatically updated to reflect the committed changes.
Closed by commit R236:0cfb788c2e44: Fix wrong size hint when animatedShow is 
called with hidden parent (authored by cfeck).

REPOSITORY
  R236 KWidgetsAddons

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D5092?vs=12577&id=12889

REVISION DETAIL
  https://phabricator.kde.org/D5092

AFFECTED FILES
  src/kmessagewidget.cpp

To: cfeck, kossebau, elvisangelaccio
Cc: #frameworks