Commit Graph

1462 Commits

Author SHA1 Message Date
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
Justin Clift bb5fc0cb6e Update README.md for 3.8.0 release 2015-12-25 22:48:24 +00:00
Justin Clift a4f68423f8 Update version string to 3.8.0 for OSX. 2015-12-25 21:43:44 +00:00
Martin Kleusberg 69e1c87f7a EditDialog: Update dock after inline editing of cell
When having set the edit dialog to work in dock mode but changing the
content of a cell using the inline editor of the grid view, update the
text in the editor of the docked dialog, too.

See issue #441.
2015-12-24 14:27:39 +01:00
Martin Kleusberg e67e2ed1a6 Merge pull request #461 from MilosSubotic/master
Unquoting text pasted from clipboard in Browse Data table.
2015-12-24 13:55:17 +01:00
Martin Kleusberg b04d52b99c EditTableDialog: Don't allow two columns with the same name
Don't allow the user to type in a field name that is already used in
the edited table. Show a warning and reset the name if he tries do so
anyway.

Also fix the warning for the foreign key check. Here a warning was shown
and the renaming cancelled but the field name wasn't reset to the old
value.
2015-12-24 13:48:35 +01:00
Martin Kleusberg 5af384f0a2 EditTableDialog: Don't suggest field name that already exists
See issue #460.
2015-12-24 13:42:18 +01:00
Martin Kleusberg d7c035874a Fix bug when cancelling the database closing
See issue #432.
2015-12-24 13:30:12 +01:00
Milos Subotic fb8814729a Unquoting text pasted from clipboard in Browse Data table. 2015-12-24 12:11:01 +01:00
Peinthor Rene 7ccae1a926 prepare release 3.8.0 2015-12-23 20:05:12 +01:00
Martin Kleusberg 300142a421 Merge pull request #453 from MilosSubotic/master
Paste and erase in Browse Data table
2015-12-23 14:04:16 +01:00
Milos Subotic fe4302cb22 Paste in Browse Data table 2015-12-23 12:32:46 +01:00
Martin Kleusberg 4727b0bb92 Minor text fix 2015-12-22 22:56:19 +01:00
Martin Kleusberg f0a9143b3b Change format of hex display format
See issue #373.
2015-12-22 22:51:07 +01:00
Martin Kleusberg 84cd516bdf Fix Show Rowid menu item
This took me way too long to fix but it feels good that it's working
now.

See issue #408.
2015-12-22 22:42:00 +01:00
Martin Kleusberg 00ee9b8da4 Actually fix tests
I'm stupid.
2015-12-22 19:10:31 +01:00
Martin Kleusberg dd92f16012 Fix building of tests 2015-12-22 18:38:58 +01:00
Martin Kleusberg 0fed833e55 Move a connect in SqlTextEdit to avoid unnecessary slot calls
Move the connect for updating the line number area width from the reload
settings method to the constructor to make sure it's only called once.
Otherwise there would be more and more unnecessary connections made
whenever the settings are reloaded.
2015-12-22 18:19:55 +01:00
Martin Kleusberg 3376bd9353 Add option to execute arbitrary SQL when loading any database
This adds an option to execute arbitrary SQL statements whenever a
database is opened or created.

See issue #451 for a possible use case.
2015-12-22 17:49:51 +01:00
Martin Kleusberg 63c08d027d EditDialog: Reset values when pressing escape in dock mode
See #441.
2015-12-22 15:09:33 +01:00
Martin Kleusberg 540b12a57a EditDialog: Allow opening dialog/updating dock in read-only mode for views
See #441.
2015-12-21 11:22:43 +01:00
Martin Kleusberg f84305ccbb Tidy up generated SQL statements when filtering 2015-12-21 01:44:39 +01:00
Martin Kleusberg b9bef48b0e Fix bug in the filter bar
See the comment in the code for more details.
2015-12-21 01:38:24 +01:00
Martin Kleusberg d923c5dfe7 Add keyboard shortcuts for recently opened files actions
See issue #432.
2015-12-21 01:08:40 +01:00
Martin Kleusberg 0e17990583 EditDialog: Better behaviour when pressing escape key in dock mode
See issue #441.
2015-12-20 12:15:13 +01:00
Martin Kleusberg 9582786237 Add dropping of URLs and text on the data browser view
See issue #441.
2015-12-19 19:02:38 +01:00
Martin Kleusberg 672b6f693b EditDialog: Make edit dock more keyboard friendly to use
See #440, #441.
2015-12-19 14:05:45 +01:00
Martin Kleusberg f26df79961 Add edit cell dock to main window
Add a new option for replacing the edit data dialog by an edit data dock
widget which is added to the main window and remains visible. This might
be interesting for people who otherwise would have to open the edit
dialog many times by doing tons of double clicks.
2015-12-15 22:29:15 +01:00
Martin Kleusberg e74645bb1f Browse Data: Add keyboard shortcuts for deleting value
Add keyboard shortcut for setting the values of the selected cells to
empty string (Delete key) or to NULL (Alt+Delete).

See issue #443.
2015-12-14 21:53:12 +01:00
Martin Kleusberg 258938a799 Don't create savepoint when releasing all savepoints
See issue #447.
2015-12-14 21:31:05 +01:00
Peinthor Rene 03497dd304 Merge pull request #444 from manisandro/signal_loop
Fix stack overflow due to signal infinite loop
2015-11-18 08:48:52 +01:00
Sandro Mani 29800310c7 Fix stack overflow due to signal infinite loop 2015-11-17 18:07:58 +01:00
Justin Clift 8bfd2852ae Added instructions for CentOS / Fedora 2015-10-22 14:52:05 +01:00
Martin Kleusberg 159605e2f8 Automatically add % wildcards to filter queries
Automatically add a % wildcard to the beginning and the end of a filter
query if the user hasn't typed in any wildcards by their own.

See issue #415.
2015-10-15 22:07:14 +02:00
Martin Kleusberg 71b7806f03 Delay applying a changed filter value
When changing a filter value delay the application of the new value on
the table for a couple of milliseconds. This makes the filter process
much smoother for fast typing users working on large tables.

See issue #415.
2015-10-15 11:42:59 +02:00
GeorgijK 9d7efcacfa Fixed bug issue #390 ("crash then correct table").
Some functions renamed for better readability.

See pull request #401.
2015-10-14 22:22:07 +02:00
Justin Clift 8b4eeb3cfa Merge pull request #425 from PeterDaveHello/zh_TW_l10n
Traditional Chinese (zh_TW) l10n
2015-10-09 22:38:39 +01:00
Peter Dave Hello 9280511f84 Traditional Chinese (zh_TW) l10n 2015-10-07 18:07:58 +08:00
Martin Kleusberg 1ea45a54d6 Allow escaping of filter wildcard characters
See issue #421.
2015-10-05 19:57:44 +02:00