sqlitebrowser-recipe:v3.5.x

Last commit made on 2015-02-08
Get this branch:
git clone -b v3.5.x https://git.launchpad.net/sqlitebrowser-recipe

Branch merges

Branch information

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

Recent commits

1d12977... by rp

bump version to 3.5.1

674e62e... by rp

Merge branch 'master' into v3.5.x

3b992e7... by rp

executesql: use a different open sql file icon

The current one always looks to me as if the button is disabled.

140c8d9... by Justin Clift <email address hidden>

Merge pull request #189 from samir-aguiar/master

qmake: Copy generated translations files into app bundle

103a9a2... by Justin Clift <email address hidden>

Merge pull request #198 from samir-aguiar/ui-fix

preferencesdialog: Restore ability to change default location

0b6f0f4... by Samir

preferencesdialog: Restore ability to change default location

Commit ae03113 broke the UI: the signal triggered when pressing
the button to change the default location and the tab order
had been lost.

See issue #197.

03b4ef9... by Martin Kleusberg <email address hidden>

Further improve 408fbcf8b422ba443d01780c103354d8a16468b7

408fbcf... by Martin Kleusberg <email address hidden>

Use same data type as SQLite for primary keys

This improves commit c20c58595a8093622a8928ae539962433eabcbec to
definitely make sure the primary key values are stored and handled
correctly by simply using the same data type as SQLite itself does.

4fa0576... by Martin Kleusberg <email address hidden>

Support tables with empty table names

Apparently SQLite supports empty table names for whatever reason. This
commit patches SQLiteBrowser to support databases with a table with an
empty name. I haven't removed the check for an empty table name in the
Create/Edit table dialog though because you probably really shouldn't
create such a table.

See issue #194.

8d55fd5... by rp

cvsparse: used wrong var for last row check