Commit graph

  • 5d3b0f53c7 Remove old interface for requesting random jumble of contact names + phone numbers Simon Redman 2018-01-15 16:01:56 -0700
  • 804ad1aaec Add interface for requesting phone numbers given a list of uIDs Simon Redman 2018-01-15 15:51:26 -0700
  • a07d8b8e1d Add PhoneEntry container class for all the data associated with a phone number Simon Redman 2018-01-15 15:46:31 -0700
  • 738d4147a1 Add interface for requesting contact names given uIDs Simon Redman 2018-01-15 00:35:06 -0700
  • 62a9ccadcd Change return type of getAllContactUIDs to int instead of string Simon Redman 2018-01-14 21:41:45 -0700
  • 82a962444d Attach dbus to the correct path Simon Redman 2018-01-14 19:26:51 -0700
  • 30774f63fa Add dbus interface for requesting unique IDs for accessing the contacts Simon Redman 2018-01-14 19:26:29 -0700
  • 99fa6e43af Add first-cut contacts-reading plugin Simon Redman 2018-01-05 18:51:56 -0700
  • 0c560d9062 Fix ui file hint: KMessageWidget extends QFrame in KF5 times Friedrich W. H. Kossebau 2018-03-22 17:34:54 +0100
  • cfe83bb69d Revert accidental hard dependency on KF5Wayland Friedrich W. H. Kossebau 2018-03-22 17:34:15 +0100
  • dbce29a66f Revert "Add a refresh button to the plasmoid" Matthijs Tijink 2018-03-21 17:36:24 +0100
  • ca4b4227ce Add a refresh button to the plasmoid Matthijs Tijink 2018-03-19 20:12:17 +0100
  • 4096fc3e35 Fix homepage url in appdata file (wrong trailing slash removed) Friedrich W. H. Kossebau 2018-03-18 14:57:22 +0100
  • ebc316f703 Add a method for creating simple notifications Adam Pigg 2018-03-18 12:42:15 +0100
  • f7656cef2c Remove unneeded moc include Friedrich W. H. Kossebau 2018-03-17 23:38:34 +0100
  • 8d6236bb7e MPRIS control: fix instance indicator with multiple app instances Friedrich W. H. Kossebau 2018-03-17 14:37:11 +0100
  • bb3ab8b631 Clean-up requirements: cmake 3.0, qt 5.7, use min versions, deduplicate KF5 Friedrich W. H. Kossebau 2018-03-17 18:52:45 +0100
  • 1f0d6b2a62 Remove unused "Encoding": "UTF-8" from plugins' metadata JSON Friedrich W. H. Kossebau 2018-03-17 18:48:41 +0100
  • 72fc67ee05 MPRIS control: do not accumulate interface objects Friedrich W. H. Kossebau 2018-03-16 13:44:16 +0100
  • 69ef7cfe13 Make sure we don't request multiple times the notification icon Aleix Pol 2018-03-15 22:25:59 +0100
  • 01159b1add [FileItemActionPlugin] Use kdeconnect icon for submenu with multiple devices Kai Uwe Broulik 2018-03-14 15:16:28 +0100
  • d813fefbf7 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2018-03-13 05:16:27 +0100
  • 981f75fd4a GIT_SILENT made messages (after extraction) l10n daemon script 2018-03-13 03:17:43 +0100
  • 0b7578a5e2 Remove custom compact representation Kai Uwe Broulik 2018-03-12 12:29:15 +0100
  • f47f517827 Rename NetworkPackage -> NetworkPacket Albert Vaca 2018-03-04 20:48:51 +0100
  • d58f6cf2ae Remove unused code in NotificationDbusInterface Nicolas Fella 2018-03-04 13:13:04 +0100
  • 2aeae44569 Fixed Typo Tobias Fella 2018-03-03 20:29:18 +0100
  • cc072e4a2c Add more scripting helpers to cli command Matthijs Tijink 2018-02-26 19:39:34 +0100
  • b6972e4cb9 Replace qSort with std::sort Nicolas Fella 2018-02-26 20:41:25 +0100
  • 3a955f0ced Allow sharing more than one file Albert Vaca 2018-02-17 13:50:13 +0100
  • 9aaebd1dd6 Use fallback text if icon is not found Albert Vaca 2018-01-17 00:51:57 +0100
  • 6f224477e7 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2018-02-17 05:01:18 +0100
  • 34a431a00f Fix build Nicolas Fella 2018-02-15 00:00:51 +0100
  • cdb5e488ba Merge branch 'master' into filesync Nicolas Fella 2018-02-08 02:57:27 +0100
  • aeb4eeff73 Tweak KCM Nicolas Fella 2018-02-04 02:46:07 +0100
  • 6495e8dc53 On my system the notification is null Aleix Pol 2018-01-30 17:43:58 +0100
  • 83158aac7a SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2018-01-29 05:02:00 +0100
  • ab006521f8 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2018-01-28 05:06:41 +0100
  • 45a70473f7 GIT_SILENT made messages (after extraction) l10n daemon script 2018-01-28 03:16:04 +0100
  • 6e3fb3289a Make kdeconnect-cli translatable Yuri Chornoivan 2018-01-27 14:38:37 +0200
  • 686e3f98a9 [URL Handler] Special-case label for phone URLs Kai Uwe Broulik 2018-01-25 10:25:57 +0100
  • 6ff4dd914e Revert "Append to CMAKE_MODULE_PATH instead of fully overwriting it." Looks like that doesn't work on Linux, guess CMake ignores CMAKE_PREFIX_PATH completely when CMAKE_MODULE_PATH is set Ben Cooksley 2018-01-22 22:34:38 +1300
  • afd4bce57e Append to CMAKE_MODULE_PATH instead of fully overwriting it. 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 Ben Cooksley 2018-01-22 22:29:11 +1300
  • 8795aaee41 Increased point version to release v1.2.1 Albert Vaca 2018-01-16 22:53:07 +0100
  • c46b88cc7a Require the latest version of KF5 Albert Vaca 2018-01-16 20:41:00 +0100
  • 895a9206ff Was getting a double-delete, now it won't crash Aleix Pol 2018-01-16 20:31:05 +0100
  • 1c3a45fd95 Get rid of ProcessRunner Kai Uwe Broulik 2018-01-09 16:33:02 +0100
  • 0c2ed278b9 Remove unused file Laurent Montel 2018-01-07 11:03:52 +0100
  • 1f6544e55c Add album art to mpris network packets. Matthijs Tijink 2017-12-21 13:53:28 +0100
  • 1564c82b4d GIT_SILENT made messages (after extraction) l10n daemon script 2018-01-03 04:54:14 +0100
  • 71d8eb07c3 Add title, artist and album to MPRIS network packets Matthijs Tijink 2017-11-22 19:13:15 +0100
  • 7e7aa6df3f Fix information leak via /tmp Nicolas Fella 2017-12-29 18:38:09 +0100
  • d6f9c30749 Add support for new Android 2.3 (API 9+) cipher Matthijs Tijink 2017-12-21 12:28:30 +0100
  • b1b49ca890 GIT_SILENT made messages (after extraction) l10n daemon script 2017-12-11 02:56:38 +0100
  • a9635f863c GIT_SILENT made messages (after extraction) l10n daemon script 2017-12-09 02:57:10 +0100
  • 6a6b97e7c9 Fix kdeconnect-cli device list Matthijs Tijink 2017-12-03 19:28:25 +0100
  • 227e264042 Fix "error activiting kdeconnectd" for kdeconnect-cli Matthijs Tijink 2017-12-03 19:18:19 +0100
  • 71bf898d46 Delay kdeconnectd autostart phase David Edmundson 2017-11-28 11:53:50 +0000
  • afbaa911f9 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-11-28 05:04:29 +0100
  • ba5e3ab2f8 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-11-27 04:56:48 +0100
  • b64c35ff71 GIT_SILENT made messages (after extraction) l10n daemon script 2017-11-27 03:06:57 +0100
  • fc13865911 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-11-10 04:50:10 +0100
  • 405825b304 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-11-08 08:42:35 +0100
  • fbf8852d6f Fix Notifications in Plasmoid Nicolas Fella 2017-11-06 04:12:16 +0100
  • e2713f20fa SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-11-04 04:46:50 +0100
  • a543e39c81 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-10-30 04:45:10 +0100
  • 086dafb9a0 GIT_SILENT made messages (after extraction) l10n daemon script 2017-10-30 03:04:22 +0100
  • d26daa14d9 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-10-13 04:58:29 +0200
  • ba5e89f232 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-10-10 04:52:00 +0200
  • 214950b3bb Make sure there's not a path within the filename Aleix Pol 2017-10-02 13:21:41 +0200
  • 7d6e489520 share plugin: path display Thomas Posch 2017-10-03 21:47:28 +0200
  • 03439dcecb SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-09-25 04:48:46 +0200
  • 9639d5cd03 Use pactl instead of KMix in PauseMusic Plugin Nicolas Fella 2017-09-23 10:41:30 +0200
  • aeb17bc5a5 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-09-20 08:36:56 +0200
  • 057a114629 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-09-19 04:58:52 +0200
  • 6ed61f306c GIT_SILENT made messages (after extraction) l10n daemon script 2017-09-19 03:23:20 +0200
  • 17685d98c2 Merge branch 'master' into 1.x v1.2 Albert Vaca 2017-09-18 20:49:46 +0200
  • 23970a4994 Bump version to release Albert Vaca 2017-09-18 20:13:54 +0200
  • efaa7cbab1 Fix warning Albert Vaca 2017-09-18 20:04:46 +0200
  • 2e27310d7b Make sure we have KIO 5.38.0 Aleix Pol 2017-09-18 20:03:36 +0200
  • 956d515fe9 Merge branch '1.x' Aleix Pol 2017-09-18 20:02:53 +0200
  • 706ca3ebd0 Merge branch 'master' into 1.x Albert Vaca 2017-09-18 20:01:46 +0200
  • 9336c05360 Fix build with Bluetooth enabled Nicolas Fella 2017-09-16 14:03:10 +0200
  • c93d83dfb2 Add support for the normal 'umount' porgram. Tobias C. Berner 2017-09-05 22:22:55 +0200
  • 749cf63244 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-09-04 06:08:28 +0200
  • e41762faec GIT_SILENT made messages (after extraction) l10n daemon script 2017-09-04 05:20:31 +0200
  • b825bee1c9 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-09-04 04:35:03 +0200
  • 84bba9429f Merge branch 'master' into 1.x Albert Vaca 2017-09-03 22:00:06 +0200
  • 72535ecf48 Make member variable names, & placement and * placement more coherent Jean Vincent 2017-09-03 21:39:44 +0200
  • 26d5bb8a68 Updated README Albert Vaca 2017-09-02 11:58:21 +0200
  • 5d4821fb9c Only show notification title in plasmoid if different to app name Nicolas Fella 2017-08-22 18:16:42 +0200
  • 239f7f6830 Expose isPluginEnabled and setPluginEnabled Albert Vaca 2017-08-22 15:33:33 +0200
  • 1d78a2d288 Fix Notifications in Plasmoid Nicolas Fella 2017-08-13 20:15:52 +0200
  • 28f11bd5c9 Fix receiving files with invalid URL characters Aleix Pol 2017-08-10 01:23:47 +0200
  • 815c2fe910 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-08-07 06:08:34 +0200
  • dadcc76841 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-08-06 06:02:06 +0200
  • 0356908fc8 SVN_SILENT made messages (.desktop file) - always resolve ours l10n daemon script 2017-08-06 04:42:32 +0200
  • ec97af93a6 Use the same dialog for SendReply and SendSms Aleix Pol 2017-08-05 02:11:27 +0200
  • 824eac228e Improvements on the SendReplyDialog Aleix Pol 2017-08-03 17:23:12 +0200
  • 9e0d4874c0 Make sure MPRIS players have a unique name Jean Vincent 2017-08-02 15:42:01 +0200