l10n daemon script
e55de84deb
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-09-20 09:09:48 +02:00
l10n daemon script
2a3a4bd717
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-09-19 09:40:24 +02:00
l10n daemon script
10de7b3763
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-23 09:50:37 +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
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
Nicolas Fella
c8a87db367
Merge branch 'release/20.04'
2020-07-05 15:49:58 +02: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
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
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
Aniket Kumar
2b8e95caac
[smsapp] Replace custom ListItem with Kirigami's BasicListItem
2020-06-27 18:22:00 +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
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
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
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
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
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
Simon Redman
a9f151947b
[SMS App] Stop ChatMessage.qml from rendering HTML
2020-06-06 13:29:06 +00:00
Simon Redman
70c712808f
[SMS App] Use helper rather than hard-coding MessageTypeSent in the code
2020-05-29 19:58:54 -07:00
Rihards Skuja
60bf200723
smsapp: fix reference to undefined var in QML
...
Launching smsapp prints:
qrc:/qml/main.qml:36: ReferenceError: _initialMessage is not defined
This patch applies the changes made to the property from C++ in
c17972881b
to QML.
2020-05-30 02:50:13 +00:00
Antonio Larrosa
1d36164230
Use ecm_qt_declare_logging_category to declare the logging categories
...
This automatizes the generation of logging categories so a
kdeconnect-kde.categories is generated and installed to
/usr/share/qlogging-categories5/ so kdebugsettings can use it.
Also, sets the default logging level to Warning. So now the logs
of users won't be filled with debug messages but they can
modify the configuration easily with kdebugsettings.
2020-05-26 18:55:47 +02:00
Aniket Kumar
fca66244ab
improved sorting and filtering methods
2020-05-19 10:07:06 +05:30
Aniket Kumar
d0367f11fb
Removing earlier hack to pass an address as a string instead of ConversationAdress type.
2020-05-18 08:11:26 +05:30
Nicolas Fella
785f70c28f
[smsapp] Fix starting new conversation
2020-05-12 01:05:38 +02:00
Simon Redman
b8aab3407a
[SMS App] Sms helper improvements
2020-05-09 16:50:08 +00:00
Simon Redman
95a62f4fdb
[SMS App] Convert tabs to 2 spaces in ChatMessage.qml
...
How did those get there?
2020-04-23 19:13:44 -07:00
Jiří Wolker
2ef5cd4551
[SMS App] Make SMS message field scrollable
...
## Summary
This patch makes SMS message field scrollable and limits its height to ⅓
of window height (or ⅔ for smaller windows) so messages in conversation
are shown even when writing very long messages.
## Test Plan (and screenshots)
<small>These screenshots are in APNG and WEBP formats. Download them if
your browser does not support this format.</small>
### Before:
Message field height was not limited. Message field could be even higher
than window. That makes first lines of this field and messages in
conversation inaccessible.
![grab-noscroll.apng](/uploads/70a44ec3abd0e0707cf69f53ee832542/grab-noscroll.apng)
### After:
Message field height is limited to ⅓ or ⅔ of window height. When text
content reaches this threshold, scroll bars will show up.
![grab-scroll.webp](/uploads/489b9bb197a092f715bc2160acc7fd42/grab-scroll.webp)
2020-04-23 17:24:51 -07:00
Jiří Wolker
6abe790aa4
[SMS App] Make SMS character counter width only grow
...
SMS character counter was changing its width (both growing and
shrinking) so it also resized message field (and that caused text
reflow). This patch makes counter width only grow.
Type SMS that is long enough to make SMS character counter wider than
“Send” button. Remove the text (leave there 150 or 60 chars to keep it
visible). Character counter should keep its width.
2020-04-23 17:19:15 -07:00
Aniket Kumar
1ed998a9b3
some fixes
2020-04-23 02:31:28 +00:00
Aniket Kumar
97fea5e692
Apply suggestion to smsapp/qml/ConversationList.qml
2020-04-23 02:31:28 +00:00
Aniket Kumar
8b54d0b2a6
Apply suggestion to smsapp/conversationssortfilterproxymodel.cpp
2020-04-23 02:31:28 +00:00
Aniket Kumar
d712b1067f
Apply suggestion to smsapp/conversationssortfilterproxymodel.cpp
2020-04-23 02:31:28 +00:00
Aniket Kumar
cd0259aba6
Added searching on both fields all the time and generalized check for address
2020-04-23 02:31:28 +00:00
Aniket Kumar
518f161b4f
added message diaplay for no matched contacts
2020-04-23 02:31:28 +00:00
Aniket Kumar
b0cffea4a1
minor fix
2020-04-23 02:31:28 +00:00
Aniket Kumar
6827f31aa1
UI chnages and sorting/filtering chnages for multitarget converations
2020-04-23 02:31:28 +00:00
Aniket Kumar
9db5634a6c
Made New button static in UI
2020-04-23 02:31:28 +00:00
Aniket Kumar
75c87e6fdf
code adjust
2020-04-23 02:31:28 +00:00
Aniket Kumar
d7c93488a8
added new arbitrary contact feature
2020-04-23 02:31:28 +00:00
Aniket Kumar
d26cfd427f
Feature to add arbitrray phone numbers
2020-04-23 02:31:28 +00:00
l10n daemon script
da0089c741
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-04-09 11:01:28 +02:00
l10n daemon script
5ef95c7c25
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-04-09 06:26:57 +02:00
Nicolas Fella
1013f23e1b
Fix trailing whitespace
2020-04-08 10:48:12 +02:00
Nicolas Fella
570b8776c6
Use QString::isEmpty
2020-04-08 10:47:47 +02:00
Nicolas Fella
b35d96b471
Add some const
2020-04-08 10:46:35 +02:00
Nicolas Fella
f8674db931
Don't recreate QRegularExpression for leading zeroes each time
...
Creating a QRegularExpression is quite expensive and we use the same expression for each run. Sharing it between the runs leads to a significant performance improvement.
2020-04-08 10:25:34 +02:00
l10n daemon script
1634126eb5
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-04-07 10:16:35 +02:00
l10n daemon script
0e04769a43
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-04-07 06:11:40 +02:00