mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #189] [MERGED] [apps/graph] Added a color menu in graph and list #305
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/189
Author: @Yaya-Cout
Created: 3/22/2022
Status: ✅ Merged
Merged: 3/23/2022
Merged by: @Yaya-Cout
Base:
upsilon-dev← Head:upsilon-dev-functions-colors📝 Commits (10+)
e9b35efRevert "[github/workflows] Update Metrics to remove NumWorksBot"f7210e5Added a color menu in graph and lista264d34Fixed color select display issue and build issue28dddb4Changed color_cell to a circle620f7a6Revert "Changed color_cell to a circle"b0b1d33Color_cell with mask8cc489eFixed build issue5dcaa42Color selection : Added right handle and color name display in menue4967ffFixed constexpr static colorMask5cab7a0Changed font in color_parameter_controller📊 Changes
20 files changed (+312 additions, -52 deletions)
View changed files
📝
apps/graph/list/list_parameter_controller.cpp(+1 -1)📝
apps/sequence/list/list_parameter_controller.cpp(+1 -21)📝
apps/sequence/list/list_parameter_controller.h(+0 -4)📝
apps/shared.de.i18n(+7 -0)📝
apps/shared.en.i18n(+7 -0)📝
apps/shared.es.i18n(+7 -0)📝
apps/shared.fr.i18n(+7 -0)📝
apps/shared.hu.i18n(+7 -0)📝
apps/shared.it.i18n(+7 -0)📝
apps/shared.nl.i18n(+7 -0)📝
apps/shared.pt.i18n(+7 -0)📝
apps/shared/Makefile(+2 -0)➕
apps/shared/color_cell.cpp(+51 -0)➕
apps/shared/color_cell.h(+42 -0)➕
apps/shared/color_parameter_controller.cpp(+86 -0)➕
apps/shared/color_parameter_controller.h(+44 -0)📝
apps/shared/function.cpp(+4 -0)📝
apps/shared/function.h(+2 -0)📝
apps/shared/list_parameter_controller.cpp(+20 -19)📝
apps/shared/list_parameter_controller.h(+3 -7)📄 Description
This pull request is a reopen of Numworks#1741 with bug fixes : The colours translations are now independent of the Python app and the colour cell's cursor is now restored. This does think that have been said in #153. It also closes #151.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.