Commit Graph

102 Commits

Author SHA1 Message Date
jesus
4c24b68ea9 LCL, grids, fixed AutoAdvance when grid has goRowSelect option, reported by Barko
git-svn-id: trunk@12529 -
2007-10-20 08:11:59 +00:00
jesus
0752945e3d LCL, dbgrids, fixes checkboxes not visible when using column's cbsCheckboxColumn style
git-svn-id: trunk@12247 -
2007-09-29 18:48:34 +00:00
jesus
443b0c952d LCL, grids, recalc DefaultRowHeight based on current font size, issue #9760
git-svn-id: trunk@12182 -
2007-09-25 22:57:15 +00:00
jesus
d77f7bb377 LCL, dbgrid, fixed scrollbar disappearing when scrollbars=ssAutoVertical, issue #9689
git-svn-id: trunk@12145 -
2007-09-23 04:35:18 +00:00
jesus
0b5ade8441 LCL, dbgrid, fixed TDBGrid scrolling doesn't update active editor, issue #9620
git-svn-id: trunk@11984 -
2007-09-10 03:39:24 +00:00
jesus
66f6e87d4d LCL, dbgrids, reorder of some boolean expressions from Luiz Americo
git-svn-id: trunk@11874 -
2007-08-28 16:31:20 +00:00
jesus
061c5c6ee3 LCL, dbgrid, fixes RETURN key in last field of last record now avances to new row
git-svn-id: trunk@11764 -
2007-08-09 20:48:53 +00:00
mattias
d48eb4b364 codetools: implemented function to convert simple functions to constants, h2pas: new tools to reduce IFDEFs and fucntions to constant conversion
git-svn-id: trunk@11761 -
2007-08-08 18:22:43 +00:00
jesus
7ecce099a2 LCL, grids, fixed auto editing and added AutoEdit property
git-svn-id: trunk@11752 -
2007-08-07 00:05:10 +00:00
jesus
9c18feacc6 LCL, dbgrid scrolling was locked under some circunstances, fix issue #9381
git-svn-id: trunk@11741 -
2007-08-04 23:38:29 +00:00
jesus
683b03a129 LCL, grids, improved dbgrid ownerdraw delphi compatibility, fixed dbgrid scroll issue (9219), improved and fixed dbgrid with native style
git-svn-id: trunk@11468 -
2007-07-12 07:31:39 +00:00
jesus
b465403293 LCL, grids Improved themed look in TitleStyle:=tsNative, implemented headers hot tracking and pushed look when clicking
git-svn-id: trunk@11203 -
2007-05-25 21:04:25 +00:00
jesus
7613000706 LCL, grids fix arrow keys to navigate TDBGrid does not work after edit, issue #8546
git-svn-id: trunk@11136 -
2007-05-14 05:31:29 +00:00
jesus
d4b0c88e83 LCL: dbgrid, fixed FieldName/DisplayFormat typo
git-svn-id: trunk@11115 -
2007-05-09 16:39:56 +00:00
vincents
370aa4c253 fixed fpc 2.3 compilation (assigning to set or record properties)
git-svn-id: trunk@11078 -
2007-05-04 22:43:58 +00:00
jesus
15f7db6d03 LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739
git-svn-id: trunk@11066 -
2007-05-03 17:34:56 +00:00
vincents
a168e7a228 LCL: don't capitalize keywords (e.g Property -> property)
git-svn-id: trunk@11043 -
2007-05-01 17:32:12 +00:00
jesus
c1e14d850d dbgrid: update field textusing text property so field's OnSetText event can be used (from Aleksey Lagunov)
git-svn-id: trunk@10746 -
2007-03-13 23:56:32 +00:00
jesus
7c526a7dfe dbgrid: fix cancel editing record using UP key, issue #8345 (probably)
git-svn-id: trunk@10652 -
2007-02-18 20:22:47 +00:00
vincents
96ad5d8179 LCL: published dragging related properties for TDBxxx components
patch by: Paul Ishenin

git-svn-id: trunk@10649 -
2007-02-16 13:11:37 +00:00
jesus
d947dfbb55 dbgrid: fixed cell grid might draw over vertical grid lines (issue #8318)
grid: added small margin at the right side of cell so text near the grid line looks better

git-svn-id: trunk@10628 -
2007-02-12 19:27:56 +00:00
jesus
cca097adbc dbgrid: fix editor doesnt hide if while editing the last record user press down arrow key (issue #8262)
grid: enable descendant grids to override DrawCellGrid

git-svn-id: trunk@10612 -
2007-02-08 17:52:10 +00:00
jesus
ddc4c1e57c dbgrid: Additional check for valid ActiveRecord
git-svn-id: trunk@10513 -
2007-01-26 17:08:26 +00:00
jesus
94485e724e dbgrid: Checking for valid ActiveRecord (issue #8224)
git-svn-id: trunk@10512 -
2007-01-26 17:04:06 +00:00
jesus
670108df05 dbgrid: check for active datalink, issue #8194
git-svn-id: trunk@10504 -
2007-01-26 09:13:37 +00:00
jesus
be37b3ea24 dbgrid: update active row if active record changed (bug #7934)
git-svn-id: trunk@10502 -
2007-01-24 08:42:25 +00:00
jesus
90251b1bdc grids, fixed shift-TAB browsing, and TdbGrid TAB issue #7348
git-svn-id: trunk@10320 -
2006-12-12 09:33:52 +00:00
jesus
a6020fde72 fix dbgrid false bookmark duplicates, issue #7884
git-svn-id: trunk@10305 -
2006-12-06 08:24:44 +00:00
jesus
70ac84f4fb added OnSelectEditor for dbgrid
git-svn-id: trunk@10267 -
2006-11-30 21:41:05 +00:00
jesus
cd7659f566 CheckNewCachedSizes, UpdateActive and UpdateData made virtual from Aleksey Lagunov
git-svn-id: trunk@10149 -
2006-11-01 07:41:05 +00:00
mattias
63e2e77804 renamed TDBGrid
git-svn-id: trunk@9752 -
2006-08-27 13:44:52 +00:00
jesus
f5bc0a2868 added dbgrid OnColumnSized
git-svn-id: trunk@9706 -
2006-08-06 17:20:12 +00:00
jesus
b4de789eaa avoid drawing data if dataset is empty
git-svn-id: trunk@9702 -
2006-08-05 19:41:46 +00:00
jesus
e5a13ce4e3 fixed dbgrids column visibility
git-svn-id: trunk@9687 -
2006-07-27 19:15:45 +00:00
jesus
8396895ec1 dbgrid: checking field visibility change
git-svn-id: trunk@9647 -
2006-07-20 20:40:19 +00:00
jesus
6fd4085074 disabled editing of blob fields in dbgrid
git-svn-id: trunk@9457 -
2006-06-20 18:49:00 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
jesus
089474d7bb Implements dbgrid.SelectedRows (issue #1849)
git-svn-id: trunk@9234 -
2006-05-03 18:22:48 +00:00
jesus
5da71e890e fixed dbgrid eating some keys
git-svn-id: trunk@8965 -
2006-03-19 21:03:22 +00:00
jesus
a85b8947c8 fixed dbgrid do not save and restore scrollbars property
git-svn-id: trunk@8823 -
2006-02-25 20:29:58 +00:00
mattias
994cebd433 replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32)
git-svn-id: trunk@8759 -
2006-02-17 14:07:21 +00:00
mattias
c17929dd5f fixes for compiling wince
git-svn-id: trunk@8757 -
2006-02-17 13:57:15 +00:00
mattias
0c9ab7d58b renamed DrawByRows to DrawAllRows
git-svn-id: trunk@8644 -
2006-01-28 18:14:26 +00:00
jesus
ecf75a0527 fixed: updating default titlefont (through grid.font change) modify colcount, fixed double releasing of FValueUnchecked (from Aleksey Lagunov)
git-svn-id: trunk@8019 -
2005-11-01 06:35:53 +00:00
jesus
97510df1a2 Fixed columns fonts, created OnPicklistSelected, Columns creation
git-svn-id: trunk@8000 -
2005-10-29 20:14:44 +00:00
jesus
0235d8ac82 TStringGrid/TDrawGrid Columns fixes, bugs #1359,#1367
git-svn-id: trunk@7988 -
2005-10-27 18:54:35 +00:00
jesus
418158b975 TColumn.ReadOnly is now checked when using cbsCheckboxColumn, from Lagunov
git-svn-id: trunk@7971 -
2005-10-17 20:32:17 +00:00
jesus
a54c8c6d92 Implemented dgColumnResize
git-svn-id: trunk@7881 -
2005-10-01 17:26:31 +00:00
jesus
dd485801cc active record wasn't updated after dataset scroll
git-svn-id: trunk@7851 -
2005-09-29 17:19:14 +00:00
jesus
d6b74d51c8 fixed AV in dbgrid.CellClick
git-svn-id: trunk@7837 -
2005-09-26 18:36:20 +00:00