Commit Graph

66 Commits

Author SHA1 Message Date
blikblum
2639c13652 lcl: publish TMaskEdit.OnEditingDone
git-svn-id: trunk@25268 -
2010-05-09 02:25:44 +00:00
blikblum
bca0033c28 lcl: publish TMaskEdit.Align (inadvertently removed in previous commit)
git-svn-id: trunk@23873 -
2010-03-08 01:26:47 +00:00
blikblum
b4b050bffb lcl/maskedit: Add DisableMask and RestoreMask so it's possible to avoid the mask validation as in Delphi but more safe
Handle validation fail. By Bart Broersma. Issue #15459.

git-svn-id: trunk@23853 -
2010-03-07 00:07:32 +00:00
paul
f8a182a252 lcl: publish TMaskEdit.Align
git-svn-id: trunk@22711 -
2009-11-23 03:18:08 +00:00
jesus
e45d50c8c4 LCL, TMaskedit fixes, from Bart Broersma, issue #14895
git-svn-id: trunk@22550 -
2009-11-12 21:27:08 +00:00
vincents
377d707a1d LCL: fixed irrecoverable state of DBEdit control because of setting TMaskEdit.EditText from Bart (issue #14832)
git-svn-id: trunk@22323 -
2009-10-28 16:00:48 +00:00
paul
324ab49d7b lcl: masedit patch from Bart Broersma (issue #0014776)
git-svn-id: trunk@22214 -
2009-10-18 06:25:11 +00:00
paul
5a0f95b483 lcl: MaskEdit: several minor fixes (patch by Bart Broersma, issue #0014725)
git-svn-id: trunk@22053 -
2009-10-06 02:29:08 +00:00
vincents
f914d86b95 LCL: cleanup of masedit unit from issue #14615
patch by Bart Broersma

git-svn-id: trunk@21880 -
2009-09-26 12:32:09 +00:00
mattias
a661ce3a4e LCL: maskedit: always set FChangeAllowed to false
git-svn-id: trunk@21834 -
2009-09-23 11:52:47 +00:00
mattias
47bdaddd85 LCL: call TCustomMaskEdit: clean up
git-svn-id: trunk@21802 -
2009-09-21 12:41:17 +00:00
mattias
953f2f79df LCL: maskedit: restore FChangeAllowed
git-svn-id: trunk@21800 -
2009-09-21 12:34:03 +00:00
mattias
d2e41f6ff5 LCL: formatting
git-svn-id: trunk@21799 -
2009-09-21 12:30:37 +00:00
paul
2f6201ed2e lcl: publish OnMouseEnter, OnMouseLeave for some controls (patch of Zeljan, issue #0014575)
git-svn-id: trunk@21683 -
2009-09-13 11:31:57 +00:00
vincents
370bd8aff3 LCL: fixed entering '.' or ',' in MaskEdit control from Bart Broersma (issue #14453)
git-svn-id: trunk@21618 -
2009-09-08 10:56:58 +00:00
vincents
6f343b79e0 LCL: maskedit, jump to dot by pressing the key from Ingo Steiniger (issue #14180)
git-svn-id: trunk@21118 -
2009-08-06 12:51:40 +00:00
vincents
7279d43d78 LCL: make TCustomEdit.EditMask public again, it is used by the TMaskEditor. This change may be undone if the TMaskEditEditor only is a component editor for TMaskEditor and not TCustomMaskEditor.
git-svn-id: trunk@21107 -
2009-08-05 14:07:16 +00:00
vincents
bc5a67ad14 LCL: patch from Michael van Canneyt (issue #14113)
* make TCustomEditButton a descendant from TCustomMaskEdit.
* adds a mask to TDateEdit. The format of the mask can be set with the new DateOrder property.
* make some public TCustomMask properties protected.

git-svn-id: trunk@21106 -
2009-08-05 13:31:39 +00:00
paul
0dff87dd53 lcl: publish TMaskEdit.BorderSpacing
git-svn-id: trunk@19719 -
2009-05-01 06:42:19 +00:00
paul
6fc8235611 lcl: apply patch of Stephano to make some method declarations more delphi compatible (issue #0013125)
git-svn-id: trunk@18593 -
2009-02-06 17:50:50 +00:00
paul
564736fc55 lcl: apply patches from Bart Broersma for (issue #0013074) - Tmaskedit get blank character (space) inserted when key released
git-svn-id: trunk@18557 -
2009-02-04 12:01:50 +00:00
paul
68603b956b lcl: remove Crl3D, ParentCtl3D properties, register them as properties to skip
git-svn-id: trunk@18517 -
2009-01-31 12:04:03 +00:00
paul
fbb7185e56 lcl: apply patch of Bart Broersma for bug "Entering a key not allowed by the EditMask in a TMaskEdit will clear the current key" (mantis #0012957)
git-svn-id: trunk@18261 -
2009-01-12 02:59:45 +00:00
paul
84b988a827 lcl: apply patch for issue "DBEdit does not update the dataset" by Bart Broersma (mantis #0012938)
git-svn-id: trunk@18225 -
2009-01-09 17:21:16 +00:00
paul
2d45ac454b lcl: apply Bart Broesma patch for issue "Is not possible to set the cursor position in a maskedit using the mouse" (bug #0012939)
git-svn-id: trunk@18212 -
2009-01-08 17:20:37 +00:00
paul
2059383fbd lcl: fix typo
git-svn-id: trunk@18194 -
2009-01-07 18:04:12 +00:00
paul
f6bd9d3638 lcl: apply Bart Broersma patch for maskedit. It is almost full reimplementation. (mantis #0012920)
git-svn-id: trunk@18192 -
2009-01-07 17:03:34 +00:00
paul
d9491a4528 lcl: fix header
git-svn-id: trunk@18002 -
2008-12-31 03:07:17 +00:00
paul
bf94a5077c lcl: unpublish TMaskEdit.IsMasked - it is not a property for object inspector or .lfm, it can be accessed anyway since it is placed in the "public" section
git-svn-id: trunk@17980 -
2008-12-30 03:37:23 +00:00
paul
4f720e7193 lcl: The cursor is not positioned correctly when a date separator is found in MaskEdit (from Luiz Americo, bug #0012878)
git-svn-id: trunk@17971 -
2008-12-29 06:26:00 +00:00
paul
07f5ba88b0 lcl: improve key handling in maskedit from Bart Broersma (#0011764)
git-svn-id: trunk@17914 -
2008-12-24 03:47:40 +00:00
paul
4e176f6df7 lcl: fixed typo in the maskedit.pp from Bart Broersma (#0012844)
git-svn-id: trunk@17913 -
2008-12-24 03:36:34 +00:00
paul
3374c666b8 lcl: publish OnUTF8KeyPress
git-svn-id: trunk@16520 -
2008-09-10 09:22:59 +00:00
jesus
ab5c54df8e LCL, fix 'Error reading MaskEdit1.Text: Error setting text...' when editmask has three fields
git-svn-id: trunk@15988 -
2008-08-07 20:24:17 +00:00
mattias
372a7016a7 IDE: codehlp: implemented finding references in fpdoc files
git-svn-id: trunk@15987 -
2008-08-07 18:13:17 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
vincents
d0ae7e95f6 LCL: fixed key handling in maskedit (issue #11655)
git-svn-id: trunk@15813 -
2008-07-18 09:17:54 +00:00
vincents
5b3c40da89 LCL: implemented TCustomMaskEdit.GetSel and SetSel form Ts. Petrov (issue #11655)
git-svn-id: trunk@15789 -
2008-07-15 19:53:24 +00:00
paul
54b2722d1c lcl: hour separator is ':' instead of ';'
git-svn-id: trunk@15055 -
2008-05-06 06:48:24 +00:00
paul
4613ddc4be lcl: maskedit - move messages and overrides to protected section from private to allow their further overriding (by request of alexs)
git-svn-id: trunk@14832 -
2008-04-15 16:19:53 +00:00
vincents
a69cd0c485 LCL: fixed maskedit warnings
git-svn-id: trunk@14799 -
2008-04-10 13:07:59 +00:00
sekelsenmat
e52e15040b Fix compilation of maskedit in non-win32.
git-svn-id: trunk@14764 -
2008-04-05 18:03:36 +00:00
sekelsenmat
78c6aa38dd Patch from David Guadagnini plus fix from Junior Goncalves and other
fixes from myself. Implements maskedit.pp

git-svn-id: trunk@14760 -
2008-04-05 13:39:50 +00:00
jesus
bfcac58e6b LCL: enabled published properties of TMaskEdit
git-svn-id: trunk@10986 -
2007-04-22 22:16:38 +00:00
marc
0e635a6ca3 * Removed copyrighted code and implemented bare minimum to keep things compilable
git-svn-id: trunk@10953 -
2007-04-16 18:32:07 +00:00
mattias
2cf5ba11a4 codetools: added verbosity
git-svn-id: trunk@10475 -
2007-01-18 14:47:44 +00:00
mattias
db61aa7535 LCL: Application.MainForm is now set before form handle is created
git-svn-id: trunk@10472 -
2007-01-18 13:33:50 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
jesus
abc306261e unpublished dbedit.text property, dbedit show text at runtime only when it needs to (bug #1243)
git-svn-id: trunk@7853 -
2005-09-29 18:20:55 +00:00
mattias
aac6d79b71 TBitBtn now calls AdjustSize on change
git-svn-id: trunk@7748 -
2005-09-19 22:07:12 +00:00