summaryrefslogtreecommitdiff
path: root/portato/plugin.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* i18n support and german translationsnecoro2007-08-051-12/+13
* added logviewersnecoro2007-07-211-2/+7
* new Plugin Schemenecoro2007-07-201-5/+4
* new Plugin Schemenecoro2007-07-201-1/+1
* new Plugin Schemenecoro2007-07-201-109/+52
* new fancier log outputnecoro2007-07-131-15/+11
* added resume_loop pluginnecoro2007-07-091-10/+55
* some more documentationnecoro2007-07-071-0/+10
* Some documentation worknecoro2007-07-071-1/+20
* first approach of allowing the disabling of plugins (only gtk)necoro2007-07-041-5/+30
* some more fixed bugsnecoro2007-04-261-1/+1
* nomsgnecoro2007-04-261-4/+4
* added noroot-optionnecoro2007-04-251-3/+7
* Made qt plugin-ready; lots of documentationnecoro2007-04-201-10/+31
* Allowed Plugins to have a menunecoro2007-03-311-3/+66
* Added etc-proposals pluginnecoro2007-03-151-2/+21
* Added plugin-data to about-dialognecoro2007-03-101-0/+3
* First plugin supportnecoro2007-03-101-0/+367
;id=579db9ca9c5a3d8ee60fc15d2be609775827d436&follow=1'>Clean up git handling.Jason A. Donenfeld2-42/+28 Get rid of push/pull shortcuts, as they weren't widely used. Add contents to repo on git init. Centralize git add logic, and make it less error prone. 2012-09-19Fix git regression.Jason A. Donenfeld1-1/+1 2012-09-18Add additional information from KeepassX xmlJuhamatti Niemelä1-3/+15 Import passwords as multiline entries with password in the first line. Rest contains following data if they exist in the entry element of the xml file: - username - url - comment 2012-09-18Copyright and licensing info to keepassx2pass scriptJuhamatti Niemelä1-0/+4 2012-09-18Quote the template.Jason A. Donenfeld1-1/+1 2012-09-18Better dependency list.Jason A. Donenfeld1-1/+10 2012-09-18Make recursive make silent.Jason A. Donenfeld1-1/+1 2012-09-18Quote the program name.Jason A. Donenfeld1-4/+4 2012-09-17Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld4-72/+97 2012-09-16Support recursive and forced removal.Jason A. Donenfeld2-12/+28 Laurent asked for this. Reported-by: Laurent Ghigonis <laurent@p1sec.com> 2012-09-16Small stylistic things.Jason A. Donenfeld1-9/+9 Reported-by: Laurent Ghigonis <laurent@p1sec.com> 2012-09-15Use --force flag in keepassx import.Jason A. Donenfeld1-1/+1