Skip to content
Snippets Groups Projects
  1. Dec 02, 2009
  2. Dec 01, 2009
  3. Nov 30, 2009
  4. Nov 25, 2009
  5. Nov 23, 2009
  6. Nov 19, 2009
  7. Nov 10, 2009
  8. Nov 03, 2009
    • Lynx Linden's avatar
      DEV-39999: Removed all legacy help buttons and notifications from the · 077025fa
      Lynx Linden authored
      code. All help should now go through the new help server, via the Help
      Browser floater. There should no longer be any custom "?" buttons in
      the UI - all <button> and <notification> XUI references relating to
      custom help buttons have been expunged.
      
      (I previously extracted all of the help strings from notifications.xml
      and passed these to the doc team to include in the help server pages.)
      
      I have checked that none of the XUI elements that are removed here are
      still referenced by any C++ code. I've also confirmed that there are
      no new notifications removed that I have not already passed on to the
      doc team. And I've also done a pass through the UI to make sure that
      all of the floaters still look as they should. Finally, I've confirmed
      that the new help system for floaters and side panels still works.
      
      2,276 lines deleted - 0 lines added.
      077025fa
  9. Nov 02, 2009
  10. Oct 27, 2009
  11. Oct 07, 2009
    • James Cook's avatar
      EXT-1339 Create onClose method in LLFloater, and remove most bindings to... · ec84b639
      James Cook authored
      EXT-1339 Create onClose method in LLFloater, and remove most bindings to mCloseSignal.  In the vast majority of cases, mCloseSignal is being bound to an onClose function.  Just make it virtual and be done with it.  Renamed a couple of LLPanel close methods to onClosePanel() to distinguish them.  Reviewed with Richard.
      ec84b639
  12. Sep 30, 2009
  13. Sep 29, 2009
    • Steven Bennetts's avatar
      merge... · 606b381c
      Steven Bennetts authored
      merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1830 https://svn.aws.productengine.com/secondlife/pe/stable-2@1839 -> viewer-2.0.0-3
      
      JIRAS:
      EXT-96 EXT-204 EXT-312 EXT-334 EXT-479 EXT-498 EXT-514 EXT-637 EXT-647 EXT-746 EXT-748 EXT-749 EXT-757 EXT-789 EXT-794 EXT-808 EXT-817 EXT-823 EXT-831 EXT-834 EXT-837 EXT-844 EXT-848 EXT-862 EXT-876 EXT-896 EXT-897 EXT-898 EXT-899 EXT-910 EXT-912 EXT-918 EXT-921 EXT-925 EXT-926 EXT-928 EXT-930 EXT-931 EXT-935 EXT-938 EXT-939 EXT-952 EXT-985 EXT-986 EXT-992 EXT-994 EXT-995 EXT-996 EXT-997 EXT-998 EXT-1001 EXT-1004 EXT-1010 EXT-1012 EXT-1016 EXT-1018 EXT-1020 EXT-1028 EXT-1041 EXT-1044 EXT-1051 EXT-1052 EXT-1061 EXT-1069 EXT-1071 EXT-1074 EXT-1075 EXT-1076 EXT-1078 EXT-1080 EXT-1081 EXT-1082 EXT-1083 EXT-1085 EXT-1092 EXT-1093 EXT-1099 EXT-1100 EXT-1101 EXT-1104 EXT-1106 EXT-1111 EXT-1113 EXT-1114 EXT-1115 EXT-1116 EXT-1118 EXT-1119 EXT-1129 EXT-1132 EXT-1135 EXT-1138 EXT-1142 EXT-1161 EXT-1162 EXT-1178 EXT-1180
      
      * NEW DEVELOPMENT:
      * EXT-898 - Add dock/undock support for camera and movement controls
      * Avatar list changes
      * Bottom bar changes: menu, docking, visibility
      * Camera changes
      * Camera & Movement Floaters
      * Dockable Floaters (LLDockableFloater)
      * Removed LLListCtrl
      * Toast / Notification changes: signal / destruction changes, ordering
      * Nearby chat input should display active voice indicator
      
      QA NOTES:
      * Message Well Window  is ready to be tested for regression & matching the spec.
      * Verify Group List Item L&F
      * Verify All tabs in People Panel
      * Verify that Picks behavior is not changed
      606b381c
  14. Sep 22, 2009
  15. Sep 15, 2009
  16. Sep 14, 2009
  17. Sep 09, 2009
  18. Sep 07, 2009
  19. Aug 28, 2009
    • James Cook's avatar
      skinning-22 -> viewer-2 trunk to pick up bug fixes, including crash on script... · eda38310
      James Cook authored
      skinning-22 -> viewer-2 trunk to pick up bug fixes, including crash on script compile when cursor is at the end of the script editor window.  Replaced panel_pick_info.xml and panel_profile_view.xml with our versions, which stomped some PE changes.  Panels still work, however, and Kurt is still working on layout.
      
      CHANGES:
      minor layout change: "start location" and "remember password" weren't on the same horizontal line.
      
      DEV-35120 image_unselected art was "transparent.j2c" - switched it out for PushButton_Off
      
      I18N: more things are missing a.. you guessed it, a name= parameter. Breaks localization.
      
      forgot to check this in earlier...fixes off-by-one crash when editing a script
      
      DEV-36740 change the displayed string per Erica's request re 'You can only set your Home Location...'  VIEWER-SIDE text change.  This does not change the actual message coming from the server
      
      EXT-689 Odd spinner behaviour - For Sale Price -- reviewed by james
      
      DEV-26973 Internationalize the server msg Youcan'tset this place as home -- reviewed by james
      
      EXT-618 Low/Mid/High response is broken in Preferences > Graphics -- reviewed by james
      
      EXT-618 Low/Mid/High response is broken in Preferences > Graphics -- to be reviewed
      
      EXT-655 Cannot choose Both logging options in Preferences -- to be reviewed
      
      Changes to notifications.xml text to fit Style Guide and some renamed menu items
      
      EXT-147 Ongoing revisions to new gestures layout.
      
      DEV-35097 catch more instances of 'SLURL' and make them 'SLurl'
      
      Removed Info Displays and Buy Currency Test from top menus.
      
      Clean up code to use proper childGetFoo and childSetFoo calls, as well as setCommitCallback using slots.
      
      De-inlined LLAvatarIconCtrl paramblock constructor because I was doing a full rebuild anyhow.
      
      Commented about use of childSetCommitCallback().  De-inlined LocalizedString paramblock constructor.
      
      eliminated memory leak
      
      I18N: more things are missing a name= parameter, breaks localization.
      
      EXT-714 Updated panels in sidetray that were not using the scroll_container element to adjust for viewer heights.
      
      fix for llmessage_test crash in Windows Release builds
      
      DEV-11254 I18N: replace all string instances of "Second Life" - do this in the foreign languages too
      
      DEV-11254 I18N: replace all string instances of "Second Life" - found new instances from merged code
      
      potential fix for unit test crash on parabuild, moved statics into singleton member variables to get around potential dual instantation of statics on different modules
      
      DEV-36809 Click target for slider handles is too small -- reviewed by steve
      
      EXT-403 change getChild<LLSpiner> to LLUICtrl to make it generic -- reviewed by richard
      
      DEV-35938 Horizontal scroll thumb too high -- to be reviewed
      
      EXT-386 clean up warnings - initCommitCallback...
      
      Rename Product Engine's LLFloaterMiniInspector to LLInspectAvatar, clean up XUI XML, clean up construction code, move refresh method to postBuild() so widgets are constructed before refresh, fixed a member variable in llavatarlistitem.cpp.  Reviewed with Leyla.
      
      Login menu > Debug > Avatar Inspector shows test avatar inspector.  Also added to main menu > Debug > XUI > Avatar Inspector.  Changed text/layout of dummy inspector.  Not reviewed.
      
      Merging revisions 131558-131975 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22 into D:\viewer-2.0.0-3, respecting ancestry
      eda38310
    • Steven Bennetts's avatar
      DEV-38942 Eliminate startModal() from LLModalDialog · 9e2cb2f4
      Steven Bennetts authored
      Also moved TOS and Critical floaters to login debug menu for testing
      9e2cb2f4
  20. Aug 27, 2009
  21. Aug 24, 2009
    • Richard Nelson's avatar
      merge -r 130399-131510 skinning-21 -> viewer-2.0.0-3 · 138bf113
      Richard Nelson authored
      DEV-11254 DEV-11254 DEV-2003: DEV-21567 DEV-37301 EXT-104 EXT-138 EXT-217 EXT-256 EXT-259 EXT-259 EXT-328 EXT-348 EXT-386 EXT-399 EXT-403 EXT-460 EXT-492 EXT-492 EXT-531 EXT-537 EXT-684
      
      improved text editor (handles multiple fonts simultaneously as well as inline widgets)
      138bf113
  22. Aug 19, 2009
  23. Aug 11, 2009
  24. Aug 03, 2009
  25. Jul 27, 2009
  26. Jul 10, 2009
  27. Jul 08, 2009
  28. Jul 06, 2009
  29. Jun 21, 2009
  30. May 08, 2009
  31. Jan 07, 2009
  32. Dec 15, 2008
  33. Nov 07, 2008
  34. Jul 22, 2008
Loading