sqlitebrowser-recipe:master

Last commit made on 2023-11-12
Get this branch:
git clone -b master https://git.launchpad.net/sqlitebrowser-recipe

Branch merges

Branch information

Name:
master
Repository:
lp:sqlitebrowser-recipe

Recent commits

7c6706a... by Navdeep Singh Sidhu <email address hidden>

Merge pull request #6 from sqlitebrowser/resolve-conflicts

Changes from upstream

879bfb1... by Navdeep Singh Sidhu <email address hidden>

Merge branch 'master' into resolve-conflicts

a4c7ca2... by Justin Clift

Re-enable the fileio extension in our Windows nightly builds

6abb808... by Manuel Gomez

Update version number to 3.13.99 (new nightly) in master branch

5f656a1... by Manuel Gomez

Update version number to 3.13.0-rc1 in preparation of release

e77ae65... by Manuel Gomez

Dark/Light styles: upgraded to QDarkStyle v3.2.1

This fixes at least a problem in display of combo-boxes.

Updated following instructions in:
https://github.com/ColinDuquesnoy/QDarkStyleSheet/tree/v3.2.1#c

- Related issue: #2558.
- Issue still present (no difference in toggled buttons in menus): #1899.

4e8623b... by Manuel Gomez

SQL Execute Area: fix and simplify shortcuts to switch focus

The management was spread out in different classes and it was not robust
against changes in the focus chain between the editor and the table
results. In fact, it was not currently working.

See related issue #2215

2eb6c50... by Manuel Gomez

Windows: SQLCipher updated to 4.5.5 (based on SQLite 3.42.0)

https://discuss.zetetic.net/t/sqlcipher-4-5-5-release/6059

5ded2d7... by Manuel Gomez

Execute current statement: start from the beginning when no previous ";"

If we extend the region to execute in search of a previous ";", we have
to extended until the first line if there is no such separator.

See comments in issue #3483

d37bcc9... by SeongTae Jeong <email address hidden>

build(macOS): Update dependency packages before build

By explicitly allowing upgrades only for dependencies that are required for the build, we prevent unrelated packages from being upgraded and causing other side effects.