- 01 Sep, 2020 1 commit
-
-
Nicolas Fella authored
The whole concept is almost unused and there's no point in having it there but empty See also https://phabricator.kde.org/T13553
-
- 31 Aug, 2020 1 commit
-
-
Aniket Kumar authored
-
- 30 Aug, 2020 1 commit
-
-
Nicolas Fella authored
This is needed for kioexec to work properly since we forward to a local file system BUG: 413477 CCBUG: 425948
-
- 28 Aug, 2020 2 commits
-
-
Nicolas Fella authored
KScreenLocker does not allow unlocking the screen via the screensaver interface by design (https://bugs.kde.org/show_bug.cgi?id=425616). However it allows to do it via the logind interface, so let's use that here. While at it also refactor the code and properly track and send the state, so the other device can show an appropriate label.
-
Updated kdeconnect-cli send-sms message to adapt sendSms interfce changes. This patch fixes the BUG: 425731
-
- 27 Aug, 2020 1 commit
-
-
Nicolas Fella authored
Instead of having the DBus stuff in a separate class expose the plugin class itself like we do for the other plugins. Replace the method-based API with properties. Change the path to <device>/battery for consistency with other plugins
-
- 23 Aug, 2020 1 commit
-
-
Aniket Kumar authored
-
- 22 Aug, 2020 1 commit
-
-
- 21 Aug, 2020 1 commit
-
-
Nicolas Fella authored
Most of that was already in place, just one signal wasn't wired correctly.
-
- 18 Aug, 2020 3 commits
-
-
Richard Liebscher authored
-
The settings app is supposed to be used on its own. The buttons are without any margins to the window border though (when borders are deactivated - the default on Breeze). Set the default layout margins to improve the look.
-
Piyush Aggarwal authored
-
- 17 Aug, 2020 1 commit
-
-
Nicolas Fella authored
-
- 14 Aug, 2020 1 commit
-
-
Nicolas Fella authored
It's only a development tool and there's a more modern alternative: https://doc.qt.io/qt-5/qabstractitemmodeltester.html
-
- 13 Aug, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 11 Aug, 2020 1 commit
-
-
Nicolas Fella authored
It is about to be deprecated See https://phabricator.kde.org/T12177
-
- 09 Aug, 2020 2 commits
-
-
Aniket Kumar authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 08 Aug, 2020 2 commits
-
-
Pino Toscano authored
-
Pino Toscano authored
-
- 07 Aug, 2020 4 commits
-
-
Nicolas Fella authored
-
-
-
Nicolas Fella authored
The Android app and the KCM allow forcing a refresh, which is useful sometimes. kdeconnect-app should have that too given we want to replace the KCM.
-
- 06 Aug, 2020 3 commits
-
-
Nicolas Fella authored
-
-
Felix Yan authored
-
- 02 Aug, 2020 2 commits
-
-
-
Richard Liebscher authored
-
- 30 Jul, 2020 3 commits
-
-
Nicolas Fella authored
We use kdeconnect-version.h in several places and therefore it needs to be in the include path. We currently do this by setting target_include_path in a few places. Replace this with an interface library that we can link against that sets up the correct include path. IMO it is cleaner this way.
-
Nicolas Fella authored
Turn smshelper into a static library, which makes sense given it's only used internally at this point. This allows to get rid of some stuff. Also cleanup other things.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 29 Jul, 2020 4 commits
-
-
Nicolas Fella authored
We don't use sendreplydialog here any more
-
Nicolas Fella authored
Let Qt do the boilerplat for us. Does virtually the same under the hood (https://code.woboq.org/qt5/qtbase/src/dbus/qdbusargument.h.html#_Z10qdbus_castRK13QDBusArgumentPT_)
-
Nicolas Fella authored
We don't have a custom destructor and the copy ctor/assignment operator don't do anything special, so the default one will do the right thing. This is in accordance with the rule of zero (https://cpppatterns.com/patterns/rule-of-zero.html)
-
Nicolas Fella authored
While mostly theoretical it makes for a more expressive API since it communicates that it is a list instead of a single value. It also allows to get rid of some conversion code. This is also preparation work for potentially using the custom type capabilities that QtDBus offers.
-
- 28 Jul, 2020 1 commit
-
-
Nicolas Fella authored
-
- 24 Jul, 2020 1 commit
-
-
Himanshu Rajput authored
-
- 23 Jul, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 22 Jul, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-