Commit Graph

224 Commits

Author SHA1 Message Date
jesus
1e4301f4d7 LCL, use UTF8Length instead of Length on calc dbgrid column field width, from Rumen Gyurov, issue #24491
git-svn-id: trunk@41501 -
2013-06-02 21:56:12 +00:00
juha
7b162087fd Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41387 -
2013-05-24 18:30:06 +00:00
jesus
fd4ed3c5b5 LCL, implemented option dgThumbTracking, removed old ThumbTracking property (only supposed to work for horizontal scrolling)
git-svn-id: trunk@40776 -
2013-04-09 22:38:08 +00:00
bart
b36ca5958c DBGrids: fix crash in PrepareCellHints when DataLink is not Active.
Patch by Petr-K. Fixes issue #0024028.

git-svn-id: trunk@40543 -
2013-03-13 14:12:57 +00:00
jesus
8618e432a9 LCL, reverted dbgrid patch to workaround qt scrolling problem, will fix qt interface instead
git-svn-id: trunk@40510 -
2013-03-08 05:43:01 +00:00
jesus
efc032e6cc LCL, workaround for qt that fix scrolling dbgrid when current record exceed current record count it sends scroll event with position=0
git-svn-id: trunk@40500 -
2013-03-06 22:21:12 +00:00
jesus
84561b710d LCL, dbgrid debug log
git-svn-id: trunk@40499 -
2013-03-06 22:11:00 +00:00
jesus
6353fdc510 LCL, made DbGrid.GetBufferCount virtual
git-svn-id: trunk@40463 -
2013-03-03 07:16:10 +00:00
jesus
a8b95e3a2f LCL, dbgrids checks for keydown while dataset is inactive, issue #23598
git-svn-id: trunk@40323 -
2013-02-15 15:08:35 +00:00
jesus
efee6e8c99 LCL, grids and dbgrids implemented RowHightlight option, from Marcus Müller, issue #18581
git-svn-id: trunk@40276 -
2013-02-12 03:35:29 +00:00
bart
c053394595 Grids: Implement TabAdvance, so Tab key can behave independant of Enter key.
Remove goTabIgnoreAutoAdvance option, since it is not needed anymore.

git-svn-id: trunk@40067 -
2013-01-30 18:01:21 +00:00
jesus
ff9e96532a LCL, do not immediately start dragging when DragMode=dmAutomatic, added helper to dbgrid to convert and make some sense of mouse coords, fix issue #23558
git-svn-id: trunk@39877 -
2013-01-17 22:06:45 +00:00
jesus
e790346803 LCL, dbgrid, added utility properties FirstColumn and LastColumn, they return the first and last visible columns
git-svn-id: trunk@39319 -
2012-11-20 10:04:39 +00:00
jesus
c02a423ee9 LCL, fix moving dbgrid selected field to the last one while using 'END' key and there are invisible columns, Problem 3) issue #19993
git-svn-id: trunk@39317 -
2012-11-20 08:55:31 +00:00
jesus
5df13d5cab LCL, dbgrid, workaround for datasets(?).filtered wrong behaviour, from Luiz Americo, issue #22304
git-svn-id: trunk@39124 -
2012-10-18 03:07:05 +00:00
jesus
83859e5919 LCL, fix dbgrid toggle checkbox (cbsCheckboxColumn column) even if column is not visible, issue #22493
git-svn-id: trunk@39123 -
2012-10-18 02:48:19 +00:00
jesus
5684485f27 LCL, grids, fix AV saving forms with grids, regression caused on r39113 #47a8c9c3a4
git-svn-id: trunk@39121 -
2012-10-18 00:17:59 +00:00
jesus
9270a6f705 LCL, dbgrid cleanup
git-svn-id: trunk@39119 -
2012-10-17 23:38:59 +00:00
jesus
ad7b61f063 LCL, dbgrid, check column exists before getting button style, from Tristan Linnell, issue #22873
git-svn-id: trunk@39118 -
2012-10-17 23:28:28 +00:00
bart
47a8c9c3a4 Increase visibility of EditMask property of TStringCellEditor.
Increase visibility of InplaceEditor in TDrawGrid, TStringGrid and TDBGrid.
Fixes issue #0023103.

git-svn-id: trunk@39113 -
2012-10-17 12:19:37 +00:00
jesus
ca8b562660 LCL, fix for dbgrid to reset MaxLength, from LacaK, issue #22789
git-svn-id: trunk@38618 -
2012-09-11 19:17:21 +00:00
juha
9884894f1b LCL: Prevent an error with Pg Up/Down in DbGrid on empty Dataset. Issue #22474, patch from Stefano
git-svn-id: trunk@37995 -
2012-07-22 06:55:31 +00:00
jesus
b478dab0d3 LCL, dbgrid, fix backspace on editing number fields, from Aleksey Lagunov, issue #21584
git-svn-id: trunk@37583 -
2012-06-08 06:47:41 +00:00
jesus
6f93a15f00 LCL, fix dbgrid dragging, issue #21614
git-svn-id: trunk@37454 -
2012-05-29 20:01:20 +00:00
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