Skip to content
Snippets Groups Projects
  1. Apr 06, 2011
    • Leslie Linden's avatar
      WEB-3750 FIX - Gone profile · 4dd471d0
      Leslie Linden authored
       * Added agent validation around calls to update avatar data
       * Removed references to profile panel save options
      
       Reviewed by Richard
      4dd471d0
  2. Jan 27, 2011
  3. Dec 23, 2010
  4. Dec 09, 2010
  5. Dec 08, 2010
  6. Dec 07, 2010
  7. Dec 06, 2010
    • Andrew Productengine's avatar
      STORM-34 FIXED Saving of user's favorites into file and showing them in "Start... · d6f8efae
      Andrew Productengine authored
      STORM-34 FIXED Saving of user's favorites into file and showing them in "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.
      d6f8efae
  8. Nov 22, 2010
  9. Nov 18, 2010
  10. Nov 08, 2010
  11. Oct 26, 2010
  12. Sep 29, 2010
    • Vadim ProductEngine's avatar
      STORM-227 FIXED Made long cache location in Preferences->Setup readable. · 4f3339ff
      Vadim ProductEngine authored
      Changes:
      - The line editor is now scrollable.
      - Its value is duplicated in the tool-tip.
      
      Technical notes:
      If you set the "enabled" param of a line editor to "false", that will disable text selection in the widget.
      However, if a line editor is initially enabled and then gets disabled with setEnabled(FALSE), it will remain selectable.
      It looks like bug, but I'm not going to fix it now to not introduce issues like this one.
      Instead, I'm applying to workaround which is to enable the widget initially and disable later, thus keeping it read-only but selectable.
      4f3339ff
  13. Sep 16, 2010
  14. Aug 24, 2010
  15. Aug 16, 2010
  16. Aug 13, 2010
  17. Aug 04, 2010
  18. Jul 30, 2010
  19. Jun 22, 2010
  20. Jun 15, 2010
  21. Jun 08, 2010
    • Andrew Dyukov's avatar
      EXT-6655 Fixed Made the default busy message repsonse localizable with already... · ae43801f
      Andrew Dyukov authored
      EXT-6655 Fixed Made the default busy message repsonse localizable with already existing account settings
      
      - The root of busy response problem is that this text is located in non-localizable xml and, to make things worse, may be changed by user. So usual translation approach is little help here. So busy response was set the following way(EXT-5885)- on first run, string was written there from strings xml and was never changed later without direct user actions. So after changin locale message always remained the same.
      
      - To make this string localize each time locale is changed and if it is the same as default message, new setting was added- BusyResponseChanged which is TRUE if user's busy message differ's from default. If it is true, we do nothing when locale changes, otherwise we set default message from current locale as user's busy message.
      
      - Old transitional code from DEV-24146 was removed in this diff including unnecessary "BusyModeResponse2" setting(it is not needed because we'll anyway have to set busy message to default after first run of viewer after this fix and now busy response will be stored in "BusyModeResponse").
      
      Warning! If user modified busy response message before this fix, it will be reset to default after first postfix run.
      
      Reviewed by Richard Linden at https://codereview.productengine.com/secondlife/r/350/
      
      --HG--
      branch : product-engine
      ae43801f
  22. Jun 03, 2010
  23. Jun 02, 2010
  24. May 20, 2010
  25. May 19, 2010
  26. May 12, 2010
  27. May 07, 2010
  28. May 05, 2010
  29. May 04, 2010
    • Tofu Linden's avatar
      EXT-7168 · 866f5ec5
      Tofu Linden authored
      Fix the tying of the deferred prefs UI to the featuretable.
      866f5ec5
  30. Apr 07, 2010
Loading