Commit Graph

1450 Commits

Author SHA1 Message Date
Justin Clift 163c7e321a Tweak the formatting of the brew cask install line
Now matches the others better. :)
2016-04-13 21:40:32 +01:00
Tim Broder 8dede90e7b updated readme to mention homebrew install (#564) 2016-04-13 21:35:45 +01:00
Justin Clift fd0eae9c14 Added note to use the Nightly build on Windows if the release version doesn't work
As suggested by @lulol. Thanks. :)
2016-04-11 14:32:36 +01:00
lulol 0b8c5d8c8d Added spanish translation and flag (#560)
* First spanish translation

* Added flag of Spain

* Enable build of spanish translation

* Enable build of spanish translation 2nd

* Enable build of spanish flag

* Enable build of spanish translation 3rd

* Enable build of spanish translation fix 4rd

* Enable build of spanish translation fix 5th

* Enable build of spanish translation - travis hiccup
2016-04-11 14:27:48 +01:00
Justin Clift 77c66dfacc Merge pull request #549 from wierzba3/master
- Add Select-All and Deselect-All options to ExportSQL dialog menu
2016-03-30 18:20:28 +01:00
James Wierzba b095fd4f70 - Add Select-All and Deselect-All options to ExportSQL dialog menu 2016-03-30 09:56:57 -06:00
Justin Clift 3bb4f834cc Merge pull request #548 from firateski/patch-1
update Turkish translation
2016-03-25 23:26:50 +00:00
Firat Eski 2e8fbea9ab update Turkish translation 2016-03-25 13:46:20 +02:00
Firat Eski f33a988530 Turkish translation 2016-03-20 18:25:13 +00:00
Martin Kleusberg 272671d7f0 Add command line option for setting table to browse after opening
Add a new command line option -t/--table for directly jumping to a table
after opening the database.

See issue #509.
2016-02-04 19:37:17 +01:00
Justin Clift 5d0f2546b9 Added OSX 10.11 to "known to work" list 2016-02-01 19:46:40 +00:00
Martin Kleusberg 5387896f52 Edit: Fix bug introduced in 2242ce8ee6
Fix a bug introduced by commit 2242ce8ee6
which didn't change the code only for the edit dialog, not for the edit dock.

See issue #508.
2016-01-29 23:11:19 +01:00
Martin Kleusberg 1efec0cc5a grammar: Fix tablename.columnname notation in subexpressions
When specifying a table name along with a column name you have to put a
dot between them. This wasn't taken into account by our grammar parser,
an error which could lead up to misinterpretations in other places as
well.

See issue #505.
2016-01-28 21:38:37 +01:00
Martin Kleusberg 8ad570d13c Fix last commit for SQLCipher 2016-01-27 23:26:03 +01:00
Martin Kleusberg 1a7aad0ff0 Make current filename a private class member 2016-01-27 23:08:48 +01:00
Martin Kleusberg 910c15ae25 Try suggesting file names when saving some files
When exporting tables, saving project files, etc. suggest default file
names where appropriate.

See issue #484.
2016-01-27 23:02:30 +01:00
Martin Kleusberg 0bfdc28f7a Don't show context menu in Browse tab when not clicking on column header
When not clicking on an actual column header in the Browse Data tab
don't show the context menu. It's not working correctly anyway.

See issue #485.
2016-01-27 22:37:17 +01:00
Martin Kleusberg 93cdbd0f80 Filters: Add settings option for the delay time
Introduce a new option in the Preferences dialog for setting the delay
time which the filter widgets are waiting for before applying the newly
set value.

Also reduce the default delay time from 300 to 200 ms.

See issue #490.
2016-01-27 22:24:16 +01:00
Martin Kleusberg d9d2f96c40 Windows: Try to remove the keyboard shortcuts for dock widgets
See issue #494.
2016-01-27 22:08:45 +01:00
Martin Kleusberg 23f9c59478 Reload schema when refreshing the browse data view
When hittin the refresh button in the Browse Data tab reload the table
schema, too, before reloading the table data. It might have changed from
outside the application as well.

See issue #496.
2016-01-27 21:56:39 +01:00
Martin Kleusberg 3ff20044e0 Plot: Minor code improvement
Use the actual data for type guessing, i.e. nothing for NULL values
instead of 'NULL'. This should be a bit simpler and faster and overall
more correct (even though it doesn't change the behaviour at all).
2016-01-27 21:19:53 +01:00
Martin Kleusberg 6784a6a854 Plot: Load all data before drawing a plot
Load all table data first, before drawing a plot. Otherwise the plot
might be incomplete because not all data is loaded yet due to partial
table loading.

See issue #499.
2016-01-27 20:50:39 +01:00
Martin Kleusberg ef8fbd83c8 Don't disable the Browse Table option when browsing a read only database 2016-01-27 20:28:06 +01:00
Martin Kleusberg 6f17c3d1ea Reduce number of unneededly executed SQL commands
See issue #503.
2016-01-27 20:23:36 +01:00
Justin Clift 2242ce8ee6 Merge pull request #286 from gimKondo/typeof-edit-data
set selected data type on Edit database cell dialog
2016-01-19 00:24:11 +00:00
gimKondo 54cea17f3a set selected data type on imported by Edit database cell
Data type isn't decided by column type, but cell's type.
And, 2 bugs is fixed.
1. prevention in-place editing data
2. the lack of tr() on text literal
2016-01-18 15:56:57 +00:00
Martin Kleusberg a7b5c3f182 Fix opening of edit dialog when pressing the return key
Pressing the return key opens the edit dialog or moves focus to the edit
dock (whichever is used). However, when using the edit *dialog* doing
inline editing and then hitting the return key opens the edit dialog
instead of just saving the changes. This is changed by this commit.

See issue #480.
2016-01-06 20:31:47 +01:00
Justin Clift 6d73633608 Tweak the Fedora entry 2016-01-04 18:52:45 +00:00
Justin Clift 5d19642a61 Adjust dollar signs on the command line for Ubuntu newbies ;) 2016-01-04 18:51:54 +00:00
Rene Peinthor 58c5b43ed2 lcms not needed for new nightly anymore 2016-01-04 05:46:03 +01:00
Justin Clift 3de90471a8 Remove precompiled package install instructions for Fedora
The install steps for precompiled package for Fedora are in the main
README.md.  BUILDING.md is for instructions on how to compile
from source. :)
2016-01-04 00:30:37 +00:00
Martin Kleusberg 91745ee558 Merge pull request #471 from MyRoGeertGit/winDate
Windows DATE to Date added as display format for Browser Data added.
2016-01-04 00:45:03 +01:00
Justin Clift 38ff55900f Updated download location for OSX nightlies 2016-01-03 23:19:06 +00:00
Justin Clift 9f5c522f79 Added Ubuntu nightly build info to README 2016-01-03 22:48:19 +00:00
Gihun Ham c2f78b682c Korean translation
Includes the updated CMakeList for Korean ts file
2016-01-03 14:59:13 +00:00
Martin Kleusberg f6b9cd11a3 EditDialog: Clear after closing database
When closing the current database file clear the contents of the edit
window or the edit dock (whichever is used at the moment).

See issue #469.
2016-01-02 22:36:32 +01:00
MyRoGeertGit 76524a4d24 Windows DATE to Date added as display format for Browser Data added. 2016-01-01 16:54:23 +01:00
Justin Clift 73536df2e1 Merge pull request #470 from subdriven/patch-1
Updating readme to reflect RPMs for Fedora
2016-01-01 00:09:09 +00:00
subdriven 665f173eae Updating readme to reflect RPMs for Fedora 2015-12-31 17:50:56 -05:00
Justin Clift b942537711 Merge pull request #467 from subdriven/patch-1
Adding Fedora 22/23 instructions
2015-12-31 17:48:08 +00:00
subdriven a6912c64e6 Adding Fedora 22/23 instructions 2015-12-31 11:03:31 -05:00
Justin Clift 67901cd9cf Update version number to 3.8.99 for nightly builds 2015-12-26 12:44:43 +00:00
Justin Clift 3a22a9b6f4 Update currentrelease to 3.8.0 2015-12-26 12:43:52 +00:00
Justin Clift edb41140c2 Update internal version number for OSX to 3.8.0 as well v3.8.0 2015-12-26 12:10:05 +00:00
Peinthor Rene 6f033d74b8 stay on 3.8.0 until released 2015-12-26 08:57:22 +01:00
Peinthor Rene 1c233de3b5 sqlitetablemodel: fix crash on windows with sort order
if no sort column is set, new qt delivers random values
so this might be out of m_headers.size() and crashes
2015-12-26 08:57:07 +01:00
Peinthor Rene 4003dc6fec sqlitetablemodel: fix assert on windows 2015-12-26 08:47:59 +01:00
Justin Clift e8b72e8a5e Revert currentrelease version to 3.7.0 for now
Looks like there's real problem in the new 3.8.0 release, so
pulling that for now until we figure out what's wrong.
2015-12-26 02:16:58 +00:00
Justin Clift 4bb7eb1262 Update version string to 3.8.99 for the nightly builds 2015-12-25 22:51:10 +00:00
Justin Clift c9d9a73975 Update currentrelease to 3.8.0 2015-12-25 22:49:22 +00:00