Skip to content
Snippets Groups Projects
  1. Nov 08, 2010
  2. Oct 26, 2010
  3. 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
  4. Sep 16, 2010
  5. Aug 24, 2010
  6. Aug 16, 2010
  7. Aug 13, 2010
  8. Aug 04, 2010
  9. Jul 30, 2010
  10. Jun 22, 2010
  11. Jun 15, 2010
  12. 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
  13. Jun 03, 2010
  14. Jun 02, 2010
  15. May 20, 2010
  16. May 19, 2010
  17. May 12, 2010
  18. May 07, 2010
  19. May 05, 2010
  20. 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
  21. Apr 07, 2010
  22. Apr 01, 2010
  23. Mar 20, 2010
  24. Mar 19, 2010
  25. Mar 18, 2010
    • Monroe Linden's avatar
      Fix for EXT-6304: Shared media cookies cannot be deleted via Preferences · 0c1ff8e8
      Monroe Linden authored
      Added static member functions to LLViewerMedia: clearAllCookies(), clearAllCaches(), setCookiesEnabled(), and setProxyConfig().  These iterate through all loaded instances and send appropriate messages.
      
      Also added a hack to clearAllCookies() to delete cookie files for all accounts, which should serve until we centralize cookie storage.
      
      Made LLViewerMedia set the proxy config properly when creating new instances.  Callum is adding code to do something similar with the cookies enabled flag in a separate commit.
      
      Removed get_web_media from llfloaterpreference.cpp and reworked everything that used it to use the new LLViewerMedia functions instead.
      
      Reviewed by Callum at http://codereview.lindenlab.com/838003.
      0c1ff8e8
  26. Mar 17, 2010
  27. Mar 09, 2010
  28. Mar 05, 2010
  29. Mar 04, 2010
Loading