Skip to content

Prepare for 1.6.1#131

Merged
myzinsky merged 10 commits intomasterfrom
prepare-for-1.6.1
Jan 23, 2026
Merged

Prepare for 1.6.1#131
myzinsky merged 10 commits intomasterfrom
prepare-for-1.6.1

Conversation

@myzinsky
Copy link
Owner

No description provided.

@myzinsky myzinsky merged commit b9ba8f3 into master Jan 23, 2026
2 checks passed
install(TARGETS CloudLogOffline)
install(
TARGETS CloudLogOffline
RUNTIME DESTINATION .
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be configurable.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating the linux packages at https://build.opensuse.org/package/show/home:dg0yt/cloudlogoffline was unaffected because these packages are still built with qmake...

install(
TARGETS CloudLogOffline
RUNTIME DESTINATION .
BUNDLE DESTINATION ${CMAKE_SOURCE_DIR}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be configurable.
Source dirs should be considered immutable.

emit uploadSucessfull(((double)done)/((double)number));
} else {
emit uploadFailed("Upload Error: " + jsonObject["reason"].toString());
emit uploadFailed("Status: " + jsonObject["status"].toString() + ", Upload Error: " + jsonObject["reason"].toString());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs translation.

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.

2 participants