Age | Commit message (Collapse) | Author |
|
|
|
found out how to fix loading 32-bit cursors from embedded resource and moved them back there instead of freestanding files
|
|
LLFloaterActiveSpeakers and related classes from viewer)
* Removed llfloateractivespeacker.h/cpp from CMakeLists.txt and from the repo.
* Removed llmediaremotectrl.h/cpp, llvoiceremotectrl.h/cpp from the repo (were not in CMakeLists.txt).
* Unused in 2.0 setings ("ShowVoiceChannelPopup" & "ShowVolumeSettingsPopup") are moved to the end of settings.xml (to not affect 1.23 if remove).
* Removed xml files related to Active Speakers floater and old Communication floater (related cpp files have been already removed). Also removed their localized versions.
* Also removed old textures related to removed xml and unused in 2.0 anymore.
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/226/
--HG--
branch : product-engine
|
|
and doesn't fit on toast
* Unbolded startup toast message text;
* Avoided increasing complexity of LLToastNotifyPanel class that in future
should be decoupled on separate independent toast panel implementations and
added LLPanelGenericTip class to represent generic notifytip panels.
reviewed by Vadim Savchuk and Mike Antipov at
https://codereview.productengine.com/secondlife/r/214/
--HG--
branch : product-engine
|
|
|
|
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
|
|
|
|
--HG--
branch : product-engine
|
|
Moved LLLibraryOutfitsFetch and LLInitialWearablesFetch
|
|
llinventorymodel subclass
Created LLInventoryModelBackgroundFetch file for handling background fetch.
|
|
renamed panel_look_info.xml to panel_outfit_edit.xml
renamed llpanellookinfo.cpp/llpanellookinfo.h to llpaneloutfitedit.cpp/llpaneloutfitedit.h
renamed LLPanelLookInfo to LLPanelOutfitEdit
Reviewed at https://codereview.productengine.com/secondlife/r/130/
--HG--
branch : product-engine
|
|
First check-in; only compiles, nothing more.
|
|
|
|
|
|
|
|
|
|
remove the now-redundant and somewhat odd (mea culpa) stripping process from the CMake stage
|
|
|
|
moved from LLTransientDockableFloater model to popup panel model like volume popup
|
|
reviewed by Richard.
|
|
|
|
--HG--
branch : product-engine
|
|
updated cmake list
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
LLAppViewerMacOSX::getMasterSystemAudioMute() using CoreAudio APIs.
This required adding a reference to the CoreAudio framework in indra/newview/CMakeLists.txt
|
|
|
|
|
|
Added a dependency on the package target to get parabuild to build the indra/win_setup project.
Reviewed by Palmer
|
|
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
leave some LLFloaterChat usages commented for later review...
--HG--
branch : product-engine
|
|
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.
|
|
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
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
|
|
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
|
|
|
|
made notification that restored from notification well window shows as inspector;
--HG--
branch : product-engine
|
|
|
|
|
|
reviewed by Leyla
|
|
|
|
|
|
Both LLAccordionCtrl and LLAccordionCtrlTab should live in llui, not
newview. I need to make this happen in order to fix EXT-3929. No code
change was necessary (other than to change #include for predefined
headers) as these classes did not rely on any newview code.
|
|
|
|
|