summaryrefslogtreecommitdiff
path: root/portato/gui/templates (follow)
Commit message (Expand)AuthorAgeFilesLines
* TranslationsRené 'Necoro' Neumann2009-02-191-39/+123
* Make the plugin menu work againRené 'Necoro' Neumann2009-02-181-6/+10
* Remove the 'pause' hackRené 'Necoro' Neumann2009-02-181-0/+1
* Fix popupsRené 'Necoro' Neumann2009-02-182-55/+19
* Hide console menuRené 'Necoro' Neumann2009-02-181-0/+1
* Make it start - though there are still itches - esp. with the menuRené 'Necoro' Neumann2009-02-181-76/+62
* Converted glade filesRené 'Necoro' Neumann2009-02-1810-1097/+860
* Fix the 'GtkSpinButton' warningRené 'Necoro' Neumann2009-02-181-1/+1
* Added database choice to dialogRené 'Necoro' Neumann2009-02-181-2/+58
* Added an extra 'Portage' tab to the preference dialog and moved all portage r...René 'Necoro' Neumann2009-02-181-11/+36
* Updated translationRené 'Necoro' Neumann2009-01-281-1/+1
* Small changesRené 'Necoro' Neumann2009-01-151-1/+1
* Make the use list lazy tooRené 'Necoro' Neumann2008-12-051-6/+2
* Make the dependency list lazyRené 'Necoro' Neumann2008-12-051-108/+98
* some more 5px paddings in the preferencesRené 'Necoro' Neumann2008-11-241-1/+6
* Save pref window dimensions in sessionRené 'Necoro' Neumann2008-11-241-96/+97
* Make setlist scrollableRené 'Necoro' Neumann2008-11-241-6/+30
* Attach logfile to mailRené 'Necoro' Neumann2008-09-151-2/+22
* Preparing 0.11René 'Necoro' Neumann2008-07-281-2/+2
* Disable '--oneshot' button if senselessRené 'Necoro' Neumann2008-07-281-97/+98
* Removed obsolete queuePopupRené 'Necoro' Neumann2008-07-281-116/+97
* New --oneshot-cb worksRené 'Necoro' Neumann2008-07-281-98/+97
* First support for the new emerge optionsRené 'Necoro' Neumann2008-07-281-98/+127
* Added "$(version)" for the config file naming.René 'Necoro' Neumann2008-07-201-95/+96
* Make mailwindow modalRené 'Necoro' Neumann2008-07-101-50/+52
* Add tooltip to revert btnRené 'Necoro' Neumann2008-07-101-97/+98
* Updated translationsRené 'Necoro' Neumann2008-07-091-2/+2
* Merged in the portage-2.2 branchRené 'Necoro' Neumann2008-07-091-3/+39
|\
| * Added set selection in preferencesRené 'Necoro' Neumann2008-07-091-3/+39
* | Added ability to install missing plugin depsRené 'Necoro' Neumann2008-07-041-86/+86
* | Some window refinementRené 'Necoro' Neumann2008-07-031-109/+126
* | Should show dependencies nowRené 'Necoro' Neumann2008-07-031-80/+80
* | Now the new design is able to do the same as the old oneRené 'Necoro' Neumann2008-06-301-135/+130
* | First draft of the new plugin windowRené 'Necoro' Neumann2008-06-301-8/+172
|/
* Finished send_mail workRené 'Necoro' Neumann2008-06-231-50/+67
* First mail window draftRené 'Necoro' Neumann2008-06-221-0/+185
* Fixed 'kill' in the systray popupRené 'Necoro' Neumann2008-06-091-2/+2
* Updated docs and german translationRené 'Necoro' Neumann2008-06-081-2/+2
* Make the new behavior configurableRené 'Necoro' Neumann2008-06-081-7/+27
* Make the console title length changeable by the userRené 'Necoro' Neumann2008-06-081-16/+51
* Moved version list out of the PackageTable into the normal MainWindowRené 'Necoro' Neumann2008-06-071-98/+97
* Fixed copyright stringRené 'Necoro' Neumann2008-05-161-1/+1
* Fixed spellingRené 'Necoro' Neumann2008-05-151-2/+2
* Added shortcut for 'Reload Portage' - increased max. scrollback linesRené 'Necoro' Neumann2008-04-211-96/+98
* Added seqizz' nick to the translators listingsRené 'Necoro' Neumann2008-04-181-1/+1
* Some length restrictionsRené 'Necoro' Neumann2008-04-111-96/+99
* Added turkish translation. Thanks to Gürkan Gür.René 'Necoro' Neumann2008-03-281-1/+2
* Use buttons instead of toolbarRené 'Necoro' Neumann2008-03-251-26/+53
* Added preference switch for showing the slotsRené 'Necoro' Neumann2008-03-251-95/+136
* Converted back to HB instead of HPanedRené 'Necoro' Neumann2008-03-251-43/+27
+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>