Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-22 | Tabs to spaces. | Nicky | |
2024-05-22 | Move Linux specific VolumeCatcherImport into the linux specific files. | Nicky | |
2024-05-22 | Remove obsolete member mSystemIsVistaOrHigher | Nicky | |
2024-05-15 | Merge branch 'release/maint-b' into pipewire-linux-volume-catcher | Maki | |
2024-05-15 | Add missing newlines at end of file | Maki | |
2024-05-15 | secondlife/jira-archive-internal#70713 Combine recently and frequently used | Alexander Gavriliuk | |
2024-05-15 | Remove dead googlemock dependency and related setup code | Rye Mutt | |
2024-05-15 | Merge branch 'release/maint-x' into marchcat/x-b-merge | Andrey Lihatskiy | |
to pick up mac build fixes | |||
2024-05-15 | Merge branch 'main' into marchcat/x-b-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/cmake/ConfigurePkgConfig.cmake # indra/cmake/ICU4C.cmake # indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.cpp # indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.h # indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h # indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp # indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h # indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp # indra/newview/llappviewerlinux_api.h # indra/newview/llappviewerlinux_api_dbus.cpp # indra/newview/llappviewerlinux_api_dbus.h # indra/newview/llfloateremojipicker.cpp # indra/newview/lloutfitslist.cpp | |||
2024-05-14 | Increment viewer version to 7.1.8 | Nat Goodspeed | |
following promotion of secondlife/viewer #705: Maintenance X | |||
2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵ | Nat Goodspeed | |
Maintenance X | |||
2024-05-14 | #1457 Fix the tests on mac | Andrey Lihatskiy | |
2024-05-13 | Update volume_catcher.h | Nicky Dasmijn | |
Add a virtual dtor | |||
2024-05-13 | viewer-private#236 Don't block removal of marketplace folders | Andrey Kleshchev | |
Marketplace is not visible outside of own floater and that floater will do an extra warning when deleting listings that have additional data. | |||
2024-05-13 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed | |
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7) | |||
2024-05-09 | enable ime on xwayland (environment setting move) | AiraYumi | |
2024-05-08 | enable ime on xwayland | AiraYumi | |
2024-05-02 | Update LLGLTFMaterial tests for changes introduced in SL-20523 | Brad Linden | |
also correct member packing to match server side | |||
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-04-29 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-04-27 | viewer-private#217 Cef log was deleted too often | Andrey Kleshchev | |
delete once per session, not once per instance | |||
2024-04-26 | Fix null volume catcher on macOS | Maki | |
2024-04-26 | viewer#1308 LLFloaterView::restoreAll Crash | Andrey Kleshchev | |
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-25 | Remove invalid text color parameter from panel_login_first.xml | nerodevo | |
Follow-up to previous commit 4a07fd3. This will resolve the warning showing up when loading the viewer for the first time. | |||
2024-04-24 | viewer#1309 Handle deprecated avatar properties messages | Andrey Kleshchev | |
since server still sends those in some cases | |||
2024-04-24 | Merge branch 'main' into marchcat/b-merge | Andrey Lihatskiy | |
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed | |
following promotion of secondlife/viewer #736 | |||
2024-04-24 | Fix building for other platforms than Linux for volume catcher | Maki | |
2024-04-22 | Tabs to spaces | Nicky | |
2024-04-22 | Replace NULL with nullptr | Nicky | |
2024-04-22 | Stream the volume catcher a little: | Nicky | |
- Use LL_DEBUGS() for potential debug output. - Enclose mutex locking in their own scope, to make unlocking automatic and also limit the life time of a lock to as short as possible - Introduce mCleanupMutex to replace std::unique_lock pwLock(*this). I'm baffled using lock as a mutex like that did even compile. - Remove virtual inheritance, as it is not needed here. | |||
2024-04-21 | Remove virtual inheritence for linux volume catcher | Maki | |
2024-04-20 | Rework macro magic for symbol grabber | Maki | |
2024-04-20 | Fix more style issues and add missing RAII lock | Maki | |
2024-04-20 | Only use one impl in Linux volume catcher | Maki | |
2024-04-20 | Use RAII for mutexes for PipeWire volume catcher | Maki | |
2024-04-20 | viewer#1290 Fix missing variable reinitializations | Andrey Kleshchev | |
2024-04-19 | viewer#1290 Fix snapToMessageHeight crash | Andrey Kleshchev | |
2024-04-19 | Add toggle for PipeWire volume catcher, and refactoring | Maki | |
2024-04-19 | secondlife/viewer#1249 Erratic Emoji Picker Behavior | Alexander Gavriliuk | |
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-18 | viewer-private#217 Fix cef log name | Andrey Kleshchev | |
2024-04-18 | Update open_libndofdev and openal to latest versions. | Nicky | |
- With the updated openal the dependency on sndio can be dropped - The updated libndofdev is compiled against the correct version of SDL2 and thus NDOF can be enabled again | |||
2024-04-18 | Use Pulse for volume catching and add CMake variable for PipeWire | Maki | |
2024-04-18 | Try getting other symbols for Pulse if it fails | Maki | |