UI: Allow Tooltip Padding In Any Order #112487

Merged
Harley Acheson merged 4 commits from Harley/blender:TooltipIsPad into main 2023-10-13 22:34:50 +02:00
Member

Allow padding anywhere within a tooltip, not just before the current
field, by adding a new field type of UI_TIP_STYLE_SPACER.


With #105905 I tried to keep as close to the existing design as possible, to minimize changes. But #104547 exposes a deficiency that I would like to address separately here.

UI_tooltip_text_field_add has an argument of "is_pad" that adds extra padding before the field being added. This has worked fine up until now because we have only ever needed space before some sections. But if creating custom tooltips there are times when you want to have space after a field and the fields following could vary. Another example is with an image field, where you might want padding before or after it depending on what content it shares the tooltip with.

This PR just makes a new field type of UI_TIP_STYLE_SPACER that can be inserted anywhere. Otherwise everything looks and works exactly as today. Minimal changes are made to existing code by keeping the existing is_pad and just having it create a spacer field.

Allow padding anywhere within a tooltip, not just before the current field, by adding a new field type of UI_TIP_STYLE_SPACER. --- With #105905 I tried to keep as close to the existing design as possible, to minimize changes. But #104547 exposes a deficiency that I would like to address separately here. `UI_tooltip_text_field_add` has an argument of "is_pad" that adds extra padding **before** the field being added. This has worked fine up until now because we have only ever needed space _before_ some sections. But if creating custom tooltips there are times when you want to have space **after** a field and the fields following could vary. Another example is with an image field, where you might want padding before or after it depending on what content it shares the tooltip with. This PR just makes a new field type of UI_TIP_STYLE_SPACER that can be inserted anywhere. Otherwise everything looks and works exactly as today. Minimal changes are made to existing code by keeping the existing `is_pad` and just having it create a spacer field.
Harley Acheson added 1 commit 2023-09-17 21:28:37 +02:00
bec6273bcf UI: Replace Tooltip "isPad" with Spacer Field
Allow padding anywhere within a tooltip, not just before the current
field, by adding a new fielt type of UI_TIP_STYLE_SPACER.
Harley Acheson added this to the User Interface project 2023-09-17 21:28:47 +02:00
Harley Acheson requested review from Brecht Van Lommel 2023-09-17 21:28:56 +02:00
Harley Acheson added 2 commits 2023-10-13 00:13:41 +02:00
Harley Acheson added 1 commit 2023-10-13 00:16:00 +02:00
Harley Acheson changed title from UI: Replace Tooltip "isPad" with Spacer Field to UI: Allow Tooltip Padding In Any Order 2023-10-13 00:18:03 +02:00
Harley Acheson requested review from Campbell Barton 2023-10-13 00:22:11 +02:00
Author
Member

@ideasman42

Do you mind this? The changes are tiny and trivial, but it means that Tooltip padding can be added anywhere, not just before the current field. With more complex tooltips it can be convenient to add padding after the current field. Or before and after an image field. Or multiples if we need.

If possible we might push to get #104547 into 4.1 before the Conference so having this makes that nicer and simpler.

@ideasman42 Do you mind this? The changes are tiny and trivial, but it means that Tooltip padding can be added anywhere, not just before the current field. With more [complex tooltips](https://projects.blender.org/blender/blender/pulls/104547) it can be convenient to add padding after the current field. Or before and after an image field. Or multiples if we need. If possible we might push to get #104547 into 4.1 before the Conference so having this makes that nicer and simpler.
Campbell Barton approved these changes 2023-10-13 02:55:34 +02:00
Harley Acheson merged commit cb9832f9b1 into main 2023-10-13 22:34:50 +02:00
Harley Acheson deleted branch TooltipIsPad 2023-10-13 22:34:52 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#112487
No description provided.