- 08 Aug, 2020 17 commits
-
-
Jonah Brüchert authored
-
Kaidan Translations authored
Signed-off-by:
Linus Jahn <lnj@kaidan.im>
-
Linus Jahn authored
This reverts commit 0f1b978b.
-
Kaidan Translations authored
Signed-off-by:
Linus Jahn <lnj@kaidan.im>
-
Linus Jahn authored
-
Linus Jahn authored
-
Kovalev Artem authored
Currently translated at 100.0% (222 of 222 strings)
-
Currently translated at 100.0% (222 of 222 strings) Translate using Weblate (Malay) Currently translated at 100.0% (222 of 222 strings) Translate using Weblate (Malay (Jawi)) Currently translated at 6.7% (15 of 222 strings) Translate using Weblate (Malay) Currently translated at 100.0% (222 of 222 strings) Add translation using Weblate (Malay (Jawi))
-
Lesya Novaselskaya authored
Currently translated at 100.0% (222 of 222 strings)
-
Michal Biesiada authored
Currently translated at 53.4% (102 of 191 strings)
-
Tamás Fehér authored
Currently translated at 18.4% (41 of 222 strings) Add translation using Weblate (Hungarian)
-
Jeannette L authored
Currently translated at 36.4% (81 of 222 strings) Translate using Weblate (Italian) Currently translated at 100.0% (192 of 192 strings) Translate using Weblate (Portuguese) Currently translated at 15.7% (35 of 222 strings) Translate using Weblate (German) Currently translated at 100.0% (222 of 222 strings) Translate using Weblate (French) Currently translated at 100.0% (222 of 222 strings)
-
Muhammad Nur Hidayat Yasuyoshi authored
Currently translated at 100.0% (222 of 222 strings) Translate using Weblate (Malay) Currently translated at 100.0% (222 of 222 strings)
-
Xosé M authored
Currently translated at 100.0% (191 of 191 strings)
-
Adolfo Jayme Barrientos authored
Currently translated at 76.1% (169 of 222 strings) Translate using Weblate (Catalan) Currently translated at 64.4% (143 of 222 strings) Translate using Weblate (Spanish) Currently translated at 100.0% (222 of 222 strings)
-
Anonymous _ authored
Currently translated at 100.0% (192 of 192 strings) Translate using Weblate (French) Currently translated at 90.9% (202 of 222 strings)
-
Tobias Ollive authored
Currently translated at 100.0% (222 of 222 strings) Translate using Weblate (French) Currently translated at 90.9% (202 of 222 strings) Translate using Weblate (French) Currently translated at 83.3% (185 of 222 strings) Translate using Weblate (French) Currently translated at 84.2% (187 of 222 strings) Translate using Weblate (French) Currently translated at 79.7% (177 of 222 strings)
-
- 07 Aug, 2020 3 commits
-
-
Linus Jahn authored
Q_OS_UNIX is defined everywhere, except on Windows. See Qt source code for more details: https://code.woboq.org/qt5/qtbase/src/corelib/global/qsystemdetection.h.html
-
Linus Jahn authored
Making the presence in the roster `visible: false` isn't a good idea anyways. Also invisible presences can't be sent by the server (and so never end up in our roster). "invisible" is only used by the client to indicate to the server that it should hide its presence (aka making it "unavailable"). Apart from that QXmpp also doesn't even follow the XEP: It uses "invisible" as availability type instead of as presence type.
-
Linus Jahn authored
Q_OS_UNIX is of course also defined on Android. (It's actually defined everywhere, except on Windows)
-
- 06 Aug, 2020 4 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert 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"
-
- 05 Aug, 2020 4 commits
-
-
Melvin Keskin authored
-
Linus Jahn authored
This only improves the formal things, not the actual behaviour (which really needs refactoring too).
-
Melvin Keskin authored
* Move 'newPresenceArrived()', 'onClicked' and setting of property values to 'RosterListItem.qml' * Use 'Connections' instead of connecting / disconnecting inside of 'Component.onCompleted / onDestruction' * Remove unused width
-
Jonah Brüchert authored
This is useful when using the automatic registration as the jid and password labels are not text selectable enabled, making it annoying to change the default generated password. Co-authored-by:
Filipe Azevedo <pasnox@gmail.com>
-
- 03 Aug, 2020 1 commit
-
-
Melvin Keskin authored
-
- 01 Aug, 2020 2 commits
-
-
Linus Jahn authored
Only the QXmppUploadManager hasn't been upstreamed yet. (And it needs some good refactoring before it can be upstreamed)
-
Jonah Brüchert authored
Fixes the display of highlighted buttons with styles that don't support coloring. Only Material and org.kde.desktop are
-
- 31 Jul, 2020 3 commits
-
-
Linus Jahn authored
They're currently broken (probably too old SDK for C++17) and we're going to switch to craft builds soon anyways.
-
Linus Jahn authored
-
Melvin Keskin authored
The JID from the XMPP URI is used to pre-fill the corresponding field on the login page so that the user only needs to enter the password.
-
- 29 Jul, 2020 1 commit
-
-
Blue authored
The message ID in the database describes the ID of the latest message correction now (instead of the ID of original message). There's a new column in the Messages table now for storing the 'replaceId', the ID of the original message. Little GUI change: Unavailable options in the message context menu are invisible instead of being disabled.
-
- 27 Jul, 2020 5 commits
-
-
Linus Jahn authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Blue authored
This changes the way MessageModel concludes whether the message is suitable for correction. A message can be corrected, if: * it is `sentByMe()` * is amog the latest 20 messages sent by us * is not older than 2 days Also instead of searching the message with the correct ID, the function now uses the index from QML instead.
-