summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-15mergerichard
2010-01-15EXT-4148 EXT-4230: Lots of help ID updates.Lynx Linden
Updated the logic of the help ID detection to search sub-panels before searching active tabs. For some reason, certain tabs are still visible and active even though they are not being displayed on screen. I also removed a bunch of help IDs for button panels that just confuse things. Also went through all of the side panel tabs and added new help IDs where appropriate. These are: profile_classified_info profile_edit_classified profile_pick_info profile_edit_pick my_inventory_tab recent_inventory_tab
2010-01-15mergerichard
2010-01-15EXT-3836: Don't show "?" button in script-generated dialogs.Lynx Linden
2010-01-15EXT-4233: Display "?" button on torn-off floaters.Lynx Linden
This involved tracking the torn-off state of a floater, which we apparently weren't doing before. Also, making sure that we update the title bar buttons when the floater changes torn-off state.
2010-01-15EXT-4125: Regexes hurt my head!Lynx Linden
Updated the regex to match a free URL in plain text with no http: protocol. This now explicitly does not match e-mail addresses, such as test@lindenlab.com (yay negative lookbehind regexes). It additionally matches URLs with a port or path after it, e.g., secondlife.com/status. I've added a bunch more unit tests to asset positive and negative matches for this regex, because no human can do this in their head.
2010-01-15EXT-3976: Re-enabled all newview unit tests.Lynx Linden
These were turned off by change 0db87c1f22a9, but I'm assuming this was done in error as the tests compile and run fine and the commit message made no mention or reason for turning them off.
2010-01-14Beacon arrow art now appears clickableErica
2010-01-14EXT-4271 : Remove "LLInventoryModel::accountForUpdate accounted..." spamLoren Shih
Took out llinfos spam.
2010-01-14automated merge viewer2.0->viewer2.0Loren Shih
2010-01-14EXT-3955 : [ AppearanceSP ] "Add to Current Outfit" confusing for outfits, ↵Loren Shih
remove it Removed "Add to Current Outfit" from right-click outfits context menu.
2010-01-15Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-15EXT-4340: Fixed and re-enabled the llviewerhelputil unit test.Lynx Linden
2010-01-14Fix for EXT-4207 (Viewer crash clicking on an object that starts a script ↵Monroe Linden
that navigates in a while(1) loop) Don't allow LLViewerMediaImpl to process a navigateInternal during the call to LLPluginClassMedia::idle(). This prevents untimely destruction of the LLPluginClassMedia and LLPluginMessagePipe objects, which was causing the crash. Reviewed by Rick.
2010-01-14EXT-4362 Replace red beacon arrow with anti-aliased png, ↵Erica
EXT-4363Notification list is too close to the right of the screen, conflicts with window resize affordance
2010-01-14Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-14EXT-4349 : [ Appearance SP ] Hide the "Wear" button when in the Wearing tabLoren Shih
Simple logic fix.
2010-01-14DEV-43688 commit new translations - DE (strings set4h)Ramzi Linden
These are suggested edits from the resident translators, approved by Simone
2010-01-14EXT-4340: Add "debug" flag to Help URL in god mode.Lynx Linden
2010-01-14Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2010-01-14Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2010-01-14Replace scripts dependency on win32api module with bundled ctypes.Nat Goodspeed
2010-01-14EXT-4283 God Mode bar color is too greenErica
2010-01-14"Enabled" checkbox for friends log in/out.Chuck Linden
http://jira.secondlife.com/browse/EXT-4204
2010-01-14merge.Tofu Linden
2010-01-14Automated merge with ssh://hg.lindenlab.com/james/gooey/Chuck Linden
2010-01-14Created new assets and modified xml to clean up tabbed IM window layout.Chuck Linden
http://jira.secondlife.com/browse/EXT-4205
2010-01-14Automated merge with ssh://lis@hg.lindenlab.com/james/gooeyLis Linden
2010-01-14commit to merge headsLis Linden
2010-01-14DEV-43134 insert localized hyperlinks for all places in the XUI where the ↵Ramzi Linden
Viewer jumps to the web: floater_html.xml, floater_help_browser.xml, and floater_buy_currency.xml
2010-01-14automated merge viewer2.0->viewer2.0Loren Shih
2010-01-14EXT-4319 : Category descendent count fails to increment if descendent ↵Loren Shih
received while cat still fetching EXT-4320 : Mismatch in folder descendents count is causing fetch descendents to never complete EXT-2244 : My Outfits bars should be populated from Library on first 2.0 login Implemented a workaround for an issue where descendent count was becoming unsynchronized. EXT-4320 is the workaround, this solves for EXT-2244, and EXT-4319 is the actual bug (whose fix is still pending).
2010-01-14Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2010-01-14EXT-3624: Push new llqtwebkit package.Lynx Linden
This includes the new getLinkType() method, to support "_blank" href links.
2010-01-14Quick tweak for missing color reference LLColor4::white;Callum Prentice
Didn't want to introduce another linker dependency so I specified the color directly.
2010-01-14Merge from PE.Tofu Linden
2010-01-14mergeMike Antipov
--HG-- branch : product-engine
2010-01-14Partially fixed normal bug (EXT-4212) There's an ability to send non-latin groupSergei Litovchuk
notices but they turn to '????...' in group profile page - Disabled non-ascii characters in group notice subject editor. - Group notice text editor depends on (EXT-3103) Add an option to restrict entering non-ascii symbols in text editor. --HG-- branch : product-engine
2010-01-14Fixed normal bug (EXT-3794) Controls in Edit Pick side panel cut off bySergei Litovchuk
vertical scrollbar. - Added resizing pick info and pick editing panels when vertical scrollbar appears. - Resized controls on pick info and edit panels to avoid them being overlapped by scrollbar. - Changed pick info description from text box to text editor in read-only mode to allow text scrolling. - Removed text box resizing logic from LLPanelPickEdit. --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- cleanup: fixed line endings --HG-- branch : product-engine
2010-01-14mergeMike Antipov
--HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- cleanup: remove deprecated commented out code --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- improvements: replace std::vector with std::set to avoid duplicated speaker UUIDs. Added method to get a set of voice participants UUIDs --HG-- branch : product-engine
2010-01-14Fixed normal bug EXT-4072([BSI] Emotes appear as (italic) text chat in plain ↵Eugene Mutavchi
text mode) --HG-- branch : product-engine
2010-01-14At last! Implemented normal task EXT-3477 (Change gesture list implementation).Andrew Dyukov
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView to properly draw it without using topcontrol (because it caused problems). This commit also fixes following bugs: EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button) EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button) EXT-2610 ('Gesture' btn: floater opens on OnMouseDown) --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- improvements: added more comment for LLOutputMonitorCtrl::switchIndicator --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- refactoring: implemented processing of switching indicator on/off in the same way --HG-- branch : product-engine
2010-01-14Fixed major bug EXT-4177: [BSI] Notification about inventory offer lacks ↵Vadim Savchuk
article (a/an). Changed the text to "<name> has given you this <item>". --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- fixed bug: "Indicator does not appear if two indicators are visible for the same avatar on second switching to the same voice channel" --HG-- branch : product-engine
2010-01-14Work on major bug EXT-3976 (Voice chat speaking indicators should only ↵Mike Antipov
display when users are in the same voice channel) -- implemented functionality to have voice indicator visible only for avatars in the same voice channel with agent All speacking indicators should be registered in LLSpeakingIndicatorManager to be provcessed for the voice channel. They should implement switchIndicator(bool) as reaction on voice state changing --HG-- branch : product-engine