D13570: Add workaround for labels with word-wrapping

2018-08-04 Thread Elvis Angelaccio
This revision was automatically updated to reflect the committed changes. Closed by commit R236:e8519d6af2ad: Add workaround for labels with word-wrapping (authored by elvisangelaccio). REPOSITORY R236 KWidgetsAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D13570?vs=37669&id=39

D13570: Add workaround for labels with word-wrapping

2018-08-02 Thread Christoph Feck
cfeck accepted this revision. cfeck added a comment. This revision is now accepted and ready to land. Please commit until we find a better solution. REPOSITORY R236 KWidgetsAddons BRANCH workaround-wordwrap (branched from master) REVISION DETAIL https://phabricator.kde.org/D13570 To:

D13570: Add workaround for labels with word-wrapping

2018-07-13 Thread Anthony Fieroni
anthonyfieroni added inline comments. INLINE COMMENTS > kcollapsiblegroupbox.cpp:307-308 > +if (label->wordWrap()) { > +toggle(); > +toggle(); > +} Did you know why it should be called twice? Does one later toggle invoke will fix it? REPOSITORY R236 KW

D13570: Add workaround for labels with word-wrapping

2018-07-12 Thread Elvis Angelaccio
elvisangelaccio updated this revision to Diff 37669. elvisangelaccio added a comment. - Added bug report REPOSITORY R236 KWidgetsAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D13570?vs=36232&id=37669 BRANCH workaround-wordwrap (branched from master) REVISION DETAIL ht

D13570: Add workaround for labels with word-wrapping

2018-07-12 Thread Elvis Angelaccio
elvisangelaccio edited the summary of this revision. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D13570 To: elvisangelaccio, davidedmundson, cfeck Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D13570: Add workaround for labels with word-wrapping

2018-07-08 Thread Elvis Angelaccio
elvisangelaccio planned changes to this revision. elvisangelaccio added a comment. There is no bugreport, I'll have to file one. While working on a minimal test case I realized that `QBoxLayout::addStretch()` might also be involved. Needs more investigation. REPOSITORY R236 KWidgetsAdd

D13570: Add workaround for labels with word-wrapping

2018-07-08 Thread Christoph Feck
cfeck added a comment. Could you add a bug number so that people reading the code can decide if/when the workaround can get removed? REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D13570 To: elvisangelaccio, davidedmundson, cfeck Cc: kde-frameworks-devel, mic

D13570: Add workaround for labels with word-wrapping

2018-07-08 Thread Elvis Angelaccio
elvisangelaccio added a comment. Ping. If no one has objections, I'll push it after the next tag. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D13570 To: elvisangelaccio, davidedmundson, cfeck Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D13570: Add workaround for labels with word-wrapping

2018-07-08 Thread Elvis Angelaccio
elvisangelaccio added a reviewer: cfeck. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D13570 To: elvisangelaccio, davidedmundson, cfeck Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D13570: Add workaround for labels with word-wrapping

2018-06-23 Thread Elvis Angelaccio
elvisangelaccio added a comment. Ping? REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D13570 To: elvisangelaccio, davidedmundson Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D13570: Add workaround for labels with word-wrapping

2018-06-16 Thread Elvis Angelaccio
elvisangelaccio created this revision. elvisangelaccio added a reviewer: davidedmundson. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. elvisangelaccio requested review of this revision. REVISION SUMMARY It's not clear why, bu