summaryrefslogtreecommitdiff
path: root/indra/newview/lllocationinputctrl.cpp
AgeCommit message (Collapse)Author
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-27Backed out changeset: 58571b4e704bRichard Linden
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-12EXT-8209 FIXED Avoid escaping human-readable location when copying text from ↵Vadim Savchuk
the location input. Reason: LLSLURL constructor failed to determine invalid SLURLs (see EXT-8335). It's late to try fixing it, so I introduced a workaround. By the way, fixed a regression with SLURLs not being shown unescaped in the location input. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/726/ --HG-- branch : product-engine
2010-07-05EXT-8104 FIXED Fixed occasional inability to paste text into location input.Vadim Savchuk
Changes: - Set gEditMenuHandler to the input entry whenever it's focused, so that it can handle the Ctrl+V shortcut. - Now pasting text into the input field triggers rebuilding the dropdown matches list, as if the user has typed the text. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/691/ --HG-- branch : product-engine
2010-04-23automated mergeRoxie Linden
2010-04-22Fixed EXT-6597(normal) - Clicking the maturity rating icons in the navbar ↵Dmitry Zaporozhan
need tooltips and clicking should link to a help article. Added LLButton::setImagePressed(), there was no way to set pressed image at run-time. The only place where pressed image is initialized was LLButton constructor. Replaced Maturity icon with button to simplify handling clicks. Icon does not provide click callback and we would need to handle mouse up/down events and track clicked widget. Added icon for Moderate regions. Did not find maturity help topic, added a "TODO". Reviewed by Sergey Litovchuk - https://codereview.productengine.com/secondlife/r/243/ --HG-- branch : product-engine
2010-04-07Automated mergeRoxie Linden
2010-04-07Re-insert backed out SLE checkin so we can fix itRoxie Linden
2010-04-07mergeTofu Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-04-02PE mergeTofu Linden
2010-04-02DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunkRoxie Linden
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands
2010-04-01Automated MergeRoxie Linden
2010-04-01EXT-3531 - Ctrl-P does not work reliably on loginRichard Nelson
2010-04-01Minor optimization: removed reduntant getChild() calls. Not reviewed.Vadim Savchuk
--HG-- branch : product-engine
2010-03-29EXT-5940 : Typedef all vector<LLUUID>'sLoren Shih
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead.
2010-03-01Fixed major bug (EXT-5671) Resizing viewer 2 redraws maturity icon in ↵Sergei Litovchuk
location bar when it shouldn't. --HG-- branch : product-engine
2010-02-25 Bug Low EXT-5194 SLURL field dropdown should display empty menu ↵Denis Serdjuk
rather than do nothing when empty Solution: Button of dropdown list will be disabled if there are no items in location history --HG-- branch : product-engine
2010-02-24Fixed major bug (EXT-5657) Location input becomes empty if press Ctrl+C.Sergei Litovchuk
- Added check for pressed Ctrl button. --HG-- branch : product-engine
2010-02-24mergeDenis Serdjuk
--HG-- branch : product-engine
2010-02-24back out a fix for EXT-5194 at changeset a577d1cad9ffDenis Serdjuk
--HG-- branch : product-engine
2010-02-23Fixed normal bug (EXT-5554) 'Land for Sale' icon should always be visible.Sergei Litovchuk
- Made 'Land for Sale' icon visible in Navigation bar even if "Show Parcel Properties" is off. --HG-- branch : product-engine
2010-02-22fixed low Bug EXT-5194 SLURL field dropdown should display empty menu ↵Denis Serdjuk
rather than do nothing when empty --HG-- branch : product-engine
2010-02-19no ticket. minor changes. Comments cleaning up. The logic was NOT changed.Denis Serdjuk
--HG-- branch : product-engine
2010-02-18Fixed low bug (EXT-5212) Add "Parcel Properties" and "Coordinates" to ↵Sergei Litovchuk
World->Show. --HG-- branch : product-engine
2010-02-15CID-87Tofu Linden
Checker: FORWARD_NULL Function: LLLocationInputCtrl::refreshLocation() File: /indra/newview/lllocationinputctrl.cpp
2010-02-10CID-87Tofu Linden
Checker: FORWARD_NULL Function: LLLocationInputCtrl::refreshLocation() File: /indra/newview/lllocationinputctrl.cpp
2010-02-05trivial comment fixes.Tofu Linden
2010-02-05Implemented critical task (EXT-4703) Add maturity icons to the Viewer 2 toolbar.Sergei Litovchuk
- Added maturity icons to location bar. - Added getting font used in LLLineEditor. --HG-- branch : product-engine
2010-02-04Fixed normal bug EXT-4307 (There are no text context menues for Search text ↵Eugene Mutavchi
field and for IM text field) --HG-- branch : product-engine
2010-02-01(EXT-2987) Parcel Characteristics icons aren't refreshedSergei Litovchuk
after changing restrictions - LLViewerParcelMgr refactoring. Changed parcel characteristics accessors to get selected parcel properties. --HG-- branch : product-engine
2010-01-29Fixed low bug (EXT-2987) Parcel Characteristics icons aren't refreshed after ↵Sergei Litovchuk
changing restrictions - Added updating Parcel Characteristics icons in Location Input Control upon processing parcel properties. --HG-- branch : product-engine
2010-01-28Fixed normal bug (EXT-4610) [BSI] parcel settings icons do not match parcel ↵Sergei Litovchuk
settings - Changed parcel settings behavior to match viewer 1.23. --HG-- branch : product-engine
2010-01-21Fixed major regression bug EXT-4503 (Clicking on parcel limitation icons ↵Vadim Savchuk
does not give description). Although there are tooltips on the icons... --HG-- branch : product-engine
2009-12-29fixed bug EXT-3726 Cannot edit pasted text in Address BarDenis Serdjuk
--HG-- branch : product-engine
2010-03-01Automated merge from trunkRoxie Linden
2010-03-01Automated merge with a few fixups for code review commentsRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-25automated mergeRoxie Linden
2010-02-25automated merge from trunkRoxie Linden
2010-02-25automated merge from trunkRoxie Linden
2009-12-04EXT-1498 Can't adjust nav bar info button location in XMLJames Cook
Removed C++ code overriding the location. Trivial, not reviewed.
2009-12-04mergeJames Cook
2009-12-03EXT-2966 Parcel property icons on nav bar have no tool-tipsJames Cook
Added tooltips in strings.xml so they can be localized.
2009-12-03fix for low EXT-3090 "Select All" item should be disabled if there is no ↵Yuri Chebotarev
text in nearby chat's input field --HG-- branch : product-engine
2009-12-01DEV-43622 : API change (no functionality change) to fix a design error in LLSDKent Quirk
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead.
2009-11-25Fix up nav bar buy icon spacing.James Cook
Trivial, not reviewed.
2009-11-25Hook up nav bar For Sale icon to buy land functionality.James Cook