Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2015-01-07 | STORM-2082 Display active preset as first choice in dropdown box | Jonathan Yap | |
2014-12-14 | STORM-2082 Remove ugly list of control names. Instead, obtain the list from ↵ | Jonathan Yap | |
the View data Remove a few remants used by the old hardware floater | |||
2014-12-12 | STORM-2082 Merge Hardware floater into main graphics preferences display | Jonathan Yap | |
Change notifications so they are emitted only when an error occurs Put active preset at top of list Add Maximum ARC slider Merge two small methods into slider update code | |||
2014-12-09 | STORM-2082 Improve file error handling, add help topic labels to new floaters. | Jonathan Yap | |
2014-12-03 | STORM-2082 Send signal to pulldown panel to refresh itself | Jonathan Yap | |
2014-12-03 | STORM-2082 Remove Apply button. | Jonathan Yap | |
Add new control variable to track which preset is active. Save settings to active preset when clicking on Ok button. Initial work to make pulldown operational. Still to do: add pretty icon for current preset. Notifications do not appear when called from this panel. | |||
2014-12-02 | STORM-2082 Add Recommended button | Jonathan Yap | |
2014-12-01 | STORM-2082 Better control on how (or if) to display Default preset | Jonathan Yap | |
Make sure default preset is created when flyout panel is activated Only display deleted notification upon successful deletion | |||
2014-12-01 | STORM-2082 Implement save floater and some code cleanup. | Jonathan Yap | |
2014-11-30 | STORM-2082 Make code more generic to handle the future camera presets. | Jonathan Yap | |
2014-11-30 | STORM-2082 Implement delete floater | Jonathan Yap | |
2014-11-28 | STORM-2082 Initial support for presets popup from status bar | Jonathan Yap | |
2014-11-27 | STORM-2082 Get writing out and loading presets working | Jonathan Yap | |
2014-11-26 | STORM-2082 Code now fills combobox | Jonathan Yap | |
2014-11-26 | STORM-2082 Start to convert code to support xml file processing | Jonathan Yap | |