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

Allow for users to see and send NMEA logs #5675

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Allow for users to see and send NMEA logs #5675

merged 2 commits into from
Sep 23, 2024

Conversation

nirvn
Copy link
Member

@nirvn nirvn commented Sep 23, 2024

Unlocks easier sharing of NMEA logs:

Screenshot_20240923-115433

@qfield-fairy
Copy link
Collaborator

qfield-fairy commented Sep 23, 2024

@nirvn nirvn merged commit 04840b8 into master Sep 23, 2024
22 of 23 checks passed
@nirvn nirvn deleted the send_logs branch September 23, 2024 15:50
@@ -131,7 +133,7 @@ Page {
property string itemPath: ItemPath
property bool itemIsFavorite: ItemIsFavorite
property bool itemMenuLoadable: !projectFolderView && (ItemMetaType === LocalFilesModel.Project || ItemMetaType === LocalFilesModel.Dataset)
property bool itemMenuVisible: (ItemType === LocalFilesModel.SimpleFolder && table.model.currentPath !== 'root') || ((platformUtilities.capabilities & PlatformUtilities.CustomExport || platformUtilities.capabilities & PlatformUtilities.CustomSend) && (ItemMetaType === LocalFilesModel.Dataset)) || (ItemMetaType === LocalFilesModel.Dataset && ItemType === LocalFilesModel.RasterDataset && cloudProjectsModel.currentProjectId)
property bool itemMenuVisible: ((ItemType === LocalFilesModel.SimpleFolder || ItemMetaType == LocalFilesModel.File) && table.model.currentPath !== 'root') || ((platformUtilities.capabilities & PlatformUtilities.CustomExport || platformUtilities.capabilities & PlatformUtilities.CustomSend) && (ItemMetaType === LocalFilesModel.Dataset)) || (ItemMetaType === LocalFilesModel.Dataset && ItemType === LocalFilesModel.RasterDataset && cloudProjectsModel.currentProjectId)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a bit complex :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants