Micke Nordin
fd76ee72df
Remove trailing newline
...
We definatly break stuff with this, so it must be removed.
3 years ago
Micke Nordin
fa3d747cba
Smol fix to make temp file usage clearer
...
Most likely this temp file solution does
not do what I though...
3 years ago
Micke Nordin
9fc9c77396
Fix init screen to use alert dialog
...
To initiate a local password-store, you
need a gpg-key, and now we can tell the user
as much
3 years ago
Micke Nordin
c541c60aa9
Refactor: sorting methods, and make some
...
things clearer
3 years ago
Micke Nordin
17b78797dc
Refactor: sorting methods, and make some
...
things clearer
3 years ago
Micke Nordin
e5d1be7c3b
Further work on #2
...
It seems git is working now, however this
is thoroughly untested...
3 years ago
Micke Nordin
e02c552acb
This commit adds initial support for init of local .password-store
...
This is a start towards fixing #2 although it does not have git
support yet, and does not import gpg/ssh keys. At least it's
something :)
3 years ago
Micke Nordin
fd49fc8111
Add type annotations
...
This commit adds type annotations to main.py and fixes typos as well.
It also adds a FIXME to check if we really should add a new line at
end of password
3 years ago
Micke Nordin
602ff241ad
Add decorator to redraw window
...
This commit adds a decorator that will handle redrawing of gui.
The pattern sizer.clear() ... pnl.SetupScrolling() and
sizer.layout() is very common and easy to handle with a decorator.
3 years ago
Micke Nordin
cda0ecbd40
Remove pycache
3 years ago
Micke Nordin
49473c85bf
Refactor: move all pass related non gui stuff to module
...
This commit refactors this program to use a separate module for pass
related stuff. This will enable a better separation between backend
and frontend.
There is still some work to do, e.g. adding getters and setters
instead of using member attributes directly, but it is a start.
4 years ago
Micke Nordin
d6b0842991
Code clean up
...
Remove unused variables, fix return statements to be consistant
4 years ago
Micke Nordin
353b19d8b3
Add docstrings
4 years ago
Micke Nordin
205e1d3d81
Move installer and add support for arch/manjaro to installer
4 years ago
Micke Nordin
f1f5db976a
Show path after creation
4 years ago
Micke Nordin
b4beda486f
Delete and add
4 years ago
Micke Nordin
ea9b2e87fe
Add back up emoji
4 years ago
Micke Nordin
5e982a54a8
Better navigation and tools
4 years ago
Micke Nordin
bafe072f1c
Readd scrolling to se if that fixes error with disapearing scrolling
4 years ago
Micke Nordin
167cd75f6f
Add dependencies
4 years ago
Micke Nordin
978908e5af
Add crude installer for development purposes
4 years ago
Micke Nordin
6fe8e46117
Editing
4 years ago
Micke Nordin
497034c8fe
Sorting
4 years ago
Micke Nordin
f801ef1915
Read only working
4 years ago
Micke Nordin
114e3b143b
List capabilities
4 years ago