summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2009-12-18Fixed normal bug EXT - 2863 ([BSI] Group Chat List Names right click do not ↵Paul Guslisty
contain view profile or send private message) --HG-- branch : product-engine
2009-12-18fix Task EXT-1190 Accordion should support keyboard accessabilityYuri Chebotarev
--HG-- branch : product-engine
2009-12-17implemented EXT-3395 “Docked IM/Chat windows shouldn't hide when voice controlAlexei Arabadji
panel is opened”, reverted changes from 6658:6a7714959726; made LLCallFloater non-unique dockable; added LLCallFloater to control list of Transient Manager; --HG-- branch : product-engine
2009-12-15mplemented EXT-3395 “Docked IM/Chat windows shouldn't hide when voice ↵Alexei Arabadji
control panel is opened”; --HG-- branch : product-engine
2009-12-15Merge from default branch.Vadim Savchuk
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine
2009-12-15mplemented EXT-3396 “All bottom bar buttons, including chiclets and nearby ↵Alexei Arabadji
chat, should work as toggles”, made hide/unhide dockable floaters when undocked; --HG-- branch : product-engine
2009-12-11ext-3404 - script editor scrolls to the bottom and sticksrichard
2009-12-11fixed a regression that caused bottom 15 pixels of scrollable text editors ↵richard
to appear blank
2009-12-11variable renames in LLTextBaserichard
2009-12-11mergerichard
2009-12-11note to get rid of hackrichard
2009-12-11fix for ellipses not appearing in single line text widgetsrichard
fix for ellipses sometimes appearing at end of wrapped line of text reviewed by James
2009-12-11EXT-3233 Button label vertical placement cannot be adjusted via xmlJames Cook
Added bottom_pad attribute to widgets/button.xml and removed old LLBUTTON_VPAD global and ButtonVPad saved setting. Reviewed with Richard.
2009-12-11EXT-3313 Media Settings window has no background if viewer is too shortJames Cook
Code to set default floater position to top-left was causing incorrect floater height computation when floater XML specified a bottom coordinate. Reviewed with Callum.
2009-12-11Merge, fixed conflict in panel_preferences_sound.xmlJames Cook
2009-12-11Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-11implemented EXT-2323 “Get rid from obsolete notification widgets”;Alexei Arabadji
--HG-- branch : product-engine
2009-12-10DEV-43977: Changed pre-login help browser behavior.Lynx Linden
The special pre_login_help topic is now only displayed when the user clicks on the "Need help logging in?" link on the login screen, or selects the top-level Help > Second Life Help (F1) menu.
2009-12-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-12-10EXT-3122: Added support for URLs without an explicit protocol.Lynx Linden
You can now enter URLs like "www.google.com", "secondlife.com", or "www.google.com/search?q=second%20life" and these will be hyperlinked.
2009-12-10Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-09lazy evaluation of lluistring to improve LLUIString::format performancerichard
reviewed by Mani
2010-12-08mergeLeyla Farazha
2010-12-08adding notes about visible / enable callback registries being mergedLeyla Farazha
2010-12-07mergeLeyla Farazha
2010-12-07EXT-3265 Gear menu on_visible params are broken - not setting visibility of ↵Leyla Farazha
menu items EXT-2923 [BSI] My own inspector lists "Stand Up" as an option in gear menu, while I'm standing
2009-12-09Fixed low bug EXT - 3244 ('No people' is visible partly in the empty Recent ↵Paul Guslisty
list) --HG-- branch : product-engine
2009-12-09Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-08EXT-2572 - Bottom text on bottom line in nearby chat is clippedrichard
2009-12-08added fading back to icons in text widgetsrichard
2009-12-08ext-3087 - avatar icon is truncated badlyrichard
reviewed by James
2009-12-08Fixed low bug EXT-3058 ('Save Pick' Button Inoperable When Edit Only ↵Eugene Mutavchi
Involves Deleting Text from the Description) --HG-- branch : product-engine
2009-12-08Mergerichard
2009-12-08Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-08Update for normal task EXT-3089 - Notification toasts positioning, layering ↵Dmitry Zaporozhan
and stacking. Improved functionality, cleaned code. --HG-- branch : product-engine
2009-12-07fix for inline widgets never shrinking with resizable text editorrichard
also fixed dropping last line in chat history
2009-12-07mergerichard
2009-12-07Merge from product-engineSteve Bennetts
2009-12-07EXT-3062 Inspector affordance should spawn closer to mouseJames Cook
Reduced some size constants. Trivial, not reviewed.
2009-12-07fix for horizontal scrolling in text_editorsrichard
2009-12-07EXT-3159 Mouse-wheel scrolling down causes unexpected side-scrollingJames Cook
If vertical scroll bar is visible, give it the scroll events and don't scroll horizontally. Eliminated extraneous folder view item scroll handler. Reviewed with Richard.
2009-12-07mergerichard
2009-12-07ext-3112 - bad font width information with sansserifrichard
2009-12-07 implemented Task EXT-2304 Offer Notifications should include a link ↵Denis Serdjuk
that highlights the landmark or item in the appropriate side panel Changes: 1.highlighting of landmarks was broken by LLInventoryPanel::getActiveInventoryPanel(). 2. escaping of urls --HG-- branch : product-engine
2009-12-07Manual merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-07Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-07implemented EXT-2797 “Making friendship offer should be recorded into IM ↵Alexei Arabadji
history” --HG-- branch : product-engine
2009-12-04merge to pull viewer-2 changes into avpNyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-12-07no ticket, minor refactoring.Yuri Chebotarev
add return value to notifyXXX functions, may be usefull --HG-- branch : product-engine
2009-12-04mergeJames Cook