Age | Commit message (Collapse) | Author |
|
Moved some duplicating pieces of code from LLFolderViewFolder::draw() and LLFolderViewItem::draw() to separate methods to reduce code duplication in LLConversationViewSession::draw().
Changed some static variables in LLFolderViewItem to static members for using them in derived LLConversationViewSession.
|
|
Changed constant members that defined the layout to non-const member varaibles, which are populated using a .xml file.
|
|
overlapping text. Problem was that a variable storing the width of the text was not passed in as a reference, which always resulted in the suffix overlapping the prior text.
|
|
avatar image is of proper size. The participant of the conversation is offset correctly as well.
|
|
|
|
username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup.
|
|
that the folder view handles the positioning of items in conversations list.
|
|
and profile/info buttons visible. profile/info buttons do not have proper positioning or mouseclick events.
|
|
paste do not show in Trash until relog
|
|
windows to refresh
avoid moving selection when cutting
|
|
|
|
|
|
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL
removed sort order from filter, which was causing unneeded filtering
|
|
substrings in inventory
|
|
cleaned up a lot custom code for folder view item creation in inbox and outbox
proper initialization of views from inventory panel starting folder
|
|
partial fix for crash on startup
|
|
move llfolderview* into LLUI!
|