Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-18 | MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floaters | Richard Linden | |
don't auto position other floater when it is hosted | |||
2012-05-18 | CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outbox | Richard Linden | |
notification duplicate suppression now doesn't generate multiple dialogs | |||
2012-05-18 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-05-18 | CHUI-112 FIX Clicking Show or Discard in an inventory offer toast does not ↵ | Richard Linden | |
dismiss toast removed special case logic for dealing with user online/offline collisions added ability to cancel old duplicate notifications | |||
2012-05-18 | CHUI-121 FIXED showing chat participants list only in torn off IM floaters. | Seth ProductEngine | |
2012-05-18 | CHUI-105 WIP Minor code clean up and optimization. | Seth ProductEngine | |
Removed overloaded updateTitleButtons() and moved its functionality to a new method that should be called less frequently. | |||
2012-05-17 | CHUI-105 ADD. FIX Implement changes to all open conversations and nearby chat | AlexanderP ProductEngine | |
2012-05-17 | CHUI-105 WIP Implemented collapsed/expanded state transitions for messages ↵ | Seth ProductEngine | |
and conversation panes. The states and dimensions of Conversations floater panes are saved in per account settings. | |||
2012-05-15 | CHUI-105 WIP Hide an additional close button for undocked state of an IM floater | AlexanderP ProductEngine | |
2012-05-15 | CHUI-105 WIP Remove obsolete controls from the group's control pane | AlexanderP ProductEngine | |
2012-05-15 | CHUI-102 WIP Implemented new context menu for ad-hoc and group conferences | AlexanderP ProductEngine | |
2012-05-14 | CHUI-113 WIP clean-up (obsolete code was removed) | AlexanderP ProductEngine | |
2012-05-14 | Formatting fixes | AlexanderP ProductEngine | |
2012-05-14 | CHUI-113 WIP all voice controls is moved from a IM-control panel to the IM ↵ | AlexanderP ProductEngine | |
floater; IMControlPanel is removed; simplified voice button's listener behavior | |||
2012-05-10 | CHUI-105 WIP Added expand/collapse behavior for Conversations floater ↵ | Seth ProductEngine | |
messages pane. | |||
2012-05-09 | Removed a recursive include declaration | AlexanderP ProductEngine | |
2012-05-08 | CHUI-103 FIXED Implemented switching text view modes from pop-up menu | AlexanderP ProductEngine | |
2012-05-07 | CHUI-105 WIP Added tear-off and return behavior for IM floater. | Seth ProductEngine | |
XUI changed for Converstions multifloater and IM floater. | |||
2012-05-07 | CHUI-103 WIP Added settings for switching text view mode | AlexanderP ProductEngine | |
2012-05-07 | CHUI-103 Repair drawing messages with prepend new line | AlexanderP ProductEngine | |
2012-05-04 | CHUI-103 WIP Added support for showing/hiding timestamp and names, replacing ↵ | AlexanderP ProductEngine | |
own name with (You) | |||
2012-05-04 | merge changes for drtvwr-142 | Oz Linden | |
2012-05-04 | merge changes for drtvwr-140 | Oz Linden | |
2012-04-26 | CHUI-78 WIP Reordered and added missing items for People floater gear menus. | Seth ProductEngine | |
2012-04-26 | merge changes for drtvwr-140 | Oz Linden | |
2012-04-25 | merge changes for wolf-318 | Oz Linden | |
2012-04-26 | MAINT-813 FIXED crash when trying to access the region info after viewer ↵ | Seth ProductEngine | |
disconnect. Added checks for LLViewerRegion pointer in LLViewerObject being invalid. | |||
2012-04-25 | Try to suppress spurious Mac ld warnings (lib/release/Release dir). | Nat Goodspeed | |
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release. | |||
2012-04-25 | WOLF-318: change default verbosity of some unit tests to keep them out of ↵ | Oz Linden | |
the logs when passing WOLF-363: (partial) correct ordering of cleaning build dir vs running 'autobuild install' | |||
2012-04-24 | FIX INTL-96 Viewer translation for Set31 | eli | |
2012-04-24 | sync with viewer-development | eli | |
2012-04-24 | OPEN-54: correct JsonCpp include path | Boroondas Gupte | |
2012-04-17 | DRTVWR-139: merge back 3.3.1-beta2 fixes | Oz Linden | |
2012-04-17 | Mac build fix. | Seth ProductEngine | |
2012-04-16 | sync with viewer-development | eli | |
2012-04-16 | MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵ | callum | |
request from similator and display a notification Reviewed by Simon | |||
2012-04-14 | DRTVWR-136: Remove redundant remove_(item|category)() functions. | Nat Goodspeed | |
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions. | |||
2012-04-13 | fix merge conflict in remove_item | Oz Linden | |
2012-04-13 | merge changes for drtvwr-136 | Oz Linden | |
2012-04-14 | Touched a file to fix the TC build. | Seth ProductEngine | |
2012-04-13 | merge changes for drtvwr-135 | Oz Linden | |
2012-04-12 | CHUI-87 FIXED crash in handling notifications after viewer disconnect. | Seth ProductEngine | |
Notification handlers now use LLHandles to screen channels. | |||
2012-04-12 | MAINT-891 FIXED Disabled focus return from modal dialog after viewer logoff. | Seth ProductEngine | |
Fixed boost trackable objects usage. | |||
2012-04-11 | merge changes for drtvwr-137 | Oz Linden | |
2012-04-10 | storm-64: One more toast on failure to verify initial image, and changed a ↵ | Vaalith | |
bool to enum | |||
2012-04-09 | FIX VWR-28730 JA terminology consistency fix | eli | |
2012-04-09 | STORM-64: Added toasts to display critical errors during update cycle. | Vaalith Jinn | |
2012-04-06 | STORM-1837: check for valid png header before attempting to decode | Oz Linden | |
2012-04-03 | STORM-1828 Change write to location from LL_PATH_CHARACTER to | Nicky Perian | |
LL_PATH_USER_SETTINGS. This will allow a common write location for development and installed configurations. Should correct installed configuration from permission failures on windows systems where writing to the install directory requires elevation of rights to administrator. | |||
2012-04-06 | merge fix for storm-1833 | Oz Linden | |