Commit graph

552 commits

Author SHA1 Message Date
Sebastian Wolf
fff8fc903a
Merge pull request #204 from jgibbon/bugfix/auth-handling
Fix initial auth handling
2020-11-27 19:51:16 +01:00
John Gibbon
0ba4d9a408 Fix initial auth handling
This (hopefully, it at least LGTM) fixes two problems:
 - OverviewPage.onCompleted: It got the wrong AuthorizationState if qml was loaded too fast because it wasn't initialized. (c++)
- The QML could have tried to open the InitializationPage "onCompleted". But the initial pageStack operation is a parent in it's call stack,  so it is neither ready nor wants to accept "completeAnimation()". A zero interval Timer was added for this case.
2020-11-27 10:25:23 +01:00
Sebastian Wolf
bf6a5535d1
Merge pull request #202 from GNUuser/patch-18
Update harbour-fernschreiber-es.ts
2020-11-26 22:37:35 +01:00
carlosgonz
aac9d779a4
Update harbour-fernschreiber-es.ts 2020-11-26 10:10:15 -05:00
Sebastian Wolf
f58c2aaffa Update translation files 2020-11-26 15:22:44 +01:00
Sebastian Wolf
24ab5a5953
Merge pull request #200 from monich/optimizer
Added storage optimizer option
2020-11-26 15:11:01 +01:00
Sebastian Wolf
63824e77f2 Remove debug leftover in AboutPage 2020-11-26 15:10:26 +01:00
Sebastian Wolf
87854b28c8
Merge pull request #201 from jgibbon/feature/about-for-initialization
Add menu for "About" to InitializationPage
2020-11-26 15:05:43 +01:00
John Gibbon
12136a0e7e Add menu for "About" to InitializationPage
Also puts the account specific info from "AboutPage" into a Loader to make it optional without much effort.
2020-11-26 11:18:17 +01:00
Slava Monich
b649b71868 Added storage optimizer option 2020-11-24 00:17:27 +02:00
Sebastian Wolf
4712d3dc0d
Merge pull request #199 from jgibbon/bugfix/functions-appnotification
fix functions scope; make appNotification global
2020-11-23 21:11:05 +01:00
John Gibbon
9e405918f7 fix functions scope; make appNotification global
I've left some instances of AppNotification items where they're supposed to be centered inside a component, not the whole page.
2020-11-23 20:15:28 +01:00
Sebastian Wolf
0ad5005ea9
Merge pull request #197 from eson57/patch-1
Update harbour-fernschreiber-sv.ts
2020-11-23 12:03:31 +01:00
Sebastian Wolf
d93b23cde4
Merge pull request #194 from jgibbon/bugfix/copypaste
Fix copy paste artifacts
2020-11-23 12:02:52 +01:00
Sebastian Wolf
d95bc2db1a
Merge pull request #193 from monich/mce
Add MceInterface object
2020-11-23 12:02:09 +01:00
Åke Engelbrektson
3555c522ab
Update harbour-fernschreiber-sv.ts
Update Swedish translation
2020-11-23 11:48:23 +01:00
dashinfantry
073af09d95 Update harbour-fernschreiber-zh_CN.ts 2020-11-23 10:44:33 +01:00
iamnomeutente
75dcf88ab0 Update harbour-fernschreiber-it.ts 2020-11-23 10:44:13 +01:00
John Gibbon
aec4666721 Fix copy paste artifacts 2020-11-23 08:27:56 +01:00
John Gibbon
c8f7f569a7 Another debug signal handler fix 2020-11-23 00:38:45 +01:00
Slava Monich
3d48125371 Add MceInterface object 2020-11-23 01:38:06 +02:00
John Gibbon
6140d54b18 Change debug signal handler 2020-11-23 00:13:58 +01:00
John Gibbon
8fd82caf96 Address reviewed issues 2020-11-23 00:08:04 +01:00
John Gibbon
caa74ae219 Add debug description to README 2020-11-23 00:08:04 +01:00
John Gibbon
7b6dd14fd1 Use logging rule for front end 2020-11-23 00:08:04 +01:00
John Gibbon
7017818acb Add switchable Debug output (JS) 2020-11-23 00:08:04 +01:00
Slava Monich
10af41eb83
Merge pull request #191 from monich/logging
Take logging categories into use
2020-11-22 22:42:33 +02:00
Sebastian Wolf
72df7aeddd
Merge pull request #192 from jgibbon/feature/simplify-twemoji
Emoji tweaks
2020-11-22 21:32:39 +01:00
John Gibbon
b4a520ed93 Remove elide 2020-11-22 21:10:36 +01:00
John Gibbon
41af123d42 Update Twemoji images 2020-11-22 20:19:14 +01:00
John Gibbon
352493f100 Use TruncationMode.Fade 2020-11-22 20:19:14 +01:00
John Gibbon
07b8d35fb3 Remove obsolete emoji basePath workaround 2020-11-22 20:19:14 +01:00
John Gibbon
5650be60a8 Simplify twemoji.js 2020-11-22 20:19:14 +01:00
Sebastian Wolf
b26c6e81c2 Avoid strange layout if user name is veeeeeeeery long 2020-11-22 19:16:11 +01:00
Sebastian Wolf
ba41125422
Merge pull request #189 from jorm1s/patch-4
Update harbour-fernschreiber-fi.ts
2020-11-22 19:03:33 +01:00
Slava Monich
162e1ca996 Take logging categories into use
Logging can be enabled in release build like this:

QT_LOGGING_RULES="fernschreiber.*=true" harbour-fernschreiber

See https://doc.qt.io/qt-5/qloggingcategory.html for more details.
2020-11-22 16:40:55 +02:00
Slava Monich
0d600803ad
Merge pull request #190 from monich/toomuch
Do not animate tab item width
2020-11-22 13:33:22 +02:00
Slava Monich
42ebec4503 Do not animate tab item width
It looks weird when they are moving around the screen after page
orientation changes.
2020-11-22 13:31:04 +02:00
Miikka Jormanainen
c80d8877fb Update harbour-fernschreiber-fi.ts 2020-11-21 15:18:34 +02:00
Sebastian Wolf
4bbeb4fa34 Only clear chat model if navigated back | update translation files 2020-11-21 10:12:59 +01:00
Sebastian Wolf
f9c49caf33
Merge pull request #188 from eson57/patch-1
Update harbour-fernschreiber-sv.ts
2020-11-21 09:48:00 +01:00
Sebastian Wolf
b0e1a3eaec
Merge pull request #187 from monich/notificationTurnsDisplayOn
Add notificationTurnsDisplayOn option
2020-11-21 09:46:31 +01:00
Åke Engelbrektson
ddd7432a3f
Update harbour-fernschreiber-sv.ts
Some improvements to Swedish translation, before I forget.
2020-11-21 08:32:24 +01:00
Slava Monich
2f2cbb4679 Added UI for notificationTurnsDisplayOn option 2020-11-21 01:43:08 +02:00
Slava Monich
e68340d406 Added notificationTurnsDisplayOn option
It defaults to false
2020-11-21 01:43:08 +02:00
Slava Monich
a4482c72b3
Merge pull request #186 from monich/fix-build
Fixed release build
2020-11-21 01:11:06 +02:00
Slava Monich
00483a676f Fixed release build 2020-11-21 00:33:17 +02:00
Sebastian Wolf
b7b9715969
Merge pull request #184 from monich/notifications
Show notification popups except for the current chat
2020-11-20 21:37:17 +01:00
Slava Monich
d1ccf9f796 Show notification popups except for the current chat
And drop dependency on Ngf. Also, pre-initialize the chat photo when
pushing the chat page.
2020-11-20 21:42:23 +02:00
Sebastian Wolf
dd6239c119 Hotfix: Use up-to-date chat information for open-by-notification 2020-11-20 19:08:05 +01:00