|
6576461b9e
|
Try to fix issue #1188: weird values in collation pulldown inside the text editor. Could it be that TField.AsString is broken if this heals the problem.
|
2009-06-05 20:44:39 +00:00 |
|
|
bffc1df93b
|
Minor: Revert accidentally changed GUI stuff in recent commit.
|
2009-06-05 17:27:48 +00:00 |
|
|
11c70f62ee
|
Fix issue #1176: Can't change table engine after creation. Seems a TCombobox.OnChange is not fired if a OnSelect coexists.
|
2009-06-05 17:25:35 +00:00 |
|
|
f01893d08a
|
Experimental: Reintroduce table tab, this time by placing the existing editors for tables, views and routines as TFrames onto that tab. Unfortunately a whole bunch of GUI changes involved here which makes the diff unreadable. Should solve issue #1149 .
|
2009-06-04 12:56:55 +00:00 |
|
|
601a6c79f6
|
Fix issue issue #1169 and friends: DEL key in cell editor interferes with "Remove column" action. Caused by VirtualTree, passing certain keydown's in editors to their parent tree. Work around that by using safe shortcuts which should not interfere with editor actions.
|
2009-05-25 20:37:28 +00:00 |
|
|
c2fc155a7b
|
I think this change was meant in issue #1136 - makes the index tree editable by clicking the cells, just like the columns list.
|
2009-05-22 22:31:55 +00:00 |
|
|
b3750421b2
|
Implement rfe #602: Explicitely apply collation to all fields if table collation has changed. Generates a "CONVERT TO CHARSET" clause.
|
2009-05-20 21:10:02 +00:00 |
|
|
2acd0170e8
|
Fix one-click-editing in trees and grids, broken in recent VirtualTree update, r2416
|
2009-05-17 16:11:09 +00:00 |
|
|
7f32b33505
|
Issue #436: Implement a new table editor dialog. Nukes both create + alter table dialogs.
|
2009-05-12 22:24:09 +00:00 |
|