Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-19 | Fixed bug EXT-4373 (Edit gesture: 'Save' btn disabled after changes). | Vadim Savchuk | |
Changing name or description now enables the Save button. --HG-- branch : product-engine | |||
2010-01-19 | Fixed low bug EXT-3890([BSI] someone has said text cutoff when opening and ↵ | Eugene Mutavchi | |
closing user list) --HG-- branch : product-engine | |||
2010-01-19 | Made name boxes displaying an avatar's partner clickable and have a proper ↵ | Vadim Savchuk | |
initial value. --HG-- branch : product-engine | |||
2010-01-19 | Fixed name_box to display correct initial value (e.g. "Loading...") until ↵ | Vadim Savchuk | |
the name is cached instead of a broken link "(nobody)". --HG-- branch : product-engine | |||
2010-01-19 | Fixed bug EXT-4471 (Group Profile Group Founder not Clickable). | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-19 | fixed bug EXT-4445 [BSI] Can start an IM session with myself and offer items ↵ | Denis Serdjuk | |
via context menu in group chat participants list --HG-- branch : product-engine | |||
2010-01-19 | Fixed major bug EXT-4336 (Inspectors display groups as people). | Vadim Savchuk | |
Added storing item type (avatar/group) in its value, so that we can choose the proper inspector. --HG-- branch : product-engine | |||
2010-01-19 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-19 | fix for low EXT-4464 There is no visual indication of current selection ↵ | Ychebotarev ProductEngine | |
while traversing Group Profile accordion using keyboard actually that was done for some reason... but I really really really don't understand them --HG-- branch : product-engine | |||
2010-01-19 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-01-19 | fixed EXT-4478 “Memory leak in LLChicletPanel”, | Alexei Arabadji | |
added destroying chiclet on chiclet panel item remove event; made LLIMChiclet destructor virtual; --HG-- branch : product-engine | |||
2010-01-19 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-19 | fixed EXT-3609 IM Floater that Opens Upon Friendship Acceptance Shows ↵ | Igor Borovkov | |
Accepting Av as Offline When They Aren't --HG-- branch : product-engine | |||
2010-01-19 | working on floaters rezise-position bugs: EXT-4414, EXT-2625 | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-19 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-19 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-19 | Fixed EXT-3818 [BSI] plain text chat has too much space between lines | Igor Borovkov | |
by redoing fix for the EXT-3263 Cut and Paste from text chat loses new lines --HG-- branch : product-engine | |||
2010-01-19 | Fixed major bug EXT-4206 - Bottom bar spec calls for button background art ↵ | Dmitry Zaporozhan | |
on IM Chiclets. --HG-- branch : product-engine | |||
2010-01-19 | fix link error... | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-19 | a bit more to removing LLFloaterChat - add some system notifications | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-19 | Fixed low bug EXT - 3703 (Startup toast message doesn't fit toast width) | Paul Guslisty | |
--HG-- branch : product-engine | |||
2010-01-18 | temporarily disable the texture fetching thread again to avoid mutex deadlocks. | Xiaohong Bao | |
2010-01-18 | trivial comment fix. | Tofu Linden | |
2010-01-18 | PE merge. | Tofu Linden | |
2010-01-18 | Some trivial comment/logging typos that were bothering me more than they ↵ | Tofu Linden | |
needed to. | |||
2010-01-18 | trivial comment fix. | Tofu Linden | |
2010-01-18 | EXT-4470 Several bad assumptions that LL_PATH_PER_SL_ACCOUNT is always good ↵ | Tofu Linden | |
(which it isn't until after login) To be reviewed by Soft! | |||
2010-01-18 | Fixed low bug (EXT-4310) '+' btn on My Landmarks tab of Places panel ↵ | Sergei Litovchuk | |
duplicates behavior of Star btn in nav bar - Added alert if trying to create landmark for same location more than once. --HG-- branch : product-engine | |||
2010-01-18 | Fixed major bug EXT-4331 ( Inventory sent by Blocked Residents appears after ↵ | Vadim Savchuk | |
relog). In case of inventory offer from a blocked resident we didn't fetch the item being offered, hence it could not be discarded by the appropriate observer. --HG-- branch : product-engine | |||
2010-01-18 | Refactored fix for (EXT-4156) [BSI] Friendslist doesn't toggle open/close on ↵ | Sergei Litovchuk | |
shortcut - Moved side panel toggling from viewer menu to side tray class. --HG-- branch : product-engine | |||
2010-01-18 | fixed EXT-3005 Ascii art looks ugly in the nearby chat | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-18 | fixed EXT-4367 [BSI] Ability to display object IMs in nearby chat | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-18 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-01-18 | fixed EXT-4214 “Notifications counter can be negative”, | Alexei Arabadji | |
added check to avoid deleting closed toasts; --HG-- branch : product-engine | |||
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-18 | Fixed critical bug EXT-4419 ([BSI] pressing enter without local chat ↵ | Eugene Mutavchi | |
selected causes warning flood) --HG-- branch : product-engine | |||
2010-01-18 | Related to EXT-4309, better commented onMouselookOut method | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-01-18 | Fixed normal bug EXT-4379 (Scroller doesn't follow the cursor if cursor is ↵ | Eugene Mutavchi | |
being moved by keyboard arrow buttons) --HG-- branch : product-engine | |||
2010-01-18 | fixed EXT-4382 “Crash when blocking avatar from the inventory offer dialog”, | Alexei Arabadji | |
added clean-up of stored toasts list on toast destroy event; --HG-- branch : product-engine | |||
2010-01-18 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-18 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-01-18 | merge | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-18 | fix for normal EXT-4377 Disable appearance of Roles, Notices and Land/Assets ↵ | Ychebotarev ProductEngine | |
accordeons for non avatar's groups --HG-- branch : product-engine | |||
2010-01-18 | implemented Task EXT-572 Action buttons on toast should size to word for ↵ | Denis Serdjuk | |
internationalization Changes: 1. Remove hard coded button's width. Now buttons will be reshaped to required size if the required width is bigger then default. 2. Default width is configurable now. --HG-- branch : product-engine | |||
2010-01-18 | Fixed low bug EXT-4306 - Landmark name is shown with prefix in the group ↵ | Dmitry Zaporozhan | |
notice attachment. --HG-- branch : product-engine | |||
2010-01-18 | EXT-4462: Support secondlife:///app/worldmap | Lynx Linden | |
Without any location arguments, simply opens the world map floater. | |||
2010-01-18 | EXT-4462: Support secondlife:///app/inventory/show | Lynx Linden | |
Opens the user's inventory in the side panel. | |||
2010-01-15 | fix for gcc build | richard | |
2010-01-15 | wrong line endings | richard | |
2010-01-15 | merge | richard | |