Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a __str__ method to backend.Package | René 'Necoro' Neumann | 2008-09-15 | 1 | -0/+5 | |
| | ||||||
* | Documentation update | René 'Necoro' Neumann | 2008-09-15 | 1 | -6/+49 | |
| | ||||||
* | New dependency handling. Should fix some bugs. | René 'Necoro' Neumann | 2008-09-15 | 3 | -136/+88 | |
| | ||||||
* | Fixed block check | René 'Necoro' Neumann | 2008-09-12 | 1 | -1/+1 | |
| | ||||||
* | Fixed portage-2.1.4.4 bug with sets | René 'Necoro' Neumann | 2008-09-12 | 1 | -5/+5 | |
| | ||||||
* | Removed ConfigParser.set_boolean and use normal ConfigParser.set instead | René 'Necoro' Neumann | 2008-09-02 | 2 | -39/+14 | |
| | ||||||
* | Switch from tabs to 4 spaces | René 'Necoro' Neumann | 2008-09-02 | 40 | -7672/+7672 | |
| | ||||||
* | Preparing 0.11 | René 'Necoro' Neumann | 2008-07-28 | 1 | -2/+2 | |
| | ||||||
* | Disable '--oneshot' button if senseless | René 'Necoro' Neumann | 2008-07-28 | 2 | -98/+102 | |
| | ||||||
* | Added one level of indirection to find wrong calls of 'get_widget' | René 'Necoro' Neumann | 2008-07-28 | 1 | -1/+20 | |
| | ||||||
* | Removed obsolete queuePopup | René 'Necoro' Neumann | 2008-07-28 | 2 | -117/+97 | |
| | ||||||
* | New --oneshot-cb works | René 'Necoro' Neumann | 2008-07-28 | 2 | -100/+106 | |
| | ||||||
* | First support for the new emerge options | René 'Necoro' Neumann | 2008-07-28 | 2 | -113/+147 | |
| | ||||||
* | Add scrollbacklines to config | René 'Necoro' Neumann | 2008-07-28 | 1 | -1/+1 | |
| | ||||||
* | Dependencies for the call graph should not be hard | René 'Necoro' Neumann | 2008-07-27 | 1 | -1/+2 | |
| | ||||||
* | Make the updater parallel merge aware | René 'Necoro' Neumann | 2008-07-27 | 1 | -7/+16 | |
| | ||||||
* | portage.Set.getAtoms() does not return strings... | René 'Necoro' Neumann | 2008-07-27 | 1 | -1/+2 | |
| | ||||||
* | Fixed bug in update_world | René 'Necoro' Neumann | 2008-07-27 | 1 | -1/+1 | |
| | ||||||
* | Fixing subprocess/listener handling | René 'Necoro' Neumann | 2008-07-25 | 2 | -11/+13 | |
| | ||||||
* | Added "$(version)" for the config file naming. | René 'Necoro' Neumann | 2008-07-20 | 2 | -96/+101 | |
| | ||||||
* | Fixed file naming if portage-configs are directories | René 'Necoro' Neumann | 2008-07-20 | 1 | -2/+2 | |
| | ||||||
* | Fixed the update_world with sets for <portage-2.2 | René 'Necoro' Neumann | 2008-07-16 | 2 | -6/+7 | |
| | ||||||
* | Abort the main process if child dies. | René 'Necoro' Neumann | 2008-07-16 | 1 | -0/+1 | |
| | ||||||
* | Make portage cleanup old porttree instance | René 'Necoro' Neumann | 2008-07-12 | 1 | -1/+2 | |
| | ||||||
* | Make mailwindow modal | René 'Necoro' Neumann | 2008-07-10 | 1 | -50/+52 | |
| | ||||||
* | Fixes bug on <portage-2.2 in preferences | René 'Necoro' Neumann | 2008-07-10 | 1 | -1/+2 | |
| | ||||||
* | Make the queue's update_world set-sensitive too | René 'Necoro' Neumann | 2008-07-10 | 3 | -6/+11 | |
| | ||||||
* | Updated translation | René 'Necoro' Neumann | 2008-07-10 | 1 | -2/+2 | |
| | ||||||
* | Moved color info to config | René 'Necoro' Neumann | 2008-07-10 | 3 | -3/+9 | |
| | ||||||
* | Add tooltip to revert btn | René 'Necoro' Neumann | 2008-07-10 | 1 | -97/+98 | |
| | ||||||
* | Updated translations | René 'Necoro' Neumann | 2008-07-09 | 1 | -2/+2 | |
| | ||||||
* | Merged in the portage-2.2 branch | René 'Necoro' Neumann | 2008-07-09 | 13 | -149/+330 | |
|\ | ||||||
| * | Added package sets of portage-2.2 | René 'Necoro' Neumann | 2008-07-09 | 2 | -0/+35 | |
| | | ||||||
| * | Introduced Sets for finding | René 'Necoro' Neumann | 2008-07-09 | 2 | -95/+145 | |
| | | ||||||
| * | Renamed generic package sets | René 'Necoro' Neumann | 2008-07-09 | 6 | -21/+26 | |
| | | ||||||
| * | Make update_world set compatible | René 'Necoro' Neumann | 2008-07-09 | 4 | -9/+22 | |
| | | ||||||
| * | Added set selection in preferences | René 'Necoro' Neumann | 2008-07-09 | 2 | -3/+78 | |
| | | ||||||
| * | Removed '__find_resolved_unresolved' as it is quite useless. | René 'Necoro' Neumann | 2008-06-26 | 3 | -53/+29 | |
| | | | | | | | | Also removed the "find_packages::ws" and moved the content into "world" and "system" to prepare for exchangebility. | |||||
| * | Added very basic set querying | René 'Necoro' Neumann | 2008-06-26 | 3 | -0/+27 | |
| | | ||||||
* | | Fixed update world/get_new_packages | René 'Necoro' Neumann | 2008-07-09 | 1 | -12/+16 | |
| | | ||||||
* | | Merged in some dialog beautification | René 'Necoro' Neumann | 2008-07-08 | 1 | -6/+8 | |
|\ \ | ||||||
| * | | Beautified some dialogs | René 'Necoro' Neumann | 2008-06-30 | 1 | -6/+8 | |
| | | | ||||||
* | | | Removed the USE_CATAPULT stuff | René 'Necoro' Neumann | 2008-07-08 | 3 | -13/+6 | |
| | | | ||||||
* | | | Merged in the new plugin system | René 'Necoro' Neumann | 2008-07-08 | 13 | -599/+759 | |
|\ \ \ | ||||||
| * | | | Added the reload_portage plugin | René 'Necoro' Neumann | 2008-07-08 | 1 | -4/+9 | |
| | | | | ||||||
| * | | | Documented the plugin module | René 'Necoro' Neumann | 2008-07-08 | 2 | -32/+229 | |
| | | | | ||||||
| * | | | Ported remaining plugins | René 'Necoro' Neumann | 2008-07-04 | 2 | -60/+0 | |
| | | | | ||||||
| * | | | Removed lxml version in error string | René 'Necoro' Neumann | 2008-07-04 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Removed lxml version in error string | René 'Necoro' Neumann | 2008-07-04 | 1 | -3/+1 | |
| | | | | ||||||
| * | | | Ignore errors on plugin loading | René 'Necoro' Neumann | 2008-07-04 | 1 | -0/+6 | |
| | | | |