GSoC/2019/StatusReports/brute4s99: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2019‎ | StatusReports
Line 51: Line 51:
=== List of Patches ===
=== List of Patches ===


===== Craft =====
=====[https://phabricator.kde.org/source/craft/ R138 Craft] =====
* [https://phabricator.kde.org/D21612 Add Un.Sections to NSIS Template]
* [https://phabricator.kde.org/D21612 Add Un.Sections to NSIS Template]


===== KNotifications =====
===== [https://phabricator.kde.org/source/knotifications/ R289 KNotifications] =====
* [https://phabricator.kde.org/D21659 add .vscode to .gitignore]
* [https://phabricator.kde.org/D21659 add .vscode to .gitignore]
* [https://phabricator.kde.org/D21660 change audio dep logic wrt win32]
* [https://phabricator.kde.org/D21660 change audio dep logic wrt win32]
* [https://phabricator.kde.org/D21661 add snoretoast backend for KNotifications on Windows]
* [https://phabricator.kde.org/D21661 add snoretoast backend for KNotifications on Windows]


===== Craft Blueprints for KDE =====
=====[https://phabricator.kde.org/source/craft-blueprints-kde/ R877 Craft Blueprints for KDE] =====
* [https://phabricator.kde.org/D21657 remove phonon from deps if building for win32]
* [https://phabricator.kde.org/D21657 remove phonon from deps if building for win32]
* [https://phabricator.kde.org/D21658 add snoretoast for win32 builds to knotifs blueprint]
* [https://phabricator.kde.org/D21658 add snoretoast for win32 builds to knotifs blueprint]
Line 65: Line 65:
* [https://phabricator.kde.org/D21602 Add NSIS Script for KDE Connect]
* [https://phabricator.kde.org/D21602 Add NSIS Script for KDE Connect]


===== Snoretoast =====
===== [https://phabricator.kde.org/source/snoretoast/ R834 SnoreToast]=====
* [https://phabricator.kde.org/D21888 add .arcconfig to SnoreToast]
* [https://phabricator.kde.org/D21888 add .arcconfig to SnoreToast]
* [https://phabricator.kde.org/D21889 fix header files destination for SnoreToast]
* [https://phabricator.kde.org/D21889 fix header files destination for SnoreToast]

Revision as of 10:45, 26 June 2019

Summary


KDE Connect for Windows

Mentors
  • Albert Vaca Cintora
  • Hannah von Reth
  • Simon Redman
Solution Description

KDE Connect is an application to sync your connected devices. Some of the features of KDE Connect include:-

  • sync mobile and desktop device notifications
  • send and receive files between devices
  • mobile device as a presentation remote
  • clipboard on both devices
  • mobile device as keyboard and/or mouse.

KDE Connect also supports plugins that extend the utility of KDE Connect, like- pausing the music or other playing media on a desktop if the mobile device starts ringing, preventing desktop from going to sleep if a device is connected, et al. All these plugins can be fully controlled by the user.

KDE Connect for Windows currently builds using Craft, but has a lot of problems and is currently not suitable for an official release. This project aims to release a port for Windows OS, by fixing the existing plugins accordingly to also support Windows OS, adding system integrations and publishing the official build to the Windows Store.

By the end of this project, we should have a release-able installer shipped to the Windows Store for review.

Steps To Build

Please follow the community guide page on how to build on Windows with Craft.

Milestones

1) Extend KNotifications for Windows

2) Implement KDE Connect's SFTP plugin in Windows port

3) Implement other KDE Connect plugins in Windows port

4) Develop system integrations for Windows port

5) Publish app to Windows Store

Work Report

Milestone 1 : Extend KNotifications for Windows
Milestone 2 : Implement KDE Connect's SFTP plugin in Windows port
  • Status - IN PROGRESS
  • Duration - 10 June, 2019 to ---------

List of Patches

R138 Craft
R289 KNotifications
R877 Craft Blueprints for KDE
R834 SnoreToast