Commit Graph

839 Commits

Author SHA1 Message Date
Ansgar Becker
625d2ca3fb Second attempt to fix bug #868: during login heidi crashes 2008-11-11 21:02:28 +00:00
Ansgar Becker
49f17aa43d Try a safe-fix on a suspicious line which could cause bug #868 (during login heidi crashes) 2008-11-10 19:47:59 +00:00
Ansgar Becker
3c49bf516c Fix rfe #850 : Column Add/Edit Dialog - Default Setting "Custom string ..." misleading for Numeric fields 2008-11-04 06:58:05 +00:00
Ansgar Becker
644b533f3e Fix bug #855: Can't delete database after drop a table 2008-11-04 06:55:23 +00:00
Ansgar Becker
a849c0cc9b Fix bug #852 : user manager delete/add object. The privilege enumeration relies on Combo.ItemIndex being the correct priv number which didn't work for privs which were marked as "deleted" and therefore hidden. Deleted access objects are now kept in the object pulldown and marked with a "deleted" icon plus a text postfix " (deleted)". 2008-11-03 23:44:42 +00:00
Ansgar Becker
159088aa46 Fix bug #836 "no default value" dialog pops up twice 2008-11-03 22:34:11 +00:00
Ansgar Becker
67df8f958f Remove icons from query helper tabs. They steel needed width from the query memo. 2008-11-01 09:09:27 +00:00
Ansgar Becker
523738af84 Fix bug #840: Confirm != Confirm.
Press Cancel: No confirm dialog
Press X: Confirmation dialog if content was modified
2008-11-01 09:02:29 +00:00
Ansgar Becker
cbe5f2467f Fix bug #846: Copy to clipboard doesn't copy the entire field contents 2008-11-01 08:52:14 +00:00
Ansgar Becker
d47a9643d6 Try a clear yellow for selected but unfocused cells in datagrid 2008-10-31 18:27:51 +00:00
Ansgar Becker
ee168d5a5e Display "(NULL)" in datagrid even when the NULL background color is activated. The (NULL) text is helpful in any case. Fixes bug #832 2008-10-31 18:24:30 +00:00
Ansgar Becker
6b1151839d Selection colors in datagrid should have prio over a potentially used NULL background 2008-10-31 18:19:24 +00:00
rosenfield.albert
8b1a4f18ea Oops, forgot to expand array. See r1905. 2008-10-27 10:23:47 +00:00
rosenfield.albert
b839a8031a Add support for hebrew. Not an exact match; 0xa4 is 'sheqel sign' in windows-1255 and 'generic currency sign' in "hebrew" charset/iso 8859-8, according to wikipedia. 2008-10-26 23:18:45 +00:00
Ansgar Becker
bc3929bf50 Fix bug #828: AV after switching back to data tab when it had unsaved changed 2008-10-26 17:25:42 +00:00
Ansgar Becker
a409390487 Enhance error message for cases in which a grid cell change is silently back converted to the original value by the server. Fixes issue #818: Silent data conversion leads to misleading error message. 2008-10-26 09:50:17 +00:00
Ansgar Becker
c5dc9a25c4 Accept negative sign before floats in FloatStr(), fixes bug #826 2008-10-25 11:59:41 +00:00
Ansgar Becker
b4f4942509 Implement rfe #816: wrong font in SQL log and query tab line numbers 2008-10-22 18:30:03 +00:00
Ansgar Becker
59609b99b6 Fix bug #817 : cannot see anything in the field editor; color is white on white background 2008-10-22 18:23:10 +00:00
Ansgar Becker
12ad369e64 Rename "View" to "Perspective" in GUI controls and apply a more specific icon to the relevant toolbutton. 2008-10-21 21:45:57 +00:00
Ansgar Becker
dd306fbc64 Switch from yellow selected but unfocused cells to light blue background + black foreground. Hopefully fits somehow with most customized system colors. 2008-10-21 19:07:22 +00:00
Ansgar Becker
3596975672 Only draw the focused grid cell using highlight fg/bg colors if multiple rows are selected. 2008-10-21 18:56:38 +00:00
Ansgar Becker
c2f6d66660 Automatic change after recent SynEdit update. 2008-10-21 00:29:26 +00:00
Ansgar Becker
90df5d3b29 Fix yet incompletely fixed bug #565 Post pending UPDATE when switching tables in data tab. Datagrid changes are now posted with the correct table name before any other table or db is selected. 2008-10-21 00:26:34 +00:00
Ansgar Becker
2afcc9104b Fix bug #751 exporting a table: table is not marked in the export dialog 2008-10-20 23:38:31 +00:00
Ansgar Becker
1e2aa237b1 Ensure visibility of the just selected table in dbtree, for cases in which the table was autoselected via ListTables.DoubleClick or arrow_up/down within tree. 2008-10-20 23:05:13 +00:00
Ansgar Becker
67cb14d1ef Find a better place for autosizing the second dbtree column. Fixes the column content from being cut at startup after loading the previously selected database. (Totally minor + cosmetic) 2008-10-20 22:57:32 +00:00
Ansgar Becker
7ed97b3fe2 Fix bug #814 Query Tab Splitter 2008-10-20 22:36:17 +00:00
Ansgar Becker
27783f402f Fix bug #791 missing background color on selected rows. Switches to full row selecting if more than one node was selected. 2008-10-20 22:08:09 +00:00
Ansgar Becker
5fd380b130 Fix bug #813 primary key checkbox gets copied to other fields 2008-10-20 19:45:39 +00:00
Ansgar Becker
4e7a9723b3 Fix AV mentioned in issue #801 AV on "Set NULL" with no focused row in datagrid 2008-10-19 17:18:03 +00:00
Ansgar Becker
f44d56a051 Usability enhancement: Colorize any unfocused cell in a focused row with clInfoBk (mostly light yellow). Helps with identifying the focused row. 2008-10-19 13:06:36 +00:00
Ansgar Becker
8dc8c63c5b Fix bug #801 Set NULL cause Access Violation Error 2008-10-19 12:49:19 +00:00
Ansgar Becker
89dd84b7e1 Fix unfocused grid on the second arrow_down, broken in r1871 2008-10-19 12:24:57 +00:00
Ansgar Becker
0e11fdd184 Fix bug #795 : AV when inserting two rows.
Could be more pretty as the second arrow_down unfocusses the grid somehow and no new row is appended. Anyway, cosmetic now.
2008-10-19 10:53:55 +00:00
Ansgar Becker
f4add11ea3 Work around VirtualTree's annoying behaviour when focussing a cell. The focused cell was horizontally centered previously, now the grid just scrolls as few as it needs to make the cell completely visible. Works for both Data and Query grid.
See also
* r1745
* r1758
* issue #700 (comment #5)
* issue #724
2008-10-19 10:34:59 +00:00
Ansgar Becker
7cb869a5ae Property changes by SynEdit update. Fixes an IDE error while loading options.dfm . 2008-10-18 17:07:59 +00:00
Ansgar Becker
07cb5549e9 Remove a remainder of pre Delphi 11 support 2008-10-18 16:56:21 +00:00
Ansgar Becker
e7874bc4b7 Update UniSynEdit to latest version from October 3, 2008 (no repository available unfortunately)
* Merge with heidi related changes (basically only SingleLineMode)
* Readd missing file changelog.htm to keep that file list consistent with the downloaded one
* Merge our own compiler detection again
* Disable including a further compiler includefile jedi.inc
2008-10-18 13:09:16 +00:00
Ansgar Becker
1306731b3c Fix width of info label above datagrid after resizing the window. Was too small always. 2008-10-16 23:59:18 +00:00
Ansgar Becker
a591edebac Fix bug #714: Impossible to change limit^H^H^H^H^H^H sort order by implementing a fourth button with dropdown menu, enabling the user to save all query elements in one settings. 2008-10-16 23:49:17 +00:00
Ansgar Becker
7c6a70232a Fix bug #799 default value '' of a field changed to '''' when field name changed 2008-10-13 22:05:59 +00:00
Ansgar Becker
060c4ea8ad Fix bug #798: unable to change the case of a fieldname in the create table dialog 2008-10-13 20:18:56 +00:00
Ansgar Becker
d70ec31ca4 Work around bug #794: OK + Apply buttons enabled after just switching to a different tab
The bug seems caused by any TUpDown + TEdit which fire OnChange when they get visible for the first time. PageControl.OnChanging + .OnChange help here.
2008-10-12 09:56:02 +00:00
rosenfield.albert
e14ec336e5 * Bugfix: where clauses can contain Unicode characters.
* Bugfix: don't add cell data for a row which were not found by the server.
* Bugfix: pop up a dialog if an INSERT or UPDATE unexpectedly failed.

Fixes issue #456.
2008-10-10 01:23:49 +00:00
rosenfield.albert
c3d7ff9f5b Update nomenclature. 2008-10-10 01:04:16 +00:00
Ansgar Becker
35be9c3621 Fix bug #783 AV after while inserting record 2008-10-10 00:41:03 +00:00
rosenfield.albert
1e410726ef Bugfix (regression): the value '-' was handled incorrectly when scanning for values looking like floating point stuff. 2008-10-09 23:30:23 +00:00
Ansgar Becker
bee0edfabe Fix bug #332 "index manager: column names unreadable" by making the form resizable, including fixes for the side by side listboxes. 2008-10-09 22:50:45 +00:00
Ansgar Becker
4c96e40cca Fix redundant "SHOW KEYS FROM xyz" when calling the field editor. Was duplicated since r1843. Now the field editor benefits in two places from Childwin.FSelectedTableKeys 2008-10-08 20:36:46 +00:00