Commit graph

242 commits

Author SHA1 Message Date
Bilal Elmoussaoui
771d84e912 build: backport fancy stuff from the template 2022-01-23 16:13:01 +01:00
M L
8570179c09 Dark mode: Switch to libadwaita and fix dark mode/theme setting 2022-01-22 12:31:06 +00:00
Maximiliano Sandoval R
478dd87bc8
license: Use non deprecated license identifier 2022-01-16 18:08:12 +01:00
Bilal Elmoussaoui
93088f47d8 tweak the providers page a bit 2022-01-05 12:50:30 +01:00
Bilal Elmoussaoui
dde4c3790d move delete to account details 2022-01-05 12:08:13 +01:00
Bilal Elmoussaoui
020850c5cb use the new dark mode settings 2022-01-05 11:04:19 +01:00
Bilal Elmoussaoui
b2d2e4e363 copy the snapshot transformations from decoder
to scale the camera image to fit
2022-01-05 10:38:32 +01:00
Bilal Elmoussaoui
48822df359 move the camera to use the portal 2022-01-05 10:38:32 +01:00
Bilal Elmoussaoui
b8b27c8db2 fix shortcuts page 2022-01-05 10:38:32 +01:00
Bilal Elmoussaoui
e78e1ffdaf provider page: use the new adw enum model 2022-01-05 10:38:32 +01:00
Bilal Elmoussaoui
e558c01a05 drop the progress bar in favour of a progress icon 2022-01-05 10:38:32 +01:00
Bilal Elmoussaoui
1635e15050 use adw::Application 2022-01-05 10:38:32 +01:00
Bilal Elmoussaoui
eaba3f0d97 update to latest gtk-rs stack 2022-01-05 10:38:31 +01:00
Jan Beich
76e7c31709 meson: drop unused argument for i18n.merge_file()
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.

data/meson.build:34:0: ERROR: Function does not take positional arguments.
data/meson.build:61:0: ERROR: Function does not take positional arguments.
2022-01-04 23:23:02 +00:00
Bilal Elmoussaoui
ba18941593 bump to 4.0.3 2021-03-26 16:08:51 +01:00
Bilal Elmoussaoui
72f10e95f5 bump to 4.0.2 2021-02-09 09:07:14 +01:00
Bilal Elmoussaoui
eeff527291 account row: spacing btw account name & otp label
fixes #241
2021-02-05 12:22:19 +01:00
Bilal Elmoussaoui
1eca766f8d scrolled windows: sync min-width 2021-02-05 12:19:44 +01:00
Bilal Elmoussaoui
46b966a373 provider page: limit the spinbtn values 2021-02-05 11:50:33 +01:00
Bilal Elmoussaoui
3a009fdf6a details: escape to go back 2021-02-02 02:46:09 +01:00
Bilal Elmoussaoui
92f0db5385 camera: add a back button if not found
fixes #235
2021-02-01 20:32:23 +01:00
Bilal Elmoussaoui
4ee4e78971 use passphrase instead of password
fixes #238
2021-02-01 17:01:55 +01:00
Bilal Elmoussaoui
a24470d9ee metainfo: add the old app-id to the list of provides
this will make software centers merges the two results, at least for reviews & all
2021-02-01 13:17:39 +00:00
Bilal Elmoussaoui
416093208d window: simpler title on empty page
fixes #232
2021-02-01 11:38:29 +00:00
Bilal Elmoussaoui
b6fc60b160 bump to 4.0.1 2021-02-01 04:33:04 +01:00
Christopher Davis
bb0764ef29 ui: Writing style changes
See https://developer.gnome.org/hig/stable/writing-style.html.en
2021-01-31 16:24:17 -08:00
Christopher Davis
ffaccde28c window: Adjust login page styling 2021-01-31 16:24:17 -08:00
Bilal Elmoussaoui
549bd41416 provider image: default to fallback 2021-02-01 00:48:17 +01:00
Bilal Elmoussaoui
b44ace4eef providers: update the fallback image 2021-02-01 00:42:40 +01:00
Bilal Elmoussaoui
98266a4bdb providers: better fallback image 2021-02-01 00:22:16 +01:00
Bilal Elmoussaoui
e54e8ada6d providers: make escape return to the list before closing 2021-02-01 00:22:16 +01:00
Bilal Elmoussaoui
9f140987ac update screenshots 2021-01-31 23:11:33 +01:00
Christopher Davis
4aab7065e5 password_page: Use AdwStatusPage 2021-01-31 13:47:28 -08:00
Bilal Elmoussaoui
20208e8b73 window: use a stack for login/unlocked 2021-01-31 22:37:56 +01:00
Bilal Elmoussaoui
f214a6fc16 update release notes 2021-01-31 21:32:53 +01:00
Bilal Elmoussaoui
ef4b4d521b providers: don't allow the user to remove them if they have accounts 2021-01-31 20:52:20 +01:00
Bilal Elmoussaoui
0b01f4687b bigger windows by default 2021-01-31 20:52:20 +01:00
Bilal Elmoussaoui
0636847fb0 providers: allow setting a custom image & resetting it 2021-01-31 18:05:13 +01:00
Bilal Elmoussaoui
e349194c8d ui: add tooltips to buttons where needed 2021-01-31 14:50:38 +01:00
Bilal Elmoussaoui
108baf5ac3 use multiple of 6 for margins/spacing 2021-01-31 14:50:38 +01:00
Bilal Elmoussaoui
da9ae0d46c css: move margin specific stuff to ui files
so we can use margin-start/margin-end instead of margin-left, margin-right
2021-01-31 04:25:58 +01:00
Christopher Davis
3d102529b1 providers_dialog: Add search shortcut
Adds a shortcut for searching within the providers dialog.
This will match the shortcut for the preferences window and
main window.
2021-01-30 18:50:41 -08:00
Christopher Davis
5630cc1f4a window: Move search to headerbar
Newer apps have their search entries in the headerbar.
To match these newer apps and AdwPreferencesWindow, move
our own search into the headerbar as well.
2021-01-30 18:33:02 -08:00
Christopher Davis
3248e55cc1 providers_dialog: Move search entry to HeaderBar
Search in HeaderBar is the newer pattern apps are using
instead of GtkSearchBar. To match these newer apps and
AdwPreferencesWindow, we should move our own search
to the HeaderBar.
2021-01-30 18:32:58 -08:00
Christopher Davis
b141ae571f providers_list: Adjust empty results label 2021-01-30 17:15:04 -08:00
Christopher Davis
f4d8835ffe providers_dialog: Adjust the description for zero results 2021-01-30 17:14:38 -08:00
Bilal Elmoussaoui
3904834077 update empty results string 2021-01-31 02:06:19 +01:00
Christopher Davis
d965e4606c style: Use title-3 and adjust margins
Use title-3 for more subtle bold labels, and adjust margins
to be multiples of 6px per https://developer.gnome.org/hig/stable/visual-layout.html.en
2021-01-30 17:02:24 -08:00
Bilal Elmoussaoui
9b201c3df9 css: fix provider row border-bottom for hotp/steam 2021-01-31 00:44:36 +01:00
Bilal Elmoussaoui
be4b00e39b preferences: bind switch & spin sensitivity 2021-01-30 11:05:28 +01:00