summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolbarview.cpp
AgeCommit message (Collapse)Author
2014-03-12merge with releaseRichard Linden
2013-09-09merge with viewer-releaseRichard Linden
2013-08-15MAINT-3012 FIXED Don't show Destination Guide by default on first run.Mnikolenko ProductEngine
2013-09-26MAINT-3163 FIXED Since CHUI, floaters can be moved totally underneath bottom ↵maksymsproductengine
toolbar buttons and "lost".
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-06-11CHUI-926 FIXED FUI button will stay highlight(orange) if there are unread ↵Mnikolenko ProductEngine
IMs when the conversation floater is minimized.
2013-06-05merge with viewer-releaseRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-22merge with viewer-releaseRichard Linden
2013-03-14SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
collapsed Orientation enums to all use LLView::EOrientation added ability to display stat bar horizontally
2013-02-13CHUI-739 Fixed! FUI toolbars not displayed when switching between CHUI and ↵AlexanderP ProductEngine
release viewer : parsing declare values of Enums
2013-01-30Pull merge from lindenlab/viewer-developementMerov Linden
2012-09-11MAINT-1534 Fix for calls to find widgets getting out of hand.Dave Parks
2012-06-08Merge pull from richard/viewer-chuiMerov Linden
2012-06-08CHUI-120 WIP Added conversations participants drag and drop from avatar ↵Seth ProductEngine
lists to IM floaters. - Added new drag and drop type DAD_PERSON and source SOURCE_PEOPLE to avoid highliting the toolbars when using SOURCE_VIEWER. - Disabled calling card drop support as it is considered obsolete.
2012-02-03EXP-1862 : Suppress LLInventoryClipboard, move its functions to the unified ↵Merov Linden
LLClipboard and use this only
2012-02-01EXP-1862 : Make LLClipboard an LLSingleton and clean up the internals (set ↵Merov Linden
up for toolbar and never used)
2011-12-06EXP-1664 FIX Toolbars visible in mouselook view and when hide all controls ↵Richard Linden
selected
2011-12-01EXP-1588 FIX Floaters do not snap to edgeRichard Linden
2011-10-31* Added "clear all" button to the toybox floater with corresponding functionsLeslie Linden
added to LLToolBarView to perform the action. * Updated toybox to new height size per XD.
2011-10-25EXP-1398 FIX -- Viewer Crash when moving Speak button from bottom toolbar to ↵Leslie Linden
side toolbar with call request dialog active on Mac * Added "on button removed" callback for toolbars. * Changed docking on incoming and outgoing call floaters to be undocked when "speak" button removed. Reviewed by Leyla.
2011-10-24* Fixed destination guide floater to display on login based on per accountLeslie Linden
"DisplayDestinationsOnInitialRun" setting or initial agent SL login. * Added toolbar enumeration for toolbar view so queries for commands can now indicate where the command currently is on the left, right or bottom toolbars. * Updated toybox toolbar button tooltips to indicate where the command currently resides in the view. * Added unused function to allow toolbar buttons to be changed to flash indefinitely. Reviewed by Richard.
2011-10-24EXP-1354 : FIX. Force loading the default toolbars if the user toolbar ↵Merov Linden
loading fails somewhat.
2011-10-24EXP-1354 : Fixed. Toolbars now saved whenever changing their config and only ↵Merov Linden
if initialized correctly.
2011-10-21EXP-1416 FIXED "Speak" and "Voice controls" buttons added as control views ↵Seth ProductEngine
in LLTransientFloaterMgr to prevent hiding the transient IM floater.
2011-10-20* Changed destination guide to open by default in the top left on first loginLeslie Linden
* Made the avatar pickers and destinations guide properly stack and position themselves. Reviewed by Richard.
2011-10-20* Moved the name storage on the LLCommandId back to the LLCommand itself.Leslie Linden
Reviewed by Merov.
2011-10-19* Fixed issue where dragging disabled buttons from the toybox to the toyboxLeslie Linden
would remove them from the surrounding toolbars. * Removed dead drag & drop code * Fixed issue where saving didn't necessarily work because toolbar populated with command id's that didn't have associated names.
2011-10-18EXP-1348 FIX -- Speak button activated when dragging and dropping between ↵Leslie Linden
toolbars and moving back to Tool box * Dragging and dropping the speak button will aggressively turn off the microphone now, regardless of the initial state of the button. Reviewed by Richard.
2011-10-14EXP-1363 : Fix caret position in multiple lines or columns situationMerov Linden
2011-10-12Pull from richard/viewer-experience-fuiMerov Linden
2011-10-12EXP-1331 : Implement new longer caret and make it work on multi lines or ↵Merov Linden
columns of tools. EXP-1304 : handle only tools in DaD on toolbars
2011-10-12* Added mModified flag and isModified() query to check it.Leslie Linden
(currently it is not connect to actual data)
2011-10-11Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Linden
2011-10-11EXP-1275 FIX A UI element or Keyboard shortcut to clear the viewportRichard Linden
Ctrl+Shift+U now toggles UI and hides floaters refactored main_view.xml made all members of llviewerwindow private
2011-10-11EXP-1300 : Fix caret position in bottom bar, fix misplacement when moving ↵Merov Linden
within same toolbar, suppress visible caret in some situations, no caret if toolbar empty
2011-10-11Pull from richard/viewer-experience-fuiMerov Linden
2011-10-11EXP-1300 : Implemented carets for DaD. Works with small bugs but OK for ↵Merov Linden
demo. Still in need of some cleanup
2011-10-10added newlineRichard Nelson
2011-10-10pull from richard/viewer-experience-fuiMerov Linden
2011-10-10EXP-1300 : Simplify and clean up of the DaD which now doesn't duplicate the ↵Merov Linden
dragged tool.
2011-10-10converted bad toolbars.xml file from error to warningRichard Nelson
2011-10-09EXP-1300 : drop tool animation. First shot. Works but still a bit hacky and ↵Merov Linden
with some bugs (tools can be duplicated at times).
2011-10-07EXP-1300 : Completed the drawing of drop zones on toolbars when dragging toolsMerov Linden
2011-10-05EXP-1286 : Clean-up the mess I added to llcommandmanager. All CommandId now ↵Merov Linden
have a trusted UUID which is the base for indexing and comparison.
2011-10-05EXP-1286 : Add DaD to toyboxMerov Linden
2011-10-05EXP-1286 : DaD works between all toolbars, button drops in correct place, ↵Merov Linden
removal of button works too
2011-10-05EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-10-05EXP-1286 : DaD is functional though has bugs... Working on it...Merov Linden
2011-10-04potential fix for buildRichard Linden