Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-03 | DRTVWR-589: Merge branch 'main' of viewer-private into DRTVWR-589 | Nat Goodspeed | |
2023-09-30 | DRTVWR-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-21 | DRTVWR-589 - adding menu items to the top menu | Mnikolenko Productengine | |
2023-09-15 | DRTVWR-589 - lua file browser added run button to allow re-running same script | Brad Payne (Vir Linden) | |
2023-09-15 | SL-20278 Disconnect saving MFA from saving password | Andrey Kleshchev | |
2023-09-12 | SL-20162 Option for debuging folder version in UI | Andrey 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-10 | SL-20261 Allow and resize existing textures as necessary for thumbnails | Andrey Kleshchev | |
2023-09-10 | SL-19826 Gallery multiselect support Part#3 | Andrey Kleshchev | |
wip | |||
2023-09-05 | Initial prototype of embedded LUA | Mnikolenko Productengine | |
2023-08-30 | SL-20242 UI overlap in object profile with DebugPermissions on | Andrey Kleshchev | |
2023-08-23 | Merge branch main (DRTVWR-582) into DRTVWR-567 | Andrey Kleshchev | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorymodel.cpp # indra/newview/llinventoryobserver.cpp # indra/newview/llinventoryobserver.h # indra/newview/skins/default/xui/ja/floater_inventory_item_properties.xml | |||
2023-08-18 | SL-19929 Small rework of a 'feature' notification | Andrey Kleshchev | |
To make multiple parallel features possible | |||
2023-08-01 | SL-20100 remove inappropriate param to get rid of parse warning | Mnikolenko Productengine | |
2023-07-17 | Merge pull request #285 from secondlife/marchcat/SL-19669 | marchcat-pe | |
INTL-490 Japanese Translation Update | |||
2023-07-17 | Merge branch 'main' (DRTVWR-580) into DRTVWR-567 | Andrey Kleshchev | |
# Conflicts: # indra/llui/llfolderviewitem.cpp # indra/newview/llinventorymodel.cpp # indra/newview/llinventorymodelbackgroundfetch.cpp | |||
2023-07-17 | Merge branch 'main' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/llcommon/llerrorthread.cpp | |||
2023-07-11 | SL-19728 Objects that cannot be clicked or cammed unless in edit mode | Alexander Gavriliuk | |
2023-06-30 | SL-19929 Picker's warning small adjustment | Andrey Kleshchev | |
2023-06-29 | SL-19929 New inventory feature notification | Andrey Kleshchev | |
2023-06-29 | SL-19928 Make thumbnail selection failures more user friendly | Andrey Kleshchev | |
2023-06-27 | SL-19274 Update 'switch view' label | Andrey Kleshchev | |
2023-06-27 | SL-19904 Outfit gallery keyboard support | Andrey Kleshchev | |
2023-06-24 | SL-19604 Fix gallery view having huge ident at the bottom | Andrey Kleshchev | |
2023-06-23 | SL-19914 Inventory gallery Tab support | Andrey Kleshchev | |
2023-06-20 | SL-18977 Borders of inventory view in inventory floater seem to be cut a bit | Alexander Gavriliuk | |
2023-06-16 | SL-19863 FIXED Items are not copied when attempting to paste into gallery mode | Maxim Nikolenko | |
2023-06-15 | Revert "SL-18977 Borders of inventory view in inventory floater seem to be ↵ | Andrey Kleshchev | |
cut a bit" This reverts commit 7ac094e92105122b22b4693dafae7f0cee72d9a0. Commit breaks gallery panel, it is not ready. | |||
2023-06-15 | SL-19863 remove unused menu items to get rid of callback warnings | Maxim Nikolenko | |
2023-06-15 | SL-18977 Borders of inventory view in inventory floater seem to be cut a bit | Alexander Gavriliuk | |
2023-06-14 | SL-19686 WIP Switching single folder view for large inventories causes stalls | Andrey Kleshchev | |
2023-06-09 | SL-19844 People floater - Remove the 'Remove friend' menu item | Alexander Gavriliuk | |
2023-06-09 | SL-18977 Borders of inventory view in inventory floater seem to be cut a bit | Alexander Gavriliuk | |
2023-06-04 | SL-19669 Restored XML formatting for the Japanese translations | Andrey Lihatskiy | |
2023-06-04 | Merge remote-tracking branch 'loque-viewer/DRTVWR-580-maint-T' into ↵ | Andrey Lihatskiy | |
marchcat/SL-19669-upd | |||
2023-06-02 | SL-17429 Message user when their inventory hits AIS3 limits #2 | Andrey Kleshchev | |
2023-06-03 | Inventory mistranslation fix. | Logue | |
Translate untranslated parts of Preferences panel. | |||
2023-06-02 | SL-19795 Remove extra panels, reuse combination ones instead | Andrey Kleshchev | |
2023-06-02 | Revert Call translation to 'コール'. | Logue | |
Chang 'water' translation '水' to '水面'. Unify the ground translation with '地面' expect land floater. Fixed mistranslation of widget. Re-translate panel_settings_sky_density.xml. | |||
2023-06-01 | SL-19795 Smarter combination inventory resizing | Andrey Kleshchev | |
2023-05-31 | SL-19795 fix inventory list offset | Andrey Kleshchev | |
2023-05-31 | Revert "SL-19795 Unified scroll" | Andrey Kleshchev | |
2023-05-31 | Follow 5b9b4fcf6657ce2cfa5fde85012fe24213df37b5 translation. | Logue | |
(Add Performance floater translation etc.) Changed 'lighting' translation ('照明' and 'ライティング') to '光源'. Changed 'world' translation '世界' to 'ワールド'. (To be consistent with 'ミニマップ' translations.) Adjusted the translation to be more natural Japanese when the settings.xml object passed items. (experimental) | |||
2023-05-31 | Merged DRTVWR-577 Japanese Translation. (HTML) | Logue | |
2023-05-31 | Merged DRTVWR-577 Japanese Translation. | Logue | |
2023-05-30 | Removed unused Japanese translation *.xml files. | Logue | |
2023-05-30 | SL-17429 Message user when their inventory hits AIS2 limits | Andrey Kleshchev | |
2023-05-29 | SL-17429 Message user when their inventory hits AIS2 limits | Andrey Kleshchev | |
2023-05-28 | INTL-490 Japanese Translation Update | Andrey Lihatskiy | |
provided by Logue Takacs | |||
2023-05-23 | SL-19635 Better error handling | Andrey Kleshchev | |
2023-05-22 | SL-19635 Implement DeepL tranlation support | Andrey Kleshchev | |