Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Eugene Mutavchi 7e32ccd8d4 Fixed normal bug EXT-6715 (Favorites bar: bottom scroll button of overflow list is corrupted ) - restored 'arrow_down.tga' image, which is used by LLMenuScrollItem.
Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/197/.

diff -r f3fc1679ec4e -r f4652f182c84 indra/newview/skins/default/textures/arrow_down.tga
Binary file indra/newview/skins/default/textures/arrow_down.tga has changed

--HG--
branch : product-engine
2010-04-07 18:59:18 +03:00
Vadim Savchuk c9e0b6e476 merge
--HG--
branch : product-engine
2010-04-07 18:41:15 +03:00
Vadim Savchuk bb2a0adeca Merge from default branch
--HG--
branch : product-engine
2010-04-07 18:39:29 +03:00
Mike Antipov bbe9b636b5 Fixed major bug EXT-6661 (chat log paths reset back to default)
* Removed unused InstantMessageLogFolder
 * Restored initializing logic of InstantMessageLogPath value from 1.23 to share setting between viewers.
 * Restored unused in 2.0 "LogChatTimestamp" and "LogChatIM" settings to avoid removing of them in 2.0
 * Restored default value of the "Save local chat log" setting from 1.23 & replaced with 2.0 own setting (LogNearbyChat was: LogChat)

Reviewed by Igor Borovkov & Kent Quirk at https://codereview.productengine.com/secondlife/r/193/
(transplanted from 43297b92c1bb7487dab6610bea61acac4c355878)
2010-04-07 18:33:05 +03:00
Mike Antipov 4e76ec36a0 Fixed major bug EXT-6802 (Cancelling out of People Chooser while Searching Causes Crash)
* Added check of Avatar Picker floater (People Chooser) against NULL in search callback.

Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/236/
(transplanted from 480f67e4eac0223626ce549a20760e81c4bce5b1)
2010-04-14 18:54:06 +03:00
Mike Antipov 956041ff1b Fixed major bug EXT-6851 (Moderator is unable to mute group voice chat participant after his reconnect)
Reason: not proper condition to check is LLSpeaker is in voice channel (implemented for EXT-3944)

Fix: Updated condition to check is speaker in voice channel state.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/242/
(transplanted from fb2af72d10231e04b2e79a7d487ea9e8559c14b8)
2010-04-16 12:04:41 +03:00
Mike Antipov 8329dbdc37 Fixed major bug EXT-6661 (chat log paths reset back to default)
* Removed unused InstantMessageLogFolder
 * Restored initializing logic of InstantMessageLogPath value from 1.23 to share setting between viewers.
 * Restored unused in 2.0 "LogChatTimestamp" and "LogChatIM" settings to avoid removing of them in 2.0
 * Restored default value of the "Save local chat log" setting from 1.23 & replaced with 2.0 own setting (LogNearbyChat was: LogChat)

Reviewed by Igor Borovkov & Kent Quirk at https://codereview.productengine.com/secondlife/r/193/

--HG--
branch : product-engine
2010-04-07 18:33:05 +03:00
Loren Shih e9f0676441 EXT-6728 : Have LLInventoryFetchItems/DescendentsObserver inherit from a base abstract LLInventoryFetchObserver class
Minor cleanup of LLInventoryFetchComboObserver
2010-04-07 11:15:27 -04:00
Tofu Linden 3ecec85feb Update Linux build of LLQtWebKit library.
This was built from:
revision c02879cea1c0070eb264e261d316a77d420741c7 in http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch)
revision f35a5eab8c2f in http://bitbucket.org/lindenlab/llqtwebkit/ (currently head of the 'cookie-api' branch)
2010-04-07 15:55:21 +01:00
Yuri Chebotarev 7ba7bc6c37 merge
--HG--
branch : product-engine
2010-04-07 17:36:27 +03:00
Yuri Chebotarev d623030d2b fix for EXT-6619 "i" icon appears on top of accordion title in the Group Info panel
https://codereview.productengine.com/secondlife/r/190/
reviewed mantipov

--HG--
branch : product-engine
2010-04-07 17:35:21 +03:00
Aimee Linden 762672ad63 Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk 2010-04-07 15:16:32 +01:00
Tofu Linden adce2ecdf8 PE merge from pe-viewer-trunk 2010-04-07 13:03:35 +01:00
Tofu Linden 8da371b0f0 merge 2010-04-07 12:16:36 +01:00
Eugene Mutavchi 244418e6b2 Fixed critical bug EXT-1655 ([BSI] Always flying after pressing "Stand" to stand up from an object)
- moved restoring the flying of the agent before calling the mAutoPilotFinishedCallback, to allow finished callback to change it.
 - fixed LLVOAvatar::sitOnObject() to set mIsSitting = TRUE before stoping the autopilot, like it was in 1.23 version.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/185/
2010-04-07 13:38:21 +03:00
Kent Quirk 8a3dca48eb Merge 2010-04-12 17:59:22 -04:00
Aimee Linden 9572c5ed1b EXT-6808 Update Vivox SDK to 3.1.0001.8385 2010-04-12 16:55:32 +01:00
Eugene Mutavchi 7dd71a60c5 Fixed critical bug EXT-1655 ([BSI] Always flying after pressing "Stand" to stand up from an object)
- moved restoring the flying of the agent before calling the mAutoPilotFinishedCallback, to allow finished callback to change it.
 - fixed LLVOAvatar::sitOnObject() to set mIsSitting = TRUE before stoping the autopilot, like it was in 1.23 version.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/185/

--HG--
branch : product-engine
2010-04-07 13:38:21 +03:00
Eugene Mutavchi 8723a285fa Fixed normal bug EXT-6600(Block List button in Preferences does nothing prior to login (should be disabled)) - added disabling of Block List button if user is not logged in.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/186/

--HG--
branch : product-engine
2010-04-07 13:38:21 +03:00
Tofu Linden 1e7ae7a693 fix to the SLE backout. 2010-04-07 11:14:44 +01:00
Tofu Linden ec0be66390 merged backout. 2010-04-07 10:40:38 +01:00
Tofu Linden 0bb3f144c0 Backed out changeset 63b699f90efd 2010-04-07 10:37:07 +01:00
Yuri Chebotarev 5b8ea41e42 merge
--HG--
branch : product-engine
2010-04-07 12:20:26 +03:00
Mike Antipov d4deaf6c9b Done normal task EXT-6583 ([TRUNCATION] build > select build tool > create tool > texture tab)
* Increased spinners' "width" & "label_width" attribute values. Updated checkboxes & "Apply" button placement to be accommodated in tab.
    The longest label is in 'DE' locale.
* Also removed overrides of these widgets in 'fr' & 'it' locales

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/183/

--HG--
branch : product-engine
2010-04-07 10:54:23 +03:00
Alexei Arabadji bb3abe5c17 fixed EXT-5842 There is a lot of unused space in the online/offline toasts,
- decreased on/offline notification toasts width from 305 to 220px;
- added toast right alignment;
- made toasts for long avatar names taller
(according to max length of avatar full name(63 characters) made 3 max line of message text in online/offline toasts, also corrected initial geometry parameters of panel_online_status_toast.xml to allow method LLToastPanel::snapToMessageHeigh works correctly);

reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/182/

--HG--
branch : product-engine
2010-04-07 10:49:12 +03:00
Dmitry Zaporozhan 05a4e9dd8b (work in progress) EXT-6564(major) - Fix wearable editing panels.
Updated layout of all Edit Wearable panels.
Disabled editing of no-modify wearable.
Disabled "Save As" for no-copy wearable.

Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/170/

--HG--
branch : product-engine
2010-04-07 10:45:39 +03:00
Mike Antipov dea3e7623a Fixed major bug EXT-6534 (Snapshot to Disk with Custom Size, selecting Constrain Proportions causes snapshot of the active window with a background to the correct size but the window the same size as original, instead of proportionally changing the active window size.)
* The reason: completely broken functionality to keep all the GUI controls in sync with the saved settings and Preview image state. Issue occurred while upgrading snapshot/social media floater (changeset (1acc14a5e7ac) New snapshot/social media floater)

* Fix: added disabling of floater's buttons depend on snapshot is up to date ("Share Snapshot", "Save Snapshot", "Set As Profile Pic", "Share To Web", "Email Snapshot", "Save To My Inventory", "Save To My Computer").

QA Note: other controls should be checked against necessity to disable them while changing snapshot settings.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/181/

--HG--
branch : product-engine
2010-04-07 10:26:32 +03:00
Yuri Chebotarev e8e1e87dd5 merge
--HG--
branch : product-engine
2010-04-07 09:43:14 +03:00
Roxie Linden 6b6e0b7e58 automated merge of DEV-48542 2010-04-06 22:04:18 -07:00
Roxie Linden 0fec01385d DEV-48542 - CID-444/CID-445: missing break in switch, llpanellogin.cpp
Added missing breaks.
CR: Josh
2010-04-06 22:02:49 -07:00
Loren Shih f096f02278 EXT-6728 : Have LLInventoryFetchItems/DescendentsObserver inherit from a base abstract LLInventoryFetchObserver class
Added a new abstract class LLInventoryFetchObserver from which LLInventoryFetchItems and LLInventoryFetchDescendents inherit.
Also changed isEverythingComplete to isFinished and made some other minor superficial changes.
2010-04-06 18:58:26 -04:00
Loren Shih c3d9316dff EXT-6727 : Allow LLInventoryObservers to target a single item (instead of a vector of items)
Added new constructors to LLInventoryFetch types to allow passing in a single item.
2010-04-06 17:30:23 -04:00
Eli Linden 25df7aca29 ES linguistic 2010-04-06 13:06:50 -07:00
Loren Shih cdbdb11686 EXT-4151 : Immediately check if a fetchObserver filter is done, else add to observer list automatically
FetchObservers now take in a list of IDs to check against.
Made some naming changes.
2010-04-06 14:47:20 -04:00
Tofu Linden 244de628f2 merge from viewer-2-0 2010-04-06 19:22:15 +01:00
Tofu Linden 37c1a92da4 Resurrect 'Sun' menu options.
These seem to have been clobbered by some bad XML merging that probably came in with 73f60e5518af / EXT-3531
2010-04-06 19:18:16 +01:00
Vadim Savchuk 3585792e73 Fixed major bug EXT-6718 (Top menu: 'Build' and 'Help' items are absent).
Restoring comment end marker, accidentally removed in changeset 73f60e5518af.

Trivial change, not reviewed.

--HG--
branch : product-engine
2010-04-06 20:42:00 +03:00
Paul Guslisty 5a5380a65e Fixed major bug EXT-6572 (EXT-6572 ([VARIABLE IN WRONG PLACE] in Taskbar \"Kaufen L$\" should be \"L$ kaufen\")
- Removed the L$ graphic and made \"L$\" part of the label string.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/172/
(transplanted from 4cbdcfc8b196f0ff28df1d0897023ee967cce2a3)
2010-04-06 20:28:29 +03:00
Richard Linden dcd5050616 Merge 2010-04-16 14:42:26 -07:00
Richard Linden 0758eab5e6 Backed out changeset: 61a83065d146 2010-04-16 14:41:26 -07:00
Richard Linden 5340217b27 merge 2010-04-16 13:31:16 -07:00
Richard Linden 9b6da49ef5 EXT-6895 - Crash in landmarkNameCallback
reviewed by Leyla
2010-04-16 13:30:51 -07:00
Paul Guslisty 67c534d829 Fixed major bug EXT-6572 (EXT-6572 ([VARIABLE IN WRONG PLACE] in Taskbar \"Kaufen L$\" should be \"L$ kaufen\")
- Removed the L$ graphic and made \"L$\" part of the label string.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/172/

--HG--
branch : product-engine
2010-04-06 20:28:29 +03:00
Loren Shih ec5bd9c857 automated merge 2010-04-06 10:19:31 -04:00
Loren Shih 785d4c34b6 EXT-4151 : Immediately check if a fetchObserver filter is done, else add to observer list automatically
Preliminary work to clean up naming conventions.
2010-04-06 10:19:15 -04:00
Tofu Linden 7187f08e89 wtf-fix for using \\ instead of // as a comment. 2010-04-06 15:13:15 +01:00
Tofu Linden 8ccffa6a1e merge from PE viewer-hotfix 2010-04-06 13:20:28 +01:00
Tofu Linden 613c84fc67 merge 2010-04-06 13:18:35 +01:00
Aimee Linden 9f9b240dce Added voice font selection to the voice floater. 2010-04-06 11:39:01 +01:00
Dmitry Zaporozhan 10c97a9481 Fixed normal bug EXT-6545 - Admin > God Tools > Object > Sim Name incorrectly reported.
Using region name retrieval code.
Fixed labels.

Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/125/

--HG--
branch : product-engine
2010-04-06 12:27:42 +03:00