Commit Graph

122 Commits (5c03f284af4eeebe3ee26e8f69b1edc4570dd862)

Author SHA1 Message Date
Merov Linden 4ee2b01b30 Pull from viewer-chui, had to resolve conflicts on llimfloatercontainer.cpp 2012-11-07 17:11:30 -08:00
maksymsproductengine 8828eb21e2 CHUI-448 FIXED p2p IM chat conversations show a participant list with a carat 2012-11-06 22:02:09 +02:00
Merov Linden 7c7cc56b03 Pull merge from richard/viewer-chui 2012-11-03 20:44:00 -07:00
MaximB ProductEngine 51cabb2089 CHUI-444 (Click target off when conversation list is minimized to icons) 2012-11-01 13:56:25 +02:00
Merov Linden d49de3a66a CHUI-441 : WIP : Fix crashes when spawning torn off floaters, added widgets creation in the torn off floater for participants. 2012-10-25 18:16:56 -07:00
Seth ProductEngine a62a4b60e8 CHUI-347 FIXED drawing selected conversation item background.
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.
2012-09-26 17:43:47 +03:00
Gilbert Gonzales 381c13d0e5 CHUI-283: Refactor of how the layout is determined for LLFolderViewItem. Changed constant members that defined the layout to non-const member varaibles, which are populated using a .xml file. 2012-09-20 16:12:28 -07:00
Gilbert Gonzales 86ac47474f Regress Fix: After a CHUI 283 commit the inventory items suffix was 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. 2012-09-18 15:04:23 -07:00
Gilbert Gonzales 3c8407f32c CHUI-283: Now the avatar icon loads in the user's avatar image.Also the avatar image is of proper size. The participant of the conversation is offset correctly as well. 2012-09-18 12:15:51 -07:00
Gilbert Gonzales 9d73cac97e merging in latest changes 2012-09-13 19:17:18 -07:00
Gilbert Gonzales c6863d18d7 CHUI-283: Now upon the information icon and speaker icon do not overlap the username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup. 2012-09-13 19:10:28 -07:00
Seth ProductEngine be06bebffc CHUI-282 WIP Modified conversation view item and IM floater container so that the folder view handles the positioning of items in conversations list. 2012-09-10 20:12:27 +03:00
Gilbert Gonzales 5dc8738076 CHUI-283: Basic Implementation, just have hard coded avatar icon appearing and profile/info buttons visible. profile/info buttons do not have proper positioning or mouseclick events. 2012-09-10 07:40:13 -07:00
Richard Linden af8d113557 CHUI-271 FIX Items that are cut and then removed from the clipboard without paste do not show in Trash until relog 2012-08-03 15:23:08 -07:00
Richard Linden 88e81f9929 CHUI-223 WIP Selecting to cut an inventory item causes all open inventory windows to refresh
avoid moving selection when cutting
2012-08-01 20:07:42 -07:00
Richard Linden 4256b54ee7 build fix 2012-08-01 10:45:11 -07:00
Richard Linden 997812c7b0 merge with ssh://hg.lindenlab.com/richard/viewer-chui 2012-08-01 01:27:38 -07:00
Richard Linden a204059d2e CHUI-267 FIX Full inventory listing not always shown for test account
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL
removed sort order from filter, which was causing unneeded filtering
2012-08-01 01:14:27 -07:00
Merov Linden e9a484f98d CHUI-254 : Fix Inventory filter and item draw() to highlight matching substrings in inventory 2012-07-31 23:46:13 -07:00
Richard Linden 4285cc271e CHUI-217 FIX Items are not visible in Merchant Outbox
cleaned up a lot custom code for folder view item creation in inbox and outbox
proper initialization of views from inventory panel starting folder
2012-07-30 15:15:42 -07:00
Richard Linden d3edb1c466 CHUI-101 WIP Make LLFolderview general purpose
partial fix for crash on startup
2012-07-04 00:30:00 -07:00
Richard Linden 1494a1058f CHUI-101 WIP Make LLFolderview general purpose
move llfolderview* into LLUI!
2012-07-03 23:55:39 -07:00