Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-14 | slightly hairy merge from viewer-trunk | Tofu Linden | |
2010-04-13 | Completed normal subtask EXT-6621 (Code cleanup: Remove unused ↵ | Mike Antipov | |
LLFloaterActiveSpeakers and related classes from viewer) * Removed llfloateractivespeacker.h/cpp from CMakeLists.txt and from the repo. * Removed llmediaremotectrl.h/cpp, llvoiceremotectrl.h/cpp from the repo (were not in CMakeLists.txt). * Unused in 2.0 setings ("ShowVoiceChannelPopup" & "ShowVolumeSettingsPopup") are moved to the end of settings.xml (to not affect 1.23 if remove). * Removed xml files related to Active Speakers floater and old Communication floater (related cpp files have been already removed). Also removed their localized versions. * Also removed old textures related to removed xml and unused in 2.0 anymore. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/226/ --HG-- branch : product-engine | |||
2010-04-12 | fixed major EXT-6593 "New notifications arrived while you were away" is bold | Alexei Arabadji | |
and doesn't fit on toast * Unbolded startup toast message text; * Avoided increasing complexity of LLToastNotifyPanel class that in future should be decoupled on separate independent toast panel implementations and added LLPanelGenericTip class to represent generic notifytip panels. reviewed by Vadim Savchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/214/ --HG-- branch : product-engine | |||
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-02 | DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunk | Roxie Linden | |
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands | |||
2010-04-01 | Automated Merge | Roxie Linden | |
2010-04-01 | merge from viewer-trunk | Tofu Linden | |
2010-03-31 | merge from viewer-trunk | Tofu Linden | |
2010-03-31 | Merge from default branch | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-03-30 | EXT-5916 : INFRASTRUCTURE: Move autopopulation code into its own separate class | Loren Shih | |
Moved LLLibraryOutfitsFetch and LLInitialWearablesFetch | |||
2010-03-30 | EXT-3414 : Move static backgroundfetch methods and variables to ↵ | Loren Shih | |
llinventorymodel subclass Created LLInventoryModelBackgroundFetch file for handling background fetch. | |||
2010-03-30 | HUGE merge from viewer-trunk. Many conflicts resolved. | Tofu Linden | |
2010-03-29 | done EXT-6547 Rename stuff related with Panel Look Info to Panel Outfit Edit | Igor Borovkov | |
renamed panel_look_info.xml to panel_outfit_edit.xml renamed llpanellookinfo.cpp/llpanellookinfo.h to llpaneloutfitedit.cpp/llpaneloutfitedit.h renamed LLPanelLookInfo to LLPanelOutfitEdit Reviewed at https://codereview.productengine.com/secondlife/r/130/ --HG-- branch : product-engine | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-08 | automated merge | Roxie Linden | |
2010-03-06 | viewer2 merge. | Tofu Linden | |
2010-03-02 | initial work changing topctrl to popup layer | Richard Nelson | |
2010-03-01 | Fix windows build break | Roxie Linden | |
2010-03-01 | remove tab | Roxie Linden | |
2010-02-18 | viewer2 merge. | Tofu Linden | |
2010-02-18 | viewer2 merge. | Tofu Linden | |
2010-02-18 | EXT-5461: Reverting change 49e628c3a0c5. | Lynx Linden | |
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q. | |||
2010-02-17 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-17 | EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵ | Richard Linden | |
1.23s UI reviewed by Leyla | |||
2010-02-17 | viewer2 merge. | Tofu Linden | |
2010-02-17 | EXT-5500 reduce linux package size | Tofu Linden | |
remove the now-redundant and somewhat odd (mea culpa) stripping process from the CMake stage | |||
2010-02-17 | merge from viewer2. | Tofu Linden | |
2010-02-16 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2010-02-13 | merge from viewer2. this fucks up davep's optimizations, so I'll backout ↵ | Tofu Linden | |
their backout next to restore them. I hope. Sheesh. | |||
2010-02-11 | converted llfloaternearbymedia to llpanelnearbymedia | richard | |
moved from LLTransientDockableFloater model to popup panel model like volume popup | |||
2010-02-11 | EXT-5044 substasks: turning the event panel into an event floater. | Leyla Farazha | |
reviewed by Richard. | |||
2010-02-03 | merge from viewer2. | Tofu Linden | |
2010-02-01 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-29 | merge from viewer2 | Tofu Linden | |
2010-01-29 | completely got rid of Communicate floater and stuff | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-29 | got rid of lloverlaybar, llmediaremotectrl, llvoiceremotectrl dependencies, ↵ | Igor Borovkov | |
updated cmake list --HG-- branch : product-engine | |||
2010-01-29 | cleaned cmake list a bit from llimpanel, lltoolbar and lloverlaybar | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-27 | Implemented LLAppViewerMacOSX::setMasterSystemAudioMute() and ↵ | Monroe Linden | |
LLAppViewerMacOSX::getMasterSystemAudioMute() using CoreAudio APIs. This required adding a reference to the CoreAudio framework in indra/newview/CMakeLists.txt | |||
2010-01-26 | Removed tabs. | Mark Palange (Mani) | |
2010-01-26 | merge | Mark Palange (Mani) | |
2010-01-26 | Configured build for the windows lightweight(stub) installer. | Mark Palange (Mani) | |
Added a dependency on the package target to get parabuild to build the indra/win_setup project. Reviewed by Palmer | |||
2010-01-26 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-26 | Removed an unused class. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-25 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-20 | Merge from viewer2. Minor conflict resolved. | Tofu Linden | |
2010-01-19 | coding_policy hook conformance in merge. | Tofu Linden | |
2010-01-18 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-18 | work on EXT-4322 Remove the Communicate floater | Ychebotarev ProductEngine | |
leave some LLFloaterChat usages commented for later review... --HG-- branch : product-engine |