Commit graph

649 commits

Author SHA1 Message Date
Sebastian Wolf
77a9dac2d2
Merge pull request #180 from dashinfantry/patch-10
Update harbour-fernschreiber-zh_CN.ts
2020-11-20 11:58:51 +01:00
A
c7aa5e4331
Update harbour-fernschreiber-pl.ts 2020-11-20 10:06:28 +01:00
Åke Engelbrektson
219546dfbd
Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-11-20 07:45:27 +01:00
carlosgonz
4bd6d01a2b
Update harbour-fernschreiber-es.ts 2020-11-19 22:08:47 -05:00
dashinfantry
2ab4f97fbb
Update harbour-fernschreiber-zh_CN.ts 2020-11-20 10:02:53 +08:00
Sebastian Wolf
82d0058746
Merge pull request #179 from jgibbon/bugfix/#20_translation_plurals
Bugfix/#20 translation plurals
2020-11-19 21:01:19 +01:00
Sebastian Wolf
baf4b27e60 Avoid stale state for chat page picture 2020-11-19 20:25:53 +01:00
Sebastian Wolf
e4dbb63a92 Properly encode HTML entities for chat's last message 2020-11-19 11:41:32 +01:00
John Gibbon
616658ab35 %n → %Ln; remove more .arg() 2020-11-19 11:27:10 +01:00
John Gibbon
8181e17fa2 remove unnecessary .arg (+warnings) 2020-11-19 11:27:10 +01:00
John Gibbon
b48ca728d2 change/enable plural handling 2020-11-19 11:27:10 +01:00
John Gibbon
cf1c25f156 [%n1|%L1] → %Ln 2020-11-19 11:27:10 +01:00
Sebastian Wolf
204966e265
Merge pull request #178 from atlochowski/patch-5
Update harbour-fernschreiber-pl.ts
2020-11-19 11:20:45 +01:00
Sebastian Wolf
437159714f
Merge pull request #177 from Wunderfitz/feature-pinned-messages-57
Feature: Support pinned messages
2020-11-19 11:20:08 +01:00
A
86c1d1538d
Update harbour-fernschreiber-pl.ts 2020-11-19 09:37:03 +01:00
Sebastian Wolf
af47ae2c72 Some improvements as suggested by @jgibbon, add unpin feature 2020-11-18 15:01:16 +01:00
Sebastian Wolf
b35d268b12 Now able to pin messages and show in-reply-to messages in overlay 2020-11-18 15:00:05 +01:00
Sebastian Wolf
541036d796 Display extra content in message overlay 2020-11-18 14:59:51 +01:00
Sebastian Wolf
2830f50a35 React properly on pinned message changes, nice message overlay ;) 2020-11-18 14:59:35 +01:00
Sebastian Wolf
15be3862f6 Display pinned message in chat 2020-11-18 14:59:15 +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