Skip to content

Feature/release1.10cleanup#367

Open
toloudis wants to merge 7 commits into
mainfrom
feature/release1.10cleanup
Open

Feature/release1.10cleanup#367
toloudis wants to merge 7 commits into
mainfrom
feature/release1.10cleanup

Conversation

@toloudis
Copy link
Copy Markdown
Contributor

@toloudis toloudis commented May 22, 2026

A handful of simple cleanup changes. Most of the diffs are just changing the way tooltip strings are passed to controls, which covers a lot of lines.

  1. Tooltips and statustips were not showing for UI labels. They were showing up on the input controls themselves. The bulk of changes in here are to make sure tooltips and statustips show up when hovering over the labels as well as the input controls.
Screenshot 2026-05-22 at 11 00 36 AM (Sorry, the mouse cursor did not show up in my screenshot but it's hovering over the "Renderer" label)
  1. Lock Lights to Camera is now ON by default.
Screenshot 2026-05-22 at 10 59 32 AM
  1. Fix misalignment of Transfer Function editor controls. The sliders showing up below the graph editor buttons were too narrow and are now the same width as the button array.
Screenshot 2026-05-22 at 10 57 32 AM
  1. Fix horizontal scrollbar. When expanding a channel section, a horizontal scrollbar used to appear. This change stops that from happening. A vertical scrollbar DOES appear (correctly indicating that some content is out of view), which actually was narrowing the panel and causing the horizontal scrollbar in the first place.
Screenshot 2026-05-22 at 10 58 30 AM

@toloudis toloudis requested a review from a team as a code owner May 22, 2026 17:55
@toloudis toloudis requested review from frasercl and meganrm and removed request for a team May 22, 2026 17:55
Comment thread agave_app/tfeditor/gradients.cpp Outdated
maxu16Slider->setSingleStep(1);
maxu16Slider->setValue(m_gradientData->m_maxu16);
section0Layout->addRow("Max u16", maxu16Slider);
Controls::addFormRow(section0Layout, "Max u16", maxu16Slider, tr("Set maximum u16 value"), tr("Maximum u16 value"));
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these use facing messages? if so "Set maximum u16 value" seems opaque

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, good point. Will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants