summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
AgeCommit message (Collapse)Author
2010-03-25automated mergeLoren Shih
2010-03-25EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject()
2010-03-25EXT-2959 : Pull out camera functions from llagent to llagentcameraLoren Shih
#3 checkin. Took out llagent "friend llagentcamera" and added accessors instead. Did some superficial formatting cleanup.
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-03-18Merge of PE merge with extra headKent Quirk
2010-03-18merge from hotfix to viewer-2-0 and resolve conflictsKent Quirk
2010-03-18(EXT-5982) [FRAGMENTATION] L$ kaufen window (Buy L$)Sergei Litovchuk
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/56/ --HG-- branch : product-engine
2010-03-17fixed EXT-6350 [HARD CODED] - System message when loosing connectivity needs ↵Igor Borovkov
to be localized extracted strings used in LLAppViewer::forceDisconnect(...) calls Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/41/ --HG-- branch : product-engine
2010-03-16Implemented normal task EXT-5982([HARD CODED] on L$ kaufen window (Buy L$)).Andrew Dyukov
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/33/ --HG-- branch : product-engine
2010-03-10EXT-6295 - Cannot log in with new account, TOS dialog does not loadRichard Nelson
reviewed by Mani
2010-03-01Implemented major sub-task EXT-5722 (hard-coded: Right click on Object > Sit ↵Eugene Mutavchi
Here and Take are hard-coded) --HG-- branch : product-engine
2010-02-23Implemented major sub-task EXT-5556 (hard-coded: menu Build > Object > Take. ↵Eugene Mutavchi
The word "Take" is hard-coded) --HG-- branch : product-engine
2010-02-22Fixed normal bug EXT-4682 (Edit Linked Parts (from menu) appears to have no ↵Eugene Mutavchi
effect) --HG-- branch : product-engine
2010-02-16Fixed low priority bug EXT-5425 (Undocked 'Movement Controls' floater became ↵Vadim Savchuk
docked after opening from 'World' top menu). --HG-- branch : product-engine
2010-02-15CID-37Tofu Linden
Checker: DEADCODE Function: LLToolsSelectedScriptAction::handleEvent(const LLSD &) File: /indra/newview/llviewermenu.cpp
2010-02-15some const'ness for previous fixes.Tofu Linden
2010-02-15CID-133Tofu Linden
Checker: NULL_RETURNS Function: is_agent_mappable(const LLUUID &) File: /indra/newview/llviewermenu.cpp
2010-02-13CID-134Tofu Linden
Checker: NULL_RETURNS Function: LLToolsEnableUnlink::handleEvent(const LLSD &) File: /indra/newview/llviewermenu.cpp
2010-02-11EXT-5105 Incorrect keyboard shortcut for Inventory in main menuLoren Shih
EXT-5334 CTRL+SHIFT+I now brings up InventorySP instead of InventoryFloater Fixed a regression due to EXT-5105 where CTRL+SHIFT+I was bringing up the InventorySP instead of InventoryFloater. Note that this reverts some code checked in for EXT-5105 (i.e. it re-adds in some functions that were deleted). As a side bonus, now the Gestures CTRL+G menu option shows as being checked when the gestures floater is active.
2010-02-11EXT-5164 Me->My Inventory opens Inventory floater, not side panelangela
2010-02-09EXT-3071 : CTRL+I should bring up either inventorySP or inventory floaterLoren Shih
EXT-5239 : Consider removing CTRL+I to spawn multiple inventory windows BTEST-42 : Can't hide inventory by pressing CTRL+I CTRL+I will now either open the inventory sidepanel, or close the sidepanel.
2010-02-09EXT-4449 [BSI] Zoom In does not function properly on large or linked prim setsLeyla Farazha
reviewed by Richard CC#99
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Lynx Linden
2010-02-03EXT-1560 VWR-11118 DEV-27362 Ctrl+Alt+Shift+H doesn't say hippos! anymoreSoft Linden
2010-02-03EXT-4898: Changed English language code to "en" on Mac.Lynx Linden
Now LLUI::getLanguage() returns a result that is consistent on Mac, Windows, and Linux. Also, cleaned up some legacy language code.
2010-01-29completely got rid of Communicate floater and stuffIgor Borovkov
--HG-- branch : product-engine
2010-01-29got rid from lltoolbar.h includesIgor Borovkov
--HG-- branch : product-engine
2010-01-26implemented EXT-4588 “Redirect messages that went to the Communicate ↵Alexei Arabadji
floater”; --HG-- branch : product-engine
2010-01-25Fixed reopened normal bug EXT-4450([BSI] call buttons enabled when voice is ↵Andrew Dyukov
disabled). - Added check for call availability in miniinspector's context menu - Removed ability to call yourself in group chat context menu - Added check for call availability for context menu which appears on right mouse click on avatar in game area --HG-- branch : product-engine
2010-01-21mergeRick Pasetto
2010-01-21EXT-4266 Can't "drop" object selected in select-face modeLeyla Farazha
reviewed by Callum
2010-01-20got rid of win CRIgor Borovkov
--HG-- branch : product-engine
2010-01-20more on LLFloaterChat - oops...commit code with errorYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-20more on removing LLFloaterChatYchebotarev ProductEngine
there was some places with messages that (as I think) should not go to nearby chat. but still probably should go somewhere... code is commented and messages are marked with: //TODO* CHAT: how to show this? --HG-- branch : product-engine
2010-01-19mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-18Refactored fix for (EXT-4156) [BSI] Friendslist doesn't toggle open/close on ↵Sergei Litovchuk
shortcut - Moved side panel toggling from viewer menu to side tray class. --HG-- branch : product-engine
2010-01-18work on EXT-4322 Remove the Communicate floaterYchebotarev ProductEngine
leave some LLFloaterChat usages commented for later review... --HG-- branch : product-engine
2010-01-18Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-15Fixed normal bug (EXT-4156) [BSI] Friendslist doesn't toggle open/close on ↵Sergei Litovchuk
shortcut - Added toggling for friends, groups and nearby people lists. --HG-- branch : product-engine
2010-01-14EXT-3795 First run messages still display (click & drag on map, Build tools ↵angela
open, movement controlled, etc)
2010-01-06MergeLeyla Farazha
2010-01-06menu holder, tooltip view and snapshot floater should be in main_view as ↵Leyla Farazha
added in main_view.xml reviewed by richard
2010-01-06mergerichard
2010-01-05MergeLeyla Farazha
2010-01-05EXT-3721 SNAPSHOT PREVIEW can be dragged over the top menusLeyla Farazha
reviewed by Richard
2010-01-05EXT-3806 Attachment drop confirmation popup: "No" is ignoredJames Cook
Missing an if (option != 0) Made callback function return void as result is not used.
2010-01-05DEV-44767 lookat stays locked on object/avatar after 'esc' camera resetTofu Linden
2010-01-04MergeLeyla Farazha
2010-01-04moving this menu item to the right placeLeyla Farazha
EXT-3388 [BSI] "Teleport" option missing dropdown when right clicking on friends list
2010-01-04EXT-2481 [BSI] Add "Zoom in" to 3D Object context menu and inspector Gear menuLeyla Farazha
EXT-3388 [BSI] "Teleport" option missing dropdown when right clicking on friends list