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

[FIX] Change Variable Icons: Discrete -> Categorical, Continuous -> Numeric #2477

Merged
merged 3 commits into from
Jul 27, 2017

Conversation

lanzagar
Copy link
Contributor

Issue

Variable icons do not match names used in the File widget, which is usually where people set/check variable types now. Many places in Orange use the same icons and use various names inconsistently.

Proposal
We use:

  • "categorical" marked with a "C" icon
  • "numeric" marked with an "N" icon
Description of changes

Moving towards consistency will be a long (Sisyphean) struggle.
This PR makes the file widget consistent, using categorical (C) and numeric (N). It also updates the icons' tooltips. The same icons are used across all Orange.
If/When other labels and descriptions are found using different terms, they should be adapted to use the same names.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-io
Copy link

codecov-io commented Jul 17, 2017

Codecov Report

Merging #2477 into master will increase coverage by 0.04%.
The diff coverage is 58.06%.

@@            Coverage Diff             @@
##           master    #2477      +/-   ##
==========================================
+ Coverage   74.49%   74.53%   +0.04%     
==========================================
  Files         321      321              
  Lines       56013    56173     +160     
==========================================
+ Hits        41725    41868     +143     
- Misses      14288    14305      +17

@kernc
Copy link
Contributor

kernc commented Jul 18, 2017

grep ([Dd]iscrete|[Cc]ontinuous) (attribute|variable|feature) **.py

@lanzagar lanzagar added this to the 3.4.5 milestone Jul 26, 2017
@lanzagar lanzagar changed the title [RFC] Change Variable icons Change Variable icons Jul 26, 2017
@nikicc nikicc changed the title Change Variable icons [FIX] Change Variable Icons: Discrete -> Categorical, Continuous -> Numeric Jul 27, 2017
@nikicc nikicc merged commit 59d3730 into biolab:master Jul 27, 2017
@janezd
Copy link
Contributor

janezd commented Jul 27, 2017

How did I miss those? Thanks...

@lanzagar lanzagar deleted the varicons branch March 14, 2022 14:41
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.

5 participants