~linuxgndu/sqlitebrowser-recipe/+git/sqlitebrowser:v3.9.x

Last commit made on 2017-05-14
Get this branch:
git clone -b v3.9.x https://git.launchpad.net/~linuxgndu/sqlitebrowser-recipe/+git/sqlitebrowser

Branch merges

Branch information

Recent commits

389f743... by Justin Clift

Enable Qt5 by default

Just to make things easier for the scripted 3.9.1v2 WinXP build

8f3ec31... by Karim ElDeeb <email address hidden>

Add Windows XP support

4051889... by Justin Clift

Updated CMake paths to SQLCipher installs

741598e... by Iulian Onofrei <email address hidden>

Clear Browse Data paging label on database close

Before this, only the start index was being reset to 0, now it resets
all the indexes to 0 after closing a database.

This fixes #809

(cherry picked from commit 175a162d1a8065eec0d57b994ef8fb1bcb8ca29f)

1a81df6... by Justin Clift

Add a comment about the ScrollPerItem default, as it was tricky to debug

(cherry picked from commit 2a097a639a075a5a9af0e64df8226fa5ee6f06f9)

a719b3b... by Iulian Onofrei <email address hidden>

Fix incorrect scrollbar size on macOS with Qt5 (#810)

Building the project with Qt5 on macOS and browsing a huge table, the
scrollbar height was smaller than necessary. Scrolling to the end, some
rows were not showing up.

This was caused by the default vertical scroll mode, which is set to
ScrollPerPixel on macOS, and ScrollPerItem on other systems.
(cherry picked from commit e5bca9d2dbeb92cc18cda9d0d217a8480e871a08)

014e4c9... by Firat Eski <email address hidden>

Updated Turkish Translation for 3.9.1 (#805)

0845ff2... by ilovezfs

Xcode 8 fix for QScintilla2

(cherry picked from commit 969e263e5bf71e63df8ee908cb4a2014b9a55c9b)

4ff35e5... by mvt91

Updated French translation for 3.9.1

90c094e... by Justin Clift

Adjust installation directory & package icon file