summaryrefslogtreecommitdiff
path: root/src/gtk/pkgview.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-08Add typedefs for vectors of package, version search resultsDaniel Hartwig1-3/+4
2010-04-21Rename the log4cxx namespace to logging.Daniel Burrows1-8/+8
2009-10-06Make the "hold" command in the GTK+ interface hold instead of deleting. (Clos...Daniel Burrows1-1/+1
2009-09-04Instead of using the default entity_state_info constructor to create a blank ...Daniel Burrows1-1/+1
2009-09-04When translating the description of a package's state, don't try to translate...Daniel Burrows1-2/+2
2009-04-30Use the new entry progress object to display progress bars associated with re...Daniel Burrows1-7/+12
2009-04-19Initialize the background build thread's self-poitner to NULL, so if it exits...Daniel Burrows1-1/+2
2009-04-19Make constants for the light-red and light-green background color the package...Daniel Burrows1-2/+2
2009-02-19Keep track of all the outstanding build threads, and make sure to wait for th...Daniel Burrows1-7/+157
2009-02-19Push all store rebuilds into background threads.Daniel Burrows1-25/+177
2009-02-01Hopefully fix some erorrs due to not escaping markup from translations.Daniel Burrows1-2/+2
2009-01-27Be more careful about escaping markup in strings that we insert into other ma...Daniel Burrows1-4/+4
2009-01-08Add feature to display the origin Archive alongside the version.Obey Arthur Liu1-1/+9
2008-12-24Visually indicate whether the current search pattern is syntactically correct...Daniel Burrows1-5/+0
2008-12-24Add a "..." column header that pops up the column editor when it's clicked.Daniel Burrows1-1/+4
2008-12-06Add basic support for changing the automatic states of packages.Daniel Burrows1-0/+14
2008-12-06Don't say that clicking will toggle auto-ness (I think it's better to put tha...Daniel Burrows1-4/+4
2008-12-06Add an entity-view column that displays whether a package is automatically in...Daniel Burrows1-1/+33
2008-12-06Apply user changes in two stages to more accurately reflect them.Daniel Burrows1-2/+2
2008-11-21Add a dropdown box to package lists that limits how many packages are shown.Daniel Burrows1-9/+8
2008-10-29Massive refactoring and redesign to properly support background downloads in ...Daniel Burrows1-2/+5
2008-10-16In the GUI, handle the case of a non-limited view without crashing.Daniel Burrows1-13/+30
2008-10-16Don't crash if a packages view is created while the cache is closed; instead,...Daniel Burrows1-0/+3
2008-10-06Switch everything over to the new search code.Daniel Burrows1-19/+25
2008-08-21Display a basic tooltip for the status column.Daniel Burrows1-2/+10
2008-08-21To pass around state-column information, use a proper structure instead of st...Daniel Burrows1-5/+5
2008-08-20Add a proof-of-concept tooltip showing the full short description of a packag...Daniel Burrows1-3/+8
2008-08-21Fix background color in PkgView to show alternating shades.Obey Arthur Liu1-2/+3
2008-08-14Add support for displaying icons for the current and selected status of a pac...Daniel Burrows1-31/+45
2008-08-09Temporary fix: desensitize rebuilding PackagesTabs.Obey Arthur Liu1-0/+2
2008-08-08Split the sort column (hidden) from the markup column (what's shown).Daniel Burrows1-7/+10
2008-08-08Display virtual package names in italics.Daniel Burrows1-1/+1
2008-08-07Mention in the package list that virtual packages are virtual.Daniel Burrows1-1/+7
2008-08-07Display something useful when the user selects a virtual package in the packa...Daniel Burrows1-1/+6
2008-08-07Add more vertical space in the info pane between the debtags line and the but...Daniel Burrows1-1/+2
2008-08-07Don't show the "version" column in package lists or preview views.Daniel Burrows1-0/+1
2008-08-07Defensively blank out package lists when the cache is closed.Daniel Burrows1-0/+10
2008-08-08Refresh or delete tabs after cache reload to delete dangling pointers.Obey Arthur Liu1-0/+1
2008-08-08Fix rebuilding not restarting from empty stores.Daniel Burrows1-5/+4
2008-08-05Refactor the code to complete and clean up entity handling.Daniel Burrows1-12/+136
2008-08-05Entity/View/Tab refactoring started. Compiles.Obey Arthur Liu1-0/+252