Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-23 | STORM-34 ADDITIONAL_FIX Made saving favorites in file per-account preference ↵ | Andrew Productengine | |
instead of per-machine. - Made changes in code of floater preferences and panel login that were required because of turning the setting per-account. - Added new method to LLFloaterPreference that looks for current user's record in saved favorites file and removes it. | |||
2010-12-09 | STORM-34 ADDITIONAL_FIX Implemented storing of multi-user favorites and ↵ | Andrew Productengine | |
showing them on login screen. - Changed the way SLURLs are cached a little, because previous one introduced problems with theit order. - Also allowed saving of favorites to disk even if not all of them received SLURL info - this is done to avoid favorites not saving when there is at least one "dead" landmark among them. - "Username" field on login screen is now not a lineeditor, but combobox (to enable autocompletion), but without button (Esbee asked for this in ticket for security reasons, and perhaps for visual consistency). - Elements of this combobox are names of users whose favorites we have saved in file. - Contents of "Start at:" combobox are changed depending on changes in "Username"- if username is present in favorites file, favorites for this user are added there. - New callback was added to LLCombobox and used in this fix, because present ones weren't enough to easily track changes in text entry. | |||
2010-12-06 | STORM-34 FIXED Saving of user's favorites into file and showing them in ↵ | Andrew Productengine | |
"Start at" combobox on login screen was implemented. Implementation details: - File is saved on exit from viewer and not immediately on changes as was written in spec. It is done to make this file consistent with favorites order: order of favorites is saved on exit, so if favorites info is saved in other moment earlier, crashing viewer or other unexpected way of finishing its work (i.e. via Windows task bar) would cause inconsistence between favorites order saved per account and one from this new file. - File is saved in user_settings\stored_favorites.xml. - If you uncheck the option in Preferences and press OK, the file gets immediately deleted (according to spec). Issues that require further changes: - Currently only favorites of last logged in user are shown in login screen. Showing favorites of multiple users will be implemented later when design for it is approved by Esbee. - Preference is now global for all users, because design states it may be changed before login, and we don't have account info at the moment. But it doesn't seem to be a good idea, so changes in design are needed. - Currently the way of retrieving SLURLs needs optimization in a separate ticket. More detailed design approved by Esbee is needed to develop it further, perhaps in new tickets. | |||
2010-12-03 | merging beta fixes after 2.4.0-beta1 | Oz Linden | |
2010-12-02 | merge fix for STORM-584 | Oz Linden | |
2010-12-02 | merge fix for STORM-673 | Oz Linden | |
2010-12-02 | merge fix for STORM-718 | Oz Linden | |
2010-12-02 | merge fixes for various transparency issues | Oz Linden | |
2010-12-02 | merge fixes for STORM-432 | Oz Linden | |
2010-12-02 | merge fix for STORM-596 | Oz Linden | |
2010-12-02 | STORM-718 FIXED Typo in Preferences -> Color. | Vadim ProductEngine | |
Besides, removed redundant space before colon. | |||
2010-12-02 | STORM-432 ADDITIONAL FIX Disabled manual resizing of the bottom panel in ↵ | Vadim ProductEngine | |
the Places SP. | |||
2010-12-01 | STORM-432 ADDITIONAL FIX Disabled manual resizing of the bottom panel in ↵ | Vadim ProductEngine | |
the inventory SP. | |||
2010-11-30 | STORM-584 FIXED Chat font colors for "Me" and "Others" used for the bubble ↵ | Seth ProductEngine | |
chat text. Bubble chat color picker now sets the background color for the name tag and bubble chat. Label for the color picker changed to "Bubble chat background" Removed unused "BackgroundChatColor" setting, using "NameTagBackground" instead. | |||
2010-11-30 | STORM-697 FIXED Nearby Chat window is semitransparent even if inactive ↵ | Paul Guslisty | |
opacity is 1 - Deleted custom images of floater to use default | |||
2010-11-30 | STORM-673 FIXED Renamed block list label in privacy panel to avoid name ↵ | Andrew Productengine | |
duplication. | |||
2010-11-29 | Pull viewer-beta into viewer-development | Merov Linden | |
2010-11-29 | STORM-672 : Fix duplicated name in Pref panel | Merov Linden | |
2010-11-29 | STORM-666 : pull into viewer-development | Merov Linden | |
2010-11-29 | STORM-689 FIXED "Back" but is opaque in all of the undocked side panels | Paul Guslisty | |
- Added parameter to the button that defines which transparency value should be used: value of drawing context or transparency value of a its parent (in our case this parent is floater) | |||
2010-11-29 | STORM-685 FIXED Made the "Buy L$" floater respect transparency settings. | Vadim ProductEngine | |
Enabled the floater's background icons obey floater transparency. | |||
2010-11-29 | STORM-698 FIXED Icon control can now respect floater transparency (if its ↵ | Vadim ProductEngine | |
"use_draw_context_alpha" param set to false). | |||
2010-11-24 | STORM-500 : pull to viewer-development | Merov Linden | |
2010-11-24 | Pull from viewer-beta | Merov Linden | |
2010-11-24 | Merge | Leyla Farazha | |
2010-11-24 | DN-207: "Investigate why "unknown" is appearing in My Friends list" | Leyla Farazha | |
2010-11-24 | STORM-666 FIXED Menu spawned by the overflow button had invalid position in ↵ | Vadim ProductEngine | |
Place Profile and Avatar Profile panels. Changes: * Changed the button class from LLButton to LLMenuButton to avoid duplicating menu positioning logic. * Enabled LLMenuButton to support aligning menu to the top right corner of the button. | |||
2010-11-24 | STORM-671 FIXED Renamed "Move & View" panel to avoid name duplication. | Andrew Productengine | |
2010-11-22 | STORM-500 FIXED Fixed resizing of "Edit Alpha" and "Edit Tattoo" panels. | Vadim ProductEngine | |
2010-11-23 | STORM-674: corrected duplicate name tags in pannel_preferences_color.xml | Wolfpup Lowenhar | |
2010-11-20 | Moved Enable Hints to 2nd line of Help menu | Jonathan Yap | |
2010-11-19 | Merge | Leyla Farazha | |
2010-11-19 | DN-199 Modify LLGetDisplayName tooltip | Leyla Farazha | |
2010-11-19 | Merged latest lindenlab/viewer-development with mani_linden/viewer-development | brad kittenbrink | |
2010-11-19 | merge fix for STORM-138 | Oz Linden | |
2010-11-19 | merge fix for STORM-616 | Oz Linden | |
2010-11-19 | merge fix for STORM-560 | Oz Linden | |
2010-11-19 | merge additional fixes for STORM-572 | Oz Linden | |
2010-11-19 | merge fix for STORM-189 | Oz Linden | |
2010-11-19 | Changed Sit Down shortcut definition and reordered menu slightly. | Jonathan Yap | |
2010-11-19 | Merged latest lindenlab/viewer-development with ↵ | brad kittenbrink | |
mani_linden/viewer-development for bacground updater work. | |||
2010-11-19 | dull boring notification message. | Andrew A. de Laix | |
2010-11-19 | STORM-432 FIXED Disabled manual resizing of the bottom panel in the ↵ | Vadim ProductEngine | |
People/Friends tab. | |||
2010-11-22 | STORM-517 FIXED Warn user that language change will only take effect after ↵ | Vadim ProductEngine | |
restarting viewer. The warning is shown only once (until the preferences floater is reopened). | |||
2010-11-19 | STORM-572 ADDITIONAL_FIX Fixed overlappings in Sound & Media tab of Preferences. | Andrew Productengine | |
Changed xml to fix overlappings in Spanish locale and make panel closer to spec. | |||
2010-11-18 | merge | Mark Palange (Mani) | |
2010-11-18 | merge fix for STORM-316 | Oz Linden | |
2010-11-18 | merge fix for STORM-576 | Oz Linden | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | inform user on failed install--needs proper user dialog ;-) | Andrew A. de Laix | |