summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2023-11-27SL-20639 increase floater width to accommodate adding new optionMaxim Nikolenko
2023-11-24Suggestions for fixing problems in xui/en XML files (#534)Yuzuru Jewell
Co-authored-by: Yuzuru Kato <pascal.imac@gmail.com> Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
2023-11-16SL-20563 Add 'No Post' option to Snapshot floaterAlexander Gavriliuk
2023-11-08SL-20569 Notify user when reflection probe can't be selected #2Andrey Kleshchev
2023-11-08SL-20569 Notify user when reflection probe can't be selectedAndrey Kleshchev
2023-11-08SL-20356 EmojiPicker - Implement arrow keys navigationAlexander Gavriliuk
2023-11-07SL-20566 Allow removal of a teleport history locationsAndrey Kleshchev
2023-11-02SL-20561 Rename Blinn Phong to Textures in the build floaterMnikolenko Productengine
2023-11-01SL-20462 show two decimal digits for Density ExponentMnikolenko Productengine
2023-10-30SL-20541 Reorder radio buttons in Edit tools Texture tab to match order in a ↵Maxim Nikolenko
Material
2023-10-25Merge branch 'viewer_bulky_thumbs' into marchcat/maint-Y-bulky-thumbsAndrey Lihatskiy
# Conflicts: # indra/newview/skins/default/xui/en/menu_viewer.xml
2023-10-24SL-20468 Add ability to overwrite an existing outfitMaxim Nikolenko
2023-10-17SL-20457 allow creating new items from the right-click context menuMaxim Nikolenko
2023-10-16Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-10-16SL-20258 Fix for LSL spamming new probes into the scene deadlocking probe ↵RunitaiLinden
updater. Add probe update debug display.
2023-10-16SL-20382 Warn when moving no-copy items on dropAndrey Kleshchev
2023-10-13SL-20453 Fix dupplicate items in menuAndrey Kleshchev
Cleanup. Caused by a merge of main(D567) into D559
2023-10-12SL-20437 Make the "Unable to load material" message a modal notification.Maxim Nikolenko
2023-10-11SL-20440 Followup -- remove UI for decrufted LOCAL_LIGHT_KILL et al.RunitaiLinden
2023-10-11SL-20378 Add menu bar entry and keyboard shortcut to open Notifications floaterAlexander Gavriliuk
2023-10-08Merge branch main into DRTVWR-489Alexander Gavriliuk
2023-10-05SL-20402 Emoji Completion floater - use vertical scrollbar when neededAlexander Gavriliuk
2023-10-04SL-20141 Remove "Local Lights" checkbox and instead make the number of ↵RunitaiLinden
lights rendered scale with the "Quality & speed" slider
2023-10-03SL-20384 Add "play" button into inventory menu.Andrey Kleshchev
2023-10-03SL-20347 Fix structure of localized panel_main_inventoryAndrey Kleshchev
2023-10-03DRTVWR-589: Merge branch 'main' of viewer-private into DRTVWR-589Nat Goodspeed
2023-10-03Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
# Conflicts: # indra/llui/lltooltip.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llvovolume.cpp # indra/newview/skins/default/textures/textures.xml
2023-10-03Merge branch 'main' into DRTVWR-587-maint-VAndrey Lihatskiy
# Conflicts: # indra/newview/llinventorymodel.cpp # indra/newview/llvovolume.cpp
2023-10-03Merge branch 'main' (DRTVWR-567) into DRTVWR-559Andrey Kleshchev
# Conflicts: # indra/newview/CMakeLists.txt # indra/newview/VIEWER_VERSION.txt # indra/newview/llagent.cpp # indra/newview/llfloaternewfeaturenotification.cpp # indra/newview/llinventorybridge.cpp # indra/newview/llinventorymodel.cpp # indra/newview/lloutfitgallery.cpp # indra/newview/llpanelmaininventory.cpp # indra/newview/llpanelmaininventory.h # indra/newview/llsidepaneltaskinfo.cpp # indra/newview/llsidepaneltaskinfo.h # indra/newview/lltexturectrl.cpp # indra/newview/lltexturectrl.h # indra/newview/llviewerinventory.cpp # indra/newview/llviewerobject.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llviewertexturelist.h # indra/newview/skins/default/xui/en/floater_new_feature_notification.xml # indra/newview/skins/default/xui/en/menu_inventory.xml
2023-10-03:xAlexander Gavriliuk
2023-10-02SL-20356 Allow menu navigation by tabbing around emoji menuAlexander Gavriliuk
2023-09-30DRTVWR-589: Emulate print() better, show output on Lua floater.Nat Goodspeed
Break out a lua_print_msg() function common to print_debug(), print_info() and print_warning(). Instead of accepting a single argument, lua_print_msg() accepts arbitrary arguments, passing each to the Lua tostring() function and concatenating the results. In addition to returning the combined string to its caller for level-appropriate logging, it also posts the message to a "lua output" LLEventPump for any interested party. Make LLFloaterLUADebug listen on "lua output" when the floater is constructed, storing the connection in an LLTempBoundListener to stop listening when the floater is destroyed. Append each message to the floater's output panel with a line break. Make LLTextEditor::addLineBreakChar() public. insertText("\n") only appends a little rectangle glyph. Enlarge the text capacity of the floater's output panel to be able to report whatever messages a Lua script wants to print. Add diagnostic logging for posting events from Lua, and receiving events to forward to Lua. Since lua_pop() is a macro implemented on lua_settop(), replace the awkward construct lua_pop(L, lua_gettop(L)) with lua_settop(L, 0). Use lambdas instead of std::bind() to connect LuaListener and LLLeapListener.
2023-09-29SL-20337 Add tooltips for HDR Scale and Reflection Probe Ambience ↵Andrey Kleshchev
environment sliders
2023-09-26SL-20292 Recent emojis panel: reduce spaces between controlsAlexander Gavriliuk
2023-09-22SL-20292 The row of recent emojis should scrollAlexander Gavriliuk
2023-09-21DRTVWR-589 - adding menu items to the top menuMnikolenko Productengine
2023-09-20SL-20299 Fix username overlap with the date of the toastAndrey Kleshchev
2023-09-16SL-20211 EmojiPicker - Move the filter field to the top of the floaterAlexander Gavriliuk
2023-09-15DRTVWR-589 - lua file browser added run button to allow re-running same scriptBrad Payne (Vir Linden)
2023-09-15SL-20278 Disconnect saving MFA from saving passwordAndrey Kleshchev
2023-09-12SL-20162 Option for debuging folder version in UIAndrey Kleshchev
Shows folder's data instead of a suffix. Will need either a new inventory window or to toggle UI debug on early.
2023-09-12 SL-20173 show notification when file is emptyMnikolenko Productengine
2023-09-10SL-20261 Allow and resize existing textures as necessary for thumbnailsAndrey Kleshchev
2023-09-10SL-19826 Gallery multiselect support Part#3Andrey Kleshchev
wip
2023-09-05Initial prototype of embedded LUAMnikolenko Productengine
2023-09-04SL-20205 Clipping of label "Water"Andrey Kleshchev
2023-09-04Fix spelling error in source filesPanteraPolnocy
2023-08-30SL-20242 UI overlap in object profile with DebugPermissions onAndrey Kleshchev
2023-08-30SL-20212 EmojiPicker - Turning the text field grey when it loses focusAlexander Gavriliuk
2023-08-30SL-20209 EmojiPicker - Show 'Recent' panel instead of the floater on click ↵Alexander Gavriliuk
the button