Commit Graph

2270 Commits

Author SHA1 Message Date
gridtime
8521182a09
removes unneccessary set casts 2024-02-06 12:12:56 +01:00
gridtime
0e6e55a920
adjusts html saniziter settings to match expected types 2024-02-06 11:48:03 +01:00
gridtime
bd1bc59859
fixes content overlay in add chat tabs 2024-01-26 15:29:26 +01:00
gridtime
6e6b54c4c8
fixes flickering of account avatar overlay 2024-01-07 16:41:36 +01:00
gridtime
09b31c881e
fixes undefined TabBar.width 2024-01-07 16:04:29 +01:00
gridtime
de4bd2c4a6
fixes account tab content overlay 2024-01-07 15:47:51 +01:00
Maze
fb4501e9b3 Bump version to 0.7.4 2024-01-04 10:28:48 +01:00
gridtime
e5c136a32f
forces normal background for history diff 2023-12-15 04:08:07 +01:00
gridtime
ef3ee1cdf6
forces left alignment for history diff 2023-12-15 04:07:35 +01:00
gridtime
75fc44e34f
removes mx-reply block for history diff 2023-12-15 04:06:53 +01:00
gridtime
fc23274c94
adds edits 2023-12-08 21:27:11 +01:00
gridtime
f5691fd8be
adds reactions 2023-12-08 09:44:52 +01:00
Maze
565508b217 Use servers.joinmatrix.org/servers.json
Switching because joinmatrix.org/servers.json is deprecated
2023-11-30 12:47:24 +01:00
gridtime
8d430953f2
fixes nio logger configuration for nio >= 0.21 2023-08-07 20:17:54 +02:00
Maze
111462d3d0 Merge branch 'mistune-2.0.2' into 'main'
Port to Mistune 2.0.2

See merge request mx-moment/moment!16
2023-03-17 21:59:21 +00:00
Maze
51a163bd73 Merge branch 'remove-animation' into 'main'
Remove animation

See merge request mx-moment/moment!17
2023-01-10 08:50:05 +00:00
Newbyte
7b9b48b1ae
Port to Mistune 2.0.2 2022-10-16 10:56:57 +02:00
plate
4869c3b019 Change server list to joinmatrix.org's 2022-08-29 11:03:32 +00:00
Maze
ed4204dfc8 Disable animation on side pane 2022-08-13 12:40:59 +02:00
Maze
2b7da73333 Do not wait for animation 2022-08-10 11:59:59 +02:00
Maze
9088506f62 Remove many animations 2022-08-10 11:59:09 +02:00
DrRac27
f24e5a707b Reimplement ArgumentParser in C++
Makes it possible to use --help and --version even if another instance
of Moment is already running. Fixes #122.
2022-02-09 00:08:44 +01:00
DrRac27
812c948685 Fix "Opening already running instance"
In src/gui/TrayIcon.qml the showUpWatcher looked for the settingsFolder
in the qrc file context so it didn't notice changes in the real settingsFolder.

Fixes #126
2022-02-06 00:57:39 +01:00
Maze
4fa44f7510 Add missing environmental variable checks
Encryption keys, themes and general config dir (if used) were stored in
the default directories even if Moment-specific environmental variables
were present.
2022-01-29 22:35:07 +01:00
Newbyte
484855c452
settings.py: Update Flatpak comment to new ID 2022-01-29 12:43:04 +01:00
Maze
8ff6adf2d8 Bump version 2022-01-24 01:15:16 +01:00
Maze
dcf0fa768a Point links to new repo
These links should now point to the Moment repo instead of
mirukana/mirage
2022-01-23 22:13:49 +01:00
Maze
8d69649814 Change autosave for push rules to 3 seconds
A 30 second delay is unacceptable when there are two UIs for the same
thing, because the UIs will be out of sync for up to 30 seconds.
2022-01-16 16:48:55 +01:00
Maze
7889719574 Prevent instant refreshing of failed listing 2022-01-15 01:42:37 +01:00
Maze
bf76510e8b Handle when server listing is unavailable
This is a bad place to display a huge error because it is a repeating
query. And also this is the first thing people see when opening the app
for the first time and it is a bad impression.
2022-01-15 01:35:56 +01:00
Maze
db9b578bce Add copyright notices for Moment 2022-01-14 22:52:31 +01:00
Maze
e3103144a2 Change default keybindings for Moment
By Linux convention for GUI software, Ctrl+Q is quit.
By general chat app convention, Ctrl+K is filter.
Some keybindings have been changed to make space for these:
Reply is now Ctrl+R
Remove is now Ctrl+Shift+R
"Previous message" is now Ctrl+I

I did not want to alter the defaults more than this.
But ideally, you would want "Previous message" and "Next message"
adjacent, so it makes sense to swap Ctrl+U and Ctrl+J as well.
2022-01-14 21:59:31 +01:00
Maze
106e963573 Add Foliage theme and make it new default
Moment should have a different default theme than Mirage to make it more
visible that it's not the same software.
2022-01-14 21:50:23 +01:00
Maze
2839f83dde Change config dir, offer to migrate
Moment has different default directories and is controlled by
different environment variables. On first startup, Moment
detects Mirage directories and offers to copy them.
It doesn't make sense to migrate logins without migrating encryption
keys, so this is now included in migration. Themes are migrated as well.
Only offer migration is only if both config and data directory are able to be
migrated.
2022-01-14 19:27:59 +00:00
Maze
3aa100981e Merge remote-tracking branch 'dejvinofork/issue_236' Fixes #94 2022-01-05 16:06:24 +01:00
Maze
ad272a136a Merge remote-tracking branch 'mraaghfork/emoji' 2022-01-05 16:02:31 +01:00
Maze
1ebce512b2 Merge branch 'comments' 2022-01-05 16:01:10 +01:00
Maze
ff621e3a01 Merge branch 'opaqueerror' 2022-01-05 15:52:13 +01:00
Maze
212a085648 Merge branch 'seen-indicator' Fixes #100 2022-01-05 15:50:20 +01:00
Maze
2113327d42 Add bindings page 2022-01-05 14:38:29 +00:00
vslg
4cffbaa68d Fix Python 3.10 collections import 2021-11-19 13:12:42 -03:00
Dejvino
7f95738037 GlobalTapHandlers: limit acceptedPointerTypes to mouse
By default, TapHandler is used for all input types. GlobalTapHandlers
was blocking finger touch events from reaching the underlying elements,
breaking the app for mobile devices with a touch screen.
2021-11-17 20:12:27 +01:00
Maze
180c02daed Disable seen indicator link
The seen indicator is a link to #state-text.
This link should not be clickable.
Fixes #247
2021-08-30 03:01:53 +02:00
Maze
275f1f2109 Make error popup opaque
Sending screenshots of error popups is an easy way to leak information.
But if the popup is transparent, that makes it so much easier.
For the sake of privacy, error popups should be opaque.
2021-08-29 19:07:46 +02:00
Maze
2433dba27e Add helpful config comments
I just spent half an hour debugging why some setting didn't work for me.
It was because I was putting it in Chat instead of Keys.Chat. This is
very confusing when you're making your own partial config override file.
I've added comments to the classes with identical names to hopefully
make this less confusing.
2021-08-26 11:56:27 +02:00
Maze
5c819176a5 Suggest how to get colorful emoji
This is something that took me long to figure out, I think it'd help to
have it mentioned in the default configuration.
2021-08-12 15:01:44 +02:00
miruka
c86c4da7d1 Bump version to 0.7.2 2021-07-26 04:39:58 -04:00
miruka
94bf41dc3e Fix presence loop with unavailable/offline
Yes, again.
Also removes echo presence states to simplify things.
2021-07-26 04:39:58 -04:00
miruka
47cfd7c7b0 Show nio logging warnings 2021-07-26 04:39:58 -04:00
miruka
ba236e2be3 Remove some unused imports 2021-07-26 04:39:58 -04:00