Commit graph

443 commits

Author SHA1 Message Date
Bilal Elmoussaoui
a5146264b4 remove pgp option and various improvements 2018-12-30 14:50:37 +01:00
Bilal Elmoussaoui
51cf54c0a4 Merge branch 'keyboard-shortcuts' into 'master'
Add keyboard shortcuts (#92)

See merge request World/Authenticator!111
2018-12-29 11:03:45 +00:00
James Westman
27076ff5a9 Add keyboard shortcuts (#92) 2018-12-28 16:23:42 -06:00
Bilal Elmoussaoui
8cc6abf8f0 Merge branch 'support-use-of-gdlib-from-system' into 'master'
Support use of gdlib from the system

See merge request World/Authenticator!110
2018-12-23 15:06:01 +00:00
Christopher Baines
74aebbeaed
Support use of gdlib from the system
Rather than jumping straight away to downloading it, and handling it
as a subproject.
2018-12-22 23:33:58 +00:00
Åke Engelbrektson
e359345bab
Translated using Weblate (Swedish)
Currently translated at 100.0% (81 of 81 strings)
2018-12-18 08:08:09 +01:00
Bilal Elmoussaoui
c56331f337 Merge branch 'patch-1' into 'master'
Pop!_OS 18.10 has packaged Authenticator

See merge request World/Authenticator!109
2018-12-02 18:35:36 +00:00
Michael Aaron Murphy
3609cf6e1a Pop!_OS 18.10 has packaged Authenticator 2018-11-29 23:31:32 +00:00
Kurt Eilertsen
e2574661e3
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (81 of 81 strings)
2018-11-28 19:07:38 +01:00
alaazghoul
15b2cb2350
Translated using Weblate (Arabic)
Currently translated at 90.1% (73 of 81 strings)
2018-11-15 09:07:03 +01:00
alaazghoul
c1d4bb16c4
Translated using Weblate (Arabic)
Currently translated at 87.7% (71 of 81 strings)
2018-11-12 13:07:35 +01:00
Jack Fredericksen
a59a04bef7
Translated using Weblate (Danish)
Currently translated at 17.2% (14 of 81 strings)
2018-11-03 22:23:02 +01:00
Fúlvio Alves
77a98d8409
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.5% (79 of 81 strings)
2018-10-24 01:35:20 +02:00
Fúlvio Alves
43fe773f37
Added translation using Weblate (Portuguese (Brazil)) 2018-10-23 00:01:19 +02:00
Bilal Elmoussaoui
a43ed01eed Merge branch 'tags-issue' into 'master'
account.py: Check if tags are empty before setting provider

See merge request World/Authenticator!107
2018-10-22 17:20:57 +00:00
Christopher Davis
ba53fa8dd8 account.py: Check if tags are empty before setting provider
json_obj.get() doesn't allow us to fall back cleanly if tags is
empty. Instead of using get and indexing from the result, now
we get tags and check if it's empty, and set provider based on
that.
2018-10-22 13:04:39 -04:00
Bilal Elmoussaoui
62b6051bb2 Merge branch 'hdycolumn' into 'master'
list.py: Use HdyColumn for adaptive list view

See merge request World/Authenticator!106
2018-10-21 18:15:38 +00:00
Bilal Elmoussaoui
2b6eed0610 Merge branch 'flatpak-dual-install' into 'master'
Allow dual install of Authenticator

See merge request World/Authenticator!105
2018-10-21 18:13:24 +00:00
Bilal Elmoussaoui
8c09c4e9b4 Merge branch 'fix-symbolic-icon' into 'master'
icons: Fix symbolic icon

See merge request World/Authenticator!104
2018-10-21 18:10:58 +00:00
Bilal Elmoussaoui
6c1232191a Merge branch 'fix-hig-issues' into 'master'
Fix hig issues

See merge request World/Authenticator!103
2018-10-21 18:10:32 +00:00
Christopher Davis
f76a70049d style.css: Remove progressbar radius with new css class
The ProgressBar at the top of the screen had rounded corners
on both ends. With the new style class only the right edge of
the blue moving part is rounded. This keeps everything else
flush with the corners for clean styling.
2018-10-20 20:21:49 -04:00
Christopher Davis
2b72be7304 application.py: Use "About Authenticator" instead of "About"
With the change to the primary menu it was decided that
apps should use their name for the About menu entry.
2018-10-20 17:19:28 -04:00
Christopher Davis
c423a32242 style.css: Use detailed devel styling
Other apps use a detailed .devel styling with a grey icon
rather than just a gradient. This commit brings that styling
to (Development) Authenticator
2018-10-20 16:56:29 -04:00
Christopher Davis
ea67bffd21 search_bar: Hide close button on search bar
The close button on the search bar is redundant since the bar
can be closed by un-toggling the search button. Since no other
GNOME app uses it for search it can be removed.
2018-10-19 22:35:57 -04:00
Christopher Davis
7d36769d6a Remove unneeded padding from accounts_container
Before HdyColumn the padding was hard-coded. With HdyColumn's
adaptive padding the css is no longer needed so the style
class has been removed.
2018-10-19 22:16:43 -04:00
Christopher Davis
7a399d293e list.py: Use HdyColumn for adaptive list view
HdyColumn allows for listviews to cleanly scale between desktop
& mobile form factors while having appropriate widths at
each size. For consistency with other apps using HdyColumn
the max width is 700.
2018-10-19 18:52:18 -04:00
Christopher Davis
a1fd726bed Allow dual install of Authenticator
Flatpak CI allows us to generate a CI bundle that we can install
alongside the stable versions of Authenticator. With this commit
the stable Authenticator is no longer overwritten when installing
a development flatpak.
2018-10-19 15:40:48 -04:00
Christopher Davis
b2a24531da icons: Fix symbolic icon
A spurious space at the top of the symbolic icon .svg prevented the
icon from showing properly in GNOME Shell. This space has now
been removed and the symbolic is working correctly.
2018-10-19 12:47:47 -04:00
Christopher Davis
9db31ffd16 accounts/row.py: Normalize spacing between account row buttons
Adjusts the spacing for the ActionsBox to 6px for constant
spacing between action buttons. Removes the need for individual
spacing.

Also allows for constant distance from the row's top, right, and
bottom edges for the Edit action.
2018-10-19 12:37:57 -04:00
Christopher Davis
5ff1f05a65 application.py: Change Settings to Preferences
According to the HIG Settings should be Preferences. For
consistency with other applications this has been changed.
2018-10-19 12:07:21 -04:00
Christopher Davis
6e55ad36ae application.py: Remove Quit action from menu
According to https://developer.gnome.org/hig/3.30/primary-menus.html.en
the primary menu should not contain the Quit action. This commit
removes it from the Gio.Menu.
2018-10-19 12:04:32 -04:00
Christopher Davis
f13f3bb8dd headerbar.py: Use standard spacing for buttons
Rather than setting the spacing for each individual button,
Gtk.Box can be initialized with a uniform spacing between
elements. The HIG recommends increments of 6px, with 6px being
the generally used spacing between buttons.

Fixes spacing issues between the right headerbar buttons and
strange spacing between the settings button and the right edge
of the headerbar.
2018-10-19 11:53:37 -04:00
Bilal Elmoussaoui
581dd1d1c0 Merge branch 'shortcuts-popover' into 'master'
Added shortcuts menu entry

See merge request World/Authenticator!102
2018-10-02 22:05:07 +00:00
Cedric Bolleter
8baa451751
Translated using Weblate (German)
Currently translated at 100.0% (81 of 81 strings)
2018-09-30 10:52:06 +02:00
Andreas Kleinert
32271eb742
Translated using Weblate (German)
Currently translated at 100.0% (81 of 81 strings)
2018-09-30 10:52:05 +02:00
Bharat Kalluri
385a36221d Added more shortcuts 2018-09-24 23:00:04 +05:30
Bharat Kalluri
34392f2f8a Added entry in potfiles and transient win for shortcuts window 2018-09-24 22:55:39 +05:30
Allan Nordhøy
8d9c7fb6bc
Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.7% (67 of 81 strings)
2018-09-24 13:57:07 +02:00
Adolfo Jayme Barrientos
5784488499
Translated using Weblate (Catalan)
Currently translated at 100.0% (81 of 81 strings)
2018-09-24 13:57:07 +02:00
Bharat Kalluri
a70da6bcb1 Minor code fixes 2018-09-24 02:36:12 +05:30
Bharat Kalluri
f99c2ad553 Added shortcuts menu entry 2018-09-24 02:27:09 +05:30
Anders Jonsson
1a24fc24e2
Translated using Weblate (Swedish)
Currently translated at 67.9% (55 of 81 strings)
2018-09-23 22:33:32 +02:00
advocatux
41408ece29
Translated using Weblate (Spanish)
Currently translated at 100.0% (81 of 81 strings)
2018-09-23 22:33:31 +02:00
Heimen Stoffels
e9501f6534
Translated using Weblate (Dutch)
Currently translated at 100.0% (81 of 81 strings)
2018-09-23 22:33:30 +02:00
Bilal Elmoussaoui
bec251fa41 update pot/po files 2018-09-23 15:58:25 +02:00
Bilal Elmoussaoui
e84df0e924 fix backup/restore in a sandboxed env 2018-09-23 15:53:08 +02:00
Bilal Elmoussaoui
61486ab207 Merge branch 'app-lock' into 'master'
App lock

See merge request World/Authenticator!100
2018-09-23 10:36:52 +00:00
Bilal Elmoussaoui
ae47ab8f7b App lock 2018-09-23 10:36:52 +00:00
Hosted Weblate
7091453c1a
Merge branch 'origin/master' into Weblate 2018-09-11 19:34:54 +02:00
Johannes Keyser
c3b552015d
Translated using Weblate (German)
Currently translated at 29.8% (17 of 57 strings)
2018-09-11 19:34:53 +02:00