Skip to content
Snippets Groups Projects
  1. Oct 25, 2016
  2. May 19, 2016
  3. Nov 19, 2015
  4. Nov 10, 2015
  5. Sep 21, 2015
  6. Sep 01, 2015
  7. Jul 15, 2015
  8. Nov 15, 2014
  9. Jun 23, 2014
  10. May 21, 2013
  11. Mar 29, 2013
  12. Feb 21, 2013
  13. Dec 09, 2011
  14. Nov 11, 2011
  15. Sep 01, 2011
  16. Jul 18, 2011
  17. Jul 12, 2011
  18. Jul 11, 2011
  19. Jun 28, 2011
  20. Jun 06, 2011
  21. May 20, 2011
    • Logan Dethrow's avatar
      Revamped viewer cache preference controls. · 4b97f03b
      Logan Dethrow authored
      Implemented improved cache control user interface, changes approved by wolf.
      * Moved viewer cache controls from the setup preference panel to advanced
      * Changed cache size control slider into a spinner
      * Readded a clear cache button along with a cache clear confirmation dialog
      * Renamed the reset button to "Default Location" to clarify its function
      
      Related JIRAs:
      ER-815
      ER-816
      ER-818
      ER-820
      ER-821
      ER-831
      4b97f03b
  22. May 06, 2011
    • Logan Dethrow's avatar
      Increased the viewer cache size limit to 10GB. Increased the default to 1GB. · 5c7a906b
      Logan Dethrow authored
       * Changed the hard coded cache limit in llappviewer.cpp to 10GB as well as the
         slider maximum in the preferences menu. * The VFS cache is capped at 1GB due
         to file system limitations. The former 80/20 split between texture/vfs is
         maintained up to 5GB. Above this limit the texture cache is given all
         the additional cache space up to 10GB.
       * Fixed a log message in lltexturecache.cpp that was not showing the correct
         texture size. ER-883
       * Fixed a bug in llfloaterpreference.cpp that caused new cache value to be
         written to the old cache setting. This resulted in the the cache not being
         cleared when the location was set back to the default. ER-882
       * Disabled the "The cache will be cleared on reboot" message that is triggered
         by the reset button in the cache preferences in the case where the cache
         is already located in the default location.  The cache is only cleared when
         its location is changed. This is intended to address resident confusion
         regarding the purpose of the reset button, as demonstrated in VWR-19562.
      5c7a906b
  23. Mar 28, 2011
  24. Jan 19, 2011
  25. Dec 20, 2010
  26. Dec 09, 2010
  27. Dec 07, 2010
  28. Nov 24, 2010
  29. Nov 17, 2010
  30. Nov 11, 2010
  31. Oct 12, 2010
  32. 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
  33. Sep 21, 2010
  34. Sep 16, 2010
  35. Aug 05, 2010
  36. May 17, 2010
  37. Apr 27, 2010
  38. Apr 01, 2010
  39. Mar 23, 2010
Loading