D28307: Fix build of KGantt

2020-03-26 Thread Dag Andersen
danders accepted this revision. This revision is now accepted and ready to land. REPOSITORY R478 KDiagram: Libraries for diagrams BRANCH master REVISION DETAIL https://phabricator.kde.org/D28307 To: apol, #frameworks, danders Cc: danders

D28307: Fix build of KGantt

2020-03-26 Thread Dag Andersen
danders added a comment. Ummpf, my mistake, it is the GraphicsItem that needs exporting. REPOSITORY R478 KDiagram: Libraries for diagrams REVISION DETAIL https://phabricator.kde.org/D28307 To: apol, #frameworks Cc: danders

D28304: Use bold italic at 100% for sect4 titles, and bold 100% for sect5 titles

2020-03-26 Thread Dag Andersen
danders accepted this revision. This revision is now accepted and ready to land. REPOSITORY R238 KDocTools BRANCH master REVISION DETAIL https://phabricator.kde.org/D28304 To: yurchor, #documentation, danders Cc: kde-frameworks-devel, kde-doc-english, LeGast00n, cblack, gennad, fbampalou

D28304: Use bold italic at 100% for sect4 titles, and bold 100% for sect5 titles

2020-03-26 Thread Dag Andersen
danders added a comment. I got the best result (imho) with this: div.sect3 h4 { font-size: 100%; font-weight: bold; } div.sect4 h5 { font-size: 100%; font-weight: bold; } div.sect5 h6 { font-size: 90%; font-style: italic; } Note the

T3689: Add abi compliance checker to CI

2019-02-12 Thread Dag Andersen
danders added a comment. In T3689#175818 , @knauss wrote: > So far I understood abi-dumper is something different - I use abi-complience-checker to create those dumps. Afaiu abi-dumper is the new way of creating dumps. From home page: "T

T3689: Add abi compliance checker to CI

2019-02-06 Thread Dag Andersen
danders added a comment. Hmmm. do not know how to proceed with this without the actual libs available. I have tried building against a new lib and runing with old lib, with no problems. I was unsuccesful using abi-dumper on the old lib, so cannot check if it gives the same output as for

T3689: Add abi compliance checker to CI

2019-01-31 Thread Dag Andersen
danders added a comment. I get ABI error on use of QPair and QSet in kdiagram: https://build.kde.org/job/Calligra/job/kdiagram/job/kf5-qt5%20SUSEQt5.10/8/artifact/compat_reports/KGantt_compat_report.html#Type_Binary_Problems_Medium Afaics these lines have not been changed since last releas