Commit Graph

1413 Commits

Author SHA1 Message Date
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
Justin Clift 0457d2cc85 Add newline option to the Export CSV dialog 2016-05-25 18:13:20 +01:00
Justin Clift 2d80e9fef1 Merge pull request #604 from justinclift/useprefmethodsforcsvexport
Update the CSV export dialog to use the PreferencesDialog methods
2016-05-25 17:54:27 +01:00
Justin Clift 76aeba0765 Update the CSV export dialog to use the PreferencesDialog methods 2016-05-25 17:33:19 +01:00
Justin Clift 994bc37063 Merge pull request #609 from justinclift/issue605
Fixes issue #605, which was just an indexing error
2016-05-25 09:33:11 +01:00
Justin Clift 4ed7017eca Fixes issue #605, which was just an indexing error 2016-05-25 09:31:58 +01:00
Justin Clift ce325f5df1 Merge pull request #608 from justinclift/issue607
Hook up the Export SQL dialog's Cancel button
2016-05-25 00:29:11 +01:00
Justin Clift 680a7d1c93 Hook up the Export SQL dialog's Cancel button 2016-05-25 00:27:42 +01:00
Vlad c91390941d Add duplicate record option (#594) 2016-05-24 19:47:09 +02:00
Justin Clift cfdb48cec0 Initial qmake changes for OSX sqlcipher/sqlite switching 2016-05-24 15:15:21 +01:00
Justin Clift 6b8a44fb90 Merge pull request #600 from revolter/master
Fix database toolbar actions not updating after deleting a table
2016-05-22 01:17:37 +01:00
Iulian Onofrei cc055fbef1 Fix database toolbar actions not updating after deleting a table 2016-05-22 02:29:57 +03:00
Justin Clift fbfde6e5bc Formatting tweak to assist code clarity 2016-05-17 20:35:46 +01:00
Justin Clift 2745a72243 Merge pull request #593 from justinclift/issue520
Adjust the application name on Windows & OSX
2016-05-17 19:00:36 +01:00
Justin Clift 3d6f318618 Adjust the application name on Windows & OSX 2016-05-17 18:35:06 +01:00
Justin Clift 769fc30b89 Merge pull request #592 from justinclift/fixcvsexportnewlines
Change the newline character for CSV export depending upon the platform
2016-05-17 18:23:25 +01:00
Justin Clift f05e3a211c Change the newline character for CSV export depending upon the platform 2016-05-17 17:59:23 +01:00
Justin Clift c943522d28 Merge pull request #590 from innermous/patch-delete-record
Prevent crash when removing records
2016-05-14 21:28:02 +01:00
Vladislav Tronko 330af1a6a9 Prevent crash when removing records 2016-05-14 18:50:48 +03:00
Justin Clift 4faf6d2598 Merge pull request #587 from FreedomBen/note-for-building-fedora-centos
Add helpful note about yum/dnf for build instructions
2016-05-12 13:42:35 +01:00
Benjamin Porter 34baa242a4 Add helpful note about yum/dnf for build instructions 2016-05-11 21:03:29 -06:00
Justin Clift be9ae1ff6a Merge pull request #586 from FreedomBen/fedora-uses-dnf
Use dnf to install Fedora dependencies
2016-05-12 03:10:25 +01:00
Benjamin Porter eccef41ef9 Use dnf to install Fedora dependencies 2016-05-11 17:43:58 -06:00
Martin Kleusberg 6484206b60 Don't do a COMMIT while saving when not in a transaction
See issue #583.
2016-05-06 01:23:15 +02:00
Martin Kleusberg b00c4f791f plot: Add button to load all data
See issue #499.

This also fixes a bug introduced in 6784a6a854
which effectively disabled the partial prefetch mechanism on large
tables.
2016-05-05 22:57:57 +02:00
Geoff Lawrence cb79aba0c2 Minor change to BUILDING.md and undid an extra wrap to CMakeLists.txt 2016-05-03 20:44:15 +01:00
Justin Clift 6191c101ee Added pointer to the wiki MSVC 2013 setup pages 2016-05-03 04:47:41 +01:00
Justin Clift 0d42664043 Ensure correct Debug vs Release configuration Qt5 dlls are installed 2016-05-03 02:26:22 +01:00
Justin Clift 159cc27e56 Move the new Win32 SQLite variable paths to the existing Win32 scope 2016-05-02 14:10:18 +01:00
Justin Clift c6a39d3441 Adding some useful comments to the qscintilla project file 2016-05-02 14:09:42 +01:00