Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-20 | CHUI-302 FIXED (User can resize conversation list too small with message ↵ | AlexanderP ProductEngine | |
panel collapsed) set floater's resize limits from a left panel's limits | |||
2012-08-20 | CHUI-290 FIXED (User cannot collapse names in ad hoc conversation when ↵ | AlexanderP ProductEngine | |
changed from p2p to ad hoc in torn off state): detect new collapse button state after rebuild of a participant list | |||
2012-08-20 | merge in latest changes | Gilbert Gonzales | |
2012-08-20 | CHUI-295: Problem: The places panel implemention was incomplete and trying ↵ | Gilbert Gonzales | |
to make use of a class that was not fully implemented (placesfolderview). Resoltuion: Upon creation of the places panel, placesfolderview is created which contains the proper overloaded functions to show the correct menu when right clicking. | |||
2012-08-16 | CHUI-120 WIP Notifications about added chat participants should be sent to ↵ | Seth ProductEngine | |
the conference when those participants actually join. - Removed notifying existing P2P participants about ad hoc conference staring in a new window. Now the notifications should arrive in that new window. - Fixed "Cancel" button which had no effect in adding P2P participants notification. | |||
2012-08-15 | CHUI-286 (Conversations floater opened by default when a new IM session is ↵ | AlexanderP ProductEngine | |
started (no IM toast shown): now floater silently adds itself to the container | |||
2012-08-15 | CHUI-235 FIXED (Create icons for new conversation log list items) | Paul ProductEngine | |
- Replaced old icons with new ones | |||
2012-08-15 | CHUI-257 FIXED (Using clear cache option in preferences clears call log also) | Paul ProductEngine | |
- Changed location where call log file is saved. Now it's saved with other user settings files under each avatar's directory in the user settings directory. | |||
2012-08-14 | MAINT-1413,MAINT-1425,MAINT-1426: BUGFIX Correcting a problem where the ↵ | Todd Stinson | |
build/edit floater was being dirtied at the wrong time. | |||
2012-08-14 | PATH-842: Another tweak to get the llSetTargetOmega functionality working in ↵ | Todd Stinson | |
the viewer. | |||
2012-08-14 | PATH-856: Adding a new notification to indicate when the user will be ↵ | Todd Stinson | |
toggling the phantom flag of a linkset through the Pathfinding Linksets floater. | |||
2012-08-14 | PATH-854: Adding support to display whether linksets are scripted or not in ↵ | Todd Stinson | |
the pathfinding linksets floater. | |||
2012-08-14 | PATH-849: Group objects were losing their [group] identifier following the ↵ | Todd Stinson | |
last commit. This should fix that issue. | |||
2012-08-14 | PATH-849: Refactoring the behavior after loading the owner name of a ↵ | Todd Stinson | |
pathfinding object into the avatar name cache so that each object can simply update its respective row in the scroll list rather than rebuilding from scratch after all names are loaded. | |||
2012-08-14 | merge changes for DRTVWR-193 | Oz Linden | |
2012-08-14 | merge changes for DRTVWR-195 | Oz Linden | |
2012-08-14 | CHUI-171, CHUI-272 conversation is added as docked in conversation floater ↵ | AlexanderP ProductEngine | |
when session started (without click on an conv. list's item) | |||
2012-08-14 | merge changes for DRTVWR-192 | Oz Linden | |
2012-08-13 | PATH-852: BUGFIX Adding the custom pathfinding cursors to the mac and linux ↵ | Todd Stinson | |
builds as apparently they never worked there. | |||
2012-08-13 | PATH-849: CRASHFIX This should fix the crash caused by ↵ | Todd Stinson | |
LLPathfindingObject::handleAvatarNameFetch being called after the corresponding LLPathfindingObject has been deleted. | |||
2012-08-10 | CHUI-273: Problem was that after renaming the item, the item was not ↵ | Gilbert Gonzales | |
triggering a sort. Resolution: Once the name of the item is set, trigger a sorting of the parent. | |||
2012-08-10 | VWR-29358 : Fix auto scroll to selection when the filter is active | Merov Linden | |
2012-08-10 | fixed merge issue. Done. | AlexanderP ProductEngine | |
2012-08-10 | merge changes for DRTVWR-190 | Oz Linden | |
2012-08-10 | fix incorrect merge | AlexanderP ProductEngine | |
2012-08-10 | build fix | AlexanderP ProductEngine | |
2012-08-10 | CHUI-120 WIP Different notifications about single and multiple chat ↵ | Seth ProductEngine | |
participants invited. The notification about starting a new conversation now applies only to P2P chat. Some code refactoring and clean up. | |||
2012-08-09 | MAINT-1197 : Fix inventory deselection/reselection when cutting items | Merov Linden | |
2012-08-09 | MAINT-1342: correct initial login location handling, clarify the two related ↵ | Oz Linden | |
persistent settings | |||
2012-08-09 | MAINT-113 Fix for flashing property lines when selecting objects. | davep@spiral.lindenlab.com | |
2012-08-09 | CHUI-171 WIP (Conversation not automatically readded to conversation window ↵ | AlexanderP ProductEngine | |
listing when open) - removal of the dependence between items of the conversations list and conversation's floaters. | |||
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-09 | CHUI-120 WIP Added notifications about newly invited chat participants. | Seth ProductEngine | |
2012-08-08 | merge changes for DRTVWR-189 | Oz Linden | |
2012-08-07 | merge changes for DRTVWR-188 | Oz Linden | |
2012-08-06 | CHUI-98 : Isolate LLConversationItem and LLConversationViewModel in their ↵ | Merov Linden | |
own file | |||
2012-08-06 | PATH-842, VWR-29431: BUGFIX Correcting a regression introduced by the fix ↵ | Todd Stinson | |
for PATH-542. The viewer calculated rotation resulting from an object's angular velocity was being incorrectly reset when the corresponding object update was received. With this bugfix, the rotation resulting from the angular velocity is accumulated separately and is re-appplied when the object update resets the object's rotation. | |||
2012-08-06 | Linux compiliation fix, needed to create DirtyFilterFunctor outside of ↵ | Gilbert Gonzales | |
function parameter so that it can be legally passed as a reference. | |||
2012-08-06 | CHUI-276: Problem was that the flag to use ellipses was not turned on for ↵ | Gilbert Gonzales | |
the folderview's inside the Places folder. Resolution was to turn on the flag inside the panel_landmarks.xml file for each folder displayed (favorites bar, my landmarks and etc.) | |||
2012-08-03 | Merge with lindenlab/viewer-development | simon@Simon-PC.lindenlab.com | |
2012-08-03 | CHUI-241 (Add drag handle in UI to resize width of conversations list): ↵ | AlexanderP ProductEngine | |
implemented drag handle via predefined params of layout panels | |||
2012-08-03 | CHUI-273 FIX Inventory filtering changes not showing when changes are selected | Richard Linden | |
2012-08-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-08-03 | CHUI-271 FIX Items that are cut and then removed from the clipboard without ↵ | Richard Linden | |
paste do not show in Trash until relog | |||
2012-08-03 | Pull merge from richard/viewer-chui. | Merov Linden | |
2012-08-03 | CHUI-263 : Fix crash on exit. LLSingleton like LLConversationLog cannot be ↵ | Merov Linden | |
an LLFriendObserver at the same time. | |||
2012-08-03 | CHUI-265: Problem was that the each accordian tab was using the ↵ | Gilbert Gonzales | |
llinvetorypanel object to display contents. The llinventorypanel was designed by default to use a scrollbar horizontally/vertically, just like in the inventory floater. Resolution: Now set a flag to hide the scrollbar for each accordian tab. | |||
2012-08-02 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |