Commit Graph

1407 Commits

Author SHA1 Message Date
Carl Schwan
0b645a50c9 Update readme 2020-11-19 22:51:49 +01:00
Carl Schwan
3a7565874e Start completing with message starting with @ 2020-11-19 16:31:21 +00:00
Carl Schwan
e6ed67b1a2 Support wellknow for autentification
Now kde.org is an alias to kde.modular.im
2020-11-19 15:52:04 +00:00
Carl Schwan
9c3d803a8d Remove spectral style from autocomplete list 2020-11-19 15:15:18 +00:00
Carl Schwan
aacbad6071 Fix regressions in ChatTextInput
bb5ed865c4 caused a bunch of problems
2020-11-19 15:14:45 +00:00
Carl Schwan
a4569e77f4 Fix bug in text input by requiring new version of qqc2 desktop theme 2020-11-19 15:13:29 +01:00
Carl Schwan
7b30c199a4 [clazy] Fix allocating an unneeded temporary container
Instead of creating a new container and iterate over it, we wrap the
loop in a lambda and use the lambda for the two initial container.
2020-11-19 12:50:51 +00:00
Tobias Fella
d5379f86c1 Fix freeze when opening already opened room 2020-11-19 12:47:43 +01:00
Carl Schwan
f4f0211383 Simplify layout 2020-11-19 09:26:36 +01:00
Carl Schwan
011fc052f4 Remove debug output 2020-11-19 09:26:36 +01:00
Tobias Fella
4e2b68dc0a Make Neochat compile against libQuotient 0.6 2020-11-19 08:13:55 +00:00
Tobias Fella
516ad863b8 Don't allow users to ignore themselves
Implements #16
2020-11-19 08:13:34 +00:00
Carl Schwan
f46fd90743 Use a read only text edit for selectable text 2020-11-19 08:13:02 +00:00
Carl Schwan
b4e1c6979f Add option to accept invitation 2020-11-19 07:35:00 +00:00
Tobias Fella
10935bfb15 Bundle a bunch of missing icons 2020-11-18 23:40:20 +01:00
Tobias Fella
039816e8eb Show notifications 2020-11-18 21:14:40 +00:00
Tobias Fella
9c469b96f1 Send read markers for read messages 2020-11-18 21:14:17 +00:00
Tobias Fella
f85b2a7cba Fix room sorting 2020-11-18 21:10:41 +01:00
Carl Schwan
fcbb5a1acf Fix regression in JoinRoomPage - namespace not defined 2020-11-18 17:33:25 +01:00
Carl Schwan
fd6fb1f340 Adjust 'no rooms' message when searching for rooms
Fix #20
2020-11-18 17:27:30 +01:00
Carl Schwan
3a6f1da1f9 Fix remaining issues with RommDrawer 2020-11-18 17:17:43 +01:00
Carl Schwan
d6c5373f6a Fix issues with RommDrawer on mobile 2020-11-18 16:52:17 +01:00
Carl Schwan
d533c1e911 Fix room drawer not opening for automatically opened room 2020-11-18 15:50:55 +01:00
Carl Schwan
b78b0eaf09 Improve style of chat text input with the material style 2020-11-18 14:27:56 +01:00
Carl Schwan
bd6de9cd6b Fix reply
The C++ header signature was using a C++17 type alias and this was
confusing MOC. Just changing the signature to the more verbose type name
fix the bug.
2020-11-18 13:53:19 +01:00
Carl Schwan
d96a548c4f Add unread message count 2020-11-18 10:26:48 +01:00
Carl Schwan
74bcfca275 Fix sending images from clipboard
This was caused by a regression in an QML include
2020-11-18 10:01:06 +01:00
Carl Schwan
62820b7418 Better typing handling 2020-11-17 20:49:54 +00:00
Tobias Fella
3a11ff614c Port away from qsTr/tr 2020-11-17 20:52:40 +01:00
Carl Schwan
03921e02a6 Remember last opened room 2020-11-17 19:45:22 +00:00
Carl Schwan
be1467f718 Save collapsed categories 2020-11-17 19:45:22 +00:00
Carl Schwan
f98834bb03 Add KConfigXt configs 2020-11-17 19:45:22 +00:00
Tobias Fella
a8b95791e2 Port MessageSourceDialog to OverlaySheet 2020-11-17 20:39:40 +01:00
Tobias Fella
de183caefb Apply clang-format 2020-11-17 20:25:18 +01:00
Tobias Fella
92569a8869 Remove debug message 2020-11-17 19:39:18 +01:00
Carl Schwan
fc0ed1d137 Use SwipeListItem instead of BasicListItem
This allows to have a second way to open the room options.
2020-11-17 17:12:13 +00:00
Carl Schwan
96bcb54806 Simplify video delegate 2020-11-17 15:02:03 +01:00
Carl Schwan
90bfd1d31f Add progress bar for audio files 2020-11-17 13:57:14 +01:00
Tobias Fella
93e5ad430b Fix segfault 2020-11-17 13:41:47 +01:00
Carl Schwan
13907cedda Simplify audio delegate 2020-11-17 11:42:34 +01:00
Carl Schwan
8e52f645a2 Remove more old MPalette stuff 2020-11-17 11:21:56 +01:00
l10n daemon script
d9218b203d 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-11-17 06:15:36 +01:00
l10n daemon script
b5b444f2f8 GIT_SILENT made messages (after extraction) 2020-11-17 02:26:14 +01:00
Carl Schwan
78f54e2441 Internalisation++ 2020-11-17 00:14:17 +01:00
Carl Schwan
d954d295eb Internalisation++ 2020-11-17 00:09:54 +01:00
Carson Black
bb5ed865c4 Make chat text input look less foreign 2020-11-16 17:54:55 -05:00
Carl Schwan
b209b4aff5 Center sections notice in the timeline 2020-11-16 22:50:57 +00:00
Carl Schwan
28c965a40d Use a page for invitation instead of popup
This generally work better on a mobile device
2020-11-16 22:45:41 +00:00
Carl Schwan
8c3e5b2b48 Add drop area for conveniently share files 2020-11-16 22:14:53 +00:00
Tobias Fella
dc3896db1b Fix the 'jump to last unread message' button 2020-11-16 22:10:32 +01:00