Commit Graph

232 Commits (f2da2c00a8c290cfb98adf5f53745a0108865ce9)

Author SHA1 Message Date
James Cook f9081220ac Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2009-11-24 08:47:13 -08:00
James Cook 347562844d Initial implementation of parcel property icons and maturity string on nav bar
Added new LLAgentUI location format, renamed unclear old one
Renamed ShowCoordinatesOption to NavBarShowCoordinates
Extended LLLocationInputCtrl to show icons.
Reviewed with Rick
2009-11-23 14:23:51 -08:00
Andrew Dyukov 9135bb7b0f Implemented normal task EXT-2739 (Ctrl-I should open Inventory side panel,
Ctrl-Shift-I should open Inventory floater).

--HG--
branch : product-engine
2009-11-23 23:03:08 +02:00
Leyla Farazha c994b57fa4 EXT-2490 Right click context menu for objects should include build tools
EXT-2541 	 Help > Report Abuse screenshot not showing up
EXT-2549 	 Crash on exit from mouse-look (Mini Map related)
EXT-2548 	 Viewer freezes when going out of the mouselook while there are more than two floaters
EXT-1983 	 [BSI] Trying to edit a script in a no mod object pops up script editor with "object out of range"
reviewed by Richard
2009-11-19 16:29:20 -08:00
Steve Bennetts d8e1af9736 Increasing texture cache version to force cache clear of possibly corrupted texture caches from previous 2.0 versions.
Enabling Admin menu in God Mode independent of Advanced menu.
2009-11-16 16:48:58 -08:00
Loren Shih f0cd44a6a2 EXT-2482 : Newly created folders have wrong default type
Removed AT_ROOT_CATEGORY and FT_ROOT_CATEGORY since those types are unused.  Changed FT_CATEGORY to FT_ROOT_INVENTORY to make its purpose more clear.

This change assumes that no agent inventories have category type 9 for either inventory type or folder preferred type.

--HG--
branch : avatar-pipeline
2009-11-13 16:18:53 -05:00
Brad Payne (Vir Linden) 0b104e2a41 LLAppearanceManager cleanup - turning into proper singleton
--HG--
branch : avatar-pipeline
2009-11-12 15:10:06 -05:00
Loren Shih 067f91f8ad EXT-387 : Clean up WARNINGS - Advanced.DumpAvatarLocalTextures
Added menu callbacks in for avatar texture debug, but disabled functionality for release version.
2009-11-11 19:55:37 -05:00
Nat Goodspeed 062d0a13db Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API
with an event API. In addition to the LLEventPump name on which to listen,
LLEventAPI accepts a documentation string for event API introspection.
Give every LLEventDispatcher::add() overload a new documentation string
parameter for event API introspection.
Convert every existing event API to new conventions, introducing suitable
documentation strings for the API and each of its operations.
2009-11-11 07:41:50 -05:00
James Cook bc4b49735c merge 2009-11-10 14:36:25 -08:00
James Cook 0f6242d9fd Sanitize naming of getWindowRect (scaled vs. raw pixels) and getWorldViewRect (scaled vs. raw)
Reduces chance of future UI bugs related to UI size.
Discussed with Richard.
2009-11-10 14:00:38 -08:00
richard 1eaab29a95 merge 2009-11-10 11:26:55 -08:00
richard 3b2d9f63e3 merge 2009-11-09 16:14:52 -08:00
Lynx Linden 02062e099b Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/ 2009-11-09 19:37:57 +00:00
Lynx Linden a9b16734a1 DEV-41317 DEV-41318: Enabled the Call button in the Profile panel.
I've added a new LLAvatarActions::startCall() method to make it easy
to start a new P2P call. The Resident Profile "Call" button is now
hooked up to this.

I've also put back the "Call" menu in the avatar popup menu and hooked
this up too. While I was there I noticed that the "IM" popup menu code
could all be removed in favor of a call to LLAvatarActions::startIM().
2009-11-09 19:28:14 +00:00
Loren Shih c9937716aa EXT-1866 : Inventory Side Panel
Various trivial UI behavioral changes for disabling/enabling old/new floaters when bringing up properties of objects/items.
This is to make the UI behavior compliant with the Inventory Panel MVP.

Also added missing sidepanel_task_info.xml (although this is not actually enabled for viewer2.0).
2009-11-09 12:26:27 -05:00
Steve Bennetts 8631443847 merge changes from product-engine 2009-11-06 18:13:38 -08:00
Steve Bennetts 0a5cbfd195 EXT-2031 Admin Menu Missing Without Advanced Menu Enabled 2009-11-06 16:14:42 -08:00
Loren Shih 9c048d12fd merge
--HG--
branch : avatar-pipeline
2009-11-06 18:31:52 -05:00
Steve Bennetts afe6350160 merge from texture-pipeline 2009-11-06 12:15:41 -08:00
Vadim Savchuk 64b476133f merge
--HG--
branch : product-engine
2009-11-06 21:28:48 +02:00
Alexei Arabadji 8a4e36a9bd fixed EXT-2295 "'Group Chat' btn makes chicklet appear only"
--HG--
branch : product-engine
2009-11-06 19:31:27 +02:00
Xiaohong Bao 35e200881c merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 2009-11-06 06:52:24 +00:00
richard fac0b6836a refactored top level ui into main_view.xml 2009-11-05 20:36:15 -08:00
Steve Bennetts 98229cbbcf Merge from https://hg.aws.productengine.com/secondlife/viewer-2-0/ 2009-11-05 11:41:25 -08:00
Denis Serdjuk daf3adc4ae implemented major task EXT-2153 make changes to Communicate menu
--HG--
branch : product-engine
2009-11-05 20:40:34 +02:00
Brad Payne (Vir Linden) 6f6d1314e6 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-05 08:33:31 -05:00
Loren Shih 7615ec497e EXT-2216 : Task properties sidepanel
EXT-2224 : Edit item then delete item -- edit panel still active
EXT-2228 : Buy/Pay/Open buttons for Task sidepanel

--HG--
branch : avatar-pipeline
2009-11-04 20:30:11 -05:00
Brad Payne (Vir Linden) 5c2d187d6f Small cleanup in LLAgentWearables.cpp 2009-11-04 18:58:27 -05:00
Bryan O'Sullivan fa3b57bd9f Merge the work lost in 49c9461937df back into the tree 2009-11-04 15:14:54 -08:00
Bryan O'Sullivan b806edf4ac Redo Bao's broken merge 2009-11-04 14:59:23 -08:00
richard 5bcd24a01d merge 2009-11-04 10:42:23 -08:00
Loren Shih 7383cfe14b EXT-2216 : Task properties sidepanel
Guts of task properteis sidepanel created.

--HG--
branch : avatar-pipeline
2009-11-04 13:18:29 -05:00
Eric M. Tulla (BigPapi) e87975284e update from viewer2 and merge into avp
--HG--
branch : avatar-pipeline
2009-11-03 14:52:05 -05:00
Loren Shih 2f2bdd83d6 For QAR-2014 : Sandbox for testing FolderTypes [VIEWER]
svn merge -r136068:136089   svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/folder-types__merge__viewer2.0.0-3-r135948 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3

Infrastructure changes for cleaning up Asset/Folder types.  Associated sim changes are only so that the sim still compiles.
2009-11-03 00:47:23 +00:00
richard a6b6ca9a24 made floater close/minimize buttons "chrome" so they don't take keyboard focus
removed LLHudView::colorFromType which was unused

reviewed by James
2009-11-02 14:58:39 -08:00
Loren Shih bde7d67066 EXT-1866 : Inventory Side Panel
svn merge -r137106:137808 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-panel

Porting over changes from svn Inventory Panel work.
2009-11-02 15:39:55 -05:00
James Cook b94d2ff4c5 EXT-462 Fixed freeze/eject commands in right-click and avatar inspector menus
We were incorrectly only enabling them for gods.  They now properly enable
for region/land owners.
2009-11-02 12:03:00 -08:00
Vadim Savchuk 2663bad36b merge from default
--HG--
branch : product-engine
2009-10-28 15:50:36 +02:00
angela 13184abdc3 EXT-760 Move Tap tap hold to run to Preferences > Advanced , and make the default to false 2009-10-27 18:32:55 +08:00
Igor Borovkov e018754f7e IM: removed unused & empty methods and classes, added TODO marks
--HG--
branch : product-engine
2009-10-26 13:05:08 +02:00
Steve Bennetts 127b428863 merge 2009-10-23 12:15:22 -07:00
Loren Shih 584962d5c7 svn merge -r137024:137071 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/avatar-pipeline-14-seraph into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3
Bugs: EXT-1785 EXT-1818 EXT-1820 EXT-1845
2009-10-23 15:21:49 +00:00
Steve Bennetts 642d368ecc merge 2009-10-21 18:49:19 -07:00
James Cook a2d0b1d77f Side tray uses normal panel colors, not hard-coded floater colors.
Added "Show Side Tray" to login debug menu.
Fixed strange border color around Home side tray panel, more similar fixes to follow.
Reviewed with Richard.
2009-10-21 00:32:19 +00:00
Steve Bennetts 85c4d40614 merge 2009-10-20 12:59:16 -07:00
James Cook 25639b267d EXT-462 Avatar context menu only shows Freeze/Eject/Debug when in god mode.
Changed enable and visible named callbacks to "IsGodCustomerService" so we
have one global function that can be used in menus everywhere.
Reviewed with Leyla.
2009-10-20 17:52:56 +00:00
Steve Bennetts 65bf35cfed merge 2009-10-19 10:49:48 -07:00
Martin Reddy 6c1706da69 DEV-41358: Remove the code for the old search interface.
This checkin deletes all of the code associated with the old XUI-based
search interface, including LLFloaterDirectory, LLPanelDir*, a global
variable event hack, and the associated XUI file. The new web-based
search interface, LLFloaterSearch, is the way of the future.

Deleted 19 files and 5,838 lines of code.
2009-10-19 13:35:10 +00:00
Mark Palange (Mani) 3e10fa4d51 merge from latest svn/viewer-2-0 to hg/viewer-2-0 2009-10-16 16:42:45 -07:00