Commit graph

480 commits

Author SHA1 Message Date
A
86c1d1538d
Update harbour-fernschreiber-pl.ts 2020-11-19 09:37:03 +01:00
Sebastian Wolf
f6b42eb3cb
Merge pull request #169 from jgibbon/bugfix/message-permissions
Bugfix/message permissions
2020-11-18 12:44:21 +01:00
Sebastian Wolf
ece80e33cc Polish translation file got updated... 2020-11-18 12:18:28 +01:00
Sebastian Wolf
97feb2f804
Merge pull request #176 from Wunderfitz/chat-header-alignment
Properly align custom header on chat page
2020-11-18 11:54:13 +01:00
Sebastian Wolf
b0d020c3d3
Merge pull request #168 from Wunderfitz/feature/chatinfo-changes
ChatInfoPage as attached page
2020-11-18 11:46:31 +01:00
John Gibbon
816ba6eca7 remove some semicolons; 2020-11-18 11:13:05 +01:00
John Gibbon
77efd43bde fix channel handling 2020-11-18 10:34:46 +01:00
John Gibbon
13fbd8e7a6 fix pulley menu 2020-11-18 10:34:13 +01:00
John Gibbon
95b0ddef8e align page header image; use space for text when image is further down 2020-11-18 10:27:48 +01:00
John Gibbon
b2f46b54f4 fix online member count 2020-11-18 10:08:37 +01:00
Sebastian Wolf
60ea95abec Properly align custom header on chat page 2020-11-17 23:21:38 +01:00
Sebastian Wolf
a5d0486128
Merge branch 'master' into feature/chatinfo-changes 2020-11-17 21:15:33 +01:00
Sebastian Wolf
cd3a1bae15
Merge pull request #173 from atlochowski/patch-4
Update harbour-fernschreiber-pl.ts
2020-11-17 20:51:00 +01:00
Sebastian Wolf
2a88328e57
Merge pull request #167 from monich/nomutex
Removed mutex from ChatModel
2020-11-17 20:48:51 +01:00
A
d20893cfbd
Update harbour-fernschreiber-pl.ts 2020-11-17 20:38:08 +01:00
John Gibbon
1486e49f1c add FernschreiberUtils to qml context (unused for now) 2020-11-17 16:45:54 +01:00
John Gibbon
59304527d2 fix typo; don't update group status while selecting 2020-11-17 16:21:20 +01:00
A
c304d8b807
Update harbour-fernschreiber-pl.ts 2020-11-17 11:26:20 +01:00
John Gibbon
3cce631aa7 optimize permission lookups 2020-11-17 11:14:36 +01:00
John Gibbon
813c7912fe chat info: review optimizations 2020-11-17 10:09:11 +01:00
John Gibbon
78cc3fbac4 chat info: fix imports 2020-11-17 10:09:11 +01:00
John Gibbon
182a2d1344 ChatInfoPage as attached page
fixes #150: Now basically everything is inside a loader; ChatInformationPage is added to ChatPage with pageStack.pushAttached

fixes #166: Replaces the clunky VisualItemModel in tab view and doesn't initialize multiple times.
2020-11-17 10:09:11 +01:00
Åke Engelbrektson
cb20bb686b Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-11-17 09:31:50 +01:00
dashinfantry
29fed2e7fc Update harbour-fernschreiber-zh_CN.ts 2020-11-17 09:30:24 +01:00
John Gibbon
c76d079e03 permissions: replace leftover debug changes; fix another copy/paste 2020-11-16 22:31:37 +01:00
John Gibbon
c4947260f7 forwarding permissions: possibly prevent some unneccessary loops 2020-11-16 22:07:21 +01:00
John Gibbon
ac10e600bf fix restricted member permission copy/paste issue 2020-11-16 22:07:21 +01:00
John Gibbon
d5a2d315db forwarding/new message/attachment permissions
enhances #159 PR, hopefully fixes #164 issue
2020-11-16 22:07:21 +01:00
Slava Monich
8db731636c Removed mutex from ChatModel
AFAICT there's nothing to synchronize here
2020-11-16 21:33:47 +02:00
Sebastian Wolf
9141b8e68b Fix crash when forwarding to some chats, introduce iterative init 2020-11-16 16:52:48 +01:00
Sebastian Wolf
6e6396eac4 Fix erroneous display for some web page previews 2020-11-16 15:12:18 +01:00
Sebastian Wolf
aeca799006 Harmonize error handling, ignore 404 (for now) 2020-11-16 14:37:14 +01:00
Sebastian Wolf
e950ce7c25 Merge branch 'master' of https://github.com/Wunderfitz/harbour-fernschreiber 2020-11-16 14:22:51 +01:00
Sebastian Wolf
9507024f51 Loading messages or not loading them...? Next step towards #136 2020-11-16 14:22:32 +01:00
carlosgonz
e5aa0d2bf5 Update harbour-fernschreiber-es.ts 2020-11-16 10:06:33 +01:00
Sebastian Wolf
18e88a8412 If last message was an own one, it was of course read... 2020-11-16 00:08:55 +01:00
Sebastian Wolf
c8c0044815 Display all error messages (let's see how it works...) 2020-11-15 23:29:04 +01:00
Sebastian Wolf
639c5f4960
Merge pull request #163 from jgibbon/en-translation
add en translation
2020-11-15 23:09:50 +01:00
Sebastian Wolf
85d1bebc3a Load last read messages, enable lazy-loading the future, might fix #136 2020-11-15 23:05:22 +01:00
John Gibbon
a33aaad1fe add en translation
Added en translation because the default "POSIX fallback" will never handle plural strings correctly.
2020-11-15 20:42:33 +01:00
Sebastian Wolf
5e7d62982f
Merge pull request #161 from GNUuser/patch-15
Update harbour-fernschreiber-es.ts
2020-11-15 17:29:28 +01:00
Sebastian Wolf
1c82072c15
Merge pull request #160 from monich/updateChatPhoto
Update chat photo
2020-11-15 17:19:57 +01:00
Sebastian Wolf
955ebfc853
Merge pull request #159 from jgibbon/feature/messageActions
multiple message selection
2020-11-15 17:00:05 +01:00
carlosgonz
37841e3494
Update harbour-fernschreiber-es.ts 2020-11-15 10:38:30 -05:00
Sebastian Wolf
6f9a0a672a Disabling space replacer for now - a performance nightmare with (probably) small benefit 2020-11-15 10:05:27 +01:00
Slava Monich
2323c574b3 Handle updateChatPhoto message 2020-11-15 06:12:17 +02:00
Slava Monich
90b32be076 Shortened log statements in ChatModel 2020-11-15 06:12:17 +02:00
Slava Monich
f25e3de029 Preallocate more QStrings in TDLibReceiver
For better performance.
2020-11-15 06:12:17 +02:00
Slava Monich
78720d48fc Silence 'Unhandled object type "ok"' message 2020-11-15 06:12:17 +02:00
John Gibbon
a8ca33fa3d multiple message selection 2020-11-14 23:50:12 +01:00