Commit Graph

1418 Commits

Author SHA1 Message Date
Justin Clift
489ae18960 Add JSON1 extension to the OSX build instructions 2016-08-02 19:26:15 +01:00
Justin Clift
2b7f527f13 Merge pull request #695 from justinclift/rtl_tweak
Tweak the filter header RTL code
2016-08-02 18:02:48 +01:00
safaalfulaij
6bb7036fa4 Tweak the filter header RTL code 2016-08-02 17:49:51 +01:00
Iulian Onofrei
ff302c4b6b Update QHexEdit library to version 0.7.7 (#692) 2016-08-01 18:02:55 +01:00
Iulian Onofrei
163ce09943 Fix crash after closing unsaved database (#690)
(introduced by @6f17c3d1)
2016-08-01 15:29:48 +01:00
Iulian Onofrei
8fcaae39a3 Enabled line breaks in schema removal by default 2016-08-01 16:16:55 +03:00
Iulian Onofrei
30d2ce38c9 Changed edit dock default position
- fixes #681
2016-08-01 14:42:16 +03:00
Iulian Onofrei
a7d645af0e Fixed code style
- removed unused import
2016-08-01 14:40:14 +03:00
Iulian Onofrei
f2a4ee3057 Fixed code style
- replaced hacky code
2016-08-01 11:58:34 +03:00
Vlad
96d7a31217 Merge pull request #685 from SafaAlfulaij/filter_input_rtl
Fix Filter Input Row in RTL Locales
2016-07-29 20:30:02 +03:00
safaalfulaij
94e2caea73 Fix Filter Input in RTL Locales 2016-07-29 17:48:32 +03:00
Iulian Onofrei
6af5bd98f1 Add Gitter badge 2016-07-29 01:47:26 +03:00
Justin Clift
82cb3fd49a Pluralised pixels label in Edit Cell 2016-07-27 21:03:28 +01:00
Justin Clift
b773e77a0c Corrected a minor comment 2016-07-27 20:57:25 +01:00
Justin Clift
89baf3464d Adjust the layout of the Edit Cell as per #673 (#679) 2016-07-27 20:41:01 +01:00
Justin Clift
7eb733b31f Data Browser font settings now apply to the Edit Cell too
This should address #589
2016-07-27 17:26:34 +01:00
Iulian Onofrei
bddbc21336 Fix incorrect default selected tabs 2016-07-26 20:05:54 +03:00
Chris Locke
fd7cd1e2de Tab order changes in dialogs (#676)
All dialogs have had their tab order verified to ensure controls flow
'correctly'.
2016-07-26 17:45:48 +01:00
Justin Clift
0d7a42b530 Enable the workaround for & characters in titles on all platforms
It wasn't just happening on Windows, but on OSX too.  Untested on
others, but wouldn't be suprising if it was on all platforms.
2016-07-26 16:29:38 +01:00
Justin Clift
8371dd405a Add minimumSize values to the top widgets of the SQL Log window
Fixes #670
2016-07-26 16:16:51 +01:00
Justin Clift
9fe42b1399 Edits via the in-place editor now propagate to the Edit Cell 2016-07-26 15:35:21 +01:00
Justin Clift
e0bcf1e3c8 Tweaked Fedora entry 2016-07-25 11:43:54 +01:00
Iulian Onofrei
d03aef1e35 Fix transactions not being ignored when executing SQL (#656)
* Fix transactions not being ignored when executing SQL

* Fix transactions not being ignored when importing from SQL

* Fix Travis build error

* Fix Travis build error
2016-07-24 12:55:16 +01:00
Justin Clift
3a8fdafdf4 Clicking OK in the Edit Dock shouldn't close it 2016-07-22 20:50:57 +01:00
Justin Clift
188c3531ee Merge pull request #668 from justinclift/edit_cell_fix7
Rationalise the Edit Cell dock and Windows code into one
2016-07-22 10:23:00 +01:00
Justin Clift
f881f95ea9 Rationalise the Edit Cell dock and Windows code into one
Prior to this PR, we've had the Edit Cell be available both in a "dock"
and "window" mode.  Both at the same time. (!)

The "dock" mode already had tear off window functionality and was more
complete, whereas the "window" mode was buggy and didn't really add
anything new.

This PR removes the "window" version of the dock, and cleans up the
handling of "dock" mode, so there's just one Edit Cell dock now.  It
can be torn off and used as a window, docked to the main UI (by double
clicking its title bar), and toggled on/off with Ctrl-E (Cmd-E on OSX).
2016-07-21 22:55:13 +01:00
Vladislav Tronko
0f88fac26f Check selection before exporting to CSV 2016-07-21 18:32:00 +03:00
Justin Clift
906aa8cce6 Merge pull request #663 from justinclift/issue660v2
Set NULL correctly on Alt-Delete
2016-07-21 14:49:04 +01:00
Justin Clift
ee9dbacf1f Merge pull request #666 from innermous/master
Load window settings at the start of init
2016-07-21 14:27:50 +01:00
Vladislav Tronko
2cbc2bec28 Load window settings at the start of init 2016-07-21 16:05:44 +03:00
Justin Clift
21ad12cba8 Add Ctrl-E (Cmd-E on OSX) shortcut to toggle the Edit Cell on and off 2016-07-20 21:10:10 +01:00
Justin Clift
e5dfefb021 Don't hijack the Enter key in the Browse Data tab 2016-07-20 20:38:36 +01:00
Justin Clift
671a822c8a Set NULL correctly on Alt-Delete
For #660
2016-07-20 19:58:33 +01:00
Justin Clift
2bcc603839 Stop stealing focus() from the Browse Data tab to the Edit Cell
This is to address #662.  Prior to this patch, when in "Window"
mode the Edit Cell steals focus from the Browse Data tab.  This
means keyboard navigation in the Browse Data tab is impossible. :(

This patch fixes that issue, allowing keyboard navigation to work
correctly in the Browse Data tab again.
2016-07-20 19:27:24 +01:00
Justin Clift
94fcfc1a66 Fix typo in label name 2016-07-20 19:25:51 +01:00
Justin Clift
4d64951d37 Add Ctrl-T (Cmd-T on OSX) shortcut key for the DB Toolbar 2016-07-18 15:33:46 +01:00
Justin Clift
fd0284ffee Add an icon to the DB Toolbar option, so it looks better 2016-07-18 15:32:10 +01:00
Vladislav Tronko
2c1ab5ba7b Fix crash in ExportCsvDialog constructor 2016-07-17 09:03:09 +03:00
Iulian Onofrei
5b6a7e964a Enable versions string selection 2016-07-17 01:12:26 +03:00
Vladislav Tronko
109ead98f2 Disable cursor blink in version info 2016-07-16 01:28:46 +03:00
Justin Clift
4c0f680ce5 Merge pull request #658 from revolter/hotfix/osx-version
Fix incorrect version in Finder's Info view
2016-07-15 22:44:13 +01:00
Iulian Onofrei
061d138902 Fix incorrect version in Finder's Info view 2016-07-16 00:34:57 +03:00
Vladislav Tronko
d23e6cf1b8 Optimize code for removing filters 2016-07-15 02:48:25 +03:00
Justin Clift
ad9c7ef2c0 Merge pull request #652 from revolter/enhancement/default-field-type
Add default field type preference
2016-07-14 23:26:29 +01:00
Iulian Onofrei
58fb726ebf Add default field type preference
- resolves sqlitebrowser/sqlitebrowser#650
2016-07-15 01:09:38 +03:00
Justin Clift
f30a06c378 Merge pull request #649 from DelphiGit/Issue621
Fix for unquoted path vulnerability
2016-07-14 22:05:45 +01:00
DelphiGit
41e172df72 Fix for unquoted path vulnerability
See issue #621 for details.

I built a new installation package and during installation on Windows 7
I could  see that the previously unquoted path is now quoted.
2016-07-13 20:29:12 +02:00
Justin Clift
e7b3011b8d Merge pull request #646 from revolter/hotfix/rowid-crash
Fixes #639
2016-07-13 13:43:30 +01:00
Justin Clift
4467b75782 Fix simple typo in EditDialog widget name 2016-07-13 13:41:02 +01:00
Justin Clift
fbb64c8cd7 Merge pull request #645 from revolter/hotfix/rowid-refresh
Fixes #510
2016-07-13 01:22:05 +01:00