summaryrefslogtreecommitdiff
path: root/portato/gui/queue.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix small typoDirk Göttel2009-01-081-1/+1
|
* Small (cosmetical) changes. Perhaps this helps to track down the "cpv not in ↵René 'Necoro' Neumann2008-12-111-17/+22
| | | | self.iters['uninstall']" bug.
* Remove some trailing whitespacesRené 'Necoro' Neumann2008-10-281-3/+3
|
* Some small readability changesRené 'Necoro' Neumann2008-09-151-5/+5
|
* Fixed block checkRené 'Necoro' Neumann2008-09-121-1/+1
|
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-617/+617
|
* Fixed the update_world with sets for <portage-2.2René 'Necoro' Neumann2008-07-161-1/+1
|
* Make the queue's update_world set-sensitive tooRené 'Necoro' Neumann2008-07-101-2/+4
|
* Merged in the portage-2.2 branchRené 'Necoro' Neumann2008-07-091-2/+2
|\
| * Renamed generic package setsRené 'Necoro' Neumann2008-07-091-2/+2
| |
* | Only add a package to mergequeue if everything went fineRené 'Necoro' Neumann2008-06-301-1/+1
|/
* Merged from trunkRené 'Necoro' Neumann2008-06-191-31/+85
|\
| * Make blocks way more intelligentRené 'Necoro' Neumann2008-06-081-31/+85
| |
* | Ported to new find_packages APIRené 'Necoro' Neumann2008-05-211-1/+1
|/
* Rev. 198 done rightRené 'Necoro' Neumann2008-04-171-4/+6
|
* Correct handling of masked packages during updateRené 'Necoro' Neumann2008-04-161-8/+5
|
* Fixed the accidential removal of packages in the install queue if one is masked.René 'Necoro' Neumann2008-04-151-2/+14
|
* Fixes bug #24René 'Necoro' Neumann2008-04-141-2/+2
|
* Also update dependency categoriesRené 'Necoro' Neumann2008-04-141-2/+5
|
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+1
|
* Removed gtk subdirRené 'Necoro' Neumann2008-03-181-1/+1
|
* Split and renamed gui_helperRené 'Necoro' Neumann2008-03-181-0/+580
/span>/+5 - usefull for git commands showing diff, e.g.: pass git log -p - from what I can see, not 'cleartext' temporary files are created 2014-05-08completion: add new generate flagsJason A. Donenfeld3-2/+7 2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld2-3/+3 2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 Revert "Mute git-commit messages to make pass insert readable" This reverts commit f30ce6374d554e704162d5fa8e49acd9c6fd0ecc. I decided I like the git output. Instead highlight generated passwords using nice terminal output instead. 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 This reverts commit 56381287a16792b4c6410f07db68e02f3574c213, and further fixes things. 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33