Commit graph

1839 commits

Author SHA1 Message Date
Sabri Ünal
7cf0aa71a5 Update Turkish translation 2023-08-12 08:50:12 +00:00
Bilal Elmoussaoui
e83293f85c Fix new clippy warnings 2023-08-12 01:47:41 +02:00
Bilal Elmoussaoui
9fbc2ff78d Prefer using exported once_cell from glib or std 2023-08-12 01:42:40 +02:00
Bilal Elmoussaoui
d475fa4bdc account row: Disable markup 2023-08-12 01:30:30 +02:00
Bilal Elmoussaoui
66e9d1385a Drop custom sorters 2023-08-12 01:30:30 +02:00
Bilal Elmoussaoui
d69bc93f57 Replace no longer maintained qrcode crate 2023-08-12 01:30:30 +02:00
Bilal Elmoussaoui
f6cd9d6612 Switch to gtk-rs git deps 2023-08-12 01:30:30 +02:00
Jürgen Benvenuti
346f892828 Update German translation 2023-07-29 11:21:05 +00:00
Sergej A
2023accc89 Update Russian translation 2023-07-28 17:54:43 +00:00
Balázs Úr
77ff57b985 Update Hungarian translation 2023-07-25 21:34:29 +00:00
Asier Sarasua Garmendia
03381747ec Update Basque translation 2023-07-22 07:12:32 +00:00
Vojtěch Perník
b3ff1ecf6e Update Czech translation 2023-07-21 14:53:12 +00:00
Jiri Grönroos
398e729772 Update Finnish translation 2023-07-20 07:58:49 +00:00
Rilson Joás
17df7964a1 Update Brazilian Portuguese translation 2023-07-16 15:04:48 +00:00
Piotr Drąg
4c32f3af85 Update Polish translation 2023-07-16 11:26:07 +00:00
Yosef Or Boczko
bc31b805f2 Update Hebrew translation 2023-07-15 18:24:55 +00:00
Bilal Elmoussaoui
2362044f8e ci: add missing stages 2023-07-13 16:28:42 +00:00
Bilal Elmoussaoui
65abcbfe5f CI: attempt 2 to fix nightly deployment 2023-07-13 15:59:03 +00:00
Bilal Elmoussaoui
fe8a864467 CI: take inspiration from Podcasts 2023-07-12 23:32:39 +00:00
Bilal Elmoussaoui
78616b4de6 build: Attempt at fixing cargo tests 2023-07-12 23:16:32 +00:00
Bilal Elmoussaoui
998b035910 CI: publish nightly builds 2023-07-12 22:43:41 +00:00
Hugo Carvalho
3749ed8dbd Update Portuguese translation 2023-07-12 14:21:23 +00:00
Boyuan Yang
d254f0e7a5 Update Chinese (China) translation 2023-07-11 00:41:54 +00:00
Maximiliano Sandoval R
639d97252f POTFILES: Add missing preferences_camera_page 2023-07-10 14:45:29 +00:00
Martin
9fe650d234 Update Slovenian translation 2023-07-10 13:07:54 +00:00
Kukuh Syafaat
b22c6734eb Update Indonesian translation 2023-07-09 10:44:15 +00:00
Bilal Elmoussaoui
16d198e556 preferences: Replace GtkSwitch with AdwSwitchRow 2023-07-08 12:41:47 +02:00
Jürgen Benvenuti
f490ff1d4d Update German translation 2023-07-08 07:46:54 +00:00
Yuri Chornoivan
14edf2cb46 Update Ukrainian translation 2023-07-08 06:28:55 +00:00
Ekaterine Papava
9270cd92ac Update Georgian translation 2023-07-08 03:46:54 +00:00
Bilal Elmoussaoui
1dd0406338 cleanup: Remove useless GtkSizeGroup 2023-07-08 01:57:20 +02:00
Bilal Elmoussaoui
9877014e82 Switch to using AdwSpinRow 2023-07-08 01:52:45 +02:00
Bilal Elmoussaoui
6513c238a5 Fix clippy warnings 2023-07-08 01:15:51 +02:00
Bilal Elmoussaoui
4ae44536eb Reformat code 2023-07-08 01:07:45 +02:00
Bilal Elmoussaoui
07ea71e0fe otp uri: Serialize algorithm with uppercase 2023-07-08 01:07:36 +02:00
Bilal Elmoussaoui
fe88df43ad Update dependencies 2023-07-08 00:53:09 +02:00
Maximiliano Sandoval R
960f54dafc
camera: Make headerbar transparent
We add a bit of black so that the buttons are visible. We also increase
the size of the floating button.
2023-06-20 23:24:26 +02:00
Maximiliano Sandoval R
b3517fa1b1
cargo: Set msrv to 1.70
We use is_some_and.
2023-06-20 23:03:39 +02:00
Maximiliano Sandoval R
0f176cc80b
Stop using titlebar css class on headerbars
It is not needed.
2023-06-20 22:57:58 +02:00
Maximiliano Sandoval R
387cef8972
providers_list: Move expand into list box
No need to have them on the top level.
2023-06-20 22:55:59 +02:00
Maximiliano Sandoval R
e8fd57abae
window: Set min size
Also remove width and height request from sub widgets.
2023-06-20 22:48:18 +02:00
Maximiliano Sandoval R
8a53a25d50
providers_dialog: Use destroy-with-parent 2023-06-20 22:26:26 +02:00
Maximiliano Sandoval R
065c7c2c50
account_details_page: Do not vexpand the clamp
This is not necessary.
2023-06-20 22:22:01 +02:00
Maximiliano Sandoval R
36bbcaf0ef
camera: Use AdwToolbarView 2023-06-20 22:21:54 +02:00
Maximiliano Sandoval R
9189d2dd3e
preferences_window: Use push_subpage apis
For this we subclass navigation page in both pages.
2023-06-20 22:18:00 +02:00
Maximiliano Sandoval R
fe3c153efa
account_add_dialog: Use newer widgets
We use AdwToolbarView and AdwNavigationView.

Notes:
- We replace the back button with a Cancel button to close the dialog
- Set minimum size of 360x294
- Stop camera only once the camera page is hidden
- Set hscrollbar policy to never
2023-06-20 21:53:45 +02:00
Maximiliano Sandoval R
f483735bce
window: Use AdwNavigationView
Instead of leaflet for the accounts view.
2023-06-20 21:45:22 +02:00
Maximiliano Sandoval R
16da28f680
account_details_page: Use AdwToolbarView
And subclass navigation page.
2023-06-20 21:25:22 +02:00
Maximiliano Sandoval R
259fdbce11
providers_dialog: Use a regular search bar 2023-06-20 21:19:24 +02:00
Maximiliano Sandoval R
388a82c621
providers_page: Set end button's halign=center 2023-06-20 21:19:21 +02:00