summaryrefslogtreecommitdiff
path: root/portato/gui/queue.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-23Clearer debug message for packages not in mergequeueRené 'Necoro' Neumann1-1/+1
2010-04-11applied 2to3 and fixed the resultRené 'Necoro' Neumann1-7/+7
2010-03-05Fixed copyrightRené 'Necoro' Neumann1-1/+1
2009-10-05Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann1-1/+1
2009-08-25Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann1-0/+1
2009-08-11Sync portage and the DB after emerge syncRené 'Necoro' Neumann1-0/+9
2009-05-15Get rid of wrapper.py and GtkConsoleRené 'Necoro' Neumann1-4/+3
2009-04-07Fixed pyflakes errorsRené 'Necoro' Neumann1-2/+1
2009-02-17First get dependencies. So that in case an error occurs, the iterator is not ↵René 'Necoro' Neumann1-4/+4
added.
2009-02-17Do not add a package to the unmerge queue multiple timesRené 'Necoro' Neumann1-4/+5
2009-02-07Same copyright statement in all filesRené 'Necoro' Neumann1-1/+1
2009-01-08Fix small typoDirk Göttel1-1/+1
2008-12-11Small (cosmetical) changes. Perhaps this helps to track down the "cpv not in ↵René 'Necoro' Neumann1-17/+22
self.iters['uninstall']" bug.
2008-10-28Remove some trailing whitespacesRené 'Necoro' Neumann1-3/+3
2008-09-15Some small readability changesRené 'Necoro' Neumann1-5/+5
2008-09-12Fixed block checkRené 'Necoro' Neumann1-1/+1
2008-09-02Switch from tabs to 4 spacesRené 'Necoro' Neumann1-617/+617
2008-07-16Fixed the update_world with sets for <portage-2.2René 'Necoro' Neumann1-1/+1
2008-07-10Make the queue's update_world set-sensitive tooRené 'Necoro' Neumann1-2/+4
2008-07-09Renamed generic package setsRené 'Necoro' Neumann1-2/+2
2008-06-30Only add a package to mergequeue if everything went fineRené 'Necoro' Neumann1-1/+1
2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann1-31/+85
2008-05-21Ported to new find_packages APIRené 'Necoro' Neumann1-1/+1
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-15Fixed the accidential removal of packages in the install queue if one is masked.René 'Necoro' Neumann1-2/+14
2008-04-14Fixes bug #24René 'Necoro' Neumann1-2/+2
2008-04-14Also update dependency categoriesRené 'Necoro' Neumann1-2/+5
2008-04-09Now unicode support for translations :)René 'Necoro' Neumann1-1/+1
2008-03-18Removed gtk subdirRené 'Necoro' Neumann1-1/+1
2008-03-18Split and renamed gui_helperRené 'Necoro' Neumann1-246/+11
2008-03-04Fixed commentsRené 'Necoro' Neumann1-2/+2
2008-02-23 r785@Devoty: necoro | 2008-02-23 01:31:44 +0100Necoro1-7/+13
improved new search
2008-02-23 r781@Devoty: necoro | 2008-02-23 00:35:34 +0100Necoro1-17/+44
New search behavior r782@Devoty: necoro | 2008-02-23 00:58:59 +0100 Added delete button for the search field r783@Devoty: necoro | 2008-02-23 01:05:37 +0100 removed underscores in tabs
2008-01-28From 0.9.0 branch.Necoro1-1/+3
2008-01-23 r707@Devoty: necoro | 2008-01-24 00:00:22 +0100Necoro1-1/+1
small patch for get_actual_use_flag taking into account that a package might not be in system anymore r708@Devoty: necoro | 2008-01-24 00:11:23 +0100 EmergeQueue.is_empty() now honors all queues
2008-01-20 r682@Devoty: necoro | 2008-01-20 03:23:02 +0100Necoro1-0/+1
remove package at the _end_ of the merge
2008-01-20 r680@Devoty: necoro | 2008-01-20 02:53:30 +0100Necoro1-2/+2
Fixed flag handling
2008-01-18 r669@Devoty: necoro | 2008-01-18 22:49:33 +0100Necoro1-6/+6
Made it really work
2008-01-18 r664@Devoty: necoro | 2008-01-18 21:40:29 +0100Necoro1-15/+32
First support for 'delete on demand' r665@Devoty: necoro | 2008-01-18 22:18:05 +0100 Finished the 'on demand removal'
2008-01-18 r661@Devoty: necoro | 2008-01-18 14:16:59 +0100Necoro1-37/+68
First support for interactive emerges r662@Devoty: necoro | 2008-01-18 20:22:58 +0100 Now finished interactive emerges
2008-01-18 r643@Devoty: necoro | 2008-01-16 18:55:49 +0100Necoro1-24/+42
Fixed small bug in PackageTable.cb_package_revert_clicked r646@Devoty: necoro | 2008-01-18 00:12:30 +0100 Make tabpositions being configurable by the user r647@Devoty: necoro | 2008-01-18 01:38:19 +0100 Renamed 'shm' to '_shm' to not hide the global one r648@Devoty: necoro | 2008-01-18 01:38:29 +0100 Renamed 'shm' to '_shm' to not hide the global one r649@Devoty: necoro | 2008-01-18 02:34:43 +0100 Added update queues; general UI improvement
2008-01-14 r618@Devoty: necoro | 2008-01-14 20:19:05 +0100Necoro1-24/+50
An ALL category
2007-11-14 r553@Devoty: necoro | 2007-11-14 18:26:50 +0100Necoro1-0/+2
new catapult find API
2007-11-12 r540@Devoty: necoro | 2007-11-12 16:07:51 +0100Necoro1-73/+6
Make Config a subclass of ConfigParser and clean up a little bit
2007-11-01 r521@Devoty: necoro | 2007-10-31 17:19:09 +0100Necoro1-1/+3
r522@Devoty: necoro | 2007-11-02 00:51:00 +0100 No more instanceof calls r523@Devoty: necoro | 2007-11-02 00:51:51 +0100 Fixed bugs; removed unnecessairy dbus calls; make update world being async r524@Devoty: necoro | 2007-11-02 00:52:09 +0100 always use catapult
2007-10-31 r93@Devoty: necoro | 2007-10-31 11:37:04 +0100Necoro1-4/+21
Make menu management work again with glade r94@Devoty: necoro | 2007-10-31 14:38:28 +0100 Fixed bug (missing self) r95@Devoty: necoro | 2007-10-31 16:22:40 +0100 Added "Show only installed packages" option r96@Devoty: necoro | 2007-10-31 16:27:07 +0100 New translations.
2007-10-07first catapult supportNecoro1-1/+1
2007-10-03small fixes; removed old iconNecoro1-1/+0
2007-09-18replaced some lists by generators to save memoryNecoro1-3/+1