- 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
Fix explicitly set default pen/brush/font getting overridden by theme...
Fix explicitly set default pen/brush/font getting overridden by theme
Now we use default pen/brush/font that is unlikely to be ever
explicitly set by user, so checks for default in theme initialization
work more reliably.
Task-number: QTRD-1926
Task-number: QTRD-2023
Task-number: QTRD-2039
Change-Id: Id46b978ee49132e486e06968af00ef60559ede0f
Reviewed-by: Mika Salmela <mika.salmela@digia.com>