- Jan 25, 2010
-
-
Ychebotarev ProductEngine authored
if you place UI elements __outside__ of panel rect - they will be visible but unclickable... so I revert UI changes since they are maybe looks better...but useless. --HG-- branch : product-engine
-
Ychebotarev ProductEngine authored
note - didn't do this in xml since chrome="true" in xml hides floater caption --HG-- branch : product-engine
-
Mike Antipov authored
-- removed logic to process online status (LLPanelAvatarProfile::fillOnlineStatus) for non-existent view (name="online_status") on profile page --HG-- branch : product-engine
-
Mike Antipov authored
-- removed logic implemented for EXT-2022 (show "Online" status or nothing) -- removed deprecated method LLPanelProfileView::togglePanel -- implemented required bihavior (for friends): --- Online when online and privacy settings allow to show --- Offline when offline and privacy settings allow to show --- Else: nothing -- also implemented bihavior for non-friends to use global Preference: "Only Friends & Groups can see when I am online" --- Online when online and was not set in Preferences/"Only Friends & Groups can see when I am online" --- Else: Offline --HG-- branch : product-engine
-
Alexei Arabadji authored
added transient controls group 'DOCKED' for temporary excluded docked floaters and dock widgets; --HG-- branch : product-engine
-
- Jan 22, 2010
-
-
Rick Pasetto authored
(note: reverts changeset b6b3a58fdb30)
-
Ramzi Linden authored
-
Tofu Linden authored
This is some more work towards making RelWithDebInfo very developer-friendly.
-
Rick Pasetto authored
PARTIAL FIX EXT-3491: only bring up "external browser"notification if target is external or pref is set Review #86 This changes the logic to bring up the notification "Do you want to open your Web browser to view this content?" only if either the target is _external, or the user pref says to. Otherwise it avoids the notification.
-
Ramzi Linden authored
DEV-43688 fix a couple of formatting issues on strings in the localized languages related to Localization Cycle 2.
-
Andrew Dyukov authored
(Should not be able to start a call when voice is disabled). Call buttons state now reacts on voice changes in time. - Added voiceWorking() method to LLVoiceClient to determine real availability of voice, because voiceEnabled() doesn't take into account possible errors. Perhaps there is no need in two methods- some investigation will be made and depending on its results they may become one non-static method. voiceWorking() uses state of voice client(mState) to determine voice availability. Also some states which are not currently counted by voiceWorking() as valid may be added if testing reveals problems. - To enable/disable call buttons in time, LLVoiceClientStatusObserver is used. Its trigger uses states from its enum only to skip updating button in some states(to avoid button blinking), but to determine button state LLVoiceClient's voiceWorking() is used. --HG-- branch : product-engine
-
Vadim Savchuk authored
Fixed bug EXT-4580 (Duplicated avatar's name appears in 'Group invitation' floater if use context menu for invitation). Because duplicated postBuild() calls, the "OK" button callback was set and *called* twice. --HG-- branch : product-engine
-
Loren Shih authored
EXT-4660 : Can delete a bodypart from the COF through inventory view or WEARING tab delete key EXT-4662 : remove leading separator from COF right-click menu EXT-4633 : AppearanceSP trash button doesn't update enabled state correctly Bunch of UI fixes related to the trash/delete functionality in InventoryFloater/SP and AppearanceSP "WEARING" tab. The main idea is that we don't want to allow deletion of bodyparts and folder links from the COF by the user.
-
Sergei Litovchuk authored
--HG-- branch : product-engine
-
Vadim Savchuk authored
--HG-- branch : product-engine
-
Eugene Mutavchi authored
--HG-- branch : product-engine
-
Eugene Mutavchi authored
Fixed normal bug EXT-4486(nearby voice list not aligned correctly): Corrected indent of my_panel content. Changed the order of buttons of avatar list item, notice that it affects all avatar lists(on people panel, group chat participants, etc). --HG-- branch : product-engine
-
Sergei Litovchuk authored
- Fixed Places panel not to remove parcel selection when it is used by "About Land" floater. --HG-- branch : product-engine
-
Vadim Savchuk authored
Fixed bug EXT-4582 ([BSI] "Report" from avatar inspector does not auto-populate "Abuser name" when Resident is not nearby). Added method LLFloaterReporter::showFromAvatar() to use for remote avatars. --HG-- branch : product-engine
-
Dmitry Zaporozhan authored
--HG-- branch : product-engine
-
Soft Linden authored
-
Dmitry Zaporozhan authored
--HG-- branch : product-engine
-
Denis Serdjuk authored
--HG-- branch : product-engine
-
Igor Borovkov authored
* for outgoing ad-hoc sessions chat history is saved into new file for every distinct set of initial participants format: ["Ad-hoc Conference" "hash"<md5 hash of sorted participants' UUIDs>.txt] ex: Ad-hoc Conference hash77a0ff26-614d-0dbd-ce19-5da9108f141a.txt * for incoming ad-hoc sessions, chat history of each session is saved into a separate file: format: [<ad-hoc session name> <timestamp> <4 first symbols of session id>.txt] ex: Igor ProductEngine Conference 2010_01_22 07_41 2752.txt --HG-- branch : product-engine
-
Vadim Savchuk authored
Fixed bug EXT-4583 ([BSI] Changing group image via drag and drop from Inventory floater doesn't trigger "save" button to become active). Modified LLTextureCtrl's no_commit_on_selection paramater behavior so that the widget gets dirty only on DnD or when the OK button is pressed in the picker. This is needed for panels that rely on LLTextureCtrl::isDirty() to enable their "Apply" button. --HG-- branch : product-engine
-
Loren Shih authored
Revert removal of "delete" option from last checkin. Now enabling "delete" but checking if *this was deleted within removeItem().
-
Mike Antipov authored
Related to normal task EXT-2214 Refactor IM Control Panels & EXT-3434 (There is no difference between invited and left participants in a Group call (Voice Controls)) -- replaced functionality to delayed removing of has left voice partcipants in VCP with one implemented in changeset f48e7cc41501 Behaviour of VCP implemented in EXT-3434 was not changed --HG-- branch : product-engine
-
Ychebotarev ProductEngine authored
--HG-- branch : product-engine
-
Ychebotarev ProductEngine authored
fix for normal EXT-4554 [BSI] group join now button goes missing after failure to join due to maximum groups --HG-- branch : product-engine
-
Mike Antipov authored
-- removed reference to LLSpeakerMgr from LLPanelGroupControlPanel (group text chat) --HG-- branch : product-engine
-
Alexei Arabadji authored
--HG-- branch : product-engine
-
Mike Antipov authored
-- replaced functionality to remove speacker from the list via Event timer. -- removed calling of LLSpeakerMgr::update from LLPanelGroupControlPanel::draw() (group text chat) For now list is updated when it is need. --HG-- branch : product-engine
-
Ychebotarev ProductEngine authored
additional fix for EXT-4035 Old sidepanel tab's text remains highlighted when switching to inventory sidepanel tab --HG-- branch : product-engine
-
Alexei Arabadji authored
--HG-- branch : product-engine
-
Dmitry Zaporozhan authored
Fixed normal bug EXT-4321 - Pop-up window with description doesn't appear if choose 'Copy SLUrl' from 'Favorites Bar' context menu. --HG-- branch : product-engine
-
Ychebotarev ProductEngine authored
fix for EXT-4540 [BSI] console flood & freeze on sorting group member listing by role & online status and few additional fixes... LLScrollListItem->getValue() doesn't contain LLUUID anymore also fix xml - no icons in Allowed Abilities --HG-- branch : product-engine
-
Dmitry Zaporozhan authored
--HG-- branch : product-engine
-
Alexei Arabadji authored
implemented exclude sets for groups of transient floaters, now transient floaters not closes if user click on view from global exclude set or from floater group set; made IM floater goes foreground if it visible but not focused instead hide floater; --HG-- branch : product-engine
-
Mike Antipov authored
Fixed major bug EXT-4609 Deleting duplicate calling cards also removes a Resident from ur Friends list :( - removed separate logic for Residents in the Friends list when Calling card is removed --HG-- branch : product-engine
-
Igor Borovkov authored
--HG-- branch : product-engine
-