mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
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#297
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/175
Author: @devdl11
Created: 3/11/2022
Status: 🔄 Open
Base:
upsilon-dev← Head:upsilon-issue156bis📝 Commits (7)
10750b7unpack error380ae81tangent switch solved.ca41a01Tangent button moved in the first menu and fixed zooms issues.b27d22forthographic error correctedc5641b4orthographic error corrected (bis)b3d690eRemove useless codeb1ee05fRename the ifndef as the review suggested📊 Changes
16 files changed (+150 additions, -44 deletions)
View changed files
📝
apps/apps_container.cpp(+7 -1)📝
apps/apps_container.h(+6 -0)📝
apps/graph/graph/calculation_parameter_controller.cpp(+8 -11)📝
apps/graph/graph/calculation_parameter_controller.h(+4 -4)📝
apps/graph/graph/curve_parameter_controller.cpp(+14 -5)📝
apps/graph/graph/curve_parameter_controller.h(+2 -0)📝
apps/graph/graph/graph_view.cpp(+1 -4)📝
apps/graph/graph/tangent_graph_controller.cpp(+37 -10)📝
apps/graph/graph/tangent_graph_controller.h(+8 -2)📝
apps/shared/Makefile(+1 -0)➕
apps/shared/function_active_function_toggle.cpp(+22 -0)➕
apps/shared/function_active_function_toggle.h(+27 -0)📝
apps/shared/function_curve_parameter_controller.cpp(+6 -3)📝
apps/shared/function_curve_parameter_controller.h(+3 -2)📝
apps/shared/function_graph_controller.cpp(+3 -2)📝
apps/shared/function_graph_controller.h(+1 -0)📄 Description
The students can now switch between the tangents directly from the tangent's view using the up and down keys
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.