Commit Graph

13199 Commits (ffe475e96e9cdd2bb3c66fd3ffeef2b4d64bc33b)

Author SHA1 Message Date
Merov Linden ffe475e96e STORM-418 : Suppress menu items Save to XML and Load from XML from the Develop > XUI menu 2010-10-26 16:08:11 -07:00
Merov Linden a40a2a7a46 STORM-350 : merge with viewer-development 2010-10-25 13:46:36 -07:00
Merov Linden 0977ecca96 STORM-173 : merge with viewer-development 2010-10-25 13:45:06 -07:00
Merov Linden 3116e0d352 STORM-426 : merge with viewer-development 2010-10-25 13:43:22 -07:00
Merov Linden 2a5902f75f STORM-449 : merge with viewer-development 2010-10-25 13:39:11 -07:00
Merov Linden bf49b56b3a merge viewer-beta, resolve STORM-341 conflict 2010-10-25 13:13:17 -07:00
Merov Linden 1a53efe233 merge viewer-beta to viewer-development 2010-10-25 13:07:56 -07:00
Kent Quirk 80cbe66039 apply fixes for STORM-341, not quite a transplant 2010-10-25 16:06:03 -04:00
Merov Linden 78f291a722 pull viewer-beta in viewer-development 2010-10-25 12:08:58 -07:00
Vadim ProductEngine ba0d4ccaf4 STORM-341 FIXED Crash on exiting viewer while Outfit Editor is opened in detached Appearance SP.
Reason: An inventory observer (LLFilteredWearableListManager) tried to use
a deleted collect functor (LLFilterItem::collector in LLPanelOutfitEdit::mListViewItemTypes).

Fix: De-register (and delete) the observer when the collector gets deleted.
2010-10-25 21:38:22 +03:00
Leyla Farazha e98eff02ae DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt - fixing saving of p2p logs 2010-10-25 10:31:47 -07:00
Merov Linden c0e9594e9d STORM-173 : use isEmpty() instead of getFirstRootNode() to check selection 2010-10-25 10:27:37 -07:00
Leyla Farazha cb5d8d1a92 DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt 2010-10-22 17:41:06 -07:00
Merov Linden de6f7e19c4 STORM-423 : merge with viewer-development 2010-10-22 16:18:36 -07:00
Merov Linden 01b01d94f4 STORM-406 : merge with viewer-development 2010-10-22 15:17:49 -07:00
Merov Linden d6be4f210b STORM-322 : merge with viewer-development 2010-10-22 15:13:57 -07:00
Mark Palange (Mani) 48e6f36f98 Merge 2010-10-22 14:33:31 -07:00
Mark Palange (Mani) b30a0b4bdb merge 2010-10-22 14:27:56 -07:00
Dave Parks c16f0ef5eb Disable FBO by default for all settings. 2010-10-22 16:04:00 -05:00
Vadim ProductEngine 7a597cf4f1 STORM-350 FIXED Wrong icon (texture) was displayed for sounds in inventory.
By the way, just for consistency changed LINKFOLDER icon from "Inv_LinkItem" "Inv_LinkFolder".
The icons are equal, so this change has no effect.
2010-10-22 20:47:55 +03:00
Vadim ProductEngine 9e8ff9be02 STORM-449 FIXED Updated some notification templates for NL locale to display avatar names correctly. 2010-10-22 20:14:13 +03:00
Vadim ProductEngine 07353619d0 STORM-297 FIXED Fixed "<nolink>" text appearing in confirmation message if there is "<" symbol in Landmarks name.
Modified the "<nolink>...</nolink>" clause parsing regexp to allow "<" in the middle.
2010-10-22 19:39:38 +03:00
Merov Linden 6f4a21531a STORM-173 : never enable return object if no object selected 2010-10-21 17:12:24 -07:00
Seth ProductEngine 54da19fdcf STORM-426 FIXED Menu button no longer looked pressed while its menu is displayed by another control.
- LLMenuGL in menu button replaced by LLToggleableMenu that handles visibility change upon clicks inside specific button rect.
- Added visibility change signal to LLToggleableMenu to update menu button pressed state.
- Added using menu handle in LLMenuButton.
2010-10-22 02:08:26 +03:00
Loren Shih e7b2c475d8 SH-325 FIXED Add terminal / to SerachURL in viewer settings.xml
Trivial fix to add "/" to the search string.
2010-10-21 14:50:31 -04:00
Andrew Productengine 9c09665885 STORM-322 FIXED Fixed problem with redundant search entries shown in People/Groups/Roles/Members.
Bug was caused by adding members with uncached names to search results- when name was uncached, method that added ids
to member list, didn't respect the filter.

- Fixed by adding members only when their names are cached and match the filter. If name is not cached, LLCacheName::get() is
called for such user id, and when name is cached, it calls function that handles adding of user to list depending on filter.

- Added default sorting of members by name, added saving of sort order to settings.
2010-10-21 21:11:29 +03:00
Merov Linden 71f56a2bc9 STORM-402 : merge with viewer-development 2010-10-20 20:56:15 -07:00
Merov Linden 187093eb9d STORM-390 : merge with viewer-development 2010-10-20 20:54:24 -07:00
Merov Linden f38d21fe60 STORM-263 : merge to viewer-development 2010-10-20 20:50:20 -07:00
Merov Linden 9652de51ce STORM-281 : merge to viewer-development + fix indentation 2010-10-20 20:13:47 -07:00
Merov Linden a0417239ab STORM-417 : merge with viewer-development 2010-10-20 19:51:31 -07:00
Merov Linden 44b428f4c3 STORM-419 : merge with viewer-development 2010-10-20 19:46:38 -07:00
Merov Linden 1aa431bca2 STORM-424 : merge Boroondas changeset to viewer-development 2010-10-20 19:34:02 -07:00
Merov Linden 755fdfb25f STORM-423: fix raw file association in strings.xml 2010-10-20 14:59:39 -07:00
Vadim ProductEngine b3f3fb6099 STORM-417 FIXED Port of SNOW-140 to SG 2.0 : Forced updates not working on Mac
The point of this patch is to make the Mac updater code a bit more flexible
and reliable than it is right now. The issue is double:
 * reliability: the string comparison code on the bundle identifier is not UTF8 compliant
 * flexibility: the bundle identifier is hard coded to match the bundle identifier of LL viewer
   (i.e. com.secondlife.indra.viewer) so it can't work for another viewer
   (in particular, it didn't work for Snowglobe).
   The "bundle identifier" is one of those Mac only thing stored in the Info.plist of a "bundle"
   (the ".app" folder that's bundling an executable and all its resources and is seen
   as an application when browsing with the Mac OS X Finder).

The patch fixes both issues:
 * compare correctly UTF8 encoded strings
 * allow the bundle ID to be passed as a parameter to the updater

The patch has really no consequence on LL viewer. It's more a matter of having cleaner, better code.

Author: Cypren Christenson
Ported and reviewed by: Merov Linden
2010-10-20 21:23:27 +03:00
Vadim ProductEngine 243210e0ab STORM-419 FIXED <anonymous>' is used uninitialized in this function in lldarray.h
Author: Robin Cornelius
Ported by: Techwolf Lupindo
Reviewed by: Merov Linden
2010-10-20 20:26:47 +03:00
Oz Linden cbb184d986 bump Development version to 2.4 2010-10-20 12:48:09 -04:00
Oz Linden 1c12103539 pull changes back from 2.3 beta 2010-10-20 12:44:34 -04:00
Merov Linden e44b548704 STORM-281 : Fix Map FOV frustum when UI size not equal to 1 2010-10-19 17:48:35 -07:00
Dessie Linden d3f3dd0998 Added tag 2.3.0-start for changeset 98e0d6df6384 2010-10-19 16:59:49 -07:00
Merov Linden 04425000ae STORM-294 : merge to viewer-development 2010-10-19 16:23:14 -07:00
Dessie Linden 1066a35ebe Added tag 2.2.0-release for changeset 1415e6538d54 2010-10-19 13:53:18 -07:00
Dessie Linden 730a7d7f5c Bumped viewer version to 2.3.0 2010-10-19 13:50:27 -07:00
Dessie Linden 42e397e155 Merged from 2.3.0-beta1 tag in viewer-development 2010-10-19 13:47:15 -07:00
Dessie Linden c1c087b508 Added tag 2.2.0-release for changeset 1415e6538d54 2010-10-19 13:41:58 -07:00
Dessie Linden e2d8eac19e Pulled 2.2.0-release tag from viewer-release 2010-10-19 13:41:14 -07:00
Kent Quirk e8a4b9308a Tagging for pull to beta branch. 2010-10-19 15:33:21 -04:00
Andrew Productengine b8444e52c1 STORM-402 FIXED Fixed adding of people whom you sent IM to Recent list.
This regression was caused by fix of STORM-126 in changeset 09f13edf6aa8 where adding of people from mInitialTargetIDs was removed.
And it was used to add people whom you P2P im'ed.

- Used mInitialTargetIDs to add people whom you P2P im'ed.
2010-10-19 20:23:07 +03:00
Vadim ProductEngine d97355a19f STORM-390 FIXED "Place Profile" appeared instead of "Resident Profile" after clicking on user name in a nearby chat toast.
Now clicking an avatar name opens avatar profile; clicking an object name opens object inspector.

This change rolls back the fix of STORM-358.
2010-10-19 19:55:19 +03:00
Roxie Linden c683151587 automated merge 2010-10-18 17:27:48 -07:00