Nicolas Fella
b7332f882d
[app] Port runcommand page to ScrollablePage
...
(cherry picked from commit 3a309cc72f
)
2020-07-16 14:39:05 +02:00
l10n daemon script
afb8e4e885
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-16 08:46:35 +02:00
l10n daemon script
c74fbacc3e
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-15 09:16:59 +02:00
l10n daemon script
32311bab6b
GIT_SILENT made messages (after extraction)
2020-07-15 07:51:17 +02:00
l10n daemon script
d81a137682
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-15 05:44:49 +02:00
l10n daemon script
1f03064676
GIT_SILENT made messages (after extraction)
2020-07-15 02:15:43 +02:00
l10n daemon script
3f1978810c
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-14 09:16:34 +02:00
l10n daemon script
66ebeb57f7
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-13 09:04:59 +02:00
l10n daemon script
58d35ec881
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-13 05:32:17 +02:00
Nicolas Fella
3a309cc72f
[app] Port runcommand page to ScrollablePage
2020-07-12 02:25:38 +02:00
Aniket Kumar
af8a5bc49b
Enabled seding of multi-target messages in SMS app.
2020-07-08 14:23:13 +05:30
Aniket Kumar
0cee486a62
Fixed the wrapMode property value of TextArea from non existing TextArea.wrap to TextEdit.Wrap.
2020-07-08 14:15:30 +05:30
l10n daemon script
d2bf605a0c
GIT_SILENT made messages (after extraction)
2020-07-07 02:12:38 +02:00
Nicolas Fella
151f829308
[app] Rework device page
...
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.
2020-07-06 10:50:01 +00:00
l10n daemon script
0c32010a28
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-06 05:30:08 +02:00
l10n daemon script
be3b89aa39
GIT_SILENT made messages (after extraction)
2020-07-06 02:07:08 +02:00
Nicolas Fella
4531cebe18
[app] Add placeholder message around pair button
2020-07-05 20:00:29 +02:00
Nicolas Fella
48688b3ef4
Merge branch 'release/20.04'
2020-07-05 15:52:44 +02:00
Nicolas Fella
bc5863f68f
Add explanatory comment
2020-07-05 15:52:17 +02:00
Nicolas Fella
c8a87db367
Merge branch 'release/20.04'
2020-07-05 15:49:58 +02:00
Fabian Vogt
b699372d38
Prefer qdbus-qt5 if found
...
On some distros, this is how qdbus is called to allow for coinstallability
with Qt 4 and Qt 6+.
2020-07-05 13:45:28 +00:00
Ashvin Nihalani
74c6b71e04
UI Improvements
...
Removed Clutter Single Party Conversation
Added Name ti Multiparty
Changed Default Icon in Conversation List
2020-07-05 12:51:01 +00:00
Nicolas Fella
1315d9b9eb
[smsapp] Switch displayName and shortDescription
...
The former is used as the window title and as title in the about page. I think 'KDE Connect SMS' is more appropriate there.
2020-07-05 12:32:03 +00:00
Simon Redman
b1276795a1
Bump Frameworks version to 5.71 as required for Kirigami.Avatar
2020-07-05 12:31:07 +00:00
Ashvin Nihalani
c333f2af17
[SMS App] Select Message Text
...
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
2020-07-05 00:49:31 +00:00
l10n daemon script
aef817e786
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-02 05:57:52 +02:00
Nicolas Fella
752070add9
Enable highdpi icons
2020-07-01 22:33:08 +02:00
Nicolas Fella
166a88072b
[smsapp] Rework message items
...
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
2020-07-01 19:15:45 +00:00
l10n daemon script
d0443e2e6b
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-07-01 06:01:31 +02:00
Aniket Kumar
2b8e95caac
[smsapp] Replace custom ListItem with Kirigami's BasicListItem
2020-06-27 18:22:00 +02:00
l10n daemon script
588c01eb0f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-27 05:41:57 +02:00
Jonah Brüchert
e5c6003399
app: Elide device name in global drawer
2020-06-22 18:58:32 +02:00
l10n daemon script
e44e4a4c19
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-20 05:10:40 +02:00
l10n daemon script
e046b8829b
GIT_SILENT made messages (after extraction)
2020-06-20 02:08:16 +02:00
l10n daemon script
373557cd26
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-18 08:27:38 +02:00
l10n daemon script
dbc476e995
GIT_SILENT made messages (after extraction)
2020-06-18 07:13:50 +02:00
l10n daemon script
653a708727
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-18 05:39:20 +02:00
l10n daemon script
9fc921c557
GIT_SILENT made messages (after extraction)
2020-06-18 02:18:34 +02:00
l10n daemon script
5fe8d7ea90
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-17 16:50:11 +02:00
l10n daemon script
d48849d7cc
GIT_SILENT made messages (after extraction)
2020-06-17 15:34:37 +02:00
l10n daemon script
e873eddcde
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-17 14:06:59 +02:00
l10n daemon script
c850f59910
GIT_SILENT made messages (after extraction)
2020-06-17 11:32:03 +02:00
Nicolas Fella
c4f4f8d408
[app/mousepad] Prevent page change during input
2020-06-16 17:59:36 +02:00
l10n daemon script
ee34142f33
GIT_SILENT made messages (after extraction)
2020-06-11 08:14:46 +02:00
l10n daemon script
0e33224079
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-11 05:34:59 +02:00
l10n daemon script
40ea1dd9ff
GIT_SILENT made messages (after extraction)
2020-06-11 02:11:39 +02:00
l10n daemon script
f7c27e6faf
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-08 05:12:17 +02:00
l10n daemon script
046a572542
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-07 08:58:38 +02:00
l10n daemon script
b06162acfe
GIT_SILENT made messages (after extraction)
2020-06-07 07:40:10 +02:00
l10n daemon script
6f39937e75
SVN_SILENT made messages (.desktop file) - always resolve ours
...
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"
2020-06-07 05:04:18 +02:00