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

scopy2 main: get Scopy2 from the dev branch on main #1846

Merged
merged 1,462 commits into from
Dec 2, 2024

Conversation

AlexandraTrifan
Copy link
Contributor

@AlexandraTrifan AlexandraTrifan commented Nov 29, 2024

The main (scopy1) and dev (scopy2) branches diverged at tag maint-1.4.
Various fixes were added during development on both branches. The current main branch is tagged as maint-1.5
In order to make Scopy2 the new default version for this repository, we need to get the dev branch into main. Rebasing or merging directly would raise lots of conflicts which, if not handled perfectly, would create unwanted bugs.

A clean and quick option is the following (done in this PR):
-Add a commit which reverts the last 63 commits from main (between tags maint-1.4 and maint-1.5). All those fixes are already added to the dev branch as well.
-Rebase the dev branch with the newly modified main.

Please take some time to run a quick check on artifacts and commit ranges.

AlexandraTrifan and others added 30 commits November 29, 2024 13:24
Performing the scan when changing filters was also added here.

Signed-off-by: andreidanila1 <[email protected]>
…ctxs

The combo box contains the description of the devices.

Signed-off-by: andreidanila1 <[email protected]>
Signed-off-by: Adrian Suciu <[email protected]>
Signed-off-by: Adrian Suciu <[email protected]>
Signed-off-by: IonutMuthi <[email protected]>
andreidanila1 and others added 14 commits November 29, 2024 13:24
- remove m2k.qss comments

Signed-off-by: Andrei Popa <[email protected]>
- Handle the edge case where an empty string passed to the shortenAnnotationText
function causes an infinite loop.
This fix ensures that the function returns the extension ("...") when the
text is empty or the maxWidth is too small to fit the extension.

Signed-off-by: Adrian Stanea <[email protected]>
- fixed ADC measure icons
- removed StyleHelper color map

Signed-off-by: Andrei Popa <[email protected]>
- added function to automatically center on parent widget

Signed-off-by: Andrei Popa <[email protected]>
@AlexandraTrifan AlexandraTrifan changed the title draft: get Scopy2 from the dev branch on main scopy2 main: get Scopy2 from the dev branch on main Dec 2, 2024
@AlexandraTrifan
Copy link
Contributor Author

We had to cherry-pick these last 3 commits which were skipped during rebase due to modifying the same azure-pipelines.yml file as 3 others commits on the main branch.

@AlexandraTrifan AlexandraTrifan merged commit eb73a67 into main Dec 2, 2024
37 checks passed
@AlexandraTrifan AlexandraTrifan deleted the main-revert-plus-dev branch December 2, 2024 14:14
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.

9 participants