|
24367f253c
|
Merge pull request #206 from HeidiSQL/master
Merge from master branch
|
2018-03-21 10:01:50 +01:00 |
|
|
e6b312fd6f
|
Merged from master branch
|
2018-03-21 09:57:06 +01:00 |
|
|
83d6b02d7c
|
Display tenths of a second through FormatTimeNumber. Used by query running status, table tools dialog and some more.
|
2018-03-18 21:17:33 +01:00 |
|
|
de0446b3b3
|
Fix non displayed status bar message when running successive queries. Closes #186
|
2018-03-18 19:05:06 +01:00 |
|
|
886b002661
|
While executing a user query, display elapsed execution time in hh:mm:ss format, on status bar. See https://www.heidisql.com/forum.php?t=24763
|
2018-03-04 12:12:23 +01:00 |
|
|
f707a93420
|
Exchange left button icons on db and table filter with new ones containing a drop down button, so the history pulldown feature is more noticeable. Closes #146.
|
2018-03-04 11:20:21 +01:00 |
|
|
28e8d70c5c
|
Merge pull request #175 from HeidiSQL/master
Quote column in WHERE clause of automated query for finding locked ta…
|
2018-03-02 08:00:51 +01:00 |
|
|
194f26bfac
|
Quote column in WHERE clause of automated query for finding locked tables in database. Closes #173
|
2018-03-01 20:15:04 +01:00 |
|
|
f1e0a834ef
|
Fixed some compiler hints and warnings.
@ansgarbecker Please merge this commit to the master branch
|
2018-02-27 14:44:32 +01:00 |
|
|
3ed6d952a8
|
Merge pull request #160 from HeidiSQL/master
Migrate files from old default snippets directory. Closes #159
|
2018-02-25 19:59:13 +01:00 |
|
|
424b9f9ab4
|
Migrate files from old default snippets directory. Closes #159
|
2018-02-25 15:33:54 +01:00 |
|
|
aa0037943f
|
Added new icon in ImageListMain for user-roles. I've found it as public domain graphic at https://publicdomainvectors.org/en/free-clipart/High-security-icon/67212.html
|
2018-02-23 16:04:57 +01:00 |
|
|
d01e85377e
|
Removed the "Mockup" from new usermanager window caption
|
2018-02-23 15:39:51 +01:00 |
|
|
3583f1b788
|
Fixed memleak and access violation after click on a privlege checkbox and then closing the window in new user manager
|
2018-02-23 15:33:32 +01:00 |
|
|
c142026150
|
Fixed the "Show user properties" toggler
|
2018-02-23 14:09:15 +01:00 |
|
|
0394063b27
|
Added new toolbar button in main window to open the new user manager
|
2018-02-23 12:47:34 +01:00 |
|
|
437c9835d4
|
Fixed Regex exception on empty editFilterVT.Text
|
2018-02-23 12:31:37 +01:00 |
|
|
080e0c7c9a
|
MariaDB separated from MySQL for easier handling of both DBMS with regard to upcoming differences as of MySQL 8.0
|
2018-02-23 12:02:35 +01:00 |
|
|
bc1e356e26
|
Moved TNetType and TNetTypeGroup from dbconnection.pas to types_helpers.pas to avoid circular references in interface-uses
|
2018-02-23 10:57:40 +01:00 |
|
|
dfd74add6f
|
Initial check in the new files
|
2018-02-23 10:39:15 +01:00 |
|
|
25717dc222
|
Exchange shortcuts Shift+Mousewheel and Alt+Mousewheel, so Shift is for horizontal scrolling (inversing vertical scrolling), and Alt is for the more esoteric vertical-scrolling-with-focus-moving. See #142.
|
2018-02-18 14:06:49 +01:00 |
|
|
76230dfd59
|
Grid popup text editor: Trigger onchange event explicitly, as this is not done implicitly when applying an empty string. Closes #132.
|
2018-02-18 12:22:27 +01:00 |
|
|
4bde1c213e
|
Show 16 instead of only 8 items in drop down menus of grids. Closes #90
|
2018-02-18 12:05:24 +01:00 |
|
|
93bb6c6051
|
Support horizontal scrolling in grids with Alt+Mousewheel. Closes #142.
|
2018-02-18 11:52:01 +01:00 |
|
|
32bc533495
|
Restore maximized WindowStyle of grid text editor, and move some code from FormShow to FormCreate, to overcome a glitch with the window dimensions. Closes #89.
|
2018-02-16 15:45:18 +01:00 |
|
|
52c3fb43a2
|
Fix detection of PostgreSQL version ignoring the 3rd version segment, and use the same logic as for MySQL again. See issue #137.
|
2018-02-14 07:44:26 +01:00 |
|
|
0dee2d35ba
|
Fix version detection on PostgreSQL, when there is no third segment in the version string. Closes #137.
|
2018-02-13 22:05:47 +01:00 |
|
|
8b2966c52e
|
Issue #60: Store snippets in C:\Users\anse\Documents\HeidiSQL\Snippets by default, not C:\Users\anse\AppData\Roaming\HeidiSQL\Snippets
|
2018-02-06 20:35:04 +01:00 |
|
|
eba05e7282
|
Issue #60: link "Download page" to the HeidiSQL page in the Microsoft Store
|
2018-02-06 20:17:44 +01:00 |
|
|
4cfd36a211
|
Issue #60: Try to fix non-working RunningOnWindows10S, by passing the current OS version numbers to GetProductInfo()
|
2018-02-06 20:11:36 +01:00 |
|
|
3c16564271
|
Issue #60: Disable relevant controls in preferences dialog for application update checks, if running as UWP
|
2018-02-06 19:46:34 +01:00 |
|
|
f63fab4aa6
|
Wording fix: "Microsoft Store", not "Windows Store"
|
2018-02-06 19:32:52 +01:00 |
|
|
651b485af3
|
Apply fix from forum user damhye, for wrong octet length of exported blob data. See https://www.heidisql.com/forum.php?t=24843
|
2018-02-05 19:24:22 +01:00 |
|
|
810decc23e
|
Init asLineBreakStyle setting with Windows linebreaks, so we don't run into crashes when grid value does not have any line ending. See issue #47 and https://www.heidisql.com/forum.php?t=24883
|
2018-02-05 19:07:54 +01:00 |
|
|
f7b4d0c0b8
|
Try the same workaround for invisible or black dropdown buttons on Wine as previously only for dropdown toolbuttons (becd4bdd0e3845f9ad7845fe7637460914878afa and 61202be058cc135f938a131207f47f9546efff26). Probably fixes issue #94. May also not fix it, as the toolbutton issue was not only on Wine.
|
2018-02-03 22:47:29 +01:00 |
|
|
f0cf55f76a
|
Fix some unpretty names of private variables
|
2018-02-03 20:38:13 +01:00 |
|
|
427078f3f5
|
Fix crash in drop down menu after detecting no line breaks. That should have never happened, but it did. Closes #47.
|
2018-02-03 20:31:52 +01:00 |
|
|
bc04747ad2
|
* widen SynMemo's Gutter.DigitCount from 2 to its default value (4)
* make line numbers gray, so they are not as eye catching as the memo's contents
* closes #26
|
2018-02-03 19:53:35 +01:00 |
|
|
d58e30d0eb
|
Add an "Environment" label on the about dialog, showing Windows version, Windows Store package name, or Wine
|
2018-02-03 16:00:38 +01:00 |
|
|
2e43ed6de4
|
Avoid crash on Windows XP, while detecting Windows 10 S. Closes #114
|
2018-02-01 21:02:03 +01:00 |
|
|
b92addf089
|
Issue #60: Check if HeidiSQL runs as a Windows Store App, and disable all update check mechanisms, due to Store policies 10.2.5 https://docs.microsoft.com/legal/windows/agreements/store-policies#102-security .
Detection code taken/modified from
* https://github.com/appconsult/DesktopBridgeHelpers/blob/master/DesktopBridge.Helpers/Helpers.cs
* https://stackoverflow.com/questions/48549899/how-to-detect-universal-windows-platform-uwp-in-delphi
|
2018-02-01 20:30:50 +01:00 |
|
|
3d698f9f68
|
Disable SSH tunnel connections on Windows 10 S, as a requirement for publishing HeidiSQL in the Windows App store, #60.
|
2018-01-31 18:25:12 +01:00 |
|
|
a26d68d23c
|
Move to visible area if window was on a now plugged off monitor previously. See https://www.heidisql.com/forum.php?t=24822
|
2018-01-25 20:10:10 +01:00 |
|
|
5a8a4af29a
|
Rename helpers unit to apphelpers, to overcome a naming conflict with the FireMonkey unit FMX.Canvas.GPU.Helpers. Closes #102.
|
2018-01-22 19:48:17 +01:00 |
|
|
959ff25768
|
Update gettext unit to r85 from https://sourceforge.net/p/dxgettext/code/HEAD/tree/trunk/dxgettext/sample/gnugettext.pas
|
2018-01-22 19:25:31 +01:00 |
|
|
5a3dde10b8
|
Add context menu on various labels of about dialog, so the user can easily copy application version and others. Closes #82
|
2018-01-20 17:29:07 +01:00 |
|
|
ee27ccdec7
|
Increase number of collations shown in drop down. Closes #90.
|
2018-01-17 21:36:17 +01:00 |
|
|
79d393c81a
|
Increase number of network types shown in drop down
|
2018-01-17 21:32:59 +01:00 |
|
|
f2da91be65
|
Suppress errors in LoadLibrary(libmariadb.dll) on Windows XP. Instead, try loading the XP-compatible libmysql.dll v5.6.6. Closes #79.
|
2018-01-09 21:03:50 +01:00 |
|
|
f5d9603549
|
Support newer MariaDB syntax for column default:
* "DEFAULT current_timestamp()" without precision
* "DEFAULT 0" without quotes around numbers
Closes #68
|
2018-01-08 11:17:35 +01:00 |
|