Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-19 | SL-20015 wait for the outfit items to load before wearing it | Maxim Nikolenko | |
2023-07-19 | FreeBSD gets what Darwin & Linux do on dir pickers | Erik Kundiman | |
Though without this, the viewer had still successfully built, and I didn't experience any run-time problem yet. This commit is to anticipate any directory picker related problem later, cause it seems very likely that this is needed. | |||
2023-07-19 | Add FreeBSDLocales | Erik Kundiman | |
2023-07-19 | FreeBSD uses Linux's feature table | Erik Kundiman | |
instead of letting it fallback to the default which would be Window's. When using the default, somehow the viewer launched with no colours even after resetting ~/.secondlife/user_settings/settings.xml. | |||
2023-07-19 | No dangling gsl warning on newview with Clang | Erik Kundiman | |
2023-07-19 | vefifySSLCert truth is enough for setVerifySSLHost | Erik Kundiman | |
The function takes a boolean argument anyway. This is so we don't get GCC int in bool context warning which would be treated as an error. | |||
2023-07-19 | Comment out unused variables whether set or not | Erik Kundiman | |
Otherwise GCC would treat them as errors, if not suppressed. | |||
2023-07-19 | FreeBSD can use llappviewerlinux too | Erik Kundiman | |
2023-07-19 | Stubs for missing implementations that use GTK | Erik Kundiman | |
in order to get rid of undefined references to `LLFilePicker::getOpenFileModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)' `LLFilePicker::getMultipleOpenFilesModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)' `LLFilePicker::getSaveFileModeless(LLFilePicker::ESaveFilter, std::string const&, void (*)(bool, std::string&, void*), void*)' The UI has been relying on modeless file operations. UI implementations for Linux would fall within the GTK scope, and there haven't been implementations for these three methods yet. Even know they're defined using member functions that do nothing, and return boolean false. | |||
2023-07-19 | FreeBSD gets what Linux does in file picker | Erik Kundiman | |
2023-07-19 | FreeBSD gets handled too in llappviewer.cpp | Erik Kundiman | |
Mostly following Linux. | |||
2023-07-19 | Boost since 1.76 already internally includes v5 | Erik Kundiman | |
Including v4 would cause conflicts. | |||
2023-07-19 | Fix lod variable name (supposed to be which_lod?) | Erik Kundiman | |
2023-07-19 | Disable packages info when using system libraries | Erik Kundiman | |
For now. Maybe. | |||
2023-07-19 | Include standard library array header | Erik Kundiman | |
as it's not implied on some platforms that std::array would be unrecognised. | |||
2023-07-19 | Fix what GCC considers as misleading indentations | Erik Kundiman | |
The style conventions aren't really being followed that the different styles of using tabs or spaces as indentations lead to GCC considering them as misleading. It's better to just fix them (but as little as possible as to minimise this fork difference from upstream) than to supress the warnings from being treated as errors. | |||
2023-07-19 | Disable g_thread_init when using system libs | Erik Kundiman | |
On GCC, compiling against a recent GTK2 version would stop on deprecated pre-processors. | |||
2023-07-19 | VLC & CEF aren't deps when no media plugins on mac | Erik Kundiman | |
2023-07-19 | Disable viewer manager when using system libs | Erik Kundiman | |
2023-07-19 | Disable LLCA when using system libs for now | Erik Kundiman | |
2023-07-19 | Disable DBusGlib when using system libs | Erik Kundiman | |
It's deprecated anyway. | |||
2023-07-19 | Disable JS packages when using system libs for now | Erik Kundiman | |
2023-07-19 | LL physics extensions stub | Erik Kundiman | |
Since the CMakeLists.txt includes some same .cmake files as the viewer, I think the project might as well be a part of the Linden libraries code. And for now is put under llprimitive (might not be consistent, in fact the opposite, with they way llplugin relates to slplugin), but I think this way results the least change, and it still works. The differences include: - all files (common llphysicsextensions headers to be included by library users and the stub implementation files) are put inside one directory, and the CMakeLists.txt is adjusted accordingly; - modernised CMakeLists.txt, so include_directories are now implied by target_link_libraries; - some file name fix; - add_library is not explicitly set to STATIC; | |||
2023-07-18 | Fixes for compatibility with new xcode 15 beta for any viewer branch after ↵ | Brad Linden | |
DRTVWR-577 (#232) | |||
2023-07-18 | SL-19891 Make sure focusable elements clear focus on destruction | Andrey Kleshchev | |
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 'DRTVWR-580-maint-T' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
2023-07-17 | Merge branch 'main' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/llcommon/llerrorthread.cpp | |||
2023-07-17 | Increment viewer version to 6.6.14 | Nat Goodspeed | |
following promotion of DRTVWR-580 | |||
2023-07-12 | SL-19702 don't skip double clicks when clicking scripted objects | Mnikolenko Productengine | |
2023-07-11 | SL-19728 Objects that cannot be clicked or cammed unless in edit mode | Alexander Gavriliuk | |
2023-07-07 | SL-19702 restore previous double clicking behavior for objects | Maxim Nikolenko | |
2023-07-05 | Reverted changes to installer_template.msi introduced by PR #259 | Andrey Kleshchev | |
Changes do not appear to add anything sans mac's line ending which triggers coding policy protection and shouldn't be present in window's installer file. | |||
2023-07-03 | SL-19929 New inventory feature notification should appear on top | Andrey Kleshchev | |
2023-07-01 | SL-19914 Inventory gallery Tab support #3 | Andrey Kleshchev | |
Don't try to select something if we are waiting for an item | |||
2023-07-01 | SL-19914 Inventory gallery Tab support #2 | Andrey Kleshchev | |
2023-06-30 | SL-19938 Make sure marketplace removes empty folder it automatically moved ↵ | Andrey Kleshchev | |
items from when folder was recreated into stock fodler | |||
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-19932 FIXED Drag and drop or paste of new item in existing marketplace ↵ | Maxim Nikolenko | |
entry does not work | |||
2023-06-29 | SL-19928 Make thumbnail selection failures more user friendly | Andrey Kleshchev | |
2023-06-28 | DRTVWR-582: Merge branch DRTVWR-582-maint-U into contribute-frozen | Nat Goodspeed | |
to resolve conflicts in installer_template.nsi | |||
2023-06-28 | SL-19923 FIXED Unable to drag and drop items from Library in Gallery mode | Maxim Nikolenko | |
2023-06-28 | SL-19572 Fix some obscure cases of residents bypasing mute list | Andrey Kleshchev | |
2023-06-27 | SL-19274 Update 'switch view' label | Andrey Kleshchev | |
2023-06-27 | SL-19924 Update profile type names | Andrey Kleshchev | |
2023-06-27 | SL-19815 Fix missed 'handled' flags | Andrey Kleshchev | |
2023-06-27 | SL-19904 Outfit gallery keyboard support | Andrey Kleshchev | |
2023-06-26 | SL-19918 "Save as" menu item is missing for textures in Gallery view | Maxim Nikolenko | |