summaryrefslogtreecommitdiff
path: root/portato/gui/utils.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-10 00:07:43 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-10 00:07:43 +0200
commit5864d4a284133b82f7103bbc988147e2bc0c56da (patch)
tree8030c5851b9bc2f2aa48488e2e114d58645cb75b /portato/gui/utils.py
parent0d422b9c17b5aaf7c59a2482f3dc8009189844c7 (diff)
downloadportato-5864d4a284133b82f7103bbc988147e2bc0c56da.tar.gz
portato-5864d4a284133b82f7103bbc988147e2bc0c56da.tar.bz2
portato-5864d4a284133b82f7103bbc988147e2bc0c56da.zip
Add seperator in between the 'show' and the 'do' items
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
td> 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