858 Commits

Author SHA1 Message Date
04cb62571e Fix transparent SET editor, mentioned in issueid #884 2008-12-02 22:38:09 +00:00
35ef825f35 Fix invisible items in SET column editor. Fixes bug #884. 2008-12-02 18:23:46 +00:00
25e0b395b7 Fix mixed up order of checked states in column selection pulldown after clicking "Sort alphabetically". 2008-12-02 18:17:13 +00:00
5216553868 Use single ellipsis char instead of 3 dot chars in sstr(). See bug #897 2008-12-02 18:04:46 +00:00
52362b0872 Fix bug #897 : Title of "table" tab gets "..." (ellipsis) appended although the whole name is visible 2008-12-02 18:03:44 +00:00
5f75c9465d Activate new inplace editor again for numeric and other columns, but with hidden edit button. Enables tabbing feature for datatypes where we don't provide a special editor. 2008-11-27 19:42:38 +00:00
666fca6206 Enhance inplace editor, implement tabbing through cells with enabled editor. (sergey_p) 2008-11-27 19:37:44 +00:00
2d123ad52a Replace TMemos by TSynMemos in SQL help window and add URI openers. Enables linked URIs in text. 2008-11-25 20:11:50 +00:00
d515c89055 Add fitting icon and hint text to inplace editor button. 2008-11-25 19:46:57 +00:00
32fad96276 The new inplace editor neutralizes the need for a preference option "Enable popup text editor". Remove it. 2008-11-25 19:35:02 +00:00
f685567d12 Do not use the new inplace editor for numeric columns, instead use VT's default editor again. 2008-11-25 19:25:38 +00:00
c9fe77894a Add inplace text editor by sergey_p 2008-11-25 19:17:43 +00:00
47563b8292 Fulfill rfe #887 : Do not close connection dialog on connection error 2008-11-25 17:50:41 +00:00
b4d7135b30 Remember previously tried session even if it didn't connect for some reason. 2008-11-25 17:41:05 +00:00
cf59e6117f Fix bug #875 : Table creation form create the table hitting enter when create button is enabled 2008-11-23 16:38:49 +00:00
1a2478643c Fix inconsistent window and button captions (bug #864) 2008-11-23 11:37:52 +00:00
9ba3b630f5 Fix bug #876 : Incorrect database name '' 2008-11-23 11:25:53 +00:00
7f69da2051 Do not recycle field editor form, fixes bug #870 :AV on "Edit column" after reconnection 2008-11-23 11:19:53 +00:00
317ef0494f Workaround issue #868 : AV in various places if DecimalSeparator = ThousandSeparator 2008-11-23 11:04:31 +00:00
625d2ca3fb Second attempt to fix bug #868: during login heidi crashes 2008-11-11 21:02:28 +00:00
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
3c49bf516c Fix rfe #850 : Column Add/Edit Dialog - Default Setting "Custom string ..." misleading for Numeric fields 2008-11-04 06:58:05 +00:00
644b533f3e Fix bug #855: Can't delete database after drop a table 2008-11-04 06:55:23 +00:00
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
159088aa46 Fix bug #836 "no default value" dialog pops up twice 2008-11-03 22:34:11 +00:00
67df8f958f Remove icons from query helper tabs. They steel needed width from the query memo. 2008-11-01 09:09:27 +00:00
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
cbe5f2467f Fix bug #846: Copy to clipboard doesn't copy the entire field contents 2008-11-01 08:52:14 +00:00
d47a9643d6 Try a clear yellow for selected but unfocused cells in datagrid 2008-10-31 18:27:51 +00:00
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
6b1151839d Selection colors in datagrid should have prio over a potentially used NULL background 2008-10-31 18:19:24 +00:00
8b1a4f18ea Oops, forgot to expand array. See r1905. 2008-10-27 10:23:47 +00:00
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
bc3929bf50 Fix bug #828: AV after switching back to data tab when it had unsaved changed 2008-10-26 17:25:42 +00:00
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
c5dc9a25c4 Accept negative sign before floats in FloatStr(), fixes bug #826 2008-10-25 11:59:41 +00:00
b4f4942509 Implement rfe #816: wrong font in SQL log and query tab line numbers 2008-10-22 18:30:03 +00:00
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
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
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
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
c2f6d66660 Automatic change after recent SynEdit update. 2008-10-21 00:29:26 +00:00
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
2afcc9104b Fix bug #751 exporting a table: table is not marked in the export dialog 2008-10-20 23:38:31 +00:00
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
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
7ed97b3fe2 Fix bug #814 Query Tab Splitter 2008-10-20 22:36:17 +00:00
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
5fd380b130 Fix bug #813 primary key checkbox gets copied to other fields 2008-10-20 19:45:39 +00:00
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