Commit Graph

987 Commits

Author SHA1 Message Date
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
Carl Schwan
344cb02309 Improve look of timeline 2020-11-10 15:21:44 +01:00
Tobias Fella
7787606200 Improve Fullscreen Images 2020-11-10 13:28:24 +00:00
Carl Schwan
0a20bf2b7b Fix regression in accounts page 2020-11-10 13:47:27 +01:00
Carl Schwan
82768b4cc5 Us room name as room page title 2020-11-10 13:00:50 +01:00
Tobias Fella
1176089353 Bundle icons for android 2020-11-09 19:47:41 +01:00
Tobias Fella
8070707bf8 Use an icon that actually exists 2020-11-09 19:45:22 +01:00
Tobias Fella
4df8ca2dd5 Fix import path in AccountsPage 2020-11-09 19:11:17 +01:00
Carl Schwan
76e79b9dc4 Use an overlay sheet for user detail dialog 2020-11-09 18:04:02 +00:00
Carl Schwan
ec9851072e Update README.md 2020-11-09 10:50:03 +00:00
Carl Schwan
b20db39b24 Remove duplicate files 2020-11-09 11:41:37 +01:00
Carl Schwan
e95689055b Fix wrong path to AccountsPage 2020-11-09 11:41:23 +01:00
Carl Schwan
122a7cdd2f Rebrand files names Spectral -> NeoChat 2020-11-08 23:17:30 +01:00
Tobias Fella
c2c49c69fe Code cleanup 2020-11-08 22:08:56 +01:00
Carl Schwan
48d7a4943b Add toggle icons for section in room list 2020-11-08 21:06:39 +00:00
Tobias Fella
cbeafddfd4 Add accounts management page 2020-11-08 18:12:14 +00:00
Tobias Fella
95e2993f70 Implement sorting rooms by category 2020-11-08 16:13:53 +00:00
Carl Schwan
da4aa0fa21 Implement typing notification 2020-11-08 15:48:22 +01:00
Carl Schwan
e96dab7161 fix position of reactions in timeline 2020-11-08 14:45:17 +01:00
Carl Schwan
485dd64941 Add reactions in timeline 2020-11-08 13:59:20 +01:00
Carl Schwan
bf8c54c987 Fix anchors in layout error and eventId is not defined 2020-11-08 12:08:18 +01:00
Carl Schwan
041d97a233 Remove Material.Icon 2020-11-07 17:04:56 +01:00
Carl Schwan
a77a133415 Clean look of Timeline
Align everything to the left, add colors to user names, remove some
hardcoded value in favor of Kirigami.Theme and Kirigami.Units.
2020-11-07 16:24:13 +01:00
Carl Schwan
2b7cc3715d Add Overlay sheet for message actions 2020-11-07 16:08:35 +01:00
Carl Schwan
8c8a9976a5 Transform Clipboard to singleton and add rich text copying feature 2020-11-07 16:08:35 +01:00
l10n daemon script
91f82fb42c 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-07 06:24:31 +01:00
l10n daemon script
926c490e7d GIT_SILENT made messages (after extraction) 2020-11-07 02:25:20 +01:00
l10n daemon script
ed3919cb83 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-06 06:20:30 +01:00
l10n daemon script
f89d22e2ef GIT_SILENT made messages (after extraction) 2020-11-06 02:26:38 +01:00