summaryrefslogtreecommitdiff
path: root/portato/gui/gtk (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* replaced some lists by generators to save memoryNecoro2007-09-181-2/+2
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-277-34/+47
* some changesnecoro2007-08-251-5/+3
* small fixnecoro2007-08-201-1/+1
* smaller fixesnecoro2007-08-181-31/+22
* improved terminalnecoro2007-08-171-1/+3
* improved update-world; now showing differences between installed and set use-...necoro2007-08-163-15/+50
* bug in windowsnecoro2007-08-121-2/+1
* added listener/notifynecoro2007-08-122-63/+51
* add splash screennecoro2007-08-104-90/+177
* new threading model in gui_helpernecoro2007-08-073-21/+47
* small fixesnecoro2007-08-061-2/+2
* some translation fixes :)necoro2007-08-051-0/+1
* some translation fixes :)necoro2007-08-051-3/+3
* i18n support and german translationsnecoro2007-08-051-1/+1
* i18n support and german translationsnecoro2007-08-054-51/+57
* added an uncaught exception dialognecoro2007-08-041-1/+0
* added an uncaught exception dialognecoro2007-08-043-3/+90
* bugfixesnecoro2007-08-041-3/+5
* updatesnecoro2007-07-301-18/+58
* some more pause emerge itemsnecoro2007-07-281-31/+89
* changed design / added linknecoro2007-07-261-34/+24
* changed design / added linknecoro2007-07-251-41/+79
* added logviewersnecoro2007-07-211-3/+48
* fixesnecoro2007-07-131-12/+14
* new fancier log outputnecoro2007-07-131-6/+5
* added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro2007-07-111-0/+8
* added resume_loop pluginnecoro2007-07-091-1/+1
* some more documentationnecoro2007-07-071-1/+1
* new plugin and about dialognecoro2007-07-051-17/+27
* first approach of allowing the disabling of plugins (only gtk)necoro2007-07-041-8/+20
* added updatable dialog also for gtknecoro2007-06-231-2/+93
* better config-handlingnecoro2007-06-152-28/+28
* added ebuild viewernecoro2007-06-151-2/+3
* added ability of passing "&&" to the sync commandnecoro2007-06-151-1/+24
* corrected the about-statementsnecoro2007-06-141-1/+1
* - added settings: gtk: console fontnecoro2007-05-151-25/+37
* added the display of the masking reasonnecoro2007-05-141-0/+1
* now showing the overlaynecoro2007-05-121-3/+8
* added the ability of sorting the pkglist by installation statusnecoro2007-05-071-7/+20
* fixed bugs in gtk and qtnecoro2007-04-271-8/+11
* added systraynecoro2007-04-251-4/+41
* add application icon and desktop filenecoro2007-04-241-2/+3
* moved *.glade and *.ui to one directory to omit the change of the config.py e...necoro2007-04-241-1340/+0
* added dialogs to warn you when the queue is running on quitting portatonecoro2007-04-243-191/+209
* Made qt plugin-ready; lots of documentationnecoro2007-04-201-1/+1
* added preferences for Qt-Frontendnecoro2007-04-162-193/+193
* Improved masking display and made most of the Qt-Frontend worknecoro2007-04-131-2/+32
* Some more functionality for the Qt-Frontend (complete emerge)necoro2007-04-102-193/+194
* Some more functionality for the Qt-Frontendnecoro2007-04-073-32/+10
Jason A. Donenfeld2-2/+18 2014-04-18bash-completion: filter dot files from resultsJason A. Donenfeld1-3/+8 2014-04-18reencrypt: remove option, do automaticallyJason A. Donenfeld5-39/+25 2014-04-18reencryption: add to completion filesJason A. Donenfeld3-1/+5 2014-04-18Specify variable gpg.Jason A. Donenfeld1-1/+1 2014-04-18style: don't escape new line on &&Jason A. Donenfeld1-2/+2 2014-04-18reencryption: remove temporary file on failureJason A. Donenfeld1-1/+1 2014-04-18reencryption: only reencrypt files when requiredJason A. Donenfeld2-16/+37 2014-04-17cp: typo as cvJason A. Donenfeld1-1/+1 2014-04-17bash: gpg_id is localJason A. Donenfeld1-0/+1 2014-04-17move/copy: always reencrypt passwords at destinationJason A. Donenfeld5-25/+56 2014-04-17makefile: allow platform files with gnu sedJason A. Donenfeld1-7/+8 Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-04-17mv: Add pass mv/rename supportJason A. Donenfeld5-3/+78 Based-on-work-by: Matthieu Weber <mweber@free.fr> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-04-17revelation2pass: add plain XML importJavali1-11/+15 I found that revelatio2pass.py script doesn't work. It can not decrypt my password file. I got following error message: raceback (most recent call last): File "git/password-store/contrib/importers/revelation2pass.py", line 159, in <module> main(args.FILE, verbose=args.verbose, xml=args.xml) File "git/password-store/contrib/importers/revelation2pass.py", line 140, in main cleardata_gz = decrypt_gz(password, data) File "git/password-store/contrib/importers/revelation2pass.py", line 117, in decrypt_gz ct = c.decrypt(cipher_text[28:]) File "/usr/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt return self._cipher.decrypt(ciphertext) I was unable to fix the problem, but I created a workaround, that add plain XML import option to the revelation2pass.py script. Revelation can export its password file as plain XML format. 2014-04-17platform: add cygwin supportJason A. Donenfeld2-1/+17 According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>