waddlesplash

Results 176 comments of waddlesplash

> BTW, is there anyway to tell it that my forum username is dalmegnu and not dalme? Without changing the blog name I don't think there is, no...

Tracker has an `IconCache` system for this exact reason. It supports per-node icons, but it defaults to just using the MIME type's icon (it also shares the BBitmaps in memory...

You can also improve the situation by overriding `ExpandOrCollapse` of `BOutlineListView` to load and insert the items, before calling the base class implementation to do the actual expansion. That should...

No, `B_WATCH_CHILDREN` only applies to a single directory. You will need to traverse the tree and run it on each directory in order to see changes to children of each...

The internal Tracker classes should not be used directly outside the tree, they do change. As a general rule, don't copy any headers into a project from outside `headers/private/`... without...