Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-21 | SL-17635 remove unused variables | Maxim Nikolenko | |
2020-04-28 | SL-13133 Numerical camera preset names sorting order fix | Andrey Lihatskiy | |
2020-04-20 | SL-12904 FIXED Camera Preset does not restore correctly when sitting | Mnikolenko Productengine | |
2020-04-10 | SL-12994 FIXED [Camera Presets] Zoom fraction should be saved as a part of ↵ | Mnikolenko Productengine | |
Camera preset, not as separate setting | |||
2020-04-07 | SL-12991 [Camera Presets] Sort all Camera preset lists in the same way | Mnikolenko Productengine | |
2020-04-07 | SL-12991 [Camera Presets] Sort all Camera preset lists in the same way | Mnikolenko Productengine | |
2020-01-30 | SL-12618 FIXED The camera zoom position is incorrect after selecting the ↵ | maxim_productengine | |
preset in some cases | |||
2020-01-08 | SL-12510 Revert changes and separate 'Save Graphic Preset' floater | Mnikolenko Productengine | |
2019-12-18 | SL-12424 WIP Save mousewheel zoom fraction in preset | maxim_productengine | |
2019-12-10 | SL-12429 Use different setting name to prevent crash on old viewer | maxim_productengine | |
2019-11-19 | SL-12186 Don't copy templates from app_settings directory, because it's ↵ | maxim_productengine | |
excessive | |||
2019-11-15 | SL-12186 Correctly populate list after creating default presets | maxim_productengine | |
2019-11-13 | SL-12186 WIP Get rid of excessive offset settings as we moved to store data ↵ | maxim_productengine | |
in xml | |||
2019-11-13 | SL-12186 WIP Use appropriate offset names when saving presets | maxim_productengine | |
2019-11-12 | SL-12186 WIP Added ability to reset default presets and updated item list in ↵ | maxim_productengine | |
'My camera presets' floater | |||
2019-11-08 | SL-12186 WIP Add new 'My camera presets' floater | maxim_productengine | |
2019-11-08 | SL-12186 WIP Minor updates for 'Camera controls' and 'Save preset' floaters | maxim_productengine | |
2019-11-04 | SL-12186 WIP Updating UI for camera controls, including presets | Mnikolenko Productengine | |
2019-10-29 | Fix crash on startup and restore missing settings | Mnikolenko Productengine | |
2019-03-12 | Backout tabs v spaces changes. | Graham Linden | |
'warn-on-failure:no-tabs' | |||
2019-03-11 | Tabs -> spaces. | Graham Linden | |
2018-09-26 | Merge to 5.2.0 | Graham Linden | |
2018-08-22 | MAINT-8926 Don't allow overwritting default preset | andreykproductengine | |
2018-01-30 | disambiguate boost list assignment by using a const for the value | Oz Linden | |
2018-01-19 | merge changes for 5.1.0-release | Oz Linden | |
2018-01-18 | STORM-2145 Use string constant rather than a hardcoded string. | Jonathan Yap | |
2018-01-16 | STORM-2145 Deal with preset files with spaces correctly | Jonathan Yap | |
2018-01-16 | STORM-2145 Change line ending type of preset files | Jonathan Yap | |
2018-01-15 | STORM-2145 Get current preset indicator to work properly | Jonathan Yap | |
2018-01-14 | STORM-2145 Added copying of initial preset files | Jonathan Yap | |
2018-01-13 | STORM-2145 Added a small floater | Jonathan Yap | |
2018-01-12 | STORM-2145 Merge up to viewer-release | Jonathan Yap | |
2017-12-20 | MAINT-8087: Use env vars from VMP for AppData\Roaming and Local. | Nat Goodspeed | |
On Windows, when logged in with a non-ASCII username, every one of the three documented APIs -- SHGetSpecialFolderPath(), SHGetFolderPath() and SHGetKnownFolderPath() -- fails to retrieve any pathname at all. We cannot account for the fact that the oldest of these continues to work with the release viewer and within a Python script (though not, curiously, from a Python interactive session). With a non-ASCII username, they consistently fail when called from an Alex Ivy viewer build: "The filename, directory name, or volume label syntax is incorrect." Empirically, with a non-ASCII username, the preset APPDATA and LOCALAPPDATA environment variables are also useless, e.g. c:\Users\??????\AppData\Roaming where those are, yup, actual question marks. Empirically, the VMP is able to successfully call SHGetFolderPath() to retrieve both AppData\Roaming and AppData\Local. Therefore, we make the VMP set the APPDATA and LOCALAPPDATA environment variables to the UTF-8 encoded correct pathnames. Instead of calling SHGetSomethingFolderPath() at all, make LLDir_Win32 retrieve those environment variables. Make LLFile::mkdir() treat "directory already exists" as a success case. Every single call fell into one of two categories: either it didn't check success at all, or it tested specially to exempt errno == EEXIST. Migrate that test into mkdir(); eliminate it from call sites. Make LLDir::append() and add() convenience functions accept variadic arguments. Replace add(add()...) constructs, as well as clumsy concatenations of directory names and getDirDelimiter(), with simple variadic add() calls. | |||
2017-05-08 | DRTVWR-418: Fix vector assignment for C++03. | Nat Goodspeed | |
For the time being we're still compiling for production with C++03. Although assigning an initializer list to a vector is valid C++11, in C++03 mode clang rejects it. | |||
2017-02-23 | STORM-2145 Camera Presets -- some initial work | Jonathan Yap | |
2017-02-23 | DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. | Nat Goodspeed | |
These are mostly things that were in fact erroneous, but accepted by older compilers. This changeset has not yet been built with Visual Studio 2013 or Linux gcc, even with -std=c++11. This changeset has not been built *without* -std=c++11. It should be used in conjunction with a corresponding change to LL_BUILD_DARWIN_BASE_SWITCHES in viewer-build-variables/variables. This is a work in progress. We do not assert that this changeset completes the work needed to turn on -std=c++11, even on the Mac. | |||
2016-10-12 | MAINT-6813 Opening Preferences floater takes too much time to open on login ↵ | Mnikolenko Productengine | |
screen on some machines | |||
2016-07-05 | MAINT-6550 Graphic preset name including "\" causes preset to be unusable & ↵ | Mnikolenko Productengine | |
preset cannot be deleted. | |||
2016-05-27 | MAINT-6435 Deafult preset should set the same settings as the "Reset to ↵ | AndreyL ProductEngine | |
recommended settings" button | |||
2016-03-23 | improve settings error log, and make type conversion methods static | Oz Linden | |
2016-02-19 | FIXED Graphics presets do not work properly when localized "Default" string | Ansariel | |
2015-09-28 | MAINT-5542: fix initialization of Default graphics preset so that it is ↵ | Oz Linden | |
selectable | |||
2015-08-19 | STORM-2120 Make graphics presets account specific | Oz Linden | |
2015-06-19 | workarounds to get this building again; note: review mute list caching ↵ | Oz Linden | |
change before promoting | |||
2015-02-19 | STORM-2082 Fix edge case bug | Jonathan Yap | |
2015-01-21 | STORM-2082 Put "Default" at the top of the non-Delete comboboxes. | Jonathan Yap | |
2015-01-20 | STORM-2082 Finally(?) deal properly with dirty UI processing. | Jonathan Yap | |
Code cleanup, some per bitbucket comments. | |||
2015-01-20 | STORM-2082 Still trying to work out the dirtyChilds issue. Also made some ↵ | Jonathan Yap | |
small UI adjustments. | |||
2015-01-20 | STORM-2082 Update to new UI design. Bugs are not worked out yet. | Jonathan Yap | |
2015-01-14 | STORM-2082 Assorted UI tweaks, better MaximumARC formula, pulldowns ↵ | Jonathan Yap | |
disappear faster |