summaryrefslogtreecommitdiff
path: root/portato/gui/updater.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
|
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-100/+100
|
* Make the updater parallel merge awareRené 'Necoro' Neumann2008-07-271-7/+16
|
* Fixed error messageRené 'Necoro' Neumann2008-06-091-1/+1
|
* Also have masked package being looked up in the updater. Though this is ↵René 'Necoro' Neumann2008-05-271-5/+10
| | | | still misbehavior, as packages shouldn't be masked at this point of time
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+1
|
* Removed gtk subdirRené 'Necoro' Neumann2008-03-181-2/+1
|
* r751@Devoty: necoro | 2008-02-12 10:23:09 +0100Necoro2008-02-121-1/+2
| | | | Small bug fixes
* r725@Devoty: necoro | 2008-01-25 11:21:07 +0100Necoro2008-01-251-2/+8
| | | | small bug fixes
* r682@Devoty: necoro | 2008-01-20 03:23:02 +0100Necoro2008-01-201-5/+4
| | | | remove package at the _end_ of the merge
* r664@Devoty: necoro | 2008-01-18 21:40:29 +0100Necoro2008-01-181-0/+107
First support for 'delete on demand' r665@Devoty: necoro | 2008-01-18 22:18:05 +0100 Finished the 'on demand removal'
' 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-30Only add a package to mergequeue if everything went fineRené 'Necoro' Neumann1-1/+1 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