summaryrefslogtreecommitdiff
path: root/portato/session.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+1
* Small changesRené 'Necoro' Neumann2008-03-091-1/+2
* Fixed commentsRené 'Necoro' Neumann2008-03-041-1/+1
* (no commit message)Necoro2008-01-141-0/+9
* r609@Devoty: necoro | 2008-01-14 17:04:38 +0100Necoro2008-01-141-2/+2
* r568@Devoty: necoro | 2007-11-21 15:04:15 +0100Necoro2007-11-211-0/+89
tions'>-5/+5 2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed '2014-03-22 00:09:39 -0600'>2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed