D5329: Fix KActionSelectorPrivate::insertionIndex()

2017-04-10 Thread Anton Anikin
This revision was automatically updated to reflect the committed changes. Closed by commit R236:d47b970e9802: Fix KActionSelectorPrivate::insertionIndex() (authored by antonanikin). REPOSITORY R236 KWidgetsAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5329?vs=13177&id=13315

D5275: Kapidox generates qch files

2017-04-09 Thread Anton Anikin
antonanikin added a comment. In https://phabricator.kde.org/D5275#100458, @ochurlaud wrote: > Corrected antonanikin issue Olivier, thanks for fixing - now such collapsable lists works good. REPOSITORY R264 KApiDox REVISION DETAIL https://phabricator.kde.org/D5275 To: ochurla

D5329: Fix KActionSelectorPrivate::insertionIndex()

2017-04-08 Thread Anton Anikin
antonanikin added a comment. > Is this really needed? > Without your code it defaults to > index = -1; > what is the same as appending that is the same as atBottom, no? Yes, it needed - see here about negative index http://code.qt.io/cgit/qt/qtbase.git/tree/src/widgets/itemviews/

D5329: Fix KActionSelectorPrivate::insertionIndex()

2017-04-07 Thread Anton Anikin
antonanikin edited the summary of this revision. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D5329 To: antonanikin, #frameworks Cc: kde-frameworks-devel

D5329: Fix KActionSelectorPrivate::insertionIndex()

2017-04-07 Thread Anton Anikin
antonanikin added a subscriber: kde-frameworks-devel. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D5329 To: antonanikin, #frameworks Cc: kde-frameworks-devel

D5329: Fix KActionSelectorPrivate::insertionIndex()

2017-04-07 Thread Anton Anikin
antonanikin created this revision. Restricted Application added a project: Frameworks. REVISION SUMMARY Old version ignores InsertionPolicy::AtBottom enum value and produce behavior same as for InsertionPolicy::AtTop. REPOSITORY R236 KWidgetsAddons BRANCH master REVISION DETAIL https:/

D5275: Kapidox generates qch files

2017-04-03 Thread Anton Anikin
antonanikin added a comment. Hi, Olivier. Your QCH files displayed normally but with one bug - broken links for some JavaScript code. For example open `KTipDialog` class doc from your `Frameworks` file. Then try to click (open) `Public Member Functions inherited from QDialog` - nothing