Commit Graph

1442 Commits

Author SHA1 Message Date
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
Iulian Onofrei a4506bcbd2 Fixes #639
- fix crash when hovering over any row from the _rowid_ column
2016-07-12 23:51:36 +03:00
Iulian Onofrei 46ccc3a8d8 Fixes #510
- refresh the table after toggling the Show row id column option
2016-07-12 23:39:57 +03:00
Justin Clift 3b2c192bf8 Merge pull request #644 from DelphiGit/master
New approach to make EditDialog appear centered over the main window
2016-07-12 18:58:38 +01:00
Justin Clift 1e7cdd974f Added punctuation to some French translations, so they match the UI strings.
Helps with #643.
2016-07-12 14:11:37 +01:00
Justin Clift dd32f8a333 Merge pull request #642 from 0xbsec/master
Arabic translation
2016-07-11 19:33:11 +01:00
M. Hasbini 5dd4596776 preparation to Arabic translation: ar_AR to ar_SA 2016-07-11 18:49:41 +03:00
M. Hasbini b1fb939111 preparation to Arabic translation 2016-07-11 18:47:11 +03:00
M. Hasbini 80318f6826 preparation to Arabic translation 2016-07-11 06:17:18 +03:00
M. Hasbini 1539a53c34 preparation to Arabic translation 2016-07-11 06:15:49 +03:00
M. Hasbini f05f5a28db preparation to Arabic translation 2016-07-11 03:27:14 +03:00
M. Hasbini 6ed563777a Update flags.qrc 2016-07-11 03:25:24 +03:00
M. Hasbini 2a1441a4aa Update src.pro 2016-07-11 03:12:35 +03:00
M. Hasbini 56c3dfb6b6 Update CMakeLists.txt 2016-07-11 03:11:18 +03:00
DelphiGit b72bcd7a88 A new approach to make the EditDialog appear centered over the main window.
See issue #633 for details.
2016-07-09 22:32:13 +02:00
Justin Clift 3b3d4b4c91 Merge pull request #637 from revolter/hotfix/travis-sqlcipher
Fix Travis build error
2016-07-08 10:45:00 +01:00
Iulian Onofrei 5be578936e Fix Travis build error 2016-07-07 00:02:17 +03:00
Vladislav Tronko 8f057d720c Fix indentation after if clause 2016-07-02 08:11:49 +03:00
Vladislav Tronko 8d0d6ba445 Remove redundant indexing operator 2016-07-01 13:29:17 +03:00
Vladislav Tronko 1ce62d74a4 Optimized clipboard insertion and fixed issue #626 2016-06-18 16:49:12 +03:00
Justin Clift 3f6fc9335b Merge pull request #618 from innermous/master
Update buttons in removal message boxes
2016-06-08 16:40:31 +01:00
Vladislav Tronko f39dc20f63 Update buttons in removal message boxes 2016-06-08 00:41:27 +03:00
Justin Clift 65f3c334ed Trivial typo fix 2016-05-28 01:40:05 +01:00
Justin Clift 0ec0e6c4b0 Merge pull request #611 from justinclift/issue610v2
Fixes various small bugs with the quote and separator choices
2016-05-28 01:32:31 +01:00
Justin Clift 5e5d2503e8 Fixes various small bugs with the quote and separator choices
Expanded out many of the functions so they can be single stepped
through easily by newbies (eg me), which allowed for identifying
(then fixing) a few minor bugs.

  * if setSeparatorChar() had an empty value passed to it the first
    time, then in subsequent calls it would silently use \0 instead,
    including using that in the output CSV data.  Likely not great. ;)
  * the empty option for the quote separator is now correctly retained
    between runs of the dialog
2016-05-28 01:09:22 +01:00
Martin Kleusberg 7e0adabd6a Fix primary key names not being escaped
See issue #613.
2016-05-27 22:32:53 +02:00
Justin Clift 6622022ab6 Merge pull request #606 from justinclift/addnewlineoptiontocsvdialog
Add newline option to the Export CSV dialog
2016-05-25 18:28:42 +01:00