aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-library-pane.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename LdLibraryPane to LdCategoryView.Přemysl Janouch2012-10-081-228/+0
| | | | And make it load categories recursively using itself.
* Rename LdSymbolCategory to LdCategory.Přemysl Janouch2012-10-081-4/+4
|
* Renaming, order categories by name.Přemysl Janouch2012-10-081-1/+1
| | | | | So at least in English the order will make some sense. And it shall stay consistent.
* Remove category management from LdLibrary.Přemysl Janouch2012-10-081-1/+2
| | | | | | Now it uses a special hidden `/' root category. Also removed ld_library_clear() momentarily, for it has no users.
* Start making a replacement for LdLibraryToolbar.Přemysl Janouch2012-10-081-0/+227
The main advantages are the lack of need to create an icon for each category there is in the library and faster workflow.