D15111: [KoUnit] Let's show pixel units

2018-08-27 Thread Anthony Fieroni
anthonyfieroni created this revision. anthonyfieroni added reviewers: boemann, danders, Calligra: 3.0. Herald added a project: Calligra: 3.0. Herald added a subscriber: Calligra-Devel-list. anthonyfieroni requested review of this revision. REVISION SUMMARY CCBUG: 312739 REPOSITORY R8 Calligra

D15056: [EnhancedPathShape] Keep correct aspect ratio of shapes in odf files

2018-08-27 Thread Anthony Fieroni
anthonyfieroni added a comment. Any objections to this? REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D15056 To: anthonyfieroni, #calligra:_3.0, danders, boemann Cc: Calligra-Devel-list, cochise, vandenoever

D15103: Replace deprecated use of QWeakPointer in favor of QPointer

2018-08-27 Thread Damien Caliste
dcaliste updated this revision to Diff 40514. dcaliste added a comment. Propagate changes into filters: missing conversion from QSharedPointer into QPointer. REPOSITORY R8 Calligra CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15103?vs=40513&id=40514 REVISION DETAIL https://p

D15103: Replace deprecated use of QWeakPointer in favor of QPointer

2018-08-27 Thread Damien Caliste
dcaliste created this revision. dcaliste added a reviewer: Calligra: 3.0. dcaliste added a project: Calligra: 3.0. Herald added a subscriber: Calligra-Devel-list. dcaliste requested review of this revision. REVISION SUMMARY QWeakPointer has been deprecated to store pointers on QObject. QPointer

D15102: Update deprecated QAbstractItemModel::reset() to use {begin, end}ResetModel() instead

2018-08-27 Thread Damien Caliste
dcaliste created this revision. dcaliste added a reviewer: Calligra: 3.0. dcaliste added a project: Calligra: 3.0. Herald added a subscriber: Calligra-Devel-list. dcaliste requested review of this revision. REVISION SUMMARY Replace QAbstractItemModel::reset() with the more recent {begin,end}Res