[PR #153] [CLOSED] added a change function color parameter for issue #151 #294

Closed
opened 2026-05-06 13:16:40 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/153
Author: @AlexandreArduino
Created: 2/8/2022
Status: Closed

Base: upsilon-devHead: upsilon-dev-color-functions


📝 Commits (2)

  • 86a3f45 added a change function color parameter
  • 6c89889 removed unused namespace

📊 Changes

18 files changed (+265 additions, -6 deletions)

View changed files

📝 apps/graph/Makefile (+2 -0)
📝 apps/graph/base.de.i18n (+8 -0)
📝 apps/graph/base.en.i18n (+8 -0)
📝 apps/graph/base.es.i18n (+8 -0)
📝 apps/graph/base.fr.i18n (+8 -0)
📝 apps/graph/base.hu.i18n (+8 -0)
📝 apps/graph/base.it.i18n (+8 -0)
📝 apps/graph/base.nl.i18n (+8 -0)
📝 apps/graph/base.pt.i18n (+8 -0)
apps/graph/list/color_list.cpp (+43 -0)
apps/graph/list/color_list.h (+12 -0)
apps/graph/list/color_parameter_controller.cpp (+72 -0)
apps/graph/list/color_parameter_controller.h (+44 -0)
📝 apps/graph/list/list_parameter_controller.cpp (+17 -5)
📝 apps/graph/list/list_parameter_controller.h (+4 -1)
📝 apps/shared/function.cpp (+4 -0)
📝 apps/shared/function.h (+2 -0)
📝 kandinsky/include/kandinsky/color.h (+1 -0)

📄 Description

You can now change the function color as asked in the issue

https://user-images.githubusercontent.com/62015246/152982214-64c8ea71-3774-42ea-b35c-5041481729ef.mp4


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/153 **Author:** [@AlexandreArduino](https://github.com/AlexandreArduino) **Created:** 2/8/2022 **Status:** ❌ Closed **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-color-functions` --- ### 📝 Commits (2) - [`86a3f45`](https://github.com/UpsilonNumworks/Upsilon/commit/86a3f45f9ca6c90482411a2eb5a9d7bbfcbee040) added a change function color parameter - [`6c89889`](https://github.com/UpsilonNumworks/Upsilon/commit/6c898897015ebf94a18a1200a77898d6d0c4c843) removed unused namespace ### 📊 Changes **18 files changed** (+265 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `apps/graph/Makefile` (+2 -0) 📝 `apps/graph/base.de.i18n` (+8 -0) 📝 `apps/graph/base.en.i18n` (+8 -0) 📝 `apps/graph/base.es.i18n` (+8 -0) 📝 `apps/graph/base.fr.i18n` (+8 -0) 📝 `apps/graph/base.hu.i18n` (+8 -0) 📝 `apps/graph/base.it.i18n` (+8 -0) 📝 `apps/graph/base.nl.i18n` (+8 -0) 📝 `apps/graph/base.pt.i18n` (+8 -0) ➕ `apps/graph/list/color_list.cpp` (+43 -0) ➕ `apps/graph/list/color_list.h` (+12 -0) ➕ `apps/graph/list/color_parameter_controller.cpp` (+72 -0) ➕ `apps/graph/list/color_parameter_controller.h` (+44 -0) 📝 `apps/graph/list/list_parameter_controller.cpp` (+17 -5) 📝 `apps/graph/list/list_parameter_controller.h` (+4 -1) 📝 `apps/shared/function.cpp` (+4 -0) 📝 `apps/shared/function.h` (+2 -0) 📝 `kandinsky/include/kandinsky/color.h` (+1 -0) </details> ### 📄 Description You can now change the function color as asked in the issue https://user-images.githubusercontent.com/62015246/152982214-64c8ea71-3774-42ea-b35c-5041481729ef.mp4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:40 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#294
No description provided.