summaryrefslogtreecommitdiff
path: root/portato/gui/templates
ModeNameSize
-rw-r--r--AboutWindow.glade2812logplain
-rw-r--r--MainWindow.glade81008logplain
-rw-r--r--PluginWindow.glade3991logplain
-rw-r--r--PreferenceWindow.glade49467logplain
-rw-r--r--SearchWindow.glade5023logplain
-rw-r--r--SplashScreen.glade3165logplain
-rw-r--r--UpdateWindow.glade5230logplain
-rw-r--r--popups.glade2135logplain
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