Skip to content

Conversation

@deepsidhu1313
Copy link
Owner

No description provided.

deepsidhu1313 and others added 30 commits December 13, 2021 12:57
* using core20 (Ubuntu 20.xx) for builds
* added required dependencies
Add support for strict tables in the Edit Table dialog. This allows
creating new strict tables and converting existing tables between
ordinary and strict modes while making sure only valid data types are
used in strict mode.

This also adds the STRICT and ANY keywords to the auto completion and
the syntax highlighter.

See issue #2926.
Also remove the previous "What is it not" text because I could not
explain why DB4S is not a visual shell for the SQLite CLI or what that
even means if asked.
This improves the existing workflow file for Github Actions by adding
SQLCipher support, fixing the unit tests, and making some other minor
adjustments.

Also a new workfile is added which build and uploads an AppImage. This
workfile skips some of the other build steps like running the tests.
These issues were detected by Coverity.
Replaced by a new form template
Deleted "Question", since the "Discussions" feature is better suited for
that.
mgrojo and others added 28 commits July 31, 2022 17:43
When a project file is loaded, changes are made, and the event close is
triggered, we lose the SQL file contents, because the project file is saved
when the tabs are close. Now the order is reversed, so the project saving
catches the correct state.

See issue #3007
This slightly changes the window layout of the main window and its
docks by a) removing or reducing the margins around some widgets and b)
changing the style of some widgets to flat i.e. removing borders around
them. Via these changes we save a little screen space which should
especially help on smaller screens and hopefully also make the window
layout easier to read by not having as many parallel border lines in
some docks.
This should help get our macOS nightly builds working again
Update line number width when zooming. Calculating number width using `font()` does not take zoom into account. So, the overload of `setMarginWidth` with `QString` as second parameter was used. This way we leave the width calculation to QScintilla which considers the zoom while calculating.
cmake: Follow unix-like install directories in mingw
Working ok on macOS Monterey (so far), though we may need to adjust
the macOS release we're building on depending upon feedback from
our users.
- Delete obsolete translation context
- Now, DB4S support 100% Korean language support
Doesn't (yet) notarize the builds.  That can come later.
[Fix] Can't parse db name in .env file
@deepsidhu1313 deepsidhu1313 merged commit 1a48a0d into deepsidhu1313:master Oct 21, 2022
@deepsidhu1313 deepsidhu1313 deleted the changes_from_upstream branch October 21, 2022 11:20
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.