Conversation
First step towards qt6 * code from eastapp example is running * update icons and hardcoded project info
* remove unused * cleaning and types * qml rename to backend * logic to backend * logic to backend * python remove proxy from backend name
…m backend (#205) * bindings are broken * qml changes * seems to work * only set functions in backend interface * flat backend interface and rename to backends folder * code comments * code comment * syntax error * backend class exposed * no set methods * renamed to backendwrapper * moved python code to correct dir * typos * no dependency to backend self in separate APIs * somewhat complete pyproject file for qt creator * Placeholder for Continue without project button * fix capitalized module name * use dev version of easyreflectometry and eastapp * fix easyreflectometry lib * fix esyscience * change import of fitting in Parameter
* engines to minimizers, uid to unique_name, raw_value to value * raw_value to value * raw_value to value * minimizer * able to load project * seems to work, some warnings * sort imports * code cleaning * code cleaning * code cleaning * try to fix problem with missing enum element in AvailableMinimzers * lmfit not available * print installed packages * try to list installed pip packages * clean main * try to print pip packages * fix pipline * pipline syntax * pip list * try to make installer macox installer work * print available modules * more recent version of pyinstaller * use python 3.10 * python 3.10 in gh action * python v 3.10 * split out imports * snap to python3.10 * trying to strip snapcraft.yaml * added python3.10 to stage and build packages * copy code from internet (python3.10) * just trying something * back to main but python3.9 replaced with python3.10 * removed python3.10-dev * snapcraft back to main * python3.9 also accepted * adjustment for Constraint path * AvailableMinimizers in main * try to import minimizers directly in main * remove copied line * try to determine if it is enough to just lower * code cleaning * reverting FreezeApp * pyproject
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use new EasyReflectometryLib
Isolated work on Qt6