forked from sqlitebrowser/sqlitebrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Changes from upstream #5
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
Merged
deepsidhu1313
merged 124 commits into
deepsidhu1313:master
from
sqlitebrowser:changes_from_upstream
Oct 21, 2022
Merged
Changes from upstream #5
deepsidhu1313
merged 124 commits into
deepsidhu1313:master
from
sqlitebrowser:changes_from_upstream
Oct 21, 2022
Conversation
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
* 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.
This was detected by Coverity.
These issues were detected by Coverity.
Replaced by a new form template
Deleted "Question", since the "Discussions" feature is better suited for that.
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
Fix Windows build after PR #3068
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
Create winget.yml
Doesn't (yet) notarize the builds. That can come later.
[Fix] Can't parse db name in .env file
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.
No description provided.