-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Testing posgresql contstraint query * Fix postgrasql relationship query * Improve MySQL structure query * Drop Granite.Settings in favor of GLib.Settings * Init action manager earlier, fix zoom button state * Initial implementation of the Granite Notebook * Limit the restorable Tabs to 1 * Add temp fix for gtk iamge button * Update tab indicator on query run * Enable silent error handling of query results * Show error message inline the query tab * Handle query errors per tab * Update version * Update screenshots
- Loading branch information
Showing
14 changed files
with
311 additions
and
81 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,18 @@ | |
<binary>@appid@</binary> | ||
</provides> | ||
<releases> | ||
<release version="0.7.6" date="2020-04-09"> | ||
<description> | ||
<p>Query Tab Bonanza!</p> | ||
<ul> | ||
<li>Fix ORDER BY in PostgreSQL Relationship view.</li> | ||
<li>Improve MySQL structure view.</li> | ||
<li>Drop Granite.Settings in favor of GLib.Settings.</li> | ||
<li>Implement Granite.Notebook on the Query tab.</li> | ||
<li>Show query error messages inline.</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.7.5" date="2020-04-04"> | ||
<description> | ||
<p>New features and improvements</p> | ||
|
@@ -418,6 +430,9 @@ | |
<screenshot> | ||
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/data/assets/screenshots/sequeler-screenshot3.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/data/assets/screenshots/sequeler-screenshot4.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<developer_name>Alessandro Castellani</developer_name> | ||
<launchable type="desktop-id">@[email protected]</launchable> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
com.github.alecaddd.sequeler (0.7.6) xenial; urgency=medium | ||
|
||
* Fix ORDER BY in PostgreSQL Relationship view. | ||
* Improve MySQL structure view. | ||
* Drop Granite.Settings in favor of GLib.Settings. | ||
* Implement Granite.Notebook on the Query tab. | ||
* Show query error messages inline. | ||
|
||
-- Alessandro Castellani <[email protected]> Thu, 09 Apr 2020 11:00:00 -0700 | ||
|
||
com.github.alecaddd.sequeler (0.7.5) xenial; urgency=medium | ||
|
||
* You can now duplicate connections. | ||
* Sorting columns now works as expected by actually running the ORDER BY query. | ||
* Quickly jump to a specific result page with the handy dandy pagination popover. | ||
* Show Comment Column inside table structure view. | ||
|
||
-- Alessandro Castellani <[email protected]> Thu, 04 Apr 2020 11:00:00 -0700 | ||
-- Alessandro Castellani <[email protected]> Sat, 04 Apr 2020 11:00:00 -0700 | ||
|
||
com.github.alecaddd.sequeler (0.7.4) xenial; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.