summaryrefslogtreecommitdiff
path: root/portato/gui/slots.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-09-03 19:19:07 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-24 19:33:50 +0200
commit4a067c072e3eaa65cb434307ea4e9280d3af9b68 (patch)
tree9b0947892f5a6ff05b0c6eb2774ea069b92cf09d /portato/gui/slots.py
parent4627e66cf3cfd39fd0c8e02351fba3a177650dac (diff)
downloadportato-4a067c072e3eaa65cb434307ea4e9280d3af9b68.tar.gz
portato-4a067c072e3eaa65cb434307ea4e9280d3af9b68.tar.bz2
portato-4a067c072e3eaa65cb434307ea4e9280d3af9b68.zip
Fix the segfault in GLib due to wrong encoding
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
>2014-03-22Makefile: do not use recursion and organizeJason A. Donenfeld12-9/+7 2014-03-22clip: suppress kill errorJason A. Donenfeld2-3/+3 2014-03-22clip: do not race on osxJason A. Donenfeld1-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