overte/interface/src/ui
Phil Palmer 8c7c91ed6f Remove const from variable declarations as suggested in the review.
Suggested here: https://github.com/vircadia/vircadia/pull/928/files#r549830690

The ones I've left are either
- values known at compile time, eg. const float MIN_LENGTH_FOR_NORMALIZE = 0.061f;
- consts that were already there in the previous code, eg. const float MAX_DISPLACEMENT = 0.5f * _radius;
2020-12-29 19:31:35 -05:00
..
overlays Merge pull request #613 from odysseus654/pr/registerListener 2020-10-29 17:13:05 -04:00
AddressBarDialog.cpp
AddressBarDialog.h change Metaverse API from setting 2019-12-20 11:39:05 +01:00
AnimStats.cpp VR fixes for: couldn't sit on the floor, wrong walk directions. 2020-12-22 14:22:27 -05:00
AnimStats.h Disable handTouch.js to prevent finger twitching 2019-06-20 15:52:36 -07:00
ApplicationOverlay.cpp
ApplicationOverlay.h
AvatarCertifyBanner.cpp revert the revert of PR-16307 2019-11-14 09:59:43 -08:00
AvatarCertifyBanner.h Fixes to banner; swap out avatar on client; reviewer comments; other WIP 2019-04-26 18:45:48 -07:00
AvatarInputs.cpp Delete legacy blendshape code 2019-10-16 10:36:37 -07:00
AvatarInputs.h Re-added removed jsdoc comments for removed AvatarInput jsapi. 2019-10-26 09:20:51 -07:00
BaseLogDialog.cpp
BaseLogDialog.h
ConnectionFailureDialog.cpp
ConnectionFailureDialog.h
DialogsManager.cpp Miscellaneous tidying 2020-08-06 00:04:22 +12:00
DialogsManager.h Remove unused aliases. 2020-08-05 02:30:30 -04:00
DomainConnectionDialog.cpp
DomainConnectionDialog.h
DomainConnectionModel.cpp transition listener registration from member string name to member string pointer 2020-08-09 14:57:00 -07:00
DomainConnectionModel.h
EntityScriptServerLogDialog.cpp
EntityScriptServerLogDialog.h
HMDToolsDialog.cpp
HMDToolsDialog.h
InteractiveWindow.cpp Review JSDoc updates from recent commits 2020-01-20 14:33:06 +13:00
InteractiveWindow.h Merge branch 'DOC-55-C' into api-docs 2020-01-14 18:04:32 +13:00
JSConsole.cpp
JSConsole.h
Keyboard.cpp
Keyboard.h re-enable quest keyboard 2019-05-24 13:14:54 -07:00
LodToolsDialog.cpp Clean up and re-name to reflect what uses octreeSizeScale and what uses 2019-08-06 15:46:10 -07:00
LodToolsDialog.h
LogDialog.cpp Add checkbox for showing extra source logs. 2020-09-01 16:46:22 -04:00
LogDialog.h Add checkbox for showing extra source logs. 2020-09-01 16:46:22 -04:00
LoginDialog.cpp Update endpoints to be consistent and work with the updates. 2020-09-15 21:05:00 -04:00
LoginDialog.h Provide domain name to domain login dialog 2020-08-04 19:42:02 +12:00
ModelsBrowser.cpp Merge branch 'master' into feature/transparent-web-entities 2020-09-26 01:25:02 -04:00
ModelsBrowser.h
OctreeStatsDialog.cpp Add fall-through comments to fix GCC warnings 2020-08-27 19:27:11 +02:00
OctreeStatsDialog.h
OctreeStatsProvider.cpp
OctreeStatsProvider.h
OverlayConductor.cpp Fix HUD content displaying only every second HUD recentering 2020-10-24 21:28:49 +13:00
OverlayConductor.h Reduce "center UI" trigger distance from 0.99m to 0.33m 2020-10-24 16:27:03 +13:00
PreferencesDialog.cpp Remove const from variable declarations as suggested in the review. 2020-12-29 19:31:35 -05:00
PreferencesDialog.h
ResourceImageItem.cpp BUGZ-964: fix for incorrect color curve when rendering 3D into QML 2019-07-25 18:24:53 -07:00
ResourceImageItem.h BUGZ-964: fix for incorrect color curve when rendering 3D into QML 2019-07-25 18:24:53 -07:00
Snapshot.cpp Change "FILENAME_PATH_FORMAT" to "vircadia..." 2020-05-05 00:39:25 +02:00
Snapshot.h Snapshot JSDoc 2019-05-22 14:13:42 +12:00
SnapshotAnimated.cpp build error 2019-04-23 10:46:53 -07:00
SnapshotAnimated.h
SnapshotUploader.cpp
SnapshotUploader.h
StandAloneJSConsole.cpp
StandAloneJSConsole.h
Stats.cpp Merge branch 'master' into parenting 2020-05-07 13:35:32 -07:00
Stats.h Update decimatedTextureCount apidoc 2020-10-17 12:06:31 +02:00
TestingDialog.cpp
TestingDialog.h
UpdateDialog.cpp
UpdateDialog.h