summaryrefslogtreecommitdiff
path: root/portato/gui/windows/plugin.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged in the portage-2.2 branchRené 'Necoro' Neumann2008-07-091-1/+1
|\
* | Added ability to install missing plugin depsRené 'Necoro' Neumann2008-07-041-8/+39
| |
* | Merged in the new plugin window and the plugin depsRené 'Necoro' Neumann2008-07-031-32/+97
|\ \ | |/ |/|
| * Should show dependencies nowRené 'Necoro' Neumann2008-07-031-2/+48
| |
| * Now the new design is able to do the same as the old oneRené 'Necoro' Neumann2008-06-301-33/+51
|/
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+1
|
* Removed gtk subdirRené 'Necoro' Neumann2008-03-181-0/+85
sword-store.el?id=5daf632af9b78042531631ce1ab6716a3b678de0&follow=1'>emacs: Guard against "%" in message stringSvend Sorensen1-5/+5 The output of pass may contain "%", which will cause `message` to throw the error: "Not enough arguments for format string". For example, `pass rename foo bar` outputs: [master c33f7a9] Rename foo to bar. 1 file changed, 0 insertions(+), 0 deletions(-) rename foo.gpg => bar.gpg (100%) 2015-07-24passmenu: Space to tabsChris Down1-2/+2 It seems this file doesn't use spaces any more. 2015-07-24passmenu: Only pass first line to xdotoolChris Down1-1/+3 In 87ec1489fa98, I forgot that some people like to store more than one line in their password files. We should only pass the first line to xdotool. 2015-07-24passmenu: Read from stdin when using xdotool to type passwordChris Down1-1/+1 This works around a bug in xdotool parsing when encountering quotes, see https://github.com/jordansissel/xdotool/issues/72. Thanks to Gerd Wachsmuth for the report. 2015-05-26emacs: Make `password-store-password-length' customizableNicolas Petton1-3/+10