Skip to content

Feature/wayland support#30

Open
pplupo wants to merge 4 commits into
Euro-Office:mainfrom
pplupo:feature/wayland-migration
Open

Feature/wayland support#30
pplupo wants to merge 4 commits into
Euro-Office:mainfrom
pplupo:feature/wayland-migration

Conversation

@pplupo

@pplupo pplupo commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Wayland support

@pplupo pplupo changed the title Feature/wayland supportt Feature/wayland support Jun 26, 2026
@pplupo pplupo force-pushed the feature/wayland-migration branch 2 times, most recently from d71937d to fdbd784 Compare July 1, 2026 22:21
Comment thread win-linux/src/components/ctabpanel.cpp Outdated
Comment on lines +116 to +133
@@ -121,6 +126,11 @@ bool CTabPanel::openLocalFile(const std::wstring& path, const std::wstring& para
if ( _format == 0 )
return false;

QString qPath = QString::fromStdWString(path);
if (qPath.endsWith(".sqlite", Qt::CaseInsensitive) || qPath.endsWith(".sqlite3", Qt::CaseInsensitive) || qPath.endsWith(".db", Qt::CaseInsensitive) || qPath.endsWith(".db3", Qt::CaseInsensitive) || qPath.endsWith(".duckdb", Qt::CaseInsensitive) || qPath.endsWith(".parquet", Qt::CaseInsensitive) || qPath.endsWith(".pq", Qt::CaseInsensitive) || qPath.endsWith(".mdb", Qt::CaseInsensitive) || qPath.endsWith(".accdb", Qt::CaseInsensitive)) {
CMessage::warning(this, tr("Warning: Cannot recover constraints, procedures, etc. from database files. Saving won't be possible directly, you will be prompted to Save As."));
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I assume this belongs into the "data recovery" PR

Comment thread .docker/desktop-apps.bake.Dockerfile Outdated
libnss3-dev \
libnspr4-dev
libnspr4-dev \
mdbtools-dev

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

another data recovery PR leftover

Signed-off-by: Peter P. Lupo <pplupo@gmail.com>
@pplupo pplupo force-pushed the feature/wayland-migration branch from e8eaac0 to 05b92d9 Compare July 3, 2026 21:53
pplupo added 3 commits July 3, 2026 17:55
Signed-off-by: Peter P. Lupo <pplupo@gmail.com>
Signed-off-by: Peter P. Lupo <pplupo@gmail.com>
Remove redundant QT_ROOT override.

Note: there is still a bug with characters with stress marks, such as ã é ü, etc.
Signed-off-by: Peter P. Lupo <pplupo@gmail.com>
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