Commit Graph

12229 Commits (61baa570fbc4b0be5bb124e816784c252e66a76f)

Author SHA1 Message Date
Kitty Barnett 61baa570fb [Appearance/Misc]
- fixed : attachments that attach and then instantly detach don't have their COF link removed

--HG--
branch : Appearance-Misc
2010-09-18 08:56:08 +02:00
Kitty Barnett 410541f04e Merged with default tip (Revision b8cd74d2bcc8)
--HG--
branch : Appearance-Misc
2010-09-15 20:25:33 +02:00
Kitty Barnett 2f7aa4131e Merged with default tip (Revision b8cd74d2bcc8)
--HG--
branch : Viewer-Build
2010-09-15 20:21:19 +02:00
Oz Linden bf2849ef23 [STORM-176] Clean up handling of the maximum length of chat messages 2010-09-15 11:33:59 -04:00
Oz Linden 53f29252bc [STORM-164] simplify sCurrent calculations for compatibility with gcc 4.4 2010-09-15 11:32:06 -04:00
Aimee Linden 8e28257c57 STORM-121 MERGE Voice client shutdown cleanup 2010-09-15 12:33:59 +01:00
Aimee Linden 04f2516bfe Trivial typo fix 2010-09-15 12:17:44 +01:00
Aimee Linden 2399b8673b STORM-86 MERGE Double-click Teleport 2010-09-15 11:49:17 +01:00
eli_linden d24535f7b6 VWR-21356 FIX added missing translation for string 2010-09-14 17:23:20 -07:00
eli_linden 239194b062 VWR-22372 fix widen width for partner edit link for all languages 2010-09-14 16:51:38 -07:00
Andrew Dyukov bb07a38f62 STORM-112 FIXED Fixed EOLs display as "squares" in expandable textboxes after resize.
This problem reproduced not only on minimize of certain floaters from description, but for all expandable textboxes after resizes.
It happened because of hideExpandText() call in LLTextBoxEx::reshape() that broke lineendings.

- Removed it from there so text expands now only when clicking "More" link- it's the only time when it should be shown, and
also doesn't have problem with breaking anything because of calling setTextBase() after it.
2010-09-14 19:02:42 +03:00
Aimee Linden 60d3a46ec6 STORM-121 FIXED Unify clean up of objects on voice client shutdown so that it happens consistently. 2010-09-14 13:16:46 +01:00
Tofu Linden 73ba1f288d merge 2010-09-13 22:18:30 +01:00
Tofu Linden b909ac1de9 merge 2010-09-13 20:59:02 +01:00
eli_linden e5058cdeb3 VWR-22975 fix wrong "endonym" for Portuguese language name 2010-09-13 12:57:44 -07:00
Sergei Litovchuk dd658963a7 STORM-108 FIXED Added scroll container to Item Profile panel.
Vertical scroll bar appears when reduced panel height becomes insufficient for displaying all controls.
2010-09-13 22:40:10 +03:00
Tofu Linden 68a974e337 Bunch of trivial typo fixes that were bothering me on another branch! 2010-09-13 20:28:17 +01:00
eli_linden 9184dfd9bd VWR-22759 FIX missing paren 2010-09-13 12:14:04 -07:00
Tofu Linden 7af2581683 merge storm-99 2010-09-13 18:43:44 +01:00
Tofu Linden f310e6fd37 merge storm-123 2010-09-13 18:43:17 +01:00
Tofu Linden 1dea2536d9 merge storm-114 2010-09-13 18:42:48 +01:00
Tofu Linden 0389188954 merge VWR-20694 2010-09-13 18:42:17 +01:00
Vadim Savchuk baeded61a7 STORM-101 FIXED Moved floater settings (rect, visibility, docked state) to account-specific XML file.
The settings are now stored to settings_per_account.xml.
This change affects all floaters having save_rect/save_visibility/save_dock_state params set to "true",
not just detached sidebar tabs as the ticket requests.
2010-09-13 20:06:48 +03:00
Andrew Dyukov 9e49a5302e STORM-114 FIXED Removed showing of images inside notifications in IM in plaintext mode.
- Added argument show_images to constructors of LLIMToastNotifyPanel and LLToastNotifyPanel. Depending on it plaintext attribute for textbox with notification text is set. Used this argument when adding notification to chat history if IM is in plaintext mode.
2010-09-13 18:52:40 +03:00
Andrew Dyukov 026b2abf91 Little refactoring.
Removed unused "mask" arguments from three sidetray methods.
2010-09-13 18:19:59 +03:00
Andrew Dyukov 5bb98a3954 STORM-123 FIXED Fixed resize availability of nearby chat in bottomtray.
Cursor didn't change to "resize" state, because handlehover of bottomtray wasn't working correctly. It happened
because LLPanel::handleHover() wasn't called in LLBottomtray::handleHover().

- There was no good reason to override habdleHover() in LLBottomTray so new method onDraggableButtonHover() was introduced to be called
from bottomtray buttons(as it was already done for mouse up and down).
2010-09-13 18:06:12 +03:00
Andrew Dyukov 5a4728d25a STORM-99 FIXED Fixed wrong name of item shown in confirmation popup when sharing items from undocked sidetray inventory.
I couldn't repro situation when select was disabled, but problem with wrong items reproduced for me all the time.
It happened because all detached tab floaters were getting name "floater", so couldn't be found by sidetray's getPanel(),
and even if inventory could be found is_inventorysp_active() in LLInventoryPanel::getActiveInventoryPanel() would not let us
reach point of getting it.

- Added setting name of floater to sidebar tab's name on it's detach.

- Added search of detached inventory tab to LLInventoryPanel::getActiveInventoryPanel() and if it is detached, inventory panel
is found there, and z-order of floater is stored and later compared with z-orders of "inventory" floaters(the ones that are opened
via Ctrl+Shift+I).
2010-09-13 16:42:33 +03:00
Merov Linden 807aec7baf Pull from lindenlab/viewer-development 2010-09-10 11:51:55 -07:00
Tofu Linden 1f46b1d87b merge storm-93 2010-09-10 17:47:49 +01:00
Tofu Linden 02fac56357 merge STORM-89 2010-09-10 17:47:05 +01:00
Tofu Linden 064f30d1d2 merge SNOW-98 2010-09-10 17:45:42 +01:00
Tofu Linden 8e0c5946e6 merge SNOW-91 2010-09-10 17:44:53 +01:00
Vadim Savchuk d8b76f6c7f STORM-98 FIXED Updated art for People and Groups default/placeholder icons.
Replaced the old icons with the ones provided by Epic.
2010-09-10 19:24:24 +03:00
Tofu Linden 540a5982a4 merge. 2010-09-10 16:54:38 +01:00
Tofu Linden fb7f560f83 Fix Linux build failure... one would hope. 2010-09-10 16:53:38 +01:00
Paul Guslisty 36f3535f70 STORM-93 FIXED Added Take Off function to the gear menu and implemented this functionality using helper methods:
canTakeOffSelected() - checking whether selected item(s) can be taken off
hasItemSelected() - checking whether any item selected
getSelectedItemsUUIDs() - returns selected items ids
2010-09-10 15:59:35 +03:00
Paul Guslisty 88fb1034f3 STORM-91 FIXED Corrupted vertical scroll bar appears on 'Edit Outfit' panel if height of 'Add More' panel was changed
-Increased min height of panel
2010-09-10 14:06:12 +03:00
Aimee Linden d073234832 Merge 2010-09-10 11:51:17 +01:00
Aimee Linden 073d56b0e1 VWR-21253 SUPPLEMENTARY Permission icons in the friends list
Incorporate code review feedback.
2010-09-10 11:49:50 +01:00
Tofu Linden 36b9ee3113 Update BuildParams, hopefully correctly, for new staging area. 2010-09-10 10:29:33 +01:00
Tofu Linden 8a21f5e241 merge the latest ECC/Shining sprint work. http://bitbucket.org/seraph/viewer-development-shining 2010-09-10 10:22:25 +01:00
Tofu Linden 3296f3b864 merge storm-94 2010-09-10 10:21:15 +01:00
Tofu Linden 4e9a17c952 merge storm-97 2010-09-10 10:20:40 +01:00
Paul Guslisty 4c2b8ecf65 STORM-89 FIXED Undocked profile panels loses verb buttons after minimize/restore 2010-09-10 12:17:56 +03:00
Tofu Linden 544ebaddf8 merge STORM-96 / STORM-92 (as part of vwr-20694). 2010-09-10 10:17:39 +01:00
Loren Shih 820cffd56d automated merge 2010-09-09 17:06:51 -04:00
Loren Shih bf7201cf8b dummy commit test 2010-09-09 17:06:37 -04:00
Merov Linden 19026c621e VWR-22759 : port of SNOW-667, fix drop down mangled language spelling 2010-09-09 12:06:26 -07:00
Andrew Dyukov db16219309 STORM-97 FIXED Fixed position of back button in Landmark info panel on width resize
Corrected "follows" attribute for button in xml.
2010-09-09 21:18:35 +03:00
Vadim Savchuk 6b77ce904e STORM-92 FIXED Avoid redundant visibility changes when attaching/detaching side tray tabs.
Also happens to fix STORM-96 (Empty space appears in the top of Home side panel after redocking).
2010-09-09 21:05:13 +03:00