- 30 Jul, 2020 2 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.
-
- 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
-
- 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"
-
- 18 Jul, 2020 1 commit
-
-
Nicolas Fella authored
fileDialog.open() does *not* block, so we need to move the sending to onAccepted. Not sure why I thought this ever worked. BUG: 423975
-
- 16 Jul, 2020 3 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
- 15 Jul, 2020 2 commits
-
-
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"
-
Script Kiddy authored
-
- 13 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"
-
- 12 Jul, 2020 1 commit
-
-
Nicolas Fella authored
-
- 08 Jul, 2020 2 commits
-
-
Aniket Kumar authored
-
Aniket Kumar authored
-
- 07 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 06 Jul, 2020 3 commits
-
-
Nicolas Fella authored
To achive the proper scrolling behaviour it needs to be a ScrollablePage. In order to do that correctly the listview needs to be the direct content item of the page. Therefore we need to get rid of the loader and the various placeholder messages are parented to the listview.
-
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"
-
Script Kiddy authored
-
- 05 Jul, 2020 9 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
On some distros, this is how qdbus is called to allow for coinstallability with Qt 4 and Qt 6+.
-
Removed Clutter Single Party Conversation Added Name ti Multiparty Changed Default Icon in Conversation List
-
Nicolas Fella authored
The former is used as the window title and as title in the about page. I think 'KDE Connect SMS' is more appropriate there.
-
-
Switched from QT Label to Text Edit as QA Label is not allowed to select text https://stackoverflow.com/questions/49784099/qml-how-to-make-text-or-label-selectable https://bugreports.qt.io/browse/QTBUG-14077 BUG: 418630 - Cannot select text in messaging app
-
- 02 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"
-
- 01 Jul, 2020 3 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
The current implementation seems to have an issue with an undetected binding loop that causes lockup. During investigation I figured that the code was way to complex and brittle for what we need. This is a cleaner reimplementation. It also replaces the custom Avatar component with the one from Kirigami. The looks are subject to tweaking of course
-
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"
-
- 27 Jun, 2020 2 commits
-
-
-
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 Jun, 2020 1 commit
-
-
Jonah Brüchert authored
-
- 20 Jun, 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"
-