D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-08 Thread Алексей Шилин
This revision was automatically updated to reflect the committed changes. Closed by commit R119:ca96f850efbf: Dont skip certain recent documents in kicker and taskmanager (authored by aleksejshilin). REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE

D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-07 Thread Eike Hein
hein accepted this revision. hein added a comment. This revision is now accepted and ready to land. lgtm REPOSITORY R119 Plasma Desktop BRANCH prepare_for_krecentdocument_fix REVISION DETAIL https://phabricator.kde.org/D10890 To: aleksejshilin, #plasma, broulik, hein Cc:

D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-05 Thread Алексей Шилин
aleksejshilin edited the test plan for this revision. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D10890 To: aleksejshilin, #plasma, broulik, hein Cc: anthonyfieroni, ngraham, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas,

D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-05 Thread Алексей Шилин
aleksejshilin updated this revision to Diff 28681. aleksejshilin marked an inline comment as done. aleksejshilin added a comment. - Use QString::mid() REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10890?vs=28639=28681 BRANCH

D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-05 Thread Kai Uwe Broulik
broulik added a comment. lgtm INLINE COMMENTS > actionlist.cpp:312 > +if (storageId.startsWith("org.kde.")) { > +query = query | Agent(storageId.right(storageId.length() - 8)); > +} I would prefer `mid(8)` REPOSITORY R119 Plasma Desktop REVISION DETAIL

D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-04 Thread Eike Hein
hein added a comment. Looks good to me, Kai? REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D10890 To: aleksejshilin, #plasma, broulik, hein Cc: anthonyfieroni, ngraham, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol,

D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-04 Thread Алексей Шилин
aleksejshilin updated this revision to Diff 28639. aleksejshilin added a comment. - Make sure to forget all documents, too REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10890?vs=28626=28639 BRANCH prepare_for_krecentdocument_fix REVISION DETAIL

D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-04 Thread Anthony Fieroni
anthonyfieroni added a comment. It looks good to me REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D10890 To: aleksejshilin, #plasma, broulik, hein Cc: anthonyfieroni, ngraham, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas,

D10890: Don't skip certain recent documents in kicker and taskmanager

2018-03-04 Thread Алексей Шилин
aleksejshilin retitled this revision from "Prepare for KIO KRecentDocument fix (D10863)" to "Don't skip certain recent documents in kicker and taskmanager". aleksejshilin edited the summary of this revision. aleksejshilin edited the test plan for this revision. REPOSITORY R119 Plasma Desktop