summaryrefslogtreecommitdiff
path: root/portato (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added method which checks, whether a use flag is enablednecoro2007-02-111-0/+22
* small design changenecoro2007-02-091-191/+191
* small design changenecoro2007-02-091-1137/+1123
* bug fix in update_worldnecoro2007-02-061-5/+1
* bug in find_system_packages and find_world_packagesnecoro2007-02-061-2/+2
* Added file support for debug (merged from curses-branch)necoro2007-02-041-2/+10
* fixed some bugs pyChecker foundnecoro2007-01-313-6/+8
* - fixed oneshot-bugnecoro2007-01-262-1102/+1135
* Small enhancementsnecoro2007-01-243-10/+16
* - Added iconsnecoro2007-01-244-226/+349
* Added cmd-line support for switching uisnecoro2007-01-172-4/+5
* Bug fixesnecoro2007-01-162-4/+2
* Updatesnecoro2007-01-113-25/+38
* Fixed typo in dependency-calculationnecoro2007-01-081-1/+1
* enhancement for the settings-handling (better reloading-support, moving into ...necoro2006-12-294-95/+122
* fixed small bug #3necoro2006-12-121-4/+4
* fixed small bug #2necoro2006-12-101-2/+2
* fixed small bugnecoro2006-12-101-3/+3
* used sets for flags; make newuse work completlynecoro2006-12-102-22/+22
* made slots work for update_worldnecoro2006-12-104-67/+79
* added handling of masked packages during an update-world; small changes in ge...necoro2006-12-063-27/+32
* Added console-statusnecoro2006-12-035-198/+228
* removed gentoolkit-dependencynecoro2006-12-023-44/+223
* Added portage.db wherever it wants tree ... not the final solution, but it do...necoro2006-11-292-1/+2
* Renamed to portatonecoro2006-11-241-0/+0
* Renamed to portatonecoro2006-11-2417-0/+4643
t/portato/plugin.py?id=624d0dd5d4ea23553a83121218a9d445257e7427&follow=1'>Ignore errors on plugin loadingRené 'Necoro' Neumann1-0/+6 2008-07-04Added ability to install missing plugin depsRené 'Necoro' Neumann3-95/+126 2008-07-04Fixed find_best_match for <portage-2.1.5René 'Necoro' Neumann1-2/+2 2008-07-04Some more dependency awarenessRené 'Necoro' Neumann5-23/+59 2008-07-03Some window refinementRené 'Necoro' Neumann1-109/+126 2008-07-03Removed XSD_LOCATION -- as there is no more xsd ;)René 'Necoro' Neumann2-5/+1 2008-07-03Updated setup.py to install the correct set of pluginsRené 'Necoro' Neumann1-3/+2 2008-07-03Ported etc-proposals pluginRené 'Necoro' Neumann3-50/+43 2008-07-03Ported gpytage pluginRené 'Necoro' Neumann2-16/+14 2008-07-03Ported Notify pluginRené 'Necoro' Neumann4-37/+51 2008-07-03Remove xsd and -x cmdline optionRené 'Necoro' Neumann2-107/+1 2008-07-03Ported completelyRené 'Necoro' Neumann3-548/+54 2008-07-03Should show dependencies nowRené 'Necoro' Neumann2-82/+128 2008-07-03Use __slots__ for the PkgData class to save memoryRené 'Necoro' Neumann1-2/+3 2008-07-03New plugin system - first hackRené 'Necoro' Neumann2-420/+683 2008-06-30Now the new design is able to do the same as the old oneRené 'Necoro' Neumann3-168/+182 2008-06-30First draft of the new plugin windowRené 'Necoro' Neumann1-8/+172 2008-06-30Added stuff to plugin.pyRené 'Necoro' Neumann1-2/+24 2008-06-30Beautified some dialogsRené 'Necoro' Neumann1-6/+8 2008-06-30Only add a package to mergequeue if everything went fineRené 'Necoro' Neumann1-1/+1 2008-06-26Removed '__find_resolved_unresolved' as it is quite useless.René 'Necoro' Neumann3-53/+29 Also removed the "find_packages::ws" and moved the content into "world" and "system" to prepare for exchangebility. 2008-06-26Added very basic set queryingRené 'Necoro' Neumann3-0/+27 2008-06-25Now load 22 versions when running the correct portageRené 'Necoro' Neumann4-8/+18 2008-06-25Added Package_22 and System_22René 'Necoro' Neumann4-5/+63