- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Added HTML support for various text items
- HTML tags can now be used in chart titles, legends, and labels
- '\n' does no longer cause line break in multi-line text items.
HTML tag <br/> can be used for line break now.
- Setting pen for axis titles and labels is deprecated
- When setting brush for titles and labels, only the color is relevant
- Logic for identifying label format specifiers was improved,
so adding additional information to labels via label format string
is now more viable.
Task-number: QTRD-1912
Change-Id: I8fa56df56fd656e2a3e427eff4abf3481435eec7
Reviewed-by: Mika Salmela <mika.salmela@digia.com>