Commit Graph

34 Commits

Author SHA1 Message Date
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
blikblum
3f31fe6afc lcl: cleanup TDBMemo
git-svn-id: trunk@35124 -
2012-02-04 15:59:11 +00:00
blikblum
0ed61b0702 lcl: implements TDBMemo.KeyDown as in TDBEdit. Issue #19709
git-svn-id: trunk@35123 -
2012-02-04 15:19:30 +00:00
blikblum
355083fd19 lcl: Fix Paste / Clear / Cut in TDBMemo. Similar to TDBEdit / TDBComboBox
git-svn-id: trunk@32496 -
2011-09-24 13:04:45 +00:00
blikblum
017292bb65 lcl: store DataLink.Field in a local variable so the compiler can produce smaller code
git-svn-id: trunk@32495 -
2011-09-24 13:01:25 +00:00
blikblum
1a948b8c22 lcl: Properly implement TFieldDataLink.FocusControl. Remove unused FocusRequest handlers
git-svn-id: trunk@32271 -
2011-09-11 01:04:11 +00:00
blikblum
b2323a742c lcl: remove Loaded procedure from DB Controls. Not needed anymore
git-svn-id: trunk@32269 -
2011-09-11 00:50:35 +00:00
blikblum
6b20d104f3 lcl: code cleanup of TDBMemo
git-svn-id: trunk@32261 -
2011-09-10 17:40:53 +00:00
blikblum
b808d3f14e lcl: remove TDBMemo.ActiveChange. Not necessary anymore. Part of 20032
git-svn-id: trunk@32254 -
2011-09-10 15:42:02 +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
paul
82e7ef7f8f lcl: remove few db controls properties which should not be saved/loaded with forms
git-svn-id: trunk@23883 -
2010-03-09 03:00:24 +00:00
paul
a095fdff62 lcl: remove WordWrapIsStored methods since they are not needed anymore (fpc bug was fixed long ago)
git-svn-id: trunk@21765 -
2009-09-19 09:15:16 +00:00
jesus
b8e4258554 LCL, revert DBMemo changes on losing focus (for example when datasource.autoedit=false), part of issue #12997
git-svn-id: trunk@20050 -
2009-05-19 14:43:44 +00:00
paul
6af0fb9bc9 lcl: fix asterisk position in the copyright comment
git-svn-id: trunk@19477 -
2009-04-18 04:03:13 +00:00
jesus
21c26f68e4 LCL, Patch for TDBMemo so that UpdateRecord is only called when there has been changed something, from joost, issue #12725
git-svn-id: trunk@17652 -
2008-12-01 17:31:37 +00:00
mattias
4f8e6b22ae LCL: fixed TDBEdit setting freenotification for DataSource, bug #11779
git-svn-id: trunk@15965 -
2008-08-06 07:26:49 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
paul
693bccca27 lcl: return DataLink on CM_GETDATALINK (issue #0001410)
git-svn-id: trunk@14741 -
2008-04-03 01:33:43 +00:00
paul
7bebb27eab messages:
- change messages name from LM_CUTTOCLIP to LM_CUT, LM_COPYTOCLIP to LM_COPY, LM_PASTEFROMCLIP to LM_PASTE, LM_CLEARSEL to LM_CLEAR since they are come from WM_CUT, WM_COPY, WM_CLEAR, WM_PASTE
- assign windows message number to that messages (fixes issue #0010747)

git-svn-id: trunk@14415 -
2008-03-05 03:52:01 +00:00
jesus
525cd7d411 LCL, fix readonly status on several db controls, issue #10867
git-svn-id: trunk@14388 -
2008-03-03 17:57:39 +00:00
paul
754b2e921d change button enable state of TCustomEditButton descendants on ReadOnly change (issue #0010861 by Gerard Visent)
git-svn-id: trunk@14216 -
2008-02-21 04:17:28 +00:00
sekelsenmat
3e4e7f0f00 Fixes support for special keys on TDBMemo. Fixes bug #8029
git-svn-id: trunk@13000 -
2007-11-24 11:21:20 +00:00
marc
8e235a6696 * Patch for TDBImage and TDBMemo form Joost van der Sluis
git-svn-id: trunk@10681 -
2007-02-25 16:13:52 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
mattias
61d3fe6aa4 added checks for TDBMemo if write is possible
git-svn-id: trunk@8283 -
2005-12-09 09:59:28 +00:00
mattias
5e5c593414 added key handling for TDBMemo from Jesus
git-svn-id: trunk@7136 -
2005-05-03 16:43:43 +00:00
mattias
56ae7a60a2 fixed focus catch for combobox csDropDownList
git-svn-id: trunk@5890 -
2004-08-30 10:49:20 +00:00
mattias
ce11f9f6e2 implemented mainunit hints for include files
git-svn-id: trunk@5393 -
2004-04-10 17:58:57 +00:00
mattias
0e3bbc7055 registered TDBxxx controls
git-svn-id: trunk@4651 -
2003-09-19 09:40:58 +00:00
mattias
10e86b989c added DataChange after Loaded
git-svn-id: trunk@4648 -
2003-09-18 21:17:13 +00:00
ajgenius
634cb62242 added TFieldDataLink.FocusControl/OnFocusRequest
git-svn-id: trunk@4644 -
2003-09-18 14:36:17 +00:00
mattias
b78c09452b implemented TDBGroupBox
git-svn-id: trunk@4642 -
2003-09-18 14:00:09 +00:00
mattias
93af878a76 started TDBMemo
git-svn-id: trunk@4639 -
2003-09-18 11:24:29 +00:00