Commit graph

1078 commits

Author SHA1 Message Date
Maximiliano Sandoval R
2630089c47
Update the bar at the start of a cycle
If we update the bar when time <= 0.0001 we will get the previous counter.
2021-01-22 16:59:02 +01:00
Maximiliano Sandoval R
c884e8c146
Update progress bar on each frame
Rather than on a 20 millis timeout, which provides less than 60fps.
2021-01-22 15:58:30 +01:00
Maximiliano Sandoval R
f57b702072
row: Adds a correction to account for app init
If app starts at 00:00:42 instead of 00:00:00, a 12 should be
subtracted to see the actual time at which the current code was
generated, which happens each 30 secs.
2021-01-22 15:34:29 +01:00
Daniel Șerbănescu
cbbaa1070b Update Romanian translation 2021-01-21 19:45:46 +00:00
Bilal Elmoussaoui
d5b2459a26 Merge branch 'update' into 'master'
Update deps & port to libadwaita

See merge request World/Authenticator!172
2021-01-21 18:17:20 +00:00
Maximiliano Sandoval R
a38d1580c7
Port from libhandy to libadwaita 2021-01-21 19:05:09 +01:00
Maximiliano Sandoval R
b6457b8190
Cargo.lock: Update dependencies 2021-01-21 18:47:50 +01:00
Fabio Tomat
a62be1de06 Update Friulian translation 2021-01-21 06:58:39 +00:00
sicklylife
c1e803fd1f Update Japanese translation 2021-01-17 01:24:53 +00:00
Bilal Elmoussaoui
5ab811ddf2 Merge branch 'wip/cdavis/use-shortcuts' into 'master'
Use GtkShortcut instead of GtkEventControllerKey

See merge request World/Authenticator!170
2021-01-14 22:07:12 +00:00
Christopher Davis
3c5f426e37 account_add: Use GtkShortcut instead of event controller
GtkShortcut is much cleaner than manually adding the
GtkEventControllerKey and checking for the right key.
2021-01-14 13:54:41 -08:00
Christopher Davis
5dd1e721a6 providers_dialog: Use GtkShortcut instead of event controller
This is much cleaner and can be done within the UI file.
2021-01-14 13:51:07 -08:00
Bilal Elmoussaoui
edd2553b33 Merge branch 'wip/cdavis/remove-get' into 'master'
Update gtk-rs deps and template usage

See merge request World/Authenticator!169
2021-01-14 21:36:24 +00:00
Christopher Davis
894ee49255 widgets: Use instance_init() for init_template()
This is the correct place to call init_template(),
not constructed()
2021-01-14 13:24:06 -08:00
Christopher Davis
2c63fd2893 accounts: Stop using get() for template children
Now that TemplateChild implements Deref, we don't need .get()
2021-01-14 13:08:27 -08:00
Christopher Davis
b6a066d607 preferences: Stop using get() for template children
Now that TemplateChild implements Deref, .get()
is no longer needed.
2021-01-14 13:03:10 -08:00
Christopher Davis
d05d3e2043 providers: Stop using .get() for template children
Now that TemplateChild implements Deref, .get()
isn't needed.
2021-01-14 12:58:57 -08:00
Christopher Davis
ba79a0aa10 window: Remove use of .get() for template children
Now that Deref is implemented for TemplateChild,
.get() is not needed.
2021-01-14 12:46:55 -08:00
Christopher Davis
a79bcb5845 Update gtk-rs deps
Updates our gtk-rs deps and makes use of gdk's
key API
2021-01-14 12:45:05 -08:00
Piotr Drąg
94998bd61b Update Polish translation 2021-01-10 17:21:28 +00:00
Yuri Chornoivan
f204816518 Update Ukrainian translation 2021-01-10 07:44:25 +00:00
Bilal Elmoussaoui
b8ff9873ab fixes #217
along with some metainfo/desktop cleanup
2021-01-10 01:31:29 +01:00
Bilal Elmoussaoui
28e5f61075 sync the qrcode paintable thingy 2021-01-10 01:22:28 +01:00
Bilal Elmoussaoui
c7b5ca9718 update per latest gtk-rs changes 2021-01-10 00:57:38 +01:00
Bilal Elmoussaoui
9d82a33c80 favicons: use a shared client 2021-01-09 21:44:56 +01:00
Florentina Mușat
ea250e9580 Update Romanian translation 2021-01-02 18:35:13 +00:00
Piotr Drąg
d9e6cdba4d Update Polish translation 2020-12-20 12:12:01 +00:00
Rafael Fontenelle
4115bcdad7 Update Brazilian Portuguese translation 2020-12-20 08:56:07 +00:00
Yuri Chornoivan
f37de65095 Update Ukrainian translation 2020-12-20 07:36:04 +00:00
sicklylife
434af63839 Update Japanese translation 2020-12-20 06:39:05 +00:00
Bilal Elmoussaoui
d764f8e553 Merge branch 'scootergrisen-master-patch-98562' into 'master'
Make "The recommended value is" string consistent with other string

See merge request World/Authenticator!168
2020-12-20 00:34:46 +00:00
scootergrisen
8dc33996f9 Make "The recommended value is" string consistent with other string 2020-12-20 00:33:08 +00:00
Yuri Chornoivan
a7eef4cad5 Update Ukrainian translation 2020-12-19 07:48:10 +00:00
Bilal Elmoussaoui
cd3a113a10 improve favicons fetching 2020-12-19 05:03:40 +01:00
Bilal Elmoussaoui
11196b6412 fix capitalization of headers
fixes #213
2020-12-18 23:47:56 +01:00
Bilal Elmoussaoui
39a287d577 account details: allow swiping back
fixes #207
2020-12-18 23:29:34 +01:00
Bilal Elmoussaoui
ce89cf0b8a preferences: add more mnemonics
fixes #202 for real
2020-12-18 23:15:23 +01:00
Bilal Elmoussaoui
da1d4e4302 account row: rename share to details
fixes #208
2020-12-18 23:10:22 +01:00
Bilal Elmoussaoui
fb546d15d5 providers dialog: close with escape 2020-12-18 22:54:25 +01:00
Bilal Elmoussaoui
f4ecce39ac ui: swipe back when possible 2020-12-18 22:54:07 +01:00
Bilal Elmoussaoui
e6710aea82 update per latest gtk-rs updates
mostly simplifies imports, renamed macros, simplifed gobject instance creation
2020-12-18 21:19:01 +01:00
Bilal Elmoussaoui
f127ae1f91 Merge branch 'kavanmevada-master-patch-56260' into 'master'
window: fix minimum size width

See merge request World/Authenticator!167
2020-12-18 12:20:12 +00:00
Kavan Mevada
328604f7fe window: fix minimum size width 2020-12-18 12:10:18 +00:00
Yuri Chornoivan
599f22d249 Update Ukrainian translation 2020-12-16 14:32:47 +00:00
Bilal Elmoussaoui
a9ede03c9e rename providers_all to providers_dialog 2020-12-16 12:27:05 +01:00
Bilal Elmoussaoui
2987282fb9 remove unused icon 2020-12-16 12:23:25 +01:00
Bilal Elmoussaoui
e6b4b1d36c ui files: use proper name for props 2020-12-16 12:22:44 +01:00
Bilal Elmoussaoui
6cf83c4076 few clippy fixes 2020-12-16 12:22:21 +01:00
Bilal Elmoussaoui
608d94b043 few design improvements 2020-12-16 03:24:00 +01:00
Bilal Elmoussaoui
60ada45b60 better default size 2020-12-16 02:58:13 +01:00