Commit Graph

1015 Commits

Author SHA1 Message Date
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
Carl Schwan
4149ef4813 Internalization++ 2020-11-16 16:24:04 +01:00
Carl Schwan
6abe7cab57 Start keyboard navigation
Now a room can be opened with the keyboard only and be scrolled.
2020-11-16 15:22:59 +00:00
Carl Schwan
76728cb3f9 Improve consistency of emoji picker
Now use Kirigami.Units and Kirigami.Theme, this also fix at the same
time a few issues on the dark theme.
2020-11-16 15:22:38 +00:00
Carl Schwan
9120521fc5 Simplify file delegate and remove material style 2020-11-16 15:22:20 +00:00
Carl Schwan
6b70252201 Kirigamify the room settings dialog 2020-11-16 15:21:54 +00:00
Carl Schwan
eba4d874df Improve Room Drawer
This fix the bug of it not getting the right data and improve the look
signically.
2020-11-16 14:27:44 +01:00
Carl Schwan
6db8354727 Fix MessageDelegateContextMenu not being displayed
It turnout that using an QML Singleton was a bad idea, instead create a
qml object in the main component and refer to it in the rest of the
codebase.

This commit also simplify a bit the qml structure of the Menu and fix
some visual bugs.
2020-11-16 10:00:18 +01:00
Carl Schwan
523adace21 Small fixed in 18n 2020-11-16 00:12:22 +01:00
Tobias Fella
aa609b70e0 Enable opening links in messages 2020-11-15 22:47:35 +01:00
Carl Schwan
bd853800a6 Add PlaceholderMessage when room list is empty 2020-11-15 21:31:06 +00:00
Carl Schwan
36f33c3f9b Make Neochat works on a dark theme 2020-11-15 21:24:22 +00:00
Carl Schwan
41b81dd744 Improve icon sizing and margins on mobile 2020-11-15 21:10:31 +00:00
Carl Schwan
32ea887de6 Fix undefined error 2020-11-15 22:06:49 +01:00
Tobias Fella
e2f6853258 Port away from QNetworkConfigurationmanager 2020-11-15 20:13:17 +00:00
Tobias Fella
d0022155b5 Fix not showing inactive rooms 2020-11-13 16:42:46 +01:00
Tobias Fella
8040259645 Don't show inactive rooms in the list 2020-11-13 13:59:46 +01:00
l10n daemon script
4240d55669 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-13 06:21:10 +01:00
l10n daemon script
baddb79a4d GIT_SILENT made messages (after extraction) 2020-11-13 02:26:17 +01:00
Tobias Fella
02c88d4ef8 Don't compare QVariants 2020-11-12 22:02:43 +01:00
Tobias Fella
554c56fba5 Remove duplicate property 2020-11-12 21:54:48 +01:00
Tobias Fella
16c64ad67f Rename Controller.connection to activeConnection 2020-11-12 12:26:08 +01:00
Tobias Fella
26b2071e11 Handle revoked tokens better 2020-11-12 11:19:13 +00:00
Tobias Fella
79ee2e1279 Apply clang-format to rest of cpp 2020-11-12 11:07:36 +00:00
Tobias Fella
7aa7a832a3 Move EmojiPicker under TextArea 2020-11-12 11:07:02 +00:00
l10n daemon script
04020e7021 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-12 06:24:28 +01:00
l10n daemon script
f07a0b77d2 GIT_SILENT made messages (after extraction) 2020-11-12 02:28:19 +01:00
Tobias Fella
2a0f89bab0 Remove unused qml files 2020-11-11 22:28:52 +01:00
Tobias Fella
3a70a9d91c Set all internal qml versions to 1.0
They're useless and anything else just causes problem
2020-11-11 20:14:43 +01:00
Tobias Fella
146a6d6ea4 Add 'send' button to ChatTextInput 2020-11-11 17:47:30 +00:00
Tobias Fella
84c6bd24dd Remove AccountDetailDialog
It's unused and replaced by AccountsPage
2020-11-11 18:46:53 +01:00
Tobias Fella
6e9a2f304b Fix emoji icon on android 2020-11-11 18:24:32 +01:00
Tobias Fella
d8dde6e082 Add license headers to code files 2020-11-11 15:17:23 +00:00
Tobias Fella
d9f0ec8ada Fix segfault on login caused by 53397bf970
newAvatarUrl() returns an Omittable<QUrl> instead of a QUrl that may be
empty. When the Omittable is empty, dereferencing it returns a nullptr
and calling something on that segfaults
2020-11-11 15:23:33 +01:00
Tobias Fella
5a3ea6a4ca Really fix LoginPage 2020-11-11 14:40:03 +01:00
Tobias Fella
2e711691ae Fix LoginPage 2020-11-11 14:09:35 +01:00
Tobias Fella
99f2127c3f Remove debug message 2020-11-10 20:34:44 +01:00
Tobias Fella
cc5320723f Update README 2020-11-10 20:33:26 +01:00
Carl Schwan
3df3f42456 Sort by category and then date 2020-11-10 20:14:43 +01:00
Carl Schwan
53397bf970 fix some clazy warning and deprecations 2020-11-10 19:52:22 +01:00
Carl Schwan
b0700726f9 Add join room page 2020-11-10 17:08:13 +00:00
Carl Schwan
9de51fc77e Dynamic load reply qml stuff if needed 2020-11-10 17:06:38 +00:00
Tobias Fella
debcf7a7b4 Fix compilation with libQuotient master 2020-11-10 15:46:23 +01:00