KDEConnect Digest, Vol 51, Issue 51

404 LINUXIERS www.manishbajpai055 at gmail.com
Fri Apr 20 12:57:58 UTC 2018


Hi , i got this mail , i already theme KDE connect  in black . as far as my
laptop will fix , i will report you with latest source code .

Thanks
On Apr 20, 2018 5:31 PM, <kdeconnect-request at kde.org> wrote:

> Send KDEConnect mailing list submissions to
>         kdeconnect at kde.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.kde.org/mailman/listinfo/kdeconnect
> or, via email, send a message with subject or body 'help' to
>         kdeconnect-request at kde.org
>
> You can reach the person managing the list at
>         kdeconnect-owner at kde.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of KDEConnect digest..."
>
>
> Today's Topics:
>
>    1. D11694: Add a dark theme (Nicolas Fella)
>    2. D11694: Add a dark theme (Philip Cohn-Cort)
>    3. D7992: Add systemvolume plugin (Nicolas Fella)
>    4. T7994: Extract Qt Pulseaudio bindings into a Framework
>       (Nicolas Fella)
>    5. T8374: USB Backend (Mayeul Cantan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 19 Apr 2018 14:44:17 +0000
> From: Nicolas Fella <noreply at phabricator.kde.org>
> To: kdeconnect at kde.org
> Subject: D11694: Add a dark theme
> Message-ID: <20180419144417.1.E891015A33054DAB at phabricator.kde.org>
> Content-Type: text/plain; charset="us-ascii"
>
> nicolasfella added a comment.
>
>
>   @philipc Mind if I take over this revision and incorporate my changes?
>
> REPOSITORY
>   R225 KDE Connect - Android application
>
> BRANCH
>   feature/dark-theme
>
> REVISION DETAIL
>   https://phabricator.kde.org/D11694
>
> To: philipc, #kde_connect, mtijink, #vdg
> Cc: apol, ngraham, nicolasfella, mtijink, yannux, Danial0_0, johnq, Pitel,
> adeen-s, SemperPeritus, ahmedbesbes, ndavis, daniel.z.tg, jeanv,
> seebauer, bugzy, MayeulC, menasshock, ach
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.kde.org/pipermail/kdeconnect/
> attachments/20180419/c0a41884/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 19 Apr 2018 14:54:34 +0000
> From: Philip Cohn-Cort <noreply at phabricator.kde.org>
> To: kdeconnect at kde.org
> Subject: D11694: Add a dark theme
> Message-ID: <20180419145434.1.7086C987E08646E0 at phabricator.kde.org>
> Content-Type: text/plain; charset="us-ascii"
>
> philipc added a comment.
>
>
>   By all means. Sorry for not being more on top of the revision.
>
> REPOSITORY
>   R225 KDE Connect - Android application
>
> BRANCH
>   feature/dark-theme
>
> REVISION DETAIL
>   https://phabricator.kde.org/D11694
>
> To: philipc, #kde_connect, mtijink, #vdg
> Cc: apol, ngraham, nicolasfella, mtijink, yannux, Danial0_0, johnq, Pitel,
> adeen-s, SemperPeritus, ahmedbesbes, ndavis, daniel.z.tg, jeanv,
> seebauer, bugzy, MayeulC, menasshock, ach
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.kde.org/pipermail/kdeconnect/
> attachments/20180419/fd546627/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 19 Apr 2018 15:23:14 +0000
> From: Nicolas Fella <noreply at phabricator.kde.org>
> To: kdeconnect at kde.org
> Subject: D7992: Add systemvolume plugin
> Message-ID: <20180419152314.1.7610B4A1C6F402FD at phabricator.kde.org>
> Content-Type: text/plain; charset="us-ascii"
>
> nicolasfella updated this revision to Diff 32574.
> nicolasfella added a comment.
>
>
>   - Adapt to proposed changes in pulseaudio-qt
>
> REPOSITORY
>   R224 KDE Connect
>
> CHANGES SINCE LAST UPDATE
>   https://phabricator.kde.org/D7992?vs=30866&id=32574
>
> BRANCH
>   arcpatch-D7992
>
> REVISION DETAIL
>   https://phabricator.kde.org/D7992
>
> AFFECTED FILES
>   CMakeLists.txt
>   plugins/CMakeLists.txt
>   plugins/systemvolume/CMakeLists.txt
>   plugins/systemvolume/README
>   plugins/systemvolume/kdeconnect_systemvolume.json
>   plugins/systemvolume/systemvolumeplugin.cpp
>   plugins/systemvolume/systemvolumeplugin.h
>
> To: nicolasfella, #kde_connect, mtijink
> Cc: zhigalin, albertvaka, davidedmundson, mtijink, #kde_connect, yannux,
> Danial0_0, johnq, Pitel, adeen-s, SemperPeritus, ahmedbesbes, ndavis,
> daniel.z.tg, jeanv, seebauer, bugzy, MayeulC, menasshock, ach, apol
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.kde.org/pipermail/kdeconnect/
> attachments/20180419/f504b4f7/attachment-0001.html>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 19 Apr 2018 17:50:16 +0000
> From: Nicolas Fella <noreply at phabricator.kde.org>
> To: kdeconnect at kde.org
> Subject: T7994: Extract Qt Pulseaudio bindings into a Framework
> Message-ID: <20180419175016.1.A57FB5B16DB9946D at phabricator.kde.org>
> Content-Type: text/plain; charset="us-ascii"
>
> nicolasfella added a comment.
>
>
>   [X] Profile doesn't derive from PulseObject
>   [ ] casting d-ptr is weird obj->Stream::d->update() - but this is only
> in .cpp so I guess it's fine for now
>   [X] move update() function to Private class everywhere
>   [X] remove all libpulse includes in public headers
>   [ ] some classes still don't have d-ptr
>   [X] rename pulseaudio.h include (probably to models.h)
>   [X] constants from Context (Normal|Minimal|Maximal Volume) should
> probably go just into PulseAudioQt namespace
>
> TASK DETAIL
>   https://phabricator.kde.org/T7994
>
> To: nicolasfella
> Cc: davidedmundson, michaelh, akrutzler, apol, sitter, drosca,
> #kde_connect, nicolasfella, yannux, Danial0_0, johnq, ragreen, Pitel,
> adeen-s, SemperPeritus, ahmedbesbes, ndavis, daniel.z.tg, jeanv, ZrenBot,
> seebauer, bruns, bugzy, MayeulC, menasshock, lesliezhai, ali-mohamed,
> jensreuterberg, ach, abetts, sebas, mart
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.kde.org/pipermail/kdeconnect/
> attachments/20180419/da61acd3/attachment-0001.html>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 19 Apr 2018 19:23:50 +0000
> From: Mayeul Cantan <noreply at phabricator.kde.org>
> To: kdeconnect at kde.org
> Subject: T8374: USB Backend
> Message-ID: <20180419192350.1.F8D184BDAE85D649 at phabricator.kde.org>
> Content-Type: text/plain; charset="us-ascii"
>
> MayeulC added a comment.
>
>
>   I usually activate USB tethering on the phone side, and it "just works".
>
>   I have been thinking about implementing the KDE Connect protocol as the
> phone <-> PC communication protocol of choice for PostmarketOS when
> connected over USB.
>
>   But I second @mtijink on this: It would be nice to have a special mode
> for USB, where the phone prompts for pairing right after the connection
> (and maybe the PC as well, though there could be a "one-way control" until
> properly authorized). Having the phone appear in Doplhin as soon as it is
> connected would be nice as well (and maybe only prompt for pairing once the
> user clicks on it?)
>
> TASK DETAIL
>   https://phabricator.kde.org/T8374
>
> To: MayeulC
> Cc: MayeulC, mtijink, #kde_connect, nicolasfella, yannux, Danial0_0,
> johnq, Pitel, adeen-s, SemperPeritus, ahmedbesbes, ndavis, daniel.z.tg,
> jeanv, seebauer, bugzy, menasshock, ach, apol
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.kde.org/pipermail/kdeconnect/
> attachments/20180419/2e50747d/attachment-0001.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> KDEConnect mailing list
> KDEConnect at kde.org
> https://mail.kde.org/mailman/listinfo/kdeconnect
>
>
> ------------------------------
>
> End of KDEConnect Digest, Vol 51, Issue 51
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20180420/2fd0e54f/attachment.html>


More information about the KDEConnect mailing list