summaryrefslogtreecommitdiff
path: root/portato/gui/windows/preference.py (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-27Also have masked package being looked up in the updater. Though this is still...René 'Necoro' Neumann1-5/+10
2008-05-27Don't set the pause.svg ... it's ugly ^^René 'Necoro' Neumann1-2/+2
2008-05-16Fixed copyright stringRené 'Necoro' Neumann1-1/+1
2008-05-16Fixed 'find_best_match' and 'update_world' to better mimic portage's behaviorRené 'Necoro' Neumann1-2/+2
2008-05-15Fixed spellingRené 'Necoro' Neumann1-2/+2
2008-05-03Added python version to tracebackRené 'Necoro' Neumann1-0/+1
2008-05-02Removed _shm and now only use the one in portage; do not install catapult bac...René 'Necoro' Neumann4-1824/+3
2008-05-02Use only global shmRené 'Necoro' Neumann2-14/+2
2008-05-02Added pause systray iconRené 'Necoro' Neumann3-1/+174
2008-05-01Fixed small bugRené 'Necoro' Neumann1-1/+1
2008-04-29Changed max scrollback lines to 2**20 to prevent segfaultsRené 'Necoro' Neumann1-1/+1
2008-04-21Added shortcut for 'Reload Portage' - increased max. scrollback linesRené 'Necoro' Neumann2-97/+99
2008-04-18Fixed update world to fit current portage handlingRené 'Necoro' Neumann1-4/+9
2008-04-18Added seqizz' nick to the translators listingsRené 'Necoro' Neumann2-2/+2
2008-04-18Only init dbus threads, if it is really needed.René 'Necoro' Neumann1-2/+8
2008-04-17Changelog up2dateRené 'Necoro' Neumann1-0/+2
2008-04-17Enhanced get_use_desc - similar to the 'unify' branchRené 'Necoro' Neumann1-39/+45
2008-04-17Rev. 198 done rightRené 'Necoro' Neumann1-4/+6
2008-04-16Correct handling of masked packages during updateRené 'Necoro' Neumann1-8/+5
2008-04-16Do not update packages, if the package to update to is masked and the current...René 'Necoro' Neumann2-8/+11
2008-04-15Fixed the accidential removal of packages in the install queue if one is masked.René 'Necoro' Neumann1-2/+14
2008-04-15Updated catalan translationRoger Calvó1-2/+2
2008-04-15Updated polish translationTomasz Osiński1-550/+633
2008-04-14Fixes bug #24René 'Necoro' Neumann1-2/+2
2008-04-14Updated catalan translationRoger Calvó1-466/+490
2008-04-14For some reason i18n strings were not displayed in threads sometimesRené 'Necoro' Neumann1-0/+6
2008-04-14Updated ca translationRoger Calvó1-441/+599
2008-04-14Also update dependency categoriesRené 'Necoro' Neumann1-2/+5
2008-04-13Updated changelogRené 'Necoro' Neumann1-0/+1
2008-04-11Updated todoRené 'Necoro' Neumann2-1/+3
2008-04-11Updated polish translationRené 'Necoro' Neumann1-29/+28
2008-04-11Some length restrictionsRené 'Necoro' Neumann2-96/+100
2008-04-09Now unicode support for translations :)René 'Necoro' Neumann29-31/+15
2008-04-09Updated turkish translationRené 'Necoro' Neumann1-62/+70
2008-04-09Fixed small bug in plugin systemRené 'Necoro' Neumann1-1/+1
2008-04-09Improved turkish translationRené 'Necoro' Neumann1-10/+12
2008-04-09Do something useful if an assertionerror is thrown during dep-resolutionRené 'Necoro' Neumann5-97/+114
2008-04-09Make (again) normal portage backend the defaultRené 'Necoro' Neumann1-1/+1
2008-04-08Added lock to databaseRené 'Necoro' Neumann1-1/+18
2008-04-08Also delete packages from 'ALL' when a category is refreshedRené 'Necoro' Neumann1-21/+39
2008-04-08Now recognize local shm moduleRené 'Necoro' Neumann4-18/+24
2008-04-07Updated translationsRené 'Necoro' Neumann2-9/+17
2008-04-01Use exception names provided by catapultRené 'Necoro' Neumann2-3/+1
2008-04-01Catapult 'list_categories' does not filter anymoreRené 'Necoro' Neumann1-5/+5
2008-04-01'get_world_file_path' and 'get_environment' removed from catapult APIRené 'Necoro' Neumann3-18/+18
2008-04-01Use new layered catapult api for find_packagesRené 'Necoro' Neumann1-29/+41
2008-03-29Fixes issue #13.René 'Necoro' Neumann1-0/+4
2008-03-28Make section headers uppercase to prevent problems with turkish (and probably...René 'Necoro' Neumann1-2/+2
2008-03-28Added version infos to exceptionsRené 'Necoro' Neumann6-2/+35
2008-03-28Updated doc/René 'Necoro' Neumann3-5/+7
like command-line optionsStacey Sheldon1-6/+6 With the $path variable being passed directly to dirname, any pass-names provided by the user that happened to look like options to dirname would be processed as options rather than as the path to be split. This results in a real mess when you happen to run one of: pass edit --help pass generate --help pass insert --help then in the cmd_foo() function, you have: mkdir -p -v "$PREFIX/$(dirname --help)" which (due to the -p option to mkdir) results in the creation of an entire directory hierarchy made up of the slash-separated help text from dirname. 2017-09-15passmenu: Don't eat whitespace at beginning/end of passwordDaniel Lublin1-1/+1 If IFS (Input Field Separator) is not emptied, read will actually strip spaces and tabs at the beginning/end end of the "line". 2017-08-29emacs: Release version 1.0.1 of Emacs packageSvend Sorensen2-5/+10 2017-08-29emacs: --run-async: Quote shell argumentsDamien Cassou1-4/+5 This is important for filenames with special characters such as spaces and parenthesis. 2017-08-29emacs: Update author's email addressSvend Sorensen1-2/+2 2017-08-29emacs: Fix package-lint violationsSvend Sorensen1-2/+3 2017-07-26emacs: Release version 1.0.0 of Emacs packageSvend Sorensen2-1/+8 2017-07-26emacs: Use with-editor to wrap "pass edit"Svend Sorensen2-9/+17 Instead of editing the password file directly using Emacs, "pass edit" is run. This allows password-store's git change tracking to work. This adds a dependency on the with-editor Emacs package. 2017-04-13Bump version1.7.1Jason A. Donenfeld1-1/+1 2017-04-13init: match only the public keyJason A. Donenfeld1-1/+1 2017-03-28Use $GPG variableJason A. Donenfeld1-3/+3 2017-03-20Fix compatibility with GnuPG 2.2.19Andreas Stieger2-2/+2 GnuPG 2.2.19 added a warning when no command was given. * src/password-store.sh (reencrypt_path): Add --decrypt to --list-only * tests/t0300-reencryption.sh (gpg_keys_from_encrypted_file): same https://bugs.gnupg.org/gnupg/msg9873 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=810adfd47801fc01e45fb71af9f05c91f7890cdb https://bugzilla.suse.com/show_bug.cgi?id=1028867 2017-03-01tests: fix on OSX by not using the tr hackJason A. Donenfeld3-5/+2 2017-02-26Bump version1.7Jason A. Donenfeld1-1/+1 2017-02-26Modernize makefileJason A. Donenfeld2-31/+36 2017-02-25CopyrightJason A. Donenfeld1-1/+1 2017-02-25StyleJason A. Donenfeld1-2/+2 2017-02-25git: use inner-most directoryJason A. Donenfeld2-27/+48 2017-02-25clip: sleep may require argv[0] to be sleepJason A. Donenfeld1-1/+1 2017-02-25man: document system extensionsJason A. Donenfeld1-2/+3