- May 13, 2021
-
-
Mnikolenko Productengine authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Jan 06, 2015
-
-
Mnikolenko ProductEngine authored
-
- Aug 09, 2013
-
-
Richard Linden authored
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Dec 18, 2012
-
-
maksymsproductengine authored
-
- Dec 03, 2012
-
-
maksymsproductengine authored
-
- Nov 28, 2012
-
-
maksymsproductengine authored
-
- Nov 14, 2012
-
-
AlexanderP ProductEngine authored
CHUI-487, CHUI-488 W.I.P. #1 (Enable flashing FUI button behavior and Implement Flashing Conversations panel line item behavior): build new class LLFlashTimer based on LLSysWellChiclet::FlashToLitTimer; prepared it for general purpose; replaced LLSysWellChiclet::FlashToLitTimer to LLFlashTimer
-
maxim_productengine authored
Set UnreadIMs icon to visible if messages were sent while offline.
-
- Nov 09, 2012
-
-
AlexanderP ProductEngine authored
CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
-
- Oct 15, 2012
-
-
Gilbert Gonzales authored
CHUI-380: Final commit for this issue. After code review changed some method names to be more accurate. Also using dynamic_cast instead of static_cast for safety.
-
- Oct 12, 2012
-
-
Gilbert Gonzales authored
CHUI-380: (In progress) Refactoring needed to fix focusing issues when selecting an existing conversation item. This commit resolves re-introducing bug CHUI-289. Will code review and cleanup code in next commit.
-
- Jun 20, 2012
-
-
AlexanderP ProductEngine authored
-
- Apr 12, 2012
-
-
Seth ProductEngine authored
Fixed boost trackable objects usage.
-
- Apr 20, 2012
-
-
Richard Linden authored
-
- Mar 30, 2012
-
-
Richard Linden authored
phase 2, removal of extraneous signaling in favor of llnotificationchannels made notificationchannels work better with overrides and lifetime managed by creator
-
- Sep 06, 2011
-
-
Richard Linden authored
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- Apr 27, 2010
-
-
Richard Linden authored
made LLDefaultChildRegistry::Register errors actually crash the client...llerrs doesn't work in static initializers
-
- Apr 20, 2010
-
-
Eugene Mutavchi authored
- moved the common code (menu stuff handling) from LLIMP2PChiclet, LLAdHocChiclet, LLIMGroupChiclet to their parent LLIMChiclet - added popup menus to LLInvOfferChiclet and LLScriptChiclet (notice that just the closing menu item was added because these chiclets are not connected with IM sessions.) Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/254/ --HG-- branch : product-engine
-
- Apr 13, 2010
-
-
Mike Antipov authored
Made flashing count and period for IM Well and Notification Well icons configurable via viewer settings: WellIconFlashCount, WellIconFlashPeriod. Due to Flash Timer is implemented as derived class from EventTimer it is impossible to change period in runtime. So, both settings are made as required restart. Also removed deprecated "flash_to_lit_count" & "flash_period" widget params. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/220/ --HG-- branch : product-engine
-
- Feb 13, 2010
-
-
Tofu Linden authored
Checker: REVERSE_INULL Function: LLChicletPanel::findChiclet<LLIMChiclet>(const LLUUID &) File: /indra/newview/llchiclet.h
-
- Feb 02, 2010
-
-
Mark Palange (Mani) authored
-
- Jan 27, 2010
-
-
Denis Serdjuk authored
Handling of mouseDown event was delegated to chiclet's button. Also double callback was connected with onMouseDown handler to ride from missed click behavior. --HG-- branch : product-engine
-
- Jan 19, 2010
-
-
Alexei Arabadji authored
added destroying chiclet on chiclet panel item remove event; made LLIMChiclet destructor virtual; --HG-- branch : product-engine
-
Dmitry Zaporozhan authored
--HG-- branch : product-engine
-
- Dec 30, 2009
-
-
Mike Antipov authored
--HG-- branch : product-engine
-
Denis Serdjuk authored
fixed bug EXT-3722 New IM & Notification buttons can be clicked on, even when there's nothing to see Note: It was decided to handle an enabling of buttons from syswellwindow according to his empty state --HG-- branch : product-engine
-
- Dec 26, 2009
-
-
Dmitry Zaporozhan authored
Update for low task EXT-3451 - Code cleanup: Get Rid of Magic constants in LLChicletPanel::Params::Params (move into widget xml). Removed hardcodes. --HG-- branch : product-engine
-
Dmitry Zaporozhan authored
--HG-- branch : product-engine
-
- Dec 25, 2009
-
-
Andrew Dyukov authored
"show session" enabled when chiclet window is visible). --HG-- branch : product-engine
-
- Dec 23, 2009
-
-
Yuri Chebotarev authored
fix for EXT-2881 Enough space to place 5 chiclets without arrows in bottom bar when voice indicator isn't shown --HG-- branch : product-engine
-
- Dec 21, 2009
-
-
Yuri Chebotarev authored
fix for low Task EXT-2881 Enough space to place 5 chiclets without arrows in bottom bar when voice indicator isn't shown change whole chicklet arranging. --HG-- branch : product-engine
-
- Dec 18, 2009
-
-
Eugene Mutavchi authored
--HG-- branch : product-engine
-
Vadim Savchuk authored
--HG-- branch : product-engine
-
Dmitry Oleshko authored
implemented major task (EXT-3354) Add "unread message" counters for IM sessions in the IM well window - IM Well Window's chiclets now have counters and count IMs from 1 to "99+" - IM Well Window's items can resize on appearance of chiclet's counter or speaker indicator --HG-- branch : product-engine
-
Eugene Mutavchi authored
--HG-- branch : product-engine
-