summaryrefslogtreecommitdiff
path: root/src/gtk/pkgview.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-30Use the new entry progress object to display progress bars associated with re...Daniel Burrows1-3/+10
2009-04-30Store the builder's progress handler as a generic reference-counted progress ...Daniel Burrows1-3/+3
2009-02-19Keep track of all the outstanding build threads, and make sure to wait for th...Daniel Burrows1-1/+28
2009-02-19Push all store rebuilds into background threads.Daniel Burrows1-1/+133
2008-12-24Visually indicate whether the current search pattern is syntactically correct...Daniel Burrows1-3/+0
2008-12-24Add a "..." column header that pops up the column editor when it's clicked.Daniel Burrows1-2/+23
2008-12-06Apply user changes in two stages to more accurately reflect them.Daniel Burrows1-1/+1
2008-11-21Add a dropdown box to package lists that limits how many packages are shown.Daniel Burrows1-1/+5
2008-08-21To pass around state-column information, use a proper structure instead of st...Daniel Burrows1-2/+4
2008-08-14Add support for displaying icons for the current and selected status of a pac...Daniel Burrows1-2/+2
2008-08-09Temporary fix: desensitize rebuilding PackagesTabs.Obey Arthur Liu1-0/+2
2008-08-07Display something useful when the user selects a virtual package in the packa...Daniel Burrows1-0/+3
2008-08-07Defensively blank out package lists when the cache is closed.Daniel Burrows1-0/+2
2008-08-08Fix rebuilding not restarting from empty stores.Daniel Burrows1-2/+2
2008-08-05Refactor the code to complete and clean up entity handling.Daniel Burrows1-5/+105
2008-08-05Entity/View/Tab refactoring started. Compiles.Obey Arthur Liu1-0/+62