- 26 May, 2020 1 commit
-
-
Antonio Larrosa Jimenez authored
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.
-
- 23 May, 2020 2 commits
-
-
- 22 May, 2020 1 commit
-
-
Nicolas Fella authored
This was removed to drop the notificationsplugin's "No icon" hack, but de facto all notifications have icons. This makes sure that the KDE Connect entry in the notifications KCM has an icon
-
- 20 May, 2020 2 commits
-
-
-
playerctld (https://github.com/altdesktop/playerctl/issues/161) is a proxy daemon for the currently active player by playerctl, which facilitates managing mpris players, forwarding requests to the currently active/last active player, and sorting out troubles with selecting the correct player manually. Unfortunately, it also creates an annoying issue with kdeconnect: when playing media on the phone, kdeconnect publishes the state to the computer through the mprisremote plugin - then, playerctld picks it up as active player, and registers its own mpris media player. As a result, the mpriscontrol plugin sees this as a running media player, and in turn, publishes the state back to the phone, essentially creating another media session on the phone, resulting in two notifications. As playerctld is _always_ only a proxy to another media player (or kdeconnect), it can safely be ignored, just like kdeconnect itself already is. This commit adds an if check doing exactly that.
-
- 19 May, 2020 2 commits
-
-
Weixuan Xiao authored
-
Aniket Kumar authored
-
- 18 May, 2020 2 commits
-
-
Nicolas Fella authored
-
Aniket Kumar authored
-
- 17 May, 2020 1 commit
-
-
Tobias Fella authored
-
- 15 May, 2020 2 commits
-
-
Nicolas Fella 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"
-
- 14 May, 2020 4 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
- 11 May, 2020 1 commit
-
-
Nicolas Fella authored
-
- 10 May, 2020 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 09 May, 2020 5 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
It's not functional, so remove it until we have a working one
-
Simon Redman authored
-
Nicolas Fella authored
-
Weixuan Xiao authored
-
- 07 May, 2020 1 commit
-
-
Philip Cohn-Cort authored
-
- 03 May, 2020 1 commit
-
-
Nicolas Fella authored
-
- 01 May, 2020 1 commit
-
-
Tobias Fella authored
-
- 29 Apr, 2020 1 commit
-
-
Abdel-Rahman Abdel-Rahman authored
BUG: 408705
-
- 24 Apr, 2020 4 commits
-
-
Nicolas Fella authored
-
Simon Redman authored
How did those get there?
-
## 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.  ### After: Message field height is limited to ⅓ or ⅔ of window height. When text content reaches this threshold, scroll bars will show up. 
-
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.
-
- 23 Apr, 2020 7 commits
-
-
Nicolas Fella authored
-
-
-
-
-
-
-