Skip to content
Snippets Groups Projects
  1. Aug 30, 2023
  2. Nov 20, 2020
  3. Sep 08, 2017
  4. Nov 14, 2016
    • Ansariel's avatar
      STORM-2141: Fix various inventory floater related issues: · 420b1c94
      Ansariel authored
      * Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path
      * Closing new inventory windows don't release memory
      * During shutdown legacy and inoperable code for inventory window cleanup is called
      * Remove old and unused inventory legacy code
      420b1c94
  5. Mar 04, 2016
  6. Nov 10, 2015
  7. Mar 20, 2014
  8. Oct 25, 2013
  9. Sep 13, 2013
  10. Jun 14, 2013
  11. Jun 03, 2013
  12. May 28, 2013
  13. May 13, 2013
  14. May 10, 2013
  15. Apr 30, 2013
  16. Apr 17, 2013
  17. Apr 08, 2013
  18. Mar 29, 2013
  19. Feb 21, 2013
  20. Dec 13, 2012
  21. Aug 29, 2012
  22. Apr 13, 2012
  23. Feb 03, 2012
    • Paul ProductEngine's avatar
      EXP-1840 FIXED (When two inventory windows are open and "properties" are... · ca37970a
      Paul ProductEngine authored
      EXP-1840 FIXED (When two inventory windows are open and "properties" are viewed, one window suddenly moves in front of the other window)
      
      - Modified method LLFloaterSidePanelContainer::openChildPanel so that it doesn't open floater each time it's called. Otherwise each time opening child panel of already opened floater, openFloater() will reposition the floater.
      ca37970a
  24. Sep 27, 2011
  25. Sep 26, 2011
  26. Sep 22, 2011
  27. Sep 21, 2011
    • Seth ProductEngine's avatar
      EXP-1221 FIXED Added a floater container class that provides an interface for... · 00ba099a
      Seth ProductEngine authored
      EXP-1221 FIXED Added a floater container class that provides an interface for all former Side Tray panels.
      
      The container implements a unified behavior similar to Side Tray tabs for all floaters:
      - LLSD params are passed to the main panel (root panel containing other child panels) upon opening the floater via LLFloaterReg,
      - LLSD params can be passed to one of the child panels using LLFloaterSidePanelContainer::openChildPanel()
      - transient floaters (e.g. IM windows) should not hide when the container floater is clicked, so that it's possible to drag an inventory item from My Inventory floater to a docked IM window.
      00ba099a
  28. Apr 22, 2011
    • Vadim ProductEngine's avatar
      STORM-1093 FIX "Dock" icon is still shown after a side panel has been docked with Ctrl+Shift+W. · 175f1235
      Vadim ProductEngine authored
      Reason:
      When an undocked side tray tab floater got closed with Ctrl+Shift+W,
      LLSideTray::setTabDocked() was called. It docked the floater but didn't update
      the dock/undock icon.
      
      Fix:
      Made setTabDocked() a general purpose method, not a hack suitable for using
      only as a floater close callback in the basic viewer mode.
      It now updates the dock/undock icon.
      
      Other changes:
      * Replaced numerous calls to toggleTabDocked with setDocked(),
        that is safer because does exactly what you want.
      * Got rid of a duplicated floater close callback.
      175f1235
  29. Feb 24, 2011
  30. Sep 08, 2010
  31. Aug 13, 2010
  32. Apr 09, 2010
    • Monroe Linden's avatar
      Set up volume control code in webkit plugin for platform-specific implementations · db364136
      Monroe Linden authored
      Renamed LinuxVolumeCatcher class to VolumeCatcher.  Everything in the header except the class name was already platform-agnostic, so I just renamed it to volume_catcher.h.
      
      Moved the stub implementation from the end of linux_volume_catcher.cpp (previously only used if LL_PULSEAUDIO_ENABLED was not defined) to dummy_volume_catcher.cpp, and made CMakeList.txt file use the dummy impl on Linux if PULSEAUDIO is not defined.
      
      Removed the ifdefs on the use of VolumeCatcher in MediaPluginWebkit, so it gets called on all platforms.
      
      Added a setPan() function to VolumeCatcher (currently unimplemented, but we'd like to have this capability in the future).
      db364136
  33. Nov 28, 2009
  34. Jun 21, 2009
  35. Jan 07, 2009
  36. Oct 04, 2007
  37. Jan 02, 2007
Loading