D23515: Format class: add functions to know if XML files set style attributes

2019-08-28 Thread Dominik Haumann
dhaumann added a comment. I am thinking about whether ` overwritesBold()` , ... is better than `definitionHasBold()`. Because the `Format` matches an `itemData` in xml. Or even `boldHardcoded()`. Any thoughts? PS: Another solution is to port all xml files to not use hard coded

D22144: Add kio recentlyused:/ to access KActivityStats data

2019-08-28 Thread David Faure
dfaure added a comment. Yep. Either query argument, or KIO metaData(). Both require explicit action from the application, there's no magic currently to know which app is making the request. We could add that, but there are so many way to identify an application that I'm not sure it would

D23200: Fixes a crash in Peruse triggered by baloo

2019-08-28 Thread Tomaz Canabrava
This revision was automatically updated to reflect the committed changes. Closed by commit R293:7190e177f537: Fixes a crash in Peruse triggered by baloo (authored by tcanabrava). REPOSITORY R293 Baloo CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23200?vs=63863=64799 REVISION

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Marco Martin
mart added inline comments. INLINE COMMENTS > ToolButton.qml:49 > + > +Item { > +Layout.preferredWidth: Kirigami.Units.iconSizes.smallMedium + > Kirigami.Units.largeSpacing this further item enclosing is not necessary, is an object instantation more for no functional gain

D23207: Fixing implementation of FileJob interface in smb/sftp slaves

2019-08-28 Thread David Faure
dfaure added a comment. OK, I'm wrong, it doesn't check that at the moment. But IIRC your slavebase patch does that meanwhile ;) REPOSITORY R320 KIO Extras BRANCH fixSFTP (branched from master) REVISION DETAIL https://phabricator.kde.org/D23207 To: feverfew, chinmoyr, fvogt, sitter,

D23490: [KUrlNavigator] Add MIME types supported by krarc to isCompressedPath

2019-08-28 Thread David Faure
dfaure added a comment. What happens if krarc isn't installed? We try and fail and move on silently as if nothing happened, so this patch is indeed harmless? I see it's your test plan, but I want to be sure of what actually happens. REPOSITORY R241 KIO REVISION DETAIL

D23207: Fixing implementation of FileJob interface in smb/sftp slaves

2019-08-28 Thread David Faure
dfaure accepted this revision. dfaure added a comment. This revision is now accepted and ready to land. Well I guess these fixes came to be exactly *because* SlaveBase warns about finished() being called when it shouldn't :-) REPOSITORY R320 KIO Extras BRANCH fixSFTP (branched from

D23516: Fix for all themes: allow turn off attributes in XML highlighting files

2019-08-28 Thread Dominik Haumann
dhaumann added a comment. I like it, although this all will not be needed anymore oncee KTextEditor is fully ported to KSyntaxHighlighting::Theme. Still a long way to go. +1 REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D23516 To: nibags, #ktexteditor,

D23420: Use solid to check if a KFileItem is located on a network mount

2019-08-28 Thread David Faure
dfaure requested changes to this revision. dfaure added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > broulik wrote in kfileitem.cpp:766 > If you have a location `/home/foo/foobar` and a slow mount `/home/foo/foo`, > it will consider it slow because "starts

D23515: Format class: add functions to know if XML files set style attributes

2019-08-28 Thread Christoph Cullmann
cullmann added a comment. No idea if definitionhasBold or the other variants are better. For the "PS: Another solution is to port all xml files to not use hard coded colors. That's a lot of work, though.": I think to hardcode e.g. bold/italic/... is actually not that bad in some cases.

D18425: [KUrlNavigatorPlacesSelector] Properly identify teardown action

2019-08-28 Thread Kai Uwe Broulik
broulik updated this revision to Diff 64791. broulik edited the test plan for this revision. broulik added a comment. - Iterate all actions - Set the id on the separator as well so we can identify it easily REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE

D22144: Add kio recentlyused:/ to access KActivityStats data

2019-08-28 Thread David Faure
dfaure accepted this revision. dfaure added a comment. No idea about kactivitystats, that's a question for Ivan. REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D22144 To: meven, ivan, #frameworks, ngraham, dfaure Cc: dhaumann, elvisangelaccio,

D22144: Add kio recentlyused:/ to access KActivityStats data

2019-08-28 Thread Kai Uwe Broulik
broulik added a comment. > . The question is how to know inside the KIO slave which application requested its services. If all else fails we could pass a query parameter `recentdocuments://?application=...` since this is mainly meant for the file dialog I presume, there could be some

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Marco Martin
mart added inline comments. INLINE COMMENTS > ToolButton.qml:56 > +anchors.centerIn: parent > +height: Kirigami.Units.iconSizes.smallMedium > +width: Kirigami.Units.iconSizes.smallMedium This fixes the icons to a single size no matter what, and

D23352: make button icons follow a reasonable size and layout

2019-08-28 Thread Marco Martin
mart reopened this revision. mart added a comment. This revision is now accepted and ready to land. Same problem as the toolbutton one, button icons need to scale unless icon size fixed from client side REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Marco Martin
mart reopened this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D23367 To: camiloh, #plasma, mart, ngraham Cc: broulik, apol, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Marco Martin
mart requested changes to this revision. This revision now requires changes to proceed. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D23367 To: camiloh, #plasma, mart, ngraham Cc: broulik, apol, kde-frameworks-devel, LeGast00n, GB_2, michaelh,

D23352: make button icons follow a reasonable size and layout

2019-08-28 Thread Marco Martin
This revision was not accepted when it landed; it landed in state "Needs Revision". This revision was automatically updated to reflect the committed changes. Closed by commit R242:c6c882521f80: Revert make the sizing of the toolbuttons more coherent (authored by mart). CHANGED PRIOR TO COMMIT

D22143: Add proper logging using ECMQtDeclareLoggingCategory

2019-08-28 Thread Méven Car
meven updated this revision to Diff 64789. meven added a comment. Fix plural REPOSITORY R159 KActivities Statistics CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D22143?vs=64787=64789 BRANCH arcpatch-D22143 REVISION DETAIL https://phabricator.kde.org/D22143 AFFECTED FILES

D23194: Making FileJob behave consistently.

2019-08-28 Thread David Faure
dfaure accepted this revision. dfaure added a comment. I didn't know the code of that unittest. It could really use some modernizing (using job->exec() instead of enterLoop, using lambdas instead of numbered slots...), but that's for a separate commit anyway, this one keeps consistency (in

D23352: make button icons follow a reasonable size and layout

2019-08-28 Thread Marco Martin
mart added inline comments. INLINE COMMENTS > Button.qml:53 > +id: icon > +anchors.centerIn: parent > +visible: parent.visible no anchors and no enclosing Item. This was ok as it was, including fillwidth/fillheight (perhaps) but with the line:

KDE CI: Frameworks » kcoreaddons » kf5-qt5 SUSEQt5.12 - Build # 69 - Fixed!

2019-08-28 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kcoreaddons/job/kf5-qt5%20SUSEQt5.12/69/ Project: kf5-qt5 SUSEQt5.12 Date of build: Wed, 28 Aug 2019 05:49:19 + Build duration: 10 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kservice » kf5-qt5 FreeBSDQt5.13 - Build # 22 - Still Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kservice/job/kf5-qt5%20FreeBSDQt5.13/22/ Project: kf5-qt5 FreeBSDQt5.13 Date of build: Wed, 28 Aug 2019 06:26:20 + Build duration: 1 min 31 sec and counting JUnit Tests Name:

D23352: make button icons follow a reasonable size and layout

2019-08-28 Thread Marco Martin
mart requested changes to this revision. This revision now requires changes to proceed. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D23352 To: camiloh, #plasma, mart, ngraham Cc: ngraham, kde-frameworks-devel, LeGast00n, GB_2, michaelh, bruns

D22144: Add kio recentlyused:/ to access KActivityStats data

2019-08-28 Thread Méven Car
meven added a comment. In D22144#520684 , @dfaure wrote: > Yep. Either query argument, or KIO metaData(). Both require explicit action from the application, there's no magic currently to know which app is making the request. We could add that,

D21721: Bring KNewStuffQuick to feature parity with KNewStuff(Widgets)

2019-08-28 Thread Arjen Hiemstra
ahiemstra requested changes to this revision. ahiemstra added a comment. This revision now requires changes to proceed. I have probably missed stuff, but here are my initial comments. INLINE COMMENTS > atticaprovider.cpp:355 > + > +QList> getCommentsList(const > Attica::Comment::List ,

D22143: Add proper logging using ECMQtDeclareLoggingCategory

2019-08-28 Thread Ivan Čukić
ivan added inline comments. INLINE COMMENTS > kactivities-stats.categories:1 > +org.kde.kactivities.stats KActivities Stats DEFAULT_SEVERITY [WARNING] > IDENTIFIER [KACTIVITY_STAT_LOG] Missed one here > CMakeLists.txt:21 > +HEADER

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.13 - Build # 40 - Still Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.13/40/ Project: kf5-qt5 FreeBSDQt5.13 Date of build: Wed, 28 Aug 2019 06:49:04 + Build duration: 8 min 23 sec and counting JUnit Tests Name:

D22144: Add kio recentlyused:/ to access KActivityStats data

2019-08-28 Thread Ivan Čukić
ivan accepted this revision. ivan added a comment. This revision is now accepted and ready to land. Filtering can be done as far as the KAStats is concerned. The question is how to know inside the KIO slave which application requested its services. REPOSITORY R320 KIO Extras BRANCH

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Kai Uwe Broulik
broulik added a comment. This breaks the sizing of larger buttons like in media controller: F7288011: Screenshot_20190828_100935.png REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D23367 To: camiloh,

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Marco Martin
mart added a comment. In D23367#517658 , @ngraham wrote: > Not that it's an inappropriate fix, but are you sure you want to be using PlasmaComponents ToolButtons in Index? Why not use regular old QQC2 ToolButtons? The phone is using the

D22143: Add proper logging using ECMQtDeclareLoggingCategory

2019-08-28 Thread Méven Car
This revision was automatically updated to reflect the committed changes. Closed by commit R159:2bb035ff67fd: Add proper logging using ECMQtDeclareLoggingCategory (authored by meven). REPOSITORY R159 KActivities Statistics CHANGES SINCE LAST UPDATE

D23513: Gettext: Add "Translated String" style and spellChecking attribute

2019-08-28 Thread Dominik Haumann
dhaumann reopened this revision. dhaumann added a comment. This revision is now accepted and ready to land. Lgtm. There are many dsStrings now, which could be distinguished by the default styles for strings in a later patch (dsVerbatim, ...):

D23513: Gettext: Add "Translated String" style and spellChecking attribute

2019-08-28 Thread Dominik Haumann
dhaumann closed this revision. dhaumann added a comment. Sorry accidentally reopened. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D23513 To: jpoelen, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-devel, kde-frameworks-devel, LeGast00n,

D23344: assert slave command finality

2019-08-28 Thread David Faure
dfaure requested changes to this revision. dfaure added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > slavebase.cpp:67 > +#else > +#define KIO_STATE_ASSERT(cond, where, what) qCWarning(KIO_CORE) << what > +#endif Don't you mean if(!cond) { qCWarning... } ?

D18425: [KUrlNavigatorPlacesSelector] Properly identify teardown action

2019-08-28 Thread Kai Uwe Broulik
broulik updated this revision to Diff 64792. broulik added a comment. - Remove pointless `isEmpty` check REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D18425?vs=64791=64792 REVISION DETAIL https://phabricator.kde.org/D18425 AFFECTED FILES

KDE CI: Frameworks » knotifications » kf5-qt5 WindowsMSVCQt5.13 - Build # 12 - Still unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/knotifications/job/kf5-qt5%20WindowsMSVCQt5.13/12/ Project: kf5-qt5 WindowsMSVCQt5.13 Date of build: Mon, 26 Aug 2019 17:34:06 + Build duration: 1 day 15 hr and counting JUnit Tests

D23490: [KUrlNavigator] Add MIME types supported by krarc to isCompressedPath

2019-08-28 Thread N. Higa
nhiga edited the summary of this revision. nhiga edited the test plan for this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D23490 To: nhiga, #frameworks, cfeck, pino, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

KDE CI: Frameworks » kwayland » kf5-qt5 SUSEQt5.12 - Build # 55 - Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20SUSEQt5.12/55/ Project: kf5-qt5 SUSEQt5.12 Date of build: Wed, 28 Aug 2019 13:01:45 + Build duration: 20 min and counting BUILD ARTIFACTS

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Camilo Higuita
camiloh updated this revision to Diff 64844. camiloh added a comment. make the icon fill height and width if the icon group height or width props are not set or are 0 REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23367?vs=64832=64844

KDE CI: Frameworks » kwayland » kf5-qt5 SUSEQt5.13 - Build # 11 - Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20SUSEQt5.13/11/ Project: kf5-qt5 SUSEQt5.13 Date of build: Wed, 28 Aug 2019 13:01:46 + Build duration: 21 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kwayland » kf5-qt5 FreeBSDQt5.13 - Build # 10 - Still Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20FreeBSDQt5.13/10/ Project: kf5-qt5 FreeBSDQt5.13 Date of build: Wed, 28 Aug 2019 13:01:46 + Build duration: 20 min and counting JUnit Tests Name:

D23207: Fixing implementation of FileJob interface in smb/sftp slaves

2019-08-28 Thread Harald Sitter
sitter added a comment. @dfaure this is actually a different beast altogether, the current state validation is only run on the API for all slaves, seek/read/write are run in a completely different loop which I see isn't being verified at all. I'll add it in a separate diff once the

D23535: [server] Use cached current mode more and assert validness

2019-08-28 Thread Roman Gilg
romangg created this revision. romangg added a reviewer: KWin. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. romangg requested review of this revision. REVISION SUMMARY We can use the cached current mode in one more case. Additionally make it more

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Camilo Higuita
camiloh updated this revision to Diff 64832. camiloh added a comment. make usage of the icon group properties: height and width REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23367?vs=64449=64832 BRANCH arcpatch-D23367 REVISION

D23523: [SlaveBase] Use QMap instead of KConfig to store ioslave config

2019-08-28 Thread Méven Car
meven created this revision. meven added reviewers: davidedmundson, dfaure, Frameworks. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. meven requested review of this revision. REVISION SUMMARY Inspired by

KDE CI: Frameworks » kwayland » kf5-qt5 FreeBSDQt5.13 - Build # 9 - Still Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20FreeBSDQt5.13/9/ Project: kf5-qt5 FreeBSDQt5.13 Date of build: Wed, 28 Aug 2019 11:10:50 + Build duration: 7 min 33 sec and counting JUnit Tests Name:

D23535: [server] Use cached current mode more and assert validness

2019-08-28 Thread Roman Gilg
This revision was automatically updated to reflect the committed changes. Closed by commit R127:0c0a2710dd3b: [server] Use cached current mode more and assert validness (authored by romangg). REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE

D22144: Add kio recentlyused:/ to access KActivityStats data

2019-08-28 Thread Méven Car
meven updated this revision to Diff 64845. meven added a comment. Fix path example REPOSITORY R320 KIO Extras CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D22144?vs=64736=64845 BRANCH arcpatch-D22144_1 REVISION DETAIL https://phabricator.kde.org/D22144 AFFECTED FILES

D23493: [server] Cache current mode

2019-08-28 Thread David Edmundson
davidedmundson accepted this revision. davidedmundson added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > outputdevice_interface.cpp:143 > for (auto it = d->resources.constBegin(); it != > d->resources.constEnd(); ++it) { >

D23493: [server] Cache current mode

2019-08-28 Thread Roman Gilg
romangg marked 2 inline comments as done. romangg added inline comments. INLINE COMMENTS > romangg wrote in outputdevice_interface.cpp:143 > Thanks. Will put it into a second diff. See D23535 REPOSITORY R127 KWayland BRANCH cacheMode REVISION DETAIL

D23535: [server] Use cached current mode more and assert validness

2019-08-28 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R127 KWayland BRANCH useCachedMode REVISION DETAIL https://phabricator.kde.org/D23535 To: romangg, #kwin, davidedmundson Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D22968: Make it possible to modify contacts

2019-08-28 Thread Aleix Pol Gonzalez
apol marked 3 inline comments as done. REPOSITORY R307 KPeople REVISION DETAIL https://phabricator.kde.org/D22968 To: apol, #frameworks, jbbgameich, bshah Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D23493: [server] Cache current mode

2019-08-28 Thread Roman Gilg
This revision was automatically updated to reflect the committed changes. romangg marked an inline comment as done. Closed by commit R127:ce5e25a4b63c: [server] Cache current mode (authored by romangg). REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE

D23352: make button icons follow a reasonable size and layout

2019-08-28 Thread Marco Martin
mart reopened this revision. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D23352 To: camiloh, #plasma, mart, ngraham Cc: ngraham, kde-frameworks-devel, LeGast00n, GB_2, michaelh, bruns

KDE CI: Frameworks » kio » kf5-qt5 SUSEQt5.13 - Build # 49 - Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.13/49/ Project: kf5-qt5 SUSEQt5.13 Date of build: Wed, 28 Aug 2019 06:49:04 + Build duration: 3 hr 10 min and counting BUILD ARTIFACTS

D23523: [SlaveBase] Use QMap instead of KConfig to store ioslave config

2019-08-28 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > slavebase.h:343 > + */ > +QMap *mapConfig(); > + Why return a pointer, and why is this method not `const`? Or is this supposed to be writable? Then I would prefer returning a reference to communicate ownership properly. REPOSITORY

D23493: [server] Cache current mode

2019-08-28 Thread Roman Gilg
romangg added inline comments. INLINE COMMENTS > davidedmundson wrote in outputdevice_interface.cpp:143 > we can also just use currentMode directly here and remove the loop above Thanks. Will put it into a second diff. REPOSITORY R127 KWayland BRANCH cacheMode REVISION DETAIL

D23344: assert slave command finality

2019-08-28 Thread Harald Sitter
sitter updated this revision to Diff 64826. sitter added a comment. some days one has to wonder how I manage to put on shows. fix warning branch as per David's comments to actually do nothing when the cond was matched REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE

D22968: Make it possible to modify contacts

2019-08-28 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 64834. apol added a comment. Address Bhushan's comments REPOSITORY R307 KPeople CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D22968?vs=64325=64834 BRANCH master REVISION DETAIL https://phabricator.kde.org/D22968 AFFECTED FILES

D23523: [SlaveBase] Use QMap instead of KConfig to store ioslave config

2019-08-28 Thread Méven Car
meven updated this revision to Diff 64816. meven added a comment. Make mapConfig return a const ref REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23523?vs=64815=64816 BRANCH arcpatch-D23523 REVISION DETAIL https://phabricator.kde.org/D23523 AFFECTED

D23523: [SlaveBase] Use QMap instead of KConfig to store ioslave config

2019-08-28 Thread Méven Car
meven marked an inline comment as done. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D23523 To: meven, davidedmundson, dfaure, #frameworks Cc: broulik, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D23490: [KUrlNavigator] Add MIME types supported by krarc to isCompressedPath

2019-08-28 Thread N. Higa
nhiga added a comment. When this patch is applied and Krusader is not installed: Dolphin (with "Open archives as folder" enabled): Opens the 7z/RAR archive using Ark. Gwenview: 7z/RAR archives will not appear (probably because it is unsupported without krarc). REPOSITORY R241 KIO

D23388: add a border for the toolbars WIP

2019-08-28 Thread Marco Martin
mart added inline comments. INLINE COMMENTS > ToolBar.qml:47 > +bottom: control.position == T.ToolBar.Footer || > (control.parent.footer && control.parent.footer == control) ? undefined : > parent.bottom > +} > +} for now you need for now to add there:

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Camilo Higuita
This revision was automatically updated to reflect the committed changes. Closed by commit R242:069b4e95c155: make the sizing of the toolbuttons more coherent (authored by camiloh). REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE

D16311: RFC: [KFilePlacesView] Use asynchronous KIO::FileSystemFreeSpaceJob

2019-08-28 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R241:933887dc334f: [KFilePlacesView] Use asynchronous KIO::FileSystemFreeSpaceJob (authored by broulik). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D16311?vs=43909=64852#toc REPOSITORY R241

D23500: Support for native Matlab strings

2019-08-28 Thread Benjamin Buch
bbuch updated this revision to Diff 64854. bbuch added a comment. increase file version, kateversion to 5, remove hard coded colors, example to autotests input REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23500?vs=64751=64854 BRANCH

D23537: extend state verification to open connection commands

2019-08-28 Thread Harald Sitter
sitter added a comment. I do wonder if maybe it would make sense to revise the verification system to be based off of a list of allowed/forbidden functions that may be called during a command. e.g. for open the requirements are actually more complicated than this diff establishes. It

D23367: make the sizing of the toolbuttons more coherent

2019-08-28 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) BRANCH arcpatch-D23367 REVISION DETAIL https://phabricator.kde.org/D23367 To: camiloh, #plasma, mart, ngraham Cc: broulik, apol, kde-frameworks-devel, LeGast00n, GB_2,

D23194: Making FileJob behave consistently.

2019-08-28 Thread Chinmoy Ranjan Pradhan
chinmoyr accepted this revision. This revision is now accepted and ready to land. REPOSITORY R241 KIO BRANCH ConsistentRead (branched from master) REVISION DETAIL https://phabricator.kde.org/D23194 To: feverfew, dfaure, fvogt, chinmoyr, apol Cc: kde-frameworks-devel, LeGast00n, GB_2,

D21721: Bring KNewStuffQuick to feature parity with KNewStuff(Widgets)

2019-08-28 Thread Dan Leinir Turthra Jensen
leinir marked 12 inline comments as done. leinir added inline comments. INLINE COMMENTS > ahiemstra wrote in atticaprovider.cpp:355 > Since upstream Qt is starting to discourage usage of QList, maybe use QVector > instead. That'd be good, except the rest of the KNewStuff API is all QList

D23537: extend state verification to open connection commands

2019-08-28 Thread Harald Sitter
sitter created this revision. sitter added a reviewer: dfaure. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. sitter requested review of this revision. REVISION SUMMARY - open/seek/read/write: may not call finished (only error) - close: must reach

D23352: make button icons follow a reasonable size and layout

2019-08-28 Thread Camilo Higuita
camiloh updated this revision to Diff 64851. camiloh added a comment. correct slip from toolbutton REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D23352?vs=64850=64851 BRANCH arcpatch-D23352_2 REVISION DETAIL

D23385: More porting from QRegExp to QRegularExpression

2019-08-28 Thread Daniel Vrátil
dvratil added inline comments. INLINE COMMENTS > katedocument.cpp:4676 > foreach (const QString , wildcards) { > -QRegExp wildcard(pattern, Qt::CaseSensitive, QRegExp::Wildcard); > +QRegularExpression wildcard(QLatin1Char('^') + >

D23344: assert slave command finality

2019-08-28 Thread David Faure
dfaure accepted this revision. dfaure added a comment. This revision is now accepted and ready to land. You put on shows? On TV? :-) REPOSITORY R241 KIO BRANCH assert REVISION DETAIL https://phabricator.kde.org/D23344 To: sitter, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2,

D23352: make button icons follow a reasonable size and layout

2019-08-28 Thread Camilo Higuita
camiloh updated this revision to Diff 64850. camiloh added a comment. suggested changes. use preferred width and height when the icon group height and width props are set REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE

KDE CI: Frameworks » kio » kf5-qt5 SUSEQt5.13 - Build # 50 - Fixed!

2019-08-28 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.13/50/ Project: kf5-qt5 SUSEQt5.13 Date of build: Wed, 28 Aug 2019 14:23:52 + Build duration: 6 min 23 sec and counting BUILD ARTIFACTS

D23500: Support for native Matlab strings

2019-08-28 Thread Benjamin Buch
bbuch added a comment. Should I add the changes from D23498 here as well? REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D23500 To: bbuch, cullmann Cc: dhaumann, kwrite-devel, kde-frameworks-devel, LeGast00n, GB_2,

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.13 - Build # 41 - Still Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.13/41/ Project: kf5-qt5 FreeBSDQt5.13 Date of build: Wed, 28 Aug 2019 14:23:52 + Build duration: 6 min 27 sec and counting JUnit Tests Name:

D21721: Bring KNewStuffQuick to feature parity with KNewStuff(Widgets)

2019-08-28 Thread Dan Leinir Turthra Jensen
leinir updated this revision to Diff 64855. leinir marked 11 inline comments as done. leinir added a comment. Address comments by @ahiemstra - Add a comment about why Button's configfile isn't aliased - Set the object ownership policy for QuickQuestionListener to cpp -

D21328: Add qml import for KItemModels

2019-08-28 Thread David Edmundson
davidedmundson updated this revision to Diff 64882. davidedmundson added a comment. Add KDescendentsProxyModel REPOSITORY R275 KItemModels CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21328?vs=64881=64882 BRANCH master REVISION DETAIL https://phabricator.kde.org/D21328

detect the Qt version KF5 frameworks were build against in CMake?

2019-08-28 Thread René J . V . Bertin
Hi, Some KF5 framework libraries pull in Qt5 headers and/or libraries via their CMake modules, right? Take the somewhat unusual situation where you have your KF5 frameworks built against, say, Qt 5.9 from the system and you want to test an application against a different, newer Qt build

KDE CI: Frameworks » kwayland » kf5-qt5 SUSEQt5.13 - Build # 12 - Fixed!

2019-08-28 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20SUSEQt5.13/12/ Project: kf5-qt5 SUSEQt5.13 Date of build: Wed, 28 Aug 2019 17:38:47 + Build duration: 6 min 18 sec and counting BUILD ARTIFACTS

KDE CI: Frameworks » kwayland » kf5-qt5 FreeBSDQt5.13 - Build # 11 - Still Unstable!

2019-08-28 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20FreeBSDQt5.13/11/ Project: kf5-qt5 FreeBSDQt5.13 Date of build: Wed, 28 Aug 2019 17:38:47 + Build duration: 5 min 57 sec and counting JUnit Tests Name:

KDE CI: Frameworks » kwayland » kf5-qt5 SUSEQt5.12 - Build # 56 - Fixed!

2019-08-28 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20SUSEQt5.12/56/ Project: kf5-qt5 SUSEQt5.12 Date of build: Wed, 28 Aug 2019 17:38:47 + Build duration: 12 min and counting BUILD ARTIFACTS

D7446: [Places panel] Revamp the Recently Saved section

2019-08-28 Thread Méven Car
meven edited the summary of this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D7446 To: meven, #dolphin, broulik, elvisangelaccio, markg, #vdg, #frameworks, ngraham Cc: meven, trickyricky26, andreask, huftis, svenmauch, kde-frameworks-devel, spoorun,

D7446: [Places panel] Revamp the Recently Saved section

2019-08-28 Thread Méven Car
meven added a comment. With D22144 landing this is now ready for prime time ! And thanks to D23112 , this will support history from application using gtk as well (firefox, inkscape...) REPOSITORY R241 KIO

D7446: [Places panel] Revamp the Recently Saved section

2019-08-28 Thread Méven Car
meven updated this revision to Diff 64880. meven added a comment. Rebase REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7446?vs=62380=64880 BRANCH arcpatch-D7446 REVISION DETAIL https://phabricator.kde.org/D7446 AFFECTED FILES

D23385: More porting from QRegExp to QRegularExpression

2019-08-28 Thread Dominik Haumann
dhaumann added a comment. Oh, in that case can you or @cullmann simply revert this part or #ifdef it? I currently cannot at least until the weekend (sorry!). REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D23385 To: dhaumann, cullmann Cc: dvratil, kwrite-devel,

D21328: Add qml import for KItemModels

2019-08-28 Thread David Edmundson
davidedmundson added a comment. > I wonder if it was necessary to do the whole move into core :P. It wasn't necessary, but I was trying to follow the framework convention. If it helps get this, I can remove it. REPOSITORY R275 KItemModels REVISION DETAIL

D22144: Add kio recentlyused:/ to access KActivityStats data

2019-08-28 Thread Nathaniel Graham
ngraham added a comment. I think this can go in now. It's been reviewed by a bunch of the big cheeses. :) Very nice work! REPOSITORY R320 KIO Extras BRANCH arcpatch-D22144_1 REVISION DETAIL https://phabricator.kde.org/D22144 To: meven, ivan, #frameworks, ngraham, dfaure Cc: broulik,

D21618: Allow QtQuick applets and wallpapers to defer UiReadyConstraint

2019-08-28 Thread David Edmundson
davidedmundson abandoned this revision. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D21618 To: davidedmundson, #plasma, apol Cc: broulik, apol, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

Re: detect the Qt version KF5 frameworks were build against in CMake?

2019-08-28 Thread Friedrich W. H. Kossebau
Am Mittwoch, 28. August 2019, 19:19:21 CEST schrieb René J.V. Bertin: > Hi, > > Some KF5 framework libraries pull in Qt5 headers and/or libraries via their > CMake modules, right? Can you specifiy some more what you mean by "pull in"? > Take the somewhat unusual situation where you have your

D22144: Add kio recentlyused:/ to access KActivityStats data

2019-08-28 Thread Méven Car
This revision was automatically updated to reflect the committed changes. Closed by commit R320:ae44042e541c: Add kio recentlyused:/ to access KActivityStats data (authored by meven). REPOSITORY R320 KIO Extras CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D22144?vs=64845=64879

D14631: Adds a new RenameDialog to KIO with more options for batch renaming

2019-08-28 Thread Méven Car
meven added a comment. This could be an alternative to D17595 REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D14631 To: emateli, #frameworks, dfaure, mlaurent Cc: meven, anthonyfieroni, chinmoyr, mlaurent, asensi, rkflx, dfaure,

D22862: [server] Wrap proxyRemoveSurface in smart pointer

2019-08-28 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R127:f77630523705: [server] Wrap proxyRemoveSurface in smart pointer (authored by davidedmundson). REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D22862?vs=62871=64876

D21328: Add qml import for KItemModels

2019-08-28 Thread David Edmundson
davidedmundson updated this revision to Diff 64881. davidedmundson added a comment. Port manual test to unit test REPOSITORY R275 KItemModels CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21328?vs=58449=64881 BRANCH master REVISION DETAIL https://phabricator.kde.org/D21328

D7446: [Places panel] Revamp the Recently Saved section

2019-08-28 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. +1 I don't think @markg'ss change requested status still applies since it was for the ancient version of the patch that I submitted two years ago (!!!). I also think that ultimately we should remove Modified Today and Modified

D23550: CMake config files: use as min dep version the Qt version we built against

2019-08-28 Thread Friedrich W. H. Kossebau
kossebau added a comment. If you think this makes sense, I would do the same change to all KDE Frameworks modules (and hope others pick up for their code with public library API). Target: KF 5.63 earliest. REPOSITORY R244 KCoreAddons REVISION DETAIL

D23550: CMake config files: use as min dep version the Qt version we built against

2019-08-28 Thread Friedrich W. H. Kossebau
kossebau added a reviewer: Build System. REPOSITORY R244 KCoreAddons REVISION DETAIL https://phabricator.kde.org/D23550 To: kossebau, #frameworks, #build_system Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

  1   2   >