Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds missing tooltips #5773

Merged
merged 1 commit into from
Dec 5, 2017
Merged

Conversation

SrNetoChan
Copy link
Member

@SrNetoChan SrNetoChan commented Nov 30, 2017

Description

This PR adds some missing toolTips in some dialog's buttons.

Tooltips are useful for users to understand what the button will do, but also for documentation. It's easier to expalin the user to "click the Add color button" than "click the button with the plus sign".

I have also found some wrong tool tips in the metadata widget, but I will try to address that in a different PR.

Checklist

Reviewing is a process done by project maintainers, mostly on a volunteer basis. We try to keep the overhead as small as possible and appreciate if you help us to do so by completing the following items. Feel free to ask in a comment if you have troubles with any of them.

  • Commit messages are descriptive and explain the rationale for changes
  • Commits which fix bugs include fixes #11111 in the commit message next to the description
  • Commits which add new features are tagged with [FEATURE] in the commit message
  • Commits which change the UI or existing user workflows are tagged with [needs-docs] in the commit message and containt sufficient information in the commit message to be documented
  • I have read the QGIS Coding Standards and this PR complies with them
  • This PR passes all existing unit tests (test results will be reported by travis-ci after opening this PR)
  • New unit tests have been added for core changes
  • I have run the scripts/prepare-commit.sh script before each commit

Copy link
Contributor

@elpaso elpaso left a comment

Choose a reason for hiding this comment

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

Nice to have this tooltips!

@@ -1798,6 +1831,9 @@
</item>
<item row="1" column="0">
<widget class="QToolButton" name="mAddLayerRestrictionButton">
<property name="toolTip">
<string>Add layer to exclude</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't know the context, but maybe clearer Add layer to the exclude list or ... to the list of excluded layers

Copy link
Member Author

Choose a reason for hiding this comment

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

You are right. I think it was a mistake.

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you update the PR so we can merge?

Copy link
Member Author

Choose a reason for hiding this comment

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

I will. But I can only do it on Monday.

@SrNetoChan
Copy link
Member Author

@elpaso

image

this is the context for those tool tips. Do you think they still need changes? "Add layers to exclude" and "Add composer to exclude"

@elpaso
Copy link
Contributor

elpaso commented Dec 5, 2017

@SrNetoChan no, probably it's fine as it is

@elpaso elpaso merged commit 2ca9054 into qgis:master Dec 5, 2017
@SrNetoChan SrNetoChan deleted the add_missing_tooltips branch December 5, 2017 10:33
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