Commit Graph

345 Commits

Author SHA1 Message Date
jesus
2a9d99e631 LCL, grids, do not auto resize an invisible custom column
git-svn-id: trunk@27341 -
2010-09-12 22:26:46 +00:00
jesus
9cb4d0cf13 LCL, do not unnecessarily scroll the grid on click, issue #16102
git-svn-id: trunk@27321 -
2010-09-12 05:17:56 +00:00
jesus
a1fc7a7bee LCL, do not check for default grid's column title, issue #16845
git-svn-id: trunk@27320 -
2010-09-12 00:00:13 +00:00
jesus
90bf8f4f5e LCL, grid improvement (inplace editing of cell values with picklisteditor and stringeditor), from Oleg, issue #15833
git-svn-id: trunk@27317 -
2010-09-11 22:44:28 +00:00
jesus
62e7fc2053 LCL, grids, changed the cell's text drawing order, issue #17372
git-svn-id: trunk@27294 -
2010-09-10 19:15:59 +00:00
blikblum
366d200bb8 lcl: undo rev 27074 #706b7cc905 and re implement using a static variable
git-svn-id: trunk@27081 -
2010-08-12 16:05:16 +00:00
blikblum
706b7cc905 lcl: move RegisterPropertyToSkip calls of Grids and DBCtrls to unit initialization so it's called only once and not on every component created
git-svn-id: trunk@27074 -
2010-08-12 12:55:04 +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
5eba113ce5 LCL, implements grid's cbsButtonColumn editor style
git-svn-id: trunk@27029 -
2010-08-08 02:10:24 +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
paul
3175fb3b4a lcl: cleanup
git-svn-id: trunk@26742 -
2010-07-20 02:53:04 +00:00
jesus
147992e189 LCL, fix grid scrolling issue #11092
git-svn-id: trunk@26739 -
2010-07-19 19:20:46 +00:00
mattias
f443bd8949 LCL: clean up
git-svn-id: trunk@26691 -
2010-07-16 18:30:21 +00:00
jesus
3a4d1d6c19 LCL, fix grid's column resizing problems, issue #16800
git-svn-id: trunk@26689 -
2010-07-16 17:35:51 +00:00
jesus
38bc8a1545 LCL, grid change to use XMLConf instead of XMLCfg
git-svn-id: trunk@25806 -
2010-05-31 18:38:11 +00:00
sekelsenmat
887eaf9147 Improves wince scrolling. see bug #14823. Part 2
git-svn-id: trunk@25803 -
2010-05-31 14:25:39 +00:00
jesus
d7947be5e9 LCL, fix grid should be focused after editing
git-svn-id: trunk@25590 -
2010-05-23 19:14:34 +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
ab9338a782 LCL, check custom columns on copy grid's content to clipboard
git-svn-id: trunk@25502 -
2010-05-18 21:23:04 +00:00
jesus
430aa43196 LCL, fix grid regression on column moving where only grid header and not grid content was being moved
git-svn-id: trunk@25501 -
2010-05-18 20:41:28 +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
jesus
2588baa18d LCL, change grids highlight text color, from Vladimir Zhirov, issue #16333
git-svn-id: trunk@24941 -
2010-04-26 00:01:11 +00:00
jesus
622b9e77e6 LCL, grid's bidi improvements by Zaher Dirkey
git-svn-id: trunk@24632 -
2010-04-15 15:58:42 +00:00
dmitry
b55e278c6e drawgrid: fix SetSelection that was causing exception, if too big range is given
git-svn-id: trunk@24609 -
2010-04-13 09:14:46 +00:00
jesus
95c4d44c8d LCL, improved grid's checkbox column support
git-svn-id: trunk@24105 -
2010-03-20 01:48:14 +00:00
martin
e9613684e0 LCL, grids: clean up
git-svn-id: trunk@24087 -
2010-03-18 15:31:28 +00:00
jesus
27045012a8 LCL, fix dbgrid exception while setting up automatic columns (regresion introduced in r24057 #22775e7a58), issue #16031
git-svn-id: trunk@24072 -
2010-03-17 20:42:28 +00:00
jesus
d83ee6522b LCL, fix exception on adding first custom column (regresion introduced in r24057 #22775e7a58), issue #16021
git-svn-id: trunk@24070 -
2010-03-17 17:56:27 +00:00
jesus
22775e7a58 LCL, grids, hidding custom columns do not modify ColCount, issue #15141
git-svn-id: trunk@24057 -
2010-03-17 03:37:09 +00:00
jesus
3a44334f6e LCL, implemented grid event OnHeaderSizing, issue #15602
git-svn-id: trunk@24025 -
2010-03-16 06:36:28 +00:00
jesus
4482bc1b0f LCL, fix erasing cell text on changes of editmask, issue #15048
git-svn-id: trunk@24024 -
2010-03-16 05:19:37 +00:00
jesus
617f9118af LCL, fix dbgrid dgAlwaysShowSelection option, issue #15961
git-svn-id: trunk@23973 -
2010-03-13 06:04:05 +00:00
jesus
e41a4b5a78 LCL, allow StringGrid to copy current select range in addition to whole grid
git-svn-id: trunk@23901 -
2010-03-09 19:28:18 +00:00
jesus
84db565553 LCL, fix clip cell with canvas' Save and RestoreHandleState, which qt interface supports, from zeljan, issue #15684
git-svn-id: trunk@23778 -
2010-02-24 19:16:22 +00:00
jesus
f02277ba95 LCL, fix clipping cell, issue #15684
git-svn-id: trunk@23729 -
2010-02-18 05:37:32 +00:00
jesus
6e2ec4902f LCL, on adding rows/cols to an empty grid do not add a fixedrow if grid has custom columns
git-svn-id: trunk@23650 -
2010-02-05 21:16:52 +00:00
paul
7d8f24dd25 lcl: don't use initialization section with resources in grids, include resources only if grid class is used (removes unneeded grid resources from application).
git-svn-id: trunk@23637 -
2010-02-05 08:59:11 +00:00
jesus
5e049e36b3 LCL, grids, do row auto numbering starting on first non-fixed row, from graeme and flavio
git-svn-id: trunk@23632 -
2010-02-04 20:19:44 +00:00
jesus
79c3518d28 LCL, do not unfocus grid on keyboard actions, from C Western, issue #15647
git-svn-id: trunk@23609 -
2010-02-01 23:37:47 +00:00
jesus
e82038e7ea LCL, added col,row arguments to TToggledCheckboxEvent, issue #15558
git-svn-id: trunk@23524 -
2010-01-21 18:17:54 +00:00
jesus
dd8a42560f LCL, grids, implemented notification for checkbox toggle
git-svn-id: trunk@23510 -
2010-01-20 20:53:22 +00:00
jesus
1f0cad5e68 LCL, grids, implement saving/loading of custom columns properties, modified patch from Torbert Heinken, issue #15522
git-svn-id: trunk@23491 -
2010-01-19 21:51:21 +00:00
paul
216da02c61 lcl: remove ver2_0 workarounds
git-svn-id: trunk@23392 -
2010-01-06 17:05:28 +00:00
paul
fd45608001 lcl: add OnContextPopup to TDBGrid, rearrange grid events
git-svn-id: trunk@23239 -
2009-12-23 09:16:37 +00:00
paul
093edbf04f lcl: implement GetOwner for TGridColumnTitle
git-svn-id: trunk@23222 -
2009-12-22 04:17:36 +00:00
mattias
5a9d464e4f IDE: build modes: clear read only cells
git-svn-id: trunk@23203 -
2009-12-20 12:45:15 +00:00
mattias
219deb34a5 reduced debugging
git-svn-id: trunk@23200 -
2009-12-19 23:42:48 +00:00
mattias
e77c7bec7b IDE: build modes: stared group includes
git-svn-id: trunk@23199 -
2009-12-19 23:41:24 +00:00
jesus
dff8e486ad LCL, fix stringgrid cell is not validated if advancement is stopped
git-svn-id: trunk@23106 -
2009-12-12 17:40:24 +00:00
paul
a1b73e8e94 lcl: implement GetOwner for all TCollection descendants which dont have it at moment
git-svn-id: trunk@22931 -
2009-12-03 04:03:01 +00:00