- 06 Aug, 2018 2 commits
-
-
Albert Vaca Cintora authored
-
Albert Vaca Cintora authored
-
- 03 Aug, 2018 1 commit
-
-
Nicolas Fella authored
Summary: It's not only used by the plasmoid any more but also SFOS and the app use it. Test Plan: Builds, App runs fine Reviewers: #kde_connect, piggz, apol Reviewed By: #kde_connect, piggz, apol Subscribers: piggz, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D14567
-
- 02 Aug, 2018 1 commit
-
-
Adam Pigg authored
Summary: Below is a lost of the commits, but, in summary Port the build system for Sailfish, which means selectively building only the bits we need/can, and only against the KF5 libs that are available. Allow to build on Qt 5.6 Switch from knotification to nemo notification (not complete!) Add a very simple example sailfish app. Note, there is still much missing functionality. Notifications dont work, pairing sort of works but not really, but when it is paired you can send a ping to the desktop client Dont build kio for Sailfish Port core build system Port daemon buld system Require CoreAddons on Sailfish Port plugins build for sailfish and include the ping plugin for now Final build changes for sailfish. Disable tests and other not needed parts Add includes for QCA Fix build errors on sailfish Get core/ to build on sailfish Get interfaces/ to build on sailfish Build daemon on sailfish On sailfish, dont install the kcm file Start port plugin to sailfish Fixup installed files Add sfos app Hack declarative plugin to give a public interface Build sfos app Compile declarativeplugin into the sfos app for now Redefine qAsConst for qt 5.6 Packaging fixes Use official icon Package .desktop Reviewers: #kde_connect, apol, nicolasfella, albertvaka Reviewed By: #kde_connect, apol, nicolasfella, albertvaka Subscribers: kdeconnect, andyholmes, albertvaka, kossebau, mtijink, vonreth, apol, #kde_connect, nicolasfella Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D10703
-
- 27 Jul, 2018 1 commit
-
-
Nicolas Fella authored
Summary: This plugin allows controlling the system value from a remote device. Test Plan: Apply Android patch, open up MPRIS Activity and play with the slider Reviewers: #kde_connect, mtijink, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: kdeconnect, apol, zhigalin, albertvaka, davidedmundson, mtijink, #kde_connect Tags: #kde_connect Maniphest Tasks: T4659 Differential Revision: https://phabricator.kde.org/D7992
-
- 12 Jul, 2018 1 commit
-
-
Nicolas Fella authored
Summary: It is superseeded by the Purpose integration in Dolphin Test Plan: Build & install. No Send via KDE Connect in Dolphin context menu Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: arojas, ngraham, kdeconnect, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D13967
-
- 26 May, 2018 1 commit
-
-
Ivan Čukić authored
Reviewers: albertvaka, ngraham, #plasma, #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D11251
-
- 15 May, 2018 3 commits
-
-
Friedrich W. H. Kossebau authored
Summary: Allows other devices to make this device discoverable via a kdeconnect.findmyphone.request command, if running. Currently supports playing a sound. Counterpart to FindMyPhone plugin Test Plan: Connect with other device running KDE Connect (with Plasmoid). Select a working play sound in the Find My Device plugin settings. On other device trigger Find My Phone button for this device in KDE Connect Plasmoid and notice this device playing the configured sound. Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: kdeconnect, sredman, mtijink, apol, nicolasfella Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D11773
-
Nicolas Fella authored
This reverts commit fcffc105.
-
Friedrich W. H. Kossebau authored
Summary: Allows other devices to make this device discoverable via a kdeconnect.findmyphone.request command, if running. Currently supports playing a sound. Counterpart to FindMyPhone plugin Test Plan: Connect with other device running KDE Connect (with Plasmoid). Select a working play sound in the Find My Device plugin settings. On other device trigger Find My Phone button for this device in KDE Connect Plasmoid and notice this device playing the configured sound. Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: kdeconnect, sredman, mtijink, apol, nicolasfella Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D11773
-
- 10 May, 2018 1 commit
-
-
Nicolas Fella authored
Summary: Ifdef for old KF5 as discussed in D11684. Test Plan: Can still use feature when above 5.45 Reviewers: apol Reviewed By: apol Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D12810
-
- 19 Apr, 2018 1 commit
-
-
Aleix Pol Gonzalez authored
Summary: Depends on D11683. Test Plan: Tested the `kcmshell kdeconnect --args mydeviceid:kdeconnect_runcommand` works Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: nicolasfella Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D11684
-
- 12 Apr, 2018 1 commit
-
-
Heiko Becker authored
Summary: Otherwise cmakes complains when invoked with -DCMAKE_DISABLE_FIND_PACKAGE_KF5Wayland=TRUE: "CMake Error at /usr/share/cmake/Modules/FeatureSummary.cmake:459 (message): feature_summary() Error: REQUIRED package(s) are missing, aborting CMake run." Reviewers: #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D12141
-
- 08 Apr, 2018 1 commit
-
-
Albert Vaca Cintora authored
-
- 25 Mar, 2018 1 commit
-
-
Aleix Pol Gonzalez authored
Creates a tiny messaging app that uses KPeople to query the contacts and KDE connect telephony plugins to send plugins. To be ready, still needs some work on the contacts sync side and some messages history would be nice.
-
- 24 Mar, 2018 1 commit
-
-
Albert Vaca Cintora authored
Reviewed by Aleix Pol
-
- 17 Mar, 2018 1 commit
-
-
Friedrich W. H. Kossebau authored
Summary: * cmake 2.8.12 is really outdated, 3.0 is minimum in plasma & kf5 * cmake_minimum_required should be at begin of toplevel CMakeLists.txt * bump qt version to 5.7, matching the min Qt version of kf5 5.42 * with ecm being part of kf5 since early versions, share ${KF5_MIN_VERSION} * use QT_MIN_VERSION & KF5_MIN_VERSION also for separate find_package calls * deduplicate all KF5 components searched for in unconditionally included subdirs Test Plan: Still configures and builds with all options OFF & ON Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: nicolasfella Differential Revision: https://phabricator.kde.org/D11418
-
- 22 Jan, 2018 2 commits
-
-
Ben Cooksley authored
Looks like that doesn't work on Linux, guess CMake ignores CMAKE_PREFIX_PATH completely when CMAKE_MODULE_PATH is set This reverts commit afd4bce5.
-
Ben Cooksley authored
If we fully overwrite the path, then other directories which may have been provided via CMAKE_PREFIX_PATH don't get searched. This causes breakages on the Windows CI as CMake, QCA and ECM are all installed in different prefixes. The existing code will capture items 1 and 3 here, meaning QCA won't be found. This problem doesn't show up on FreeBSD and Linux as CMake and QCA are in the same install prefix
-
- 16 Jan, 2018 2 commits
-
-
Albert Vaca Cintora authored
-
Albert Vaca Cintora authored
It has a fix in KIO by aacid that we need
-
- 18 Sep, 2017 2 commits
-
-
Albert Vaca Cintora authored
-
Aleix Pol Gonzalez authored
It has a fix that is important for file transfer performance
-
- 24 Jul, 2017 1 commit
-
-
Albert Vaca Cintora authored
This was not true. This reverts commit 874bb428.
-
- 22 Jul, 2017 1 commit
-
-
Albert Vaca Cintora authored
-
- 09 Jun, 2017 1 commit
-
-
tel:///Aleix Pol Gonzalez authored
Summary: Makes it possible to handle tel urls with any KDE Connect device Test Plan: Manual testing Reviewers: #kde_connect, albertvaka, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: nicolasfella Differential Revision: https://phabricator.kde.org/D6120
-
- 24 May, 2017 5 commits
-
-
Àlex Fiestas authored
This way we can merge this code in master with the hope of it getting more attention.
-
Albert Vaca Cintora authored
-
Saikrishna Arcot authored
KDE Connect runs, and the bluetooth service gets published in the SDP (service discovery protocol), which other devices use to determine what services are available. The getPairedDevices() method in the link provider class uses D-Bus to get the list of paired devices, since Qt doesn't have a method giving that information. As a result, that part of the code only works on Linux. REVIEW: 122174
-
Albert Vaca Cintora authored
-
Aleix Pol Gonzalez authored
Have it open kdeconnect-indicator rather than plasmawindowed
-
- 08 Dec, 2016 1 commit
-
-
Albert Vaca Cintora authored
This was very poorly implemented and can't stay as it is right now: - Every second or so the art image was being loaded from disk, scaled, base64 encoded and sent over the freakin network! - The Android interface didn't take into account small screens, and adding the image would cut stuff out of the screen. - Didn't manage "edge cases" like playing a song without cover after one with cover (previous image was still being shown) or changing players. This reverts commit e66096d0. # Conflicts: # plugins/mpriscontrol/mpriscontrolplugin.cpp
-
- 23 Nov, 2016 2 commits
-
-
Albert Vaca Cintora authored
-
Aleix Pol Gonzalez authored
Hopefully will better integrate in all platforms
-
- 18 Oct, 2016 1 commit
-
-
Albert Vaca Cintora authored
-
- 19 Sep, 2016 1 commit
-
-
Albert Vaca Cintora authored
-
- 16 Sep, 2016 1 commit
-
-
Luigi Toscano authored
- change the name of the appdata file to match the name of the desktop file (with the namespace). Maybe the .kcm.desktop is not the more appropriate, but we can fix this later. - actually install the appdata file. - fix the value of project_group (basically the umbrella community/project).
-
- 28 Aug, 2016 1 commit
-
-
Albert Vaca Cintora authored
This reverts commit 19788e9b.
-
- 27 Aug, 2016 1 commit
-
-
Aleix Pol Gonzalez authored
BUG: 367871
-
- 22 Jul, 2016 1 commit
-
-
Albert Vaca Cintora authored
-