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-03-05 | merge from viewer-2-0 | Tofu Linden | |
2010-03-04 | Fixed major bug EXT-5943 - Classifieds are Published and charged as soon as ↵ | Dmitry Zaporozhan | |
you hit Save. Added Publish Classified floater to confirm classified creashion and publishing. --HG-- branch : product-engine | |||
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-03 | fixed EXT-4764 “Forbid connecting to different voice channels at once”, | Alexei Arabadji | |
removed redundant call status notifications: ringing, connected, hang_up, unavailable, answering; --HG-- branch : product-engine | |||
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-28 | got rid of llfloaterfriends.h includes for EXT-1196 Stalls on startup in ↵ | Igor Borovkov | |
LLPanelFriends::refreshNames --HG-- branch : product-engine | |||
2010-01-28 | got rid of llimpanel.h includes for EXT-1196 Stalls on startup in ↵ | Igor Borovkov | |
LLPanelFriends::refreshNames --HG-- branch : product-engine | |||
2010-01-26 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-26 | fixed EXT-3783 “System messages displayed in nearby chat”, | Alexei Arabadji | |
made voice status messages displayed in pop-out window; --HG-- branch : product-engine | |||
2010-01-20 | Merge from viewer2. Minor conflict resolved. | Tofu Linden | |
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 | |||
2010-01-14 | Backed out changeset f34a69c2af56 | Tofu Linden | |
(this backs-out my backout, now that I'm happy the original merge works okay :)) | |||
2010-01-14 | Backed out changeset d5b761982e63 | Tofu Linden | |
This got pushed too early - sorry. Sigh. | |||
2010-01-14 | Merge from viewer2, including fix for the test failure biting qarl. | Tofu Linden | |
Minor conflict in llviewerfloaterreg.cpp resolved. | |||
2010-01-13 | merge | richard | |
2010-01-13 | implemented EXT-4001 “Notification Well window interaction”, | Alexei Arabadji | |
made notification that restored from notification well window shows as inspector; --HG-- branch : product-engine | |||
2010-01-11 | EXT-3444 Volume control slider appears in an odd location | richard | |
reviewed by Leyla | |||
2010-01-04 | Merge from trunk. Conflicts manually resolved in: | Tofu Linden | |
U indra/llui/lluictrlfactory.cpp U indra/newview/llinventorybridge.cpp U indra/newview/llviewertexture.cpp U indra/newview/llviewertexture.h | |||
2009-12-31 | Merge (viewer-2-0 into gooey) | James Cook | |
2009-12-30 | Work on task EXT-938 (Get rid of deprecated list controls) | Mike Antipov | |
-- remove unused LLFloaterCall & LLPanelAvatarRow used in it. --HG-- branch : product-engine | |||
2009-12-29 | EXT-3720 Added Advanced > Set Window Size... for video making | James Cook | |
Torley needed this to make tutorial movies. Removed dead code from Preferences. Reviewed by Leyla. | |||
2009-12-19 | Added a first view script limits floater | gabriel | |
reviewed by Mani | |||
2009-12-08 | Grabbed more viewer 2 changes that should fix parabuild problem | Palmer | |
2009-12-07 | Merge of viewer 2 changes | Palmer | |
2009-12-07 | Manual merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-04 | merge | James Cook | |
2009-12-03 | Added floater_test_text_editor, hooked up UI tests to login Debug menu | James Cook | |
Reviewed with Leyla | |||
2009-12-03 | Work on task EXT-3081 (Separate Message Well on Notifications Well and IM Well) | Mike Antipov | |
Initial commit -- added two floater classes derived from LLSysWellWindow to work with Notification Well & IM Well -- register two floaters in place of previous sys_well (but with the same xml file) -- replace using of LLSysWellWindow with LLNotificationWellWindow in the out code (except of in LLScreenChannel::updateShowToastsState) -- rename member variable in bottom tray used for Notification Well --HG-- branch : product-engine | |||
2009-12-03 | implemented major task EXT-3092 Disable LLFloaterCall from showing on call ↵ | Andrew Polunin | |
establishments --HG-- branch : product-engine | |||
2009-12-01 | merge | James Cook | |
2009-11-30 | merge. | Tofu Linden | |
2009-11-28 | Fix build broken by removal of a test floater. | James Cook | |
2009-11-26 | No ticket. Place "script_floater" in alphabetical order. | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-26 | Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) ↵ | Mike Antipov | |
started by Lynx (LLVoiceControlPanel)) -- made Voice Control Panel dockable to speak panel -- move button toggle state processing from the code to xml --HG-- branch : product-engine | |||
2009-11-25 | Merge of viewer 2 | Palmer Truelson | |
2009-11-24 | merge. | Tofu Linden | |
2009-11-23 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-23 | clone tutorial floater for volume pulldown. | Tofu Linden | |
2009-11-23 | reg and rename. | Tofu Linden | |
2009-11-20 | Implemented normal task EXT-2081 - Object IM chiclets art needs to be hooked ↵ | Dmitry Zaporozhan | |
up to LLDialog chiclets. Implemented LLDialog(LLScriptFloater) and Script Chiclets. --HG-- branch : product-engine | |||
2009-11-20 | Work on normal task EXT-2640 (Create a tabbed IM multifloater) | Mike Antipov | |
- initial commit: added xml file and base implementation of the tabbed IM multifloater --HG-- branch : product-engine |