Commit Graph

244 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Nyx (Neal Orman) bb083dfca4 EXT-7958 FIX fixed shop button in the appearance sidepanel
updated icon, and fixed XUI so it displays properly.

Code reviewed by Monroe
2010-06-23 20:53:24 -04:00
Alexei Arabadji 09b9f5dc11 EXT-7772 FIXED Corrected button texture file name.
reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/606/

--HG--
branch : product-engine
2010-06-17 18:32:04 +03:00
Loren Shih e414a91d7f EXT-7430 : Create art overlay for inventory icons that are links
Took out explicit _Link icons and replaced with overlay.
Removed links overlays from non-main-inventory-floater panels.
2010-06-09 17:09:42 -04:00
Richard Nelson d50ab8b58a thumbnail previews background image restored
reviewed by erica
2010-06-07 14:51:20 -07:00
Xiaohong Bao eec00a712f Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-06-04 22:38:22 -06:00
Xiaohong Bao 3dfcde7e24 EXT-7452: FIXED: gray squares on the world map (nothing to do with map server) 2010-06-04 17:13:04 -06:00
Richard Nelson 1be76eccdf merge 2010-06-04 14:26:08 -07:00
Richard Nelson 46e1253ee1 DEV-50015 FIX Implement changes to the Buy L$ button in the top bar of the viewer
reviewed by Mani
2010-06-04 14:25:51 -07:00
Vadim Savchuk cdab766732 Merge from default branch
--HG--
branch : product-engine
2010-06-03 19:07:23 +03:00
Andrew Dyukov 7902899df5 EXT-7511 FIXED Fixed problems in appearance UI
- Made slight changes in xml according to requirements.

- Added mForceNoLinksOnIcons bool member to LLPanelInventoryListItemBase. It is used in LLPanelWearableListItem to disable showing of link icons as
was requested in ticket.

- Created icon for divider 3 pixels high as asked by Erica in EXT-7233. To properly show and hide it made changes to LLCOFWearables::buildClothingListItem
which now not only showes separator but also reshapes panel depending on its visibility. Increased heights of body parts, dummy clothing and attachment items because
dividers are now 2 pxls higher and they always have dividers. Changed heights of buttons accordingly.

Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/502/

--HG--
branch : product-engine
2010-06-03 16:21:56 +03:00
Richard Linden 2d107f4349 merge 2010-06-02 14:46:18 -07:00
Richard Linden e097f355aa removed unused texture entries and fixed icon_for_sale.tga reference 2010-06-02 13:32:28 -07:00
Richard Linden 9dca37b29e revived some image files that are still in use 2010-06-02 13:31:57 -07:00
Andrew Polunin 0d3a8a56ab EXT-7532 FIXED (Improve discoverability of sidebar Back button)
- New art was added in the textures.xml.
- New art was applied to the back button in the following panels:

  panel_profile_view.xml
  panel_block_list_sidetray.xml
  panel_classified_info.xml
  panel_edit_classified.xml
  panel_pick_info.xml
  panel_edit_pick.xml
  panel_edit_wearable.xml
  panel_group_info_sidetray.xml
  panel_landmark_info.xml
  panel_outfit_edit.xml
  panel_place_profile.xml
  sidepanel_item_info.xml

  Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/487/

--HG--
branch : product-engine
2010-06-02 15:40:20 +03:00
Igor Borovkov ec6be24ed5 EXT-2704 FIXED added custom inventory folder icons
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/488/

--HG--
branch : product-engine
2010-06-02 13:59:07 +03:00
Andrew Dyukov 66ddb437f1 EXT-7087 FIXED Added flashing icons for im tabs and hooked them up in code
Added new attribute image_flash to button.xml which sets an image used for button icon when button is flashing.
Pointer to this image is stored in member mImageFlash from LLButton and is used in LLButton::draw(). There are two
ways an image can flash now - by making changes in color according to flash_color attribute or by changing icon from
current to the one specified in image_flash. Second way is used only if the name of flash icon is different from
"FlashIconAbsent" which is there by default. First way is used otherwise. Used new selfmade orange icons for
flashing tabs.

--HG--
branch : product-engine
2010-05-31 22:30:35 +03:00
Yuri Chebotarev 95fad9ce86 EXT-7045 FIX update Generic_Group_Large.png
no review, binary fix

--HG--
branch : product-engine
2010-05-31 18:20:06 +03:00
Andrew Dyukov fea5876451 EXT-2493 FIXED Changed appearance of moveview floater according to new style guide.
Replaced icons with relevant ones and changed positions of items in floater via xml.

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/445/

--HG--
branch : product-engine
2010-05-27 19:35:50 +03:00
Andrew Dyukov a0351c6ea4 EXT-7200 FIXED Integrated art missing from appearance.
Replaced "Shop" button text with icon, changed sizes of buttons according to comments in ticket, also changed heights of hovered and selected icons
for items- made them equal to heights of panels they are used on.

Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/410/

--HG--
branch : product-engine
2010-05-27 18:41:28 +03:00
Andrew Dyukov 097f9711f2 EXT-2260 FIXED Changed camera floater according to new style
- Implemented new widget- panel_camera_item, to use in camera floater. They are used inside of two panels.
Their order is configurable via XML. Mouse down callbacks and images which are used for selected and and unselected
items are also set in XML.
- Now there are only 3 buttons instead of four at the bottom of the floater- pan and orbit are now shown simultaneously.
- Implemented correct work of object view after moving from camera modes to presets list (and back). It wasn't
workin completely correct in old version of floater.
- Integrated new art.

Reviewed by Igor Borovkov at https://codereview.productengine.com/secondlife/r/436/

--HG--
branch : product-engine
2010-05-27 18:36:07 +03:00
Mike Antipov d7604af180 EXT-7255 FIXED Added dragbar into edit outfit panel.
I was going to implement dragbar via icon rendered in LLResizeBar. Layout panel marked as user_resize=true would have resize bar icon next to it.
But there is an issue in layout stack when user_resize is possible only if there are more than one layout panels with user_resize=true. And applied resize icon (dragbar) is rendered where it is not necessary. See EXT-7471 for details.

So, dragbar was implemented as a workaround: added an icon with dragbar into the "add to outfit" panel.
Also layout of the "add to outfit" panel was updated to match spec.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/441/

--HG--
branch : product-engine
2010-05-26 18:28:31 +03:00
Richard Linden a2600644ab DEV-50015 FIX Implement changes to the Buy L$ button in the top bar of the viewer 2010-05-25 16:51:06 -07:00
Andrew Dyukov 49a79a3f68 EXT-7200 FIXED Integrated art missing from appearance.
Most changes are in xml, but changing of view buttons overlay icons in lists from add wearables is implemented in code. Dragbar icon was only added as file, it will be integrated in EXT-7255 (There is no dragbar between 'Edit Outfit' and 'Add to Outfit:' panels).

Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/410/

--HG--
branch : product-engine
2010-05-20 14:31:31 +03:00
Yuri Chebotarev bef3172ed9 merge
--HG--
branch : product-engine
2010-05-13 15:56:34 +03:00
Yuri Chebotarev 059a714230 EXT-7045 FIX Group profile not using placeholder art
add placeholder art, add code to convert texture name to ID since LLTextureCtrl can't accept textures by name...
Reviwed V.Savchuk at https://codereview.productengine.com/secondlife/r/378

--HG--
branch : product-engine
2010-05-13 15:54:23 +03:00
Vadim Savchuk afb366ad7e EXT-7206 ADDITIONAL COMMIT Added missing avatar sex icons.
--HG--
branch : product-engine
2010-05-12 15:46:26 +03:00
Loren Shih 64da5083d0 EXT-7306 : FIXED : Add shortcut-style icons for inventory links
EXT-7295 : FIXED : INFRASTRUCTURE : Cleaned up Inventory Icon code

Inventory link icons were designed from scratch.
Added LLInventoryIcon class and did some major refactoring for how it determines inventory icons from item bridges.
2010-05-11 13:01:27 -04:00
Andrew Dyukov 73e6407af8 EXT-2493 FIXED Added strafe buttons.
- Added slide left and Move right buttons to movement actions panel, when inserting them in xml organized buttons in panel into 3 columns to make their position more easily configurable.

- Removed hiding of fly up and down buttons. When not flying(in walk/run mode) they act as jump ans crouch.

- Added movement mode(walk/run/fly) dependent tooltips for fly/jump/crouch and slide buttons.

- Added comment regarding implementation of move floater buttons toggling when user moves via keyboard (because it's not quite obvious and time consuming when you first encounter it) to LLFloaterMove::postBuild().

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/360

--HG--
branch : product-engine
2010-05-07 22:07:01 +03:00
Vadim Savchuk 7d78440d9d Additional commit for EXT-6956 (Create perpetual loading indicator widget).
- Made the indicator rotate clockwise (by flipping the images and reversing the order they're traversed).
- The textures are now preloaded.

Approved by Erica.

--HG--
branch : product-engine
2010-04-27 22:35:54 +03:00
Vadim Savchuk 17f2234a96 Implemented perpetual loading indicator widget (EXT-6596).
Simple perpetual loading indicator a la MacOS X or YouTube.
Implements spinning by changing pre-defined images.
The images are hardcoded, shared by all instances of the widget.
Number of rotations per second can be changed via params.

Reviewed by Mike at https://codereview.productengine.com/secondlife/r/320/

--HG--
branch : product-engine
2010-04-27 16:39:19 +03:00
Mike Antipov 3a5ae14b85 Completed normal subtask EXT-6621 (Code cleanup: Remove unused 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-13 18:26:36 +03:00
Eugene Mutavchi 7e32ccd8d4 Fixed normal bug EXT-6715 (Favorites bar: bottom scroll button of overflow list is corrupted ) - restored 'arrow_down.tga' image, which is used by LLMenuScrollItem.
Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/197/.

diff -r f3fc1679ec4e -r f4652f182c84 indra/newview/skins/default/textures/arrow_down.tga
Binary file indra/newview/skins/default/textures/arrow_down.tga has changed

--HG--
branch : product-engine
2010-04-07 18:59:18 +03:00
Richard Nelson 6cc65f9e5f merge 2010-04-01 12:52:04 -07:00
Richard Nelson df45c16169 removed unused textures
reviewed by Erica
2010-04-01 12:49:23 -07:00
Paul Guslisty 1e74f573bb Fixed normal bug EXT-6505 (Certain gear icon buttons should not have chevrons)
- Created an icon that is just the gear icon, no dropdown chevron in places where there is no context menu, notably in: Nearby media popover, Master volume popover and Edit Floater

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/137/

--HG--
branch : product-engine
2010-03-31 16:50:06 +03:00
Tofu Linden c25d59a948 merge from viewer-2-0 2010-03-27 13:04:08 +00:00
Mike Antipov 07de4edbc4 Merge from default branch
--HG--
branch : product-engine
2010-03-24 09:17:08 +02:00
Richard Linden f0dd427e54 removed unused images 2010-03-23 18:47:25 -07:00
Sergei Litovchuk 2edbd73384 Major task (EXT-5106) Side panel list view toolbars are missing background art
- Added "on hover" textures for toolbar buttons to textures.xml
- Adjusted toolbars for list views according to style guide.
- Adjusted tab container width, height and positioning for People, Places, Inventory, Appearance SP's.
- Applied "over", "selected", "unselected" textures for toolbar buttons.
- Fixed bottom buttons position and bottom panel height in Appearance and People tabs.

Reviewed by Leyla Farazha https://codereview.productengine.com/secondlife/r/82/

--HG--
branch : product-engine
2010-03-23 22:10:04 +02:00
Kent Quirk 32fc74d06d Updated art for Buy L$ 2010-03-22 22:23:42 -04:00
Yuri Chebotarev 92f33c185e for EXT-3782 Create SL hand logo icon for Viewer Home panel
no review for an obvious reason...

--HG--
branch : product-engine
2010-03-22 12:41:07 +02:00
Dmitry Zaporozhan 00c4dabc2b Fixed major bug EXT-2707 - Coalesced objects do not show the proper icon in inventory.
Added new icon for multi-objects.
New icon is used in inventory, object inventory and buy floater.
New icon can not be used in Group Notices because server does not send enough info in GroupNoticesListReply.

--HG--
branch : product-engine
2010-03-18 17:32:44 +02:00
Igor Borovkov 733a9275a6 replaced SL Logo EXT-4819 [NUX] New Application Icon Integration
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/46/

--HG--
branch : product-engine
2010-03-17 14:34:15 +02:00
Erica 462a49fb9d EXT-5919 Clean up fuzzy type in Buy L$ 2010-03-04 11:06:11 -08:00
Erica 10d325c145 Replaced Buy L arrow button which was confused with the media play button. Fixed image height bugs in volume and media play buttons that made them blurry. 2010-02-25 07:12:41 -08:00
Igor Borovkov 6575b685e9 fixed EXT-5526 Objects are shown as persons in the chat history from previous sessions
- new chat source type CHAT_SOURCE_UNKNOWN for avatar names not in cache and object names consisting of two words (avatar names like)
- new icon (unknown_icon.png) for message headers () of nearby chat messagses coming from CHAT_SOURCE_UNKNOWN
- context menu no longer displayed for object names from chat history (no UUIDs)
- double click on message headers in nearby chat no longer opens Inspector (no UUIDs)
- object names (loaded from chat history) in nearby chat are no longer SLURLed (no UUIDs for them)

--HG--
branch : product-engine
2010-02-24 17:18:05 +02:00
Tofu Linden f62821fadd conflict resolved. 2010-02-20 21:39:16 +00:00
Denis Serdjuk 5e4c434099 fixed low bug EXT-5011 {Win7} Highlighted landmarks are showed on Favorites Bar if DnD couple of them on blank Favorites Bar
Cause:
Favbar buttons uses transparent.j2c texture for background.This texture was not preloaded during stating up. llbutton::draw() applies a glow effect which was described in ticked description.
Solution:
Definition of texture has been added into texture.xml

--HG--
branch : product-engine
2010-02-19 20:55:07 +02:00
Chuck Linden 13813bfbae Replaced small group icon to prevent stretching.
http://jira.secondlife.com/browse/EXT-5103
2010-02-19 12:14:43 -05:00
Kent Quirk 9dbe107f4e move base back to default because doing it as a backout was causing merge errors 2010-02-18 20:37:37 -05:00