summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.cpp
AgeCommit message (Collapse)Author
2009-11-25created container for LLFloaterView for future z-swapping with sidetrayrichard
floaters can now overlap sidetray fixed text selection background color to be inverse of text fg color EXT-2713 Script editor automatically scrolls to the top of script text when text is longer than the window. reviewed by James
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24Removed llnotifications.h from all headers by adding llnotificationsptr.hJames Cook
Fixed many more includes
2009-11-24Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0James Cook
2009-11-23merge, manual conflict fix panel_bottomtray.xml, talk_button.xml, ↵James Cook
llfloaternearbymedia.cpp
2009-11-23convert signals to allocate on demand in order to speed up widget constructionrichard
reviewed by James
2009-11-23Update for task EXT-2081 - Object IM chiclets art needs to be hooked up to ↵Dmitry Zaporozhan
LLDialog chiclets. Cleaned code, added comments. --HG-- branch : product-engine
2009-11-20MergeDmitry Zaporozhan
--HG-- branch : product-engine
2009-11-20Implemented 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-19mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-19No ticket. Updated comments to conform to the doxygen styleMike Antipov
--HG-- branch : product-engine
2009-11-19Fixed major bug EXT-2620 (IM Chiclet Panel goes crazy when new IM chiclets ↵Mike Antipov
are added (chiclet scrolling appears with no need)) - refactored algotithm of caclulating position of the first chiclet in the list when adding new one. - added comments for LLChicketPanel::addChiclet() & LLChicketPanel::arrange() methods --HG-- branch : product-engine
2009-11-18Renamed "close" to "end" in chiclet context menusSteve Bennetts
Removed "open" in chiclet context menus Removed some deprecate "..." Removed ^M from menu_viewer.xml
2009-11-18mergeSteve Bennetts
2009-11-18EXT-2644 - Add "Close Session" option to chicklet context menusSteve Bennetts
2009-11-18Work on normal sub-task EXT-2553 (Change Sys well icon & Counter according ↵Mike Antipov
to ALTERNATE design) - implemented counter next to the left from an envelope icon. - button now has fixed width for 3 digits. --HG-- branch : product-engine
2009-11-16Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
- code cleaned up, removed commented out & unused code Functionality was not changed --HG-- branch : product-engine
2009-11-13fixed normal bug (EXT-2454) "Unread message" indicator isn't reset for ↵Dmitry Oleshko
chiclet in the Message Well after opening IM window added a check, whether a new message came, in order to prevent unwanted return from function, that makes impossible updating chiclets' states --HG-- branch : product-engine
2009-11-12Fixed major bug EXT-2400-Viewer crashes on right button click upon IM P2P ↵Eugene Kondrashev
chiclet. Removed call to non-existing child --HG-- branch : product-engine
2009-11-12mergeIgor Borovkov
--HG-- branch : product-engine
2009-11-12no ticket, fixed IM message counting and firing new message balloonIgor Borovkov
--HG-- branch : product-engine
2009-11-12final fix forDmitry Oleshko
(EXT-989) IM chiclets should expand to show active voice indicator (EXT-988) Change indication of unread messges in chiclets fixed chiclets' behavior in the Message Well Window --HG-- branch : product-engine
2009-11-11Manual merge.Vadim Savchuk
Resolved conflicts in panel_bottomtray.xml and llavataractions.cpp. --HG-- branch : product-engine
2009-11-11mergeMike Antipov
--HG-- branch : product-engine
2009-11-11Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-11Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Code cleaned up: - removed test code to show background in chiclet panel --HG-- branch : product-engine
2009-11-11fixed EXT-2341 "Add Friend notification not shown", EXT-2351 "Friendship andAlexei Arabadji
Teleport offers no longer pop toast notifications"; suppresed IM-floater on incoming offer and registerd offer handler in chiclet counter updater; --HG-- branch : product-engine
2009-11-10Merge changes from product-engineSteve Bennetts
2009-11-10Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-10fixed EXT-2275 "[BSI] New incoming IM or Group IM pushes all existing (andAlexei Arabadji
new) chiclets off the right end of the chiclet bar." --HG-- branch : product-engine
2009-11-10Work on major sub-task EXT-991 (Update bottom bar behavior on resize)Mike Antipov
Initial refactoring of functionality: - Re-Fixed bug with visibility of chiclet panel of the min size - updated bottomtray xml to make buttons identical to each other - Imroved logic while resizing of bottom tray (changing width of chiclet & nearby panels, hide/show buttons) --HG-- branch : product-engine
2009-11-10Fixed line endings from 4df44e70aa9dAndrew Dyukov
--HG-- branch : product-engine
2009-11-09Fixed EXT-2104 (Chiclets overflow buttons overlap lower tray elements)-Andrew Dyukov
in this changeset and in 4466:3ad0401e16a5. Here I changed height of buuttons. --HG-- branch : product-engine
2009-11-09Fixed normal bug EXT-2103 (There are no arrow icons on the Chiclets overflow ↵Andrew Dyukov
buttons), but Erica will have to set appropriate icon. --HG-- branch : product-engine
2009-11-09partial implementation for the major task (EXT-989) IM chiclets should ↵Dmitry Oleshko
expand to show active voice indicator --HG-- branch : product-engine
2009-11-05LLChiclet cleans up its connection to LLTransientFloaterMgr nowrichard
and panel_stand_stop_flying is visible by default while its contents are not
2009-11-05Merge from https://hg.aws.productengine.com/secondlife/viewer-2-0/Steve Bennetts
2009-11-05partial fix for a normal Sub-task (EXT-988) Change indication of unread ↵Dmitry Oleshko
messges in chiclets --HG-- branch : product-engine
2009-11-05Merge from viewer2voiceparity, conflicts resolved, and I fixed the 'speak' ↵Tofu Linden
button which is broken on trunk.
2009-11-04Merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/Steve Bennetts
2009-11-04Redo Bao's broken mergeBryan O'Sullivan
2009-11-04split code.Tofu Linden
2009-11-04implemented a normal Sub-task (EXT-988) Change indication of unread messges ↵Dmitry Oleshko
in chiclets --HG-- branch : product-engine
2009-11-04Implemented normal subtask EXT-1516 - Implement chiclet for ad-hoc chat.Eugene Kondrashev
--HG-- branch : product-engine
2009-11-03fixed normal EXT-1131 Message Well counts non-interactive notifications ↵Igor Borovkov
however chiclet-window is opened --HG-- branch : product-engine
2009-11-02fixed major bug EXT-1984 Speak button light should not disable when voice ↵Denis Serdjuk
channel is open --HG-- branch : product-engine
2009-10-30fixed normal bug (EXT-1934) [BSI] Revert EXT-543 - Notification chiclet ↵Dmitry Oleshko
should not count IM/Group messages --HG-- branch : product-engine
2009-10-29IM: cleaned up includes of old im floater stuff llimpanel.hIgor Borovkov
--HG-- branch : product-engine
2009-10-28Partial implementation of normal priority task EXT-1096 (Implement recent ↵Vadim Savchuk
time in recent people list). - Implemented display of last interaction time (e.g. 5m, 3d, 10w). - Removed dead code for displaying avatar away/busy status. TODO: i18n, visual fixes. --HG-- branch : product-engine
2009-10-23Merging revisions 2156-2183 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1590 EXT-1694 EXT-1660 EXT-1646 EXT-1694 EXT-1316 EXT-1775 EXT-1798 EXT-1799 EXT-1117 EXT-1571 EXT-1572 * Dev: EXT-1757 EXT-991 EXT-1758 EXT-1770 EXT-1192 EXT-1613 EXT-1611 EXT-1256 EXT-1758 EXT-747