D16825: Export again KFilePlaceEditDialog

2018-11-13 Thread Aleix Pol Gonzalez
apol accepted this revision.

REPOSITORY
  R241 KIO

BRANCH
  export-kfileplaceeditdialog (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D16825

To: elvisangelaccio, #dolphin, dfaure, ngraham, apol
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


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

2018-11-13 Thread Emirald Mateli
emateli updated this revision to Diff 45438.
emateli marked 9 inline comments as done.
emateli added a comment.


  - create on stack
  - upd define
  - remove unused import
  - use qstringliteral
  - remove unused export
  - match file name
  - remove import prefixes
  - remove q_unused on used parameter
  - use fwd class declaration
  - reserve space for items
  - Do not use _p for cpp files
  - simplify expressions
  - add cpp files w/o _p
  - optimize imports

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14631?vs=44938=45438

BRANCH
  batchrename2

REVISION DETAIL
  https://phabricator.kde.org/D14631

AFFECTED FILES
  autotests/CMakeLists.txt
  autotests/batchrenametypestest.cpp
  autotests/batchrenametypestest.h
  src/widgets/CMakeLists.txt
  src/widgets/rename/batchrenamedialog.cpp
  src/widgets/rename/batchrenamedialog.h
  src/widgets/rename/batchrenamedialogmodel.cpp
  src/widgets/rename/batchrenamedialogmodel_p.h
  src/widgets/rename/batchrenametypes.cpp
  src/widgets/rename/batchrenametypes_p.h
  src/widgets/rename/batchrenamevar.cpp
  src/widgets/rename/batchrenamevar_p.h
  src/widgets/rename/filenameutils.cpp
  src/widgets/rename/filenameutils_p.h
  tests/CMakeLists.txt
  tests/batchrenamedialogtest_gui.cpp

To: emateli, #frameworks, dfaure, mlaurent
Cc: mlaurent, asensi, rkflx, dfaure, aacid, ngraham, kde-frameworks-devel, 
michaelh, bruns


D16141: Disable unmount option for / or /home

2018-11-13 Thread Thomas Surrel
This revision was automatically updated to reflect the committed changes.
Closed by commit R241:45597c32627f: Disable unmount option for / or /home 
(authored by thsurrel).

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16141?vs=45378=45437

REVISION DETAIL
  https://phabricator.kde.org/D16141

AFFECTED FILES
  src/filewidgets/kfileplacesview.cpp

To: thsurrel, #frameworks, ngraham
Cc: dfaure, broulik, ngraham, kde-frameworks-devel, michaelh, bruns


D16857: Do not disconnect all StorageAccess signals when unmounting

2018-11-13 Thread Thomas Surrel
thsurrel edited the summary of this revision.

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D16857

To: thsurrel, #dolphin, #frameworks, bruns
Cc: kfm-devel, alexde, sourabhboss, feverfew, spoorun, navarromorales, firef, 
andrebarros, emmanuelp, mikesomov


D16857: Do not disconnect all StorageAccess signals when unmounting

2018-11-13 Thread Stefan Brüns
bruns added a comment.


  I think this is correct, but the summary can be improved a little bit.
  
  The problem is caused by the fact device interfaces returned by Solid (e.g. 
`item->device().as()`) are not full objects, but only 
references/pointers to a per-device-object, i.e. requesting the same interface 
for a device will return the same address every time.
  
  If the interface is used used in multiple places, calling disconnect on the 
interface address disconnects the signals for all users.

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D16857

To: thsurrel, #dolphin, #frameworks, bruns
Cc: kfm-devel, alexde, sourabhboss, feverfew, spoorun, navarromorales, firef, 
andrebarros, emmanuelp, mikesomov


D16825: Export again KFilePlaceEditDialog

2018-11-13 Thread Nathaniel Graham
ngraham accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R241 KIO

BRANCH
  export-kfileplaceeditdialog (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D16825

To: elvisangelaccio, #dolphin, dfaure, ngraham
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


Re: Regression in Frameworks - DBus Hangs

2018-11-13 Thread Ben Cooksley
On Tue, Nov 13, 2018 at 2:25 PM David Edmundson
 wrote:
>
> I don't think application CI jobs run with workspace available. I also can't 
> think of anything that's been merged in workspace.

That's correct. CI Jobs are only provided with the things they depend on.

>
> ---
> quitOnLastWindowClosed is also blocked if a QEventLoopLocker is placed on the 
> main application.
>
> All KJobs do this and a Kjob existing and hanging seems plausible, but that's 
> a lot harder to grep for.

Would it show in a backtrace perhaps?

>
> All stdout/stderr of our newly spawned konsole should be forwarded to the 
> test.
> @Ben is that available?
> Ideally with QT_LOGGING_RULES=*.debug=true

The CI system sets QT_LOGGING_RULES=*.debug=true globally prior to
executing tests [1], so that should definitely be the case, so i'd say
the test is silencing the messages :(

Kurt, any ideas here on what would be the best way to get at the
output from the Konsole process launched by the test?

>
>
>
>
>
>

[1]: https://cgit.kde.org/sysadmin/ci-tooling.git/tree/helpers/run-tests.py#n94

Thanks,
Ben


D16832: fix empty runner list after switching to new locale

2018-11-13 Thread Nathaniel Graham
ngraham edited the summary of this revision.

REPOSITORY
  R308 KRunner

REVISION DETAIL
  https://phabricator.kde.org/D16832

To: shaforostoff, #plasma_workspaces, davidedmundson, kossebau, #frameworks
Cc: kde-frameworks-devel, michaldybczak, sdepiets, michaelh, ngraham, bruns, 
skadinna, huftis


D16867: Don't generate appstream data for files that lack a description

2018-11-13 Thread Nathaniel Graham
ngraham accepted this revision.
ngraham added a comment.
This revision is now accepted and ready to land.


  Thanks, this looks like a good fix.

REPOSITORY
  R290 KPackage

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D16867

To: apol, #plasma, #frameworks, ngraham
Cc: ngraham, kde-frameworks-devel, michaelh, bruns


D15189: [KRun] Don’t follow redirection to speed up and avoid incorrect behavior

2018-11-13 Thread Mélanie Chauvel
achauvel added a comment.


  Is anybody interested in helping me figure out how I can implement that 
properly? I would be glad to start working again on it, but I don’t know enough 
about KIO right now.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D15189

To: achauvel, #frameworks, dfaure, cfeck
Cc: anthonyfieroni, ngraham, kde-frameworks-devel, michaelh, bruns


R134:7f6caf385809: Better error handling in KNewStuff backend

2018-11-13 Thread Ben Cooksley
bcooksley added a comment.


  They are updated once every week, by the Dependency Build jobs (anything 
which isn't part of a Product but which is needed by something in a Product is 
built by these jobs)
  
  The status of the Dependency Build jobs can be found at 
https://build.kde.org/job/Administration/
  
  In regards to Documentation, it isn't really documented i'm afraid (due to 
lack of time to do so on my part)

BRANCHES
  master

USERS
  leinir (Author)

COMMIT
  https://phabricator.kde.org/R134:7f6caf385809

To: leinir, bcooksley
Cc: bcooksley, kde-frameworks-devel


T8349: Improve Places panel usability and presentation

2018-11-13 Thread Nicolas Fella
nicolasfella updated the task description.

TASK DETAIL
  https://phabricator.kde.org/T8349

To: ngraham, nicolasfella
Cc: #frameworks, tomsk, bruns, michaelh, acrouthamel, sharvey, mmustac, 
jtamate, rkflx, #dolphin, ngraham, ggrysuk, alexde, IohannesPetros, 
sourabhboss, feverfew, trickyricky26, crozbo, spoorun, ndavis, navarromorales, 
firef, andrebarros, skadinna, emmanuelp, mikesomov, aaronhoneycutt, mbohlender


D11365: also test for value types in taglibextractortest and fix errors

2018-11-13 Thread Alexander Stippich
astippich abandoned this revision.

REPOSITORY
  R286 KFileMetaData

REVISION DETAIL
  https://phabricator.kde.org/D11365

To: astippich, #frameworks, #baloo, mgallien, michaelh
Cc: kde-frameworks-devel, bruns, michaelh, #frameworks, ashaposhnikov, 
astippich, spoorun, ngraham, abrahams


D7700: Show list of tags in PlacesView

2018-11-13 Thread Nicolas Fella
This revision was automatically updated to reflect the committed changes.
Closed by commit R241:2ae8a0c374cd: Show list of tags in PlacesView (authored 
by nicolasfella).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D7700?vs=45414=45426#toc

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D7700?vs=45414=45426

REVISION DETAIL
  https://phabricator.kde.org/D7700

AFFECTED FILES
  src/filewidgets/kfileplacesitem.cpp
  src/filewidgets/kfileplacesitem_p.h
  src/filewidgets/kfileplacesmodel.cpp
  src/filewidgets/kfileplacesmodel.h

To: nicolasfella, #dolphin, #kde_applications, alexeymin, ngraham
Cc: kde-frameworks-devel, bruns, rkflx, mmustac, spoorun, michaelh, renatoo, 
anthonyfieroni, cfeck, elvisangelaccio, emmanuelp, ngraham, alexeymin, 
#dolphin, alexde, sourabhboss, feverfew, navarromorales, firef, andrebarros, 
mikesomov


D7700: Show list of tags in PlacesView

2018-11-13 Thread Nicolas Fella
nicolasfella added inline comments.

INLINE COMMENTS

> ngraham wrote in kfileplacesmodel.cpp:187
> const. But in fact, does this even need to be a variable? It's only used once.

Will fix on push

REPOSITORY
  R241 KIO

BRANCH
  arcpatch-D7700

REVISION DETAIL
  https://phabricator.kde.org/D7700

To: nicolasfella, #dolphin, #kde_applications, alexeymin, ngraham
Cc: kde-frameworks-devel, bruns, rkflx, mmustac, spoorun, michaelh, renatoo, 
anthonyfieroni, cfeck, elvisangelaccio, emmanuelp, ngraham, alexeymin, 
#dolphin, alexde, sourabhboss, feverfew, navarromorales, firef, andrebarros, 
mikesomov


D16686: Cleanup Virtual Desktop Manager list entry in PlasmaVirtualDesktop destructor

2018-11-13 Thread David Edmundson
This revision was automatically updated to reflect the committed changes.
Closed by commit R127:a167548830fb: Cleanup Virtual Desktop Manager list entry 
in PlasmaVirtualDesktop destructor (authored by davidedmundson).

REPOSITORY
  R127 KWayland

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16686?vs=44912=45421

REVISION DETAIL
  https://phabricator.kde.org/D16686

AFFECTED FILES
  src/server/plasmavirtualdesktop_interface.cpp

To: davidedmundson, #kwin, mart
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D16867: Don't generate appstream data for files that lack a description

2018-11-13 Thread Aleix Pol Gonzalez
apol created this revision.
apol added reviewers: Plasma, Frameworks.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
apol requested review of this revision.

REVISION SUMMARY
  They end up being broken appstream files and it fails on the users' faces.
  Have it as a warning to the developers instead.
  
  BUG: 400431

REPOSITORY
  R290 KPackage

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D16867

AFFECTED FILES
  src/kpackagetool/kpackagetool.cpp

To: apol, #plasma, #frameworks
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D16686: Cleanup Virtual Desktop Manager list entry in PlasmaVirtualDesktop destructor

2018-11-13 Thread Marco Martin
mart accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R127 KWayland

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D16686

To: davidedmundson, #kwin, mart
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D7700: Show list of tags in PlacesView

2018-11-13 Thread Nathaniel Graham
ngraham added a task: T8349: Improve Places panel usability and presentation.

REPOSITORY
  R241 KIO

BRANCH
  arcpatch-D7700

REVISION DETAIL
  https://phabricator.kde.org/D7700

To: nicolasfella, #dolphin, #kde_applications, alexeymin, ngraham
Cc: kde-frameworks-devel, bruns, rkflx, mmustac, spoorun, michaelh, renatoo, 
anthonyfieroni, cfeck, elvisangelaccio, emmanuelp, ngraham, alexeymin, 
#dolphin, alexde, sourabhboss, feverfew, navarromorales, firef, andrebarros, 
mikesomov


D7700: Show list of tags in PlacesView

2018-11-13 Thread Nathaniel Graham
ngraham accepted this revision.
ngraham added a comment.
This revision is now accepted and ready to land.


  A surprisingly small amount of code for a nice feature. Code looks good to me 
except for one minor thing. This works great in my testing now. I say let's 
ship it, especially because it won't result in any UI changes at all for people 
who don't use tags.

INLINE COMMENTS

> kfileplacesmodel.cpp:187
> +while (!bookmark.isNull()) {
> +QUrl url = bookmark.url();
> +

const. But in fact, does this even need to be a variable? It's only used once.

REPOSITORY
  R241 KIO

BRANCH
  arcpatch-D7700

REVISION DETAIL
  https://phabricator.kde.org/D7700

To: nicolasfella, #dolphin, #kde_applications, alexeymin, ngraham
Cc: kde-frameworks-devel, bruns, rkflx, mmustac, spoorun, michaelh, renatoo, 
anthonyfieroni, cfeck, elvisangelaccio, emmanuelp, ngraham, alexeymin, 
#dolphin, alexde, sourabhboss, feverfew, navarromorales, firef, andrebarros, 
mikesomov


D16801: Fix build on macOS

2018-11-13 Thread Harald Fernengel
harald abandoned this revision.
harald added a comment.


  Abandoned, already fixed by https://phabricator.kde.org/D16862

REPOSITORY
  R268 KGlobalAccel

REVISION DETAIL
  https://phabricator.kde.org/D16801

To: harald
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D15479: fix for macOS

2018-11-13 Thread Aleix Pol Gonzalez
apol added a comment.


  In D15479#358797 , @vonreth wrote:
  
  > thx, we where using the patch since ages on binary-factory, 
https://cgit.kde.org/craft-blueprints-kde.git/commit/?id=b84b9f3fd64594bb5e7959472a58309d54ee06fa
  
  
  Then please don't fork our own projects.

REPOSITORY
  R272 KDNSSD

REVISION DETAIL
  https://phabricator.kde.org/D15479

To: yurikoles, arichardson
Cc: apol, vonreth, bcooksley, arichardson, yurikoles, kde-frameworks-devel, 
michaelh, ngraham, bruns


D16801: Fix build on macOS

2018-11-13 Thread Harald Fernengel
harald removed a reviewer: apol.
This revision now requires review to proceed.

REPOSITORY
  R268 KGlobalAccel

REVISION DETAIL
  https://phabricator.kde.org/D16801

To: harald, apol
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


R134:7f6caf385809: Better error handling in KNewStuff backend

2018-11-13 Thread Dan Leinir Turthra Jensen
leinir added a subscriber: kde-frameworks-devel.
leinir added a comment.


  Through pushing this patch, i have discovered there is no easily discoverable 
documentation regarding when Frameworks are updated for unstable builds. 
According to 
https://build.kde.org/job/Plasma/job/discover/job/kf5-qt5%20SUSEQt5.11/68/console
 KF 5.53 is found, but the version being found does not include the patch 
pushed to KNewStuff yesterday (D16665 ). I 
did think there was some reasonable timing for updating Frameworks for other CI 
builds, and so left it overnight. However, this turns out not to be long 
enough. Am i simply unable to find this documentation (and wrong in thinking 
that https://community.kde.org/Policies would be the right place), or is such 
documentation simply not available? It would be terribly handy to know. I did 
ask on #kde-devel on freenode, but nobody there seemed to know either.
  
  Thank you in advance, and i hope that this is simply me being blind or 
uninformed, and that documentation exists... otherwise i guess we have an 
opportunity to improve our documentation ;)
  
  p.s.: i realise the required version of knewstuff should be increased in the 
root cmakelists.txt, but this would still only be 5.53 and consequently still 
fail.

BRANCHES
  master

USERS
  leinir (Author)

COMMIT
  https://phabricator.kde.org/R134:7f6caf385809

To: leinir
Cc: kde-frameworks-devel


D7700: Show list of tags in PlacesView

2018-11-13 Thread Nicolas Fella
nicolasfella updated this revision to Diff 45414.
nicolasfella added a comment.


  - Merge branch 'master' into arcpatch-D7700

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D7700?vs=38100=45414

BRANCH
  arcpatch-D7700

REVISION DETAIL
  https://phabricator.kde.org/D7700

AFFECTED FILES
  src/filewidgets/kfileplacesitem.cpp
  src/filewidgets/kfileplacesitem_p.h
  src/filewidgets/kfileplacesmodel.cpp
  src/filewidgets/kfileplacesmodel.h

To: nicolasfella, #dolphin, #kde_applications, alexeymin, ngraham
Cc: kde-frameworks-devel, bruns, rkflx, mmustac, spoorun, michaelh, renatoo, 
anthonyfieroni, cfeck, elvisangelaccio, emmanuelp, ngraham, alexeymin, 
#dolphin, alexde, sourabhboss, feverfew, navarromorales, firef, andrebarros, 
mikesomov


D16862: Fix CMake condition

2018-11-13 Thread Hannah von Reth
This revision was automatically updated to reflect the committed changes.
Closed by commit R268:c54307f8520b: Fix CMake condition (authored by vonreth).

REPOSITORY
  R268 KGlobalAccel

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D16862?vs=45410=45413

REVISION DETAIL
  https://phabricator.kde.org/D16862

AFFECTED FILES
  src/runtime/plugins/CMakeLists.txt

To: vonreth, cgiboudeaux
Cc: bcooksley, kfunk, #craft, kde-frameworks-devel, michaelh, ngraham, bruns


D16862: Fix CMake condition

2018-11-13 Thread Christophe Giboudeaux
cgiboudeaux accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R268 KGlobalAccel

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D16862

To: vonreth, cgiboudeaux
Cc: bcooksley, kfunk, #craft, kde-frameworks-devel, michaelh, ngraham, bruns


D7700: Show list of tags in PlacesView

2018-11-13 Thread Nathaniel Graham
ngraham added a comment.


  Me neither. Can you rebase this on current master?

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D7700

To: nicolasfella, #dolphin, #kde_applications, alexeymin, ngraham
Cc: kde-frameworks-devel, bruns, rkflx, mmustac, spoorun, michaelh, renatoo, 
anthonyfieroni, cfeck, elvisangelaccio, emmanuelp, ngraham, alexeymin, 
#dolphin, alexde, sourabhboss, feverfew, navarromorales, firef, andrebarros, 
mikesomov


D16862: Fix CMake condition

2018-11-13 Thread Hannah von Reth
vonreth added subscribers: Craft, kfunk, bcooksley.
vonreth added a comment.


  Maybe we should look into the non Linux backends too...

REPOSITORY
  R268 KGlobalAccel

REVISION DETAIL
  https://phabricator.kde.org/D16862

To: vonreth
Cc: bcooksley, kfunk, #craft, kde-frameworks-devel, michaelh, ngraham, bruns


D16862: Fix CMake condition

2018-11-13 Thread Hannah von Reth
vonreth created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
vonreth requested review of this revision.

REVISION SUMMARY
  11:29:37 CMake Error at src/runtime/plugins/CMakeLists.txt:1 (if):
  11:29:37   if given arguments:
  11:29:37
  11:29:37 "AND" "AND"
  11:29:37
  11:29:37   Unknown arguments specified

REPOSITORY
  R268 KGlobalAccel

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D16862

AFFECTED FILES
  src/runtime/plugins/CMakeLists.txt

To: vonreth
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D16852: Add Documents to the default list of Places

2018-11-13 Thread Nathaniel Graham
ngraham added a task: T8349: Improve Places panel usability and presentation.

REPOSITORY
  R241 KIO

BRANCH
  add-documents (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D16852

To: acrouthamel, #frameworks, #dolphin, ngraham
Cc: davidc, elvisangelaccio, kde-frameworks-devel, ngraham, michaelh, bruns


D16852: Add Documents to the default list of Places

2018-11-13 Thread David C
davidc added a comment.


  Just wanted to say thanks for this. Adding Documents is the first thing I do 
when I open Dolphin on a fresh install.

REPOSITORY
  R241 KIO

BRANCH
  add-documents (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D16852

To: acrouthamel, #frameworks, #dolphin, ngraham
Cc: davidc, elvisangelaccio, kde-frameworks-devel, ngraham, michaelh, bruns


D16141: Disable unmount option for / or /home

2018-11-13 Thread Nathaniel Graham
ngraham added a comment.


  Cool, go for it!

REPOSITORY
  R241 KIO

BRANCH
  arc_unmount (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D16141

To: thsurrel, #frameworks, ngraham
Cc: dfaure, broulik, ngraham, kde-frameworks-devel, michaelh, bruns


D16857: Do not disconnect all StorageAccess signals when unmounting

2018-11-13 Thread Nathaniel Graham
ngraham edited reviewers, added: Frameworks, bruns; removed: VDG.

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D16857

To: thsurrel, #dolphin, #frameworks, bruns, #vdg
Cc: kfm-devel, alexde, sourabhboss, feverfew, spoorun, navarromorales, firef, 
andrebarros, emmanuelp, mikesomov


D13777: KMessageWidget : revert to using highlight colour for Information style

2018-11-13 Thread René J . V . Bertin
rjvbb retitled this revision from "KMessageWidget : revert to using highlight 
colour for Information style (WIP)" to "KMessageWidget : revert to using 
highlight colour for Information style".

REPOSITORY
  R236 KWidgetsAddons

REVISION DETAIL
  https://phabricator.kde.org/D13777

To: rjvbb, ngraham, #frameworks, #vdg
Cc: aacid, cfeck, kde-frameworks-devel, michaelh, ngraham, bruns


D7283: KIO/Mac : move LaunchServices code to shared library and make kioslave an agent too

2018-11-13 Thread René J . V . Bertin
rjvbb retitled this revision from "WIP: KIO/Mac : move LaunchServices code to 
shared library and make kioslave an agent too" to "KIO/Mac : move 
LaunchServices code to shared library and make kioslave an agent too".
Herald added a subscriber: kde-frameworks-devel.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D7283

To: rjvbb, #frameworks
Cc: kde-frameworks-devel, #frameworks, kde-mac, michaelh, ngraham, bruns


D5070: Allow to play the default system sound (beep) instead of a specific sound file

2018-11-13 Thread René J . V . Bertin
rjvbb retitled this revision from "Allow to play the default system sound 
(beep) instead of a specific sound file (WIP)" to "Allow to play the default 
system sound (beep) instead of a specific sound file".
Herald added a subscriber: kde-frameworks-devel.

REPOSITORY
  R289 KNotifications

REVISION DETAIL
  https://phabricator.kde.org/D5070

To: rjvbb, #frameworks
Cc: kde-frameworks-devel, kde-mac, #frameworks, michaelh, ngraham, bruns


D14000: qqc2-desktop-style: basic support for QGuiApplication-based apps

2018-11-13 Thread René J . V . Bertin
rjvbb retitled this revision from "qqc2-desktop-style: basic support for 
QGuiApplication-based apps (WIP/PoC)" to "qqc2-desktop-style: basic support for 
QGuiApplication-based apps".

REPOSITORY
  R858 Qt Quick Controls 2: Desktop Style

REVISION DETAIL
  https://phabricator.kde.org/D14000

To: rjvbb, #frameworks
Cc: alexeymin, davidedmundson, mart, broulik, plasma-devel, ragreen, Pitel, 
ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol


D15479: fix for macOS

2018-11-13 Thread Hannah von Reth
vonreth added a comment.


  thx, we where using the patch since ages on binary-factory, 
https://cgit.kde.org/craft-blueprints-kde.git/commit/?id=b84b9f3fd64594bb5e7959472a58309d54ee06fa

REPOSITORY
  R272 KDNSSD

REVISION DETAIL
  https://phabricator.kde.org/D15479

To: yurikoles, arichardson
Cc: vonreth, bcooksley, arichardson, yurikoles, kde-frameworks-devel, michaelh, 
ngraham, bruns


D15479: fix for macOS

2018-11-13 Thread Hannah von Reth
This revision was automatically updated to reflect the committed changes.
Closed by commit R272:4eb0a90c7dd9: fix for macOS (authored by Hessel van der 
Molen hmolen.scie...@gmail.com, committed by vonreth).

REPOSITORY
  R272 KDNSSD

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D15479?vs=41548=45399

REVISION DETAIL
  https://phabricator.kde.org/D15479

AFFECTED FILES
  src/mdnsd-publicservice.cpp
  src/mdnsd-remoteservice.cpp
  src/mdnsd-servicebrowser.cpp

To: yurikoles, arichardson
Cc: bcooksley, arichardson, yurikoles, kde-frameworks-devel, michaelh, ngraham, 
bruns