Skip to content
Snippets Groups Projects
  1. Nov 09, 2010
  2. Nov 04, 2010
  3. Sep 24, 2010
  4. Sep 22, 2010
  5. Oct 06, 2010
  6. Sep 09, 2010
  7. Sep 07, 2010
  8. Sep 03, 2010
  9. Aug 24, 2010
  10. Aug 20, 2010
  11. Aug 16, 2010
  12. Aug 13, 2010
  13. Aug 12, 2010
  14. Jul 30, 2010
  15. Jul 22, 2010
  16. Jun 25, 2010
  17. Jun 21, 2010
  18. Jun 15, 2010
  19. 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
  20. Jun 03, 2010
    • Andrew Polunin's avatar
      EXT-5808 FIXED Mini-Location panel was added below Navigation Bar · 5609f78f
      Andrew Polunin authored
      - Implemented class LLPanelTopInfoBar (llpaneltopinfobar.h, llpaneltopinfobar.cpp, panel_topinfo_bar.xml). Most of it's implementation is borrowed from LLLocationInputCtrl class.
      - Mini-Location panel is turned off by default.
      - Added top bar context menu option \"Show Mini-Location Panel\".
      - Mini-Location panel displays the same context menu as top bar.
      - Added code to initialize LLPanelTopInfoBar in llviewerwindow.cpp.
      - Added declaration of the widget in main_view.xml
      
      Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/464/
      
      --HG--
      branch : product-engine
      5609f78f
  21. May 27, 2010
    • Nyx (Neal Orman)'s avatar
      EXT-7209 EXT-7366 EXT-7213 FIX EXT-7392 WIP · cd468930
      Nyx (Neal Orman) authored
      Final fixes for:
      EXT-7209 camera to enter appearance edit mode
      EXT-7366 change camera to face front of avatar in previews
      EXT-7213 kill old appearance editor
      
      Partial fix for:
      EXT-7392 alpha mask checkboxes are not hooked up
      
      All changes code reviewed by vir. Following commits (plus this one) reviewed with this checkin:
      425d4e960450
      15d04b6464a7
      e92ae606de12
      adc94512ea9b
      24577dbbf7a4
      6f28b241eae2
      
      (sorry dessie! :) )
      cd468930
  22. May 26, 2010
  23. May 25, 2010
  24. May 21, 2010
  25. May 19, 2010
  26. May 05, 2010
  27. Apr 07, 2010
Loading