sqlitebrowser-recipe:v3.10.x

Last commit made on 2017-09-20
Get this branch:
git clone -b v3.10.x https://git.launchpad.net/sqlitebrowser-recipe

Branch merges

Branch information

Name:
v3.10.x
Repository:
lp:sqlitebrowser-recipe

Recent commits

9690220... by Justin Clift

Update version numbers to 3.10.1

b645b1f... by Martin Kleusberg <email address hidden>

Fix merging error

4136c7c... by Jiri Techet

Fix custom type saving when only focus changes for user-entered type

At the moment when user types a custom type into the type combo box and
doesn't press enter, the entered type isn't used. This patch tries to fix
the problem by installing an event filter for the combo box and checking
when it loses focus - when it does, it performs type updates too.

On the way the patch also changes the signal used inside moveCurrentField()
from activated() to currentIndexChanged() to make it consistent with the
rest of the file.

bbbfb45... by Martin Kleusberg <email address hidden>

Make text selectable in Edit dock even if db is opened as read only

Instead of disabling the entire edit dock when the database is opened in
read only mode, only disable all buttons for making changes to the
field. This way the data can still be read using the edit dock.

See issue #1123.

2845cab... by Martin Kleusberg <email address hidden>

Add '<>NULL' filter

Extend the filter syntax to allow filtering for fields that are not
equal to NULL.

See issue #1124.

8021523... by Martin Kleusberg <email address hidden>

dbhub: Fix branch list in push dialog

The JSON format generated by the server has changed.

3186c58... by Martin Kleusberg <email address hidden>

dbhub: Ask user what to do when trying to open an updated database

If there is a local clone of a remote database but the remote database
has been updated to a newer version in the meantime, we're now asking
the user what to do. The choice is between downloading the newer version
and overwriting the local one with all the changes it might have
contained or opening the local version and not downloading anything.

See issue #1096.

aa62d12... by Justin Clift

Fix typo in Russian translation

As pointed out by @Vort in #1107

876d938... by Martin Kleusberg <email address hidden>

dbhub: Optimise code

fe7707d... by Martin Kleusberg <email address hidden>

dbhub: Improve file size format

As per suggestion by @chrisjlocke, this commit removes the trailing
'.00' bit for round numbers.