Commit Graph

200 Commits

Author SHA1 Message Date
mattias
f43c7d764c lcl: dbgrids: fixed TBookmark for fpc 2.7.1
git-svn-id: trunk@37092 -
2012-04-29 18:41:48 +00:00
mattias
67182a3a30 LCL: fixed compilation for fpc 2.7.1
git-svn-id: trunk@37053 -
2012-04-28 09:17:14 +00:00
jesus
f431c3e138 LCL, fix dbgrid fixed cells drawing on DefaultDrawing=false, issue #21496
git-svn-id: trunk@36180 -
2012-03-20 18:49:22 +00:00
jesus
b0e26a9051 LCL, don't use dataset.CompareBookmarks as it returns wrong results for some datasets, issue #21476
git-svn-id: trunk@36080 -
2012-03-16 09:28:45 +00:00
jesus
cae508c8cb LCL, fix AV on freeing bookmarks on multiselect dbgrid by keeping the original dataset used to get the bookmarks
git-svn-id: trunk@36078 -
2012-03-16 09:23:58 +00:00
jesus
46a46e49eb LCL, fix lookup fields should not be editable, issue #13174
git-svn-id: trunk@36063 -
2012-03-16 06:05:27 +00:00
jesus
0d46fab5d1 LCL, fix dbgrid compile with FPC trunk due bookmark change, patch from Paul Ishenin (with changes)
git-svn-id: trunk@35643 -
2012-03-01 18:07:11 +00:00
jesus
6f5bccc376 LCL, implements MaxLength in grid's TCompositeCellEditor, fix issue #20951
git-svn-id: trunk@34567 -
2012-01-03 20:41:42 +00:00
jesus
f87c768ab5 LCL, implements EndEllipsis text style (windows) and use it for showing ... in grid cells, also implements cell hints in dbgrid, from wp, issue #20777
git-svn-id: trunk@34018 -
2011-12-07 06:03:34 +00:00
jesus
ce604f82d7 LCL, dbgrid, implemented dgDisableInsert and dgDisableDelete
git-svn-id: trunk@33227 -
2011-11-02 18:35:26 +00:00
jesus
5e525c79c3 LCL, dbgrid, implements moving selection on right click for delphi compatibility using a new option dgAnyButtonCanSelect, issue #18115
git-svn-id: trunk@33120 -
2011-10-27 20:33:59 +00:00
jesus
6665e00e6c LCL, reverts r33070 #4e9eda7a16: added option to move selection with right click, issue #18115
git-svn-id: trunk@33118 -
2011-10-27 20:02:13 +00:00
zeljko
4e9eda7a16 LCL: Grids: added dgCanSelectAnyButton to grid options so we can select row with right mouse click, now we are Delphi compatibile.Patch by Zoran Vucenovic. Issue #18115
git-svn-id: trunk@33070 -
2011-10-24 16:54:11 +00:00
jesus
84443e864a LCL, dbgrid, adjust editor maxlength if field is string type, issue #20406
git-svn-id: trunk@32888 -
2011-10-14 18:56:11 +00:00
jesus
671e8b233d LCL, published BiDiMode and ParentBiDiMode for some components, tested by Avishai, issue #19990
git-svn-id: trunk@32301 -
2011-09-12 19:12:21 +00:00
jesus
7e8b3df07f LCL, fix dbgrid cellclick, issue #19818
git-svn-id: trunk@31812 -
2011-07-27 18:22:10 +00:00
jesus
264c6db01f LCL, fix position of scrollbar in case user clicks verticall scrollbar button arrows
git-svn-id: trunk@31370 -
2011-06-24 21:13:38 +00:00
jesus
74c3742e3e LCL, fix dbgrid scrollbar jumping issue #19615
git-svn-id: trunk@31369 -
2011-06-24 21:08:05 +00:00
jesus
8582b06c3d LCL, added OnUserCheckboxState event to dbgrid
git-svn-id: trunk@31148 -
2011-06-09 20:48:37 +00:00
jesus
b46c4b0a2c LCL, made TCustomdbgrid.Datalink property protected, issue #19233
git-svn-id: trunk@30902 -
2011-05-25 19:59:58 +00:00
jesus
935f55fab1 LCL, fix dbgrid entering dataset edit state when selecting a different field and dgAlwaysShowEditor is on
git-svn-id: trunk@28562 -
2010-11-30 05:58:57 +00:00
jesus
e677aae348 LCL, fix dbgrid index out of bounds (-1) when the selected record is not the first and the dataset is closed and opened
git-svn-id: trunk@28484 -
2010-11-25 20:25:17 +00:00
jesus
2f99320859 LCL, patch to support in less hackish way lookupcombobox editor in dbgrid, from Leslie Kaye (with changes and fixes) issue #1090
git-svn-id: trunk@28425 -
2010-11-23 06:07:27 +00:00
jesus
9faeff7d08 LCL, fix columns sizes at design-time for a dbgrid with autosizecolumns and without explicit custom columns
git-svn-id: trunk@28033 -
2010-11-02 05:35:25 +00:00
jesus
f1a7c8604e LCL, fix picklist editor not saving data into dbgrid, regression introduced in r27317 #90bf8f4f5e, issue #17586
git-svn-id: trunk@27636 -
2010-10-09 18:32:47 +00:00
jesus
cc4b3e27e7 LCL, implemented clicking dbgrid indicator column moves selection, issue #17471
git-svn-id: trunk@27531 -
2010-09-30 20:39:11 +00:00
jesus
3032b9503a LCL, published OnMouseEnter and OnMouseLeave for grids, issue #17518
git-svn-id: trunk@27530 -
2010-09-30 20:07:24 +00:00
jesus
5cd721ecb7 LCL, trigger OnTitleClick in dbgrid only if there is a custom column attached to grid column
git-svn-id: trunk@27443 -
2010-09-23 18:08:22 +00:00
jesus
d0115172cc LCL, dbgrid, additional check in case FirstGridColumn is fixed
git-svn-id: trunk@27438 -
2010-09-22 19:32:15 +00:00
jesus
fbbf076117 LCL, fix selecting field when column is FirstGridColumn, from David Noriega, issue #17468
git-svn-id: trunk@27437 -
2010-09-22 19:28:28 +00:00
jesus
3ecc366dbd LCL, fix dbgrid titles drawing at design time, reported in issue #17436
git-svn-id: trunk@27415 -
2010-09-19 23:56:56 +00:00
jesus
dc4e797f5b LCL, improved grids TAB-ing, options goTabs or dgTabs, issue #16007
git-svn-id: trunk@27374 -
2010-09-15 21:37:09 +00:00
jesus
3b670b01a2 LCL, reworked grid's cell drawing fixing several bugs including issue #17407
git-svn-id: trunk@27373 -
2010-09-15 21:09:44 +00:00
jesus
2e9b4a180d LCL, published DbGrid's OnEditingDone event, issue #17242
git-svn-id: trunk@27340 -
2010-09-12 19:13:47 +00:00
jesus
c925f08bcb LCL, check that dbgrid reserves at least one buffer, issue #14694
git-svn-id: trunk@27278 -
2010-09-07 17:48:05 +00:00
jesus
aa000f9e7e LCL, fix dbgrid insert operation, broken in previous patch, issue #17261
git-svn-id: trunk@27189 -
2010-08-25 17:23:50 +00:00
jesus
f77fe5926d LCL, fix dbgrid losing focus, issue #17239
git-svn-id: trunk@27183 -
2010-08-24 20:17:25 +00:00
jesus
136fc6f86a LCL, fix dbgrid editor position on new record if dgAlwaysShowEditor option is on, issue #17241
git-svn-id: trunk@27172 -
2010-08-23 17:32:16 +00:00
jesus
10f1d85bf5 LCL, fix dbgrid showing 'phantom' rows on inserting (sqlquery bug on changing buffercount on this state)
git-svn-id: trunk@27062 -
2010-08-11 05:40:21 +00:00
jesus
cc2754ad38 LCL, implemented grid's assign method, issue #17052
git-svn-id: trunk@26888 -
2010-07-29 05:24:37 +00:00
jesus
a823df3396 LCL, dbgrid revert column readonly fix, it seems a column with a nil field is not assumed to be readonly, issue #16626
git-svn-id: trunk@25899 -
2010-06-04 18:38:56 +00:00
jesus
3ea8aa8792 LCL, fix dbgrid column readonly property
git-svn-id: trunk@25820 -
2010-06-01 19:50:21 +00:00
jesus
83d89e5433 LCL, fix hidding editor on losing grid's focus, issue #15787
git-svn-id: trunk@25583 -
2010-05-22 16:49:07 +00:00
jesus
15ace269d6 LCL, fix toggle checkbox on column on right click, it should be left click, issue #16482
git-svn-id: trunk@25442 -
2010-05-15 19:23:12 +00:00
sekelsenmat
4ec26a9c40 Adds support to FPC 2.2.0 for Windows CE
git-svn-id: trunk@25090 -
2010-05-01 10:59:17 +00:00
jesus
178c26c4d6 LCL, made dbgrid's DrawIndicator a virtual method so it an be overriden
git-svn-id: trunk@24523 -
2010-04-08 18:07:38 +00:00
jesus
95c4d44c8d LCL, improved grid's checkbox column support
git-svn-id: trunk@24105 -
2010-03-20 01:48:14 +00:00
mattias
7699be6191 LCL: removed LockBaseBounds, OnChangeBounds can now change its own bounds, bug #16028
git-svn-id: trunk@24085 -
2010-03-18 15:05:07 +00:00
jesus
6ea54da93e LCL, added dbgrid SelectedFieldRect property
git-svn-id: trunk@24073 -
2010-03-17 20:49:57 +00:00
jesus
617f9118af LCL, fix dbgrid dgAlwaysShowSelection option, issue #15961
git-svn-id: trunk@23973 -
2010-03-13 06:04:05 +00:00