Bilal Elmoussaoui
d5749f75a4
Room history: Send/display static location events
...
Fixes #952
2022-04-13 13:00:26 +00:00
Bilal Elmoussaoui
40ca58a34d
Room history: Add an emoji selection button
...
It basically triggers the CTRL+. behaviour
2022-04-12 09:39:19 +00:00
Kévin Commaille
6a705f40e1
login: Improvements for small screens
...
Part of #868
2022-04-11 09:05:40 +00:00
Kévin Commaille
5de88e83ff
i18n: Add formatting i18n methods compatible with xgettext
2022-04-06 19:17:39 +02:00
Julian Sparber
eae7359285
context-menu-bin: Create popup only when needed
...
This reduces the time needed to build a Sidebar::RoomRow and
RoomHisotry::MessageRow, by a sinificant amount.
2022-04-06 13:43:38 +00:00
Alexandre Franke
e90312fb87
Improve wording
2022-04-05 12:50:10 +00:00
Alexandre Franke
a3e588c78e
Use proper quotes in strings
2022-04-04 09:03:22 +00:00
Alexandre Franke
296dd710f5
Improve text for upgraded rooms
2022-04-04 08:51:48 +00:00
Alexandre Franke
a89c23e5cf
Improve strings
2022-04-02 19:19:57 +00:00
Kévin Commaille
a5a299ccdf
sidebar: Fix outline glitch on Explore
...
Fixes #970
2022-04-02 13:16:00 +00:00
Anders Jonsson
bfcb14809a
Fix typos in translatable strings
2022-04-02 12:24:56 +02:00
Georges Basile Stavracas Neto
3613d61536
content-explore: Make clamp size match chat history's
...
Having the width of the Explore page different than the widget of
the chat history is jarring, let's make them match.
2022-04-01 14:11:28 +00:00
Georges Basile Stavracas Neto
3b9d5b9c00
content-explore: Remove extra clamp
...
There is a clamp inside a clamp here, one of which has maximum size
of 800. The inner clamp negates that.
Remove the inner clamp.
2022-04-01 14:11:28 +00:00
Georges Basile Stavracas Neto
d7e89d516f
content-room-history: Increase clamp sizes a bit
...
But not too much.
These values are somewhat arbitrary, but they make Fractal's chat
history average between 65~80 characters wide on default GNOME with
Cantarell. This seems to make it much more pleasant to use.
2022-04-01 14:11:28 +00:00
Georges Basile Stavracas Neto
0cdac386ce
content-message-row: Use 'caption' CSS class
...
Instead of 'heading'. The original mockup [1] seems to have this label
much more subtle, and definitely not bold.
[1] https://gitlab.gnome.org/Teams/Design/app-mockups/-/raw/master/fractal/main-window.png
2022-04-01 14:11:28 +00:00
Georges Basile Stavracas Neto
2e9c827565
content: Remove right margin for event-content
...
This was originally introduced at fc02302620
to match mockups, but
seems to be better without.
Also adjust the CSS selector below to have them matching on RTL.
2022-04-01 14:11:28 +00:00
Yuri Chornoivan
25faa63863
Fix minor typos
2022-04-01 12:19:59 +00:00
Kévin Commaille
3d8fe3912f
build: Fix variable name in metainfo
2022-03-31 09:24:58 +00:00
Kévin Commaille
9968d724f0
build: Add develoment version to metainfo
...
Fixes the version of the flatpak bundle
2022-03-31 09:24:58 +00:00
Julian Sparber
a73ff67be4
Copy and update metainfo from master
2022-03-30 15:15:10 +02:00
Julian Sparber
c6b5b226b7
Use desktop file from master
2022-03-30 14:36:28 +02:00
Julian Sparber
0bf6a4ff32
Remove Next from app-id
2022-03-30 14:36:28 +02:00
Kévin Commaille
73c9d51ea8
login: Use EntryRow and PasswordEntryRow
2022-03-28 17:45:48 +02:00
Kévin Commaille
c1a97472b4
login: Move to its own module
2022-03-28 17:45:47 +02:00
JCWasmx86
d8e58a76aa
login: Add SSO support
2022-03-22 15:45:22 +01:00
Maximiliano Sandoval R
ec2852dc90
Make a drag and drop overlay widget
2022-03-22 14:25:25 +00:00
Maximiliano Sandoval R
57b2640035
Implement attachments
...
With drag and drop.
Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/121 , https://gitlab.gnome.org/GNOME/fractal/-/issues/764 .
2022-03-22 14:25:25 +00:00
Julian Sparber
40a77bd6f6
verification: Ask for confirmation after scanning
2022-03-21 12:22:35 +01:00
Kirill Schmidt
3bd9afe788
device-row: Use Log Out for current session
...
device-row: Add is-current-device property
device-row: Implement Logout and check current device
mod: Set is-current-device-property to true
2022-03-07 08:46:30 +01:00
Kévin Commaille
60a0207ee2
secret: Switch to libsecret
2022-02-25 12:06:39 +01:00
Kévin Commaille
5c8c627cec
account-settings: Add General tab
2022-02-25 09:19:26 +01:00
Kévin Commaille
577f582b6e
components: Create ButtonRow
2022-02-25 09:19:26 +01:00
Kévin Commaille
7bf16d34f5
components: Create EntryRow and PasswordEntryRow
2022-02-25 09:19:26 +01:00
Kévin Commaille
6dc9084ec7
components: Create EditableAvatar
2022-02-25 09:19:26 +01:00
Kévin Commaille
c7de7eb431
components: Create ActionButton
2022-02-25 09:19:26 +01:00
Kévin Commaille
953466029d
app: Show spinner by default instead of greeter
2022-02-23 17:07:14 +00:00
Kévin Commaille
757373f87b
app: Rename Error to Toast and move to components
2022-02-23 16:42:50 +00:00
Julian Sparber
762973ce19
room-history: Show error page on loading errors
...
This only shows the error page when the timeline is empty.
Adds also a enum for the timeline state.
2022-02-14 20:28:44 +01:00
Daniel García Moreno
5f06500e08
Set wrap property in mesage_entry
...
Fix https://gitlab.gnome.org/GNOME/fractal/-/issues/895
2022-02-09 18:30:27 +00:00
Kévin Commaille
3079b7faca
room-history: Show audio messages in timeline
2022-02-03 11:36:50 +01:00
Julian Sparber
687fcb51d0
qr-code-scanner: Add round corners to video
2022-02-02 16:47:21 +00:00
Julian Sparber
b73b504390
verification: Drop screenshot support
2022-02-02 16:47:21 +00:00
Julian Sparber
d2f8f105ec
qr-code-scanner: Use a singleton to access the Camera
...
This also adds a no-camera page.
2022-02-02 16:47:21 +00:00
Kévin Commaille
f4611d73bb
login: Add auto-discovery of homeserver
...
Also check if the url provided is a valid homeserver.
Closes #769
2022-02-01 14:24:58 +01:00
Kévin Commaille
ae66b8045a
greeter: Fix devnotice
2022-02-01 14:24:58 +01:00
Kévin Commaille
2296036d4a
data: Move non-icon SVGs to assets
2022-02-01 14:24:58 +01:00
Kévin Commaille
74cf22df84
app: Separate greeter and login screens
2022-02-01 14:24:57 +01:00
Kévin Commaille
bdfd69c64d
login: Replace custom button with SpinnerButton
2022-02-01 14:24:57 +01:00
Julian Sparber
5a49bfc173
explore: Replace .content style with .card
2022-02-01 09:55:47 +00:00
Kévin Commaille
34f71ce741
members-page: Only show active members
...
Separate joined and invited in two lists
2022-02-01 08:36:53 +00:00