Commit Graph

123 Commits

Author SHA1 Message Date
bart
78869bf7b8 EditButton: fix directive for function Focused.
git-svn-id: trunk@44708 -
2014-04-12 21:21:48 +00:00
bart
d8d638b475 EditButton: implement GetSel, SetSel and EditCanModify: needed by Lazarus IBO port.
git-svn-id: trunk@44707 -
2014-04-12 21:15:52 +00:00
bart
34d9fbe2f4 EditButton: refactor.
(Rename TBeEdit to TEbEdit, the old name was short for TButtonEditEdit, which was thought up
at the time the TEditButton was rewritten as TButtonEdit.)

git-svn-id: trunk@44702 -
2014-04-12 11:49:04 +00:00
zeljko
a42771378c LCL: fixed wrong TCustomEditControl OnMouseEnter event.
git-svn-id: trunk@44701 -
2014-04-12 11:28:50 +00:00
bart
9824c154d1 EditButton: implement protected properties EditText and IsMasked.
git-svn-id: trunk@44700 -
2014-04-12 11:27:25 +00:00
bart
3a55271c5e EditButton: reduce visibility of property Edit to protected, it is meant for acces to FEdit in derived controls.
git-svn-id: trunk@44699 -
2014-04-12 11:21:16 +00:00
juha
cc730e631f LCL, ButtonEdit: make the Edit control protected, available for inherited controls.
git-svn-id: trunk@44696 -
2014-04-12 09:01:23 +00:00
bart
1e4d9a5e3c EditButton: redirect focus to FEdit when control gets activated, e.g if it is set as ActiveControl.
git-svn-id: trunk@44691 -
2014-04-11 22:01:04 +00:00
bart
9597a13137 EditBtn: implement Validateedit and Reset methods.
git-svn-id: trunk@44680 -
2014-04-11 17:38:37 +00:00
bart
be1a5bc92c EditBtn: fix clearing filter text on entering TCustomControlFilterEdit.
git-svn-id: trunk@44679 -
2014-04-11 17:20:00 +00:00
bart
58a1d5eef1 TCustomEditBtn: fix loading Color.
git-svn-id: trunk@44669 -
2014-04-10 17:57:13 +00:00
bart
e3aa48ff3e TCustomEditBtn: initialize Color property in constructor.
git-svn-id: trunk@44668 -
2014-04-10 17:06:32 +00:00
bart
532b6e1e0f EditBtn: Fix assigning OnKeyDown (issue #0025998).
git-svn-id: trunk@44666 -
2014-04-09 20:31:06 +00:00
bart
3c46241a71 LCL: undo the renaming of TEditButton into TButtonEdit.
TEditButton now has the new implementation of previously introduced TButtonEdit component.

git-svn-id: trunk@44664 -
2014-04-09 15:46:18 +00:00
bart
bee933f2ab LCL: Start replacing TEditButton with TButtonEdit component.
The old TEditButton implementation is (for the time being) compilable with -dUSEOLDEDITBUTTON

git-svn-id: trunk@44623 -
2014-04-06 15:19:13 +00:00
bart
f78c905370 ButtonEdit: fix building with USEBUTTONEDIT
git-svn-id: trunk@44589 -
2014-04-02 21:42:37 +00:00
bart
2a7bde6725 Starts implementing TButtonEdit, a repacement for TEditButton.
git-svn-id: trunk@44584 -
2014-04-01 22:34:25 +00:00
juha
1895283edd LCL: remove an experimental TEditButton which seems to be a dead end. It was behind a define NewEditButton.
git-svn-id: trunk@44433 -
2014-03-15 14:08:51 +00:00
juha
b99a80c49f LCL: New method ForceFilter for FilterEdit. Issue #25258, patch from Cyrax.
git-svn-id: trunk@43482 -
2013-11-26 22:12:08 +00:00
paul
102a858398 lcl, ide: redo LoadGlypFromResource to LoadGlyphFromResourceName with ability to pass an Instance handle
git-svn-id: trunk@42972 -
2013-09-27 08:44:38 +00:00
paul
88f15398f4 lcl: move edit button images from Lazarus to FPC resources
git-svn-id: trunk@42963 -
2013-09-27 03:52:44 +00:00
bart
5f60f3f425 EditBtn: change name of parameter Action into Accept in TAcceptValueEvent.
Resolves issue #0024906.

git-svn-id: trunk@42539 -
2013-09-01 10:20:49 +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
juha
04702d4ac1 LCL: Fix fOnAfterFilter event's name in FilterEdit
git-svn-id: trunk@41104 -
2013-05-10 07:55:43 +00:00
juha
b77275a1d2 LCL: New implementation of TEditButton. Is compiled only with define NewEditButton, for testing now. Issue #24170, patch from Vojtech Cihak
git-svn-id: trunk@40663 -
2013-03-29 14:31:40 +00:00
mattias
77e515b5c3 lcl: renamed lisCEFilter to rsFilter
git-svn-id: trunk@40058 -
2013-01-30 14:20:28 +00:00
juha
68cb956920 LCL: add TCustomControlFilterEdit.AfterFilter event, part of #22457
git-svn-id: trunk@37997 -
2012-07-22 07:15:19 +00:00
juha
2d2bc29026 LCL: Publish BorderStyle and CharCase for TDBComboBox. Issue #22295, patch from LacaK2
git-svn-id: trunk@37787 -
2012-06-26 18:24:04 +00:00
juha
8e395383ce LCL: remove DebugLn from TCustomControlFilterEdit.
git-svn-id: trunk@37406 -
2012-05-23 20:55:51 +00:00
juha
f209e0ccf2 LCL: in FilterEdit, register Form Activate and Deactivate handlers to get info of ActiveControl state. Issue #22079
git-svn-id: trunk@37353 -
2012-05-19 18:32:44 +00:00
juha
afdef03054 LCL: add DebugLns to TCustomControlFilterEdit DoEnter and DoExit. They are not always called properly.
git-svn-id: trunk@37350 -
2012-05-19 13:19:11 +00:00
juha
3e716f473f LCL: Do not save the default glyph of EditButton in LFM, issue #22053, patch from Silvio Clécio
git-svn-id: trunk@37343 -
2012-05-19 08:04:22 +00:00
juha
e081f88aa0 FilteredEdit components: forward the Return press correctly when it is not handled by the filtered control
git-svn-id: trunk@35552 -
2012-02-22 10:49:14 +00:00
mattias
bbe475b828 LCL: TFilenameEdit: check if Filename exists, use InitialDir
git-svn-id: trunk@35450 -
2012-02-18 15:52:39 +00:00
mattias
588639f160 LCL: TFilenameEdit: set DialogOptions for save, using defaults like default LCL dialog
git-svn-id: trunk@35449 -
2012-02-18 15:13:03 +00:00
mattias
73c5c4d51e LCL: TFilenameEdit: set initialdir for save
git-svn-id: trunk@35448 -
2012-02-18 15:10:25 +00:00
juha
b5744efb18 LCL: forward Return key press to the filtered control in FilterEdit controls
git-svn-id: trunk@35442 -
2012-02-18 14:04:26 +00:00
mattias
f762ac3dbd LCL: TCustomControlFilterEdit: keep still at designtime
git-svn-id: trunk@35052 -
2012-01-31 08:36:35 +00:00
juha
421b8f5dae LCL: Make FilterEdit behave right with Shift button also on Windows.
git-svn-id: trunk@35016 -
2012-01-29 14:44:09 +00:00
zeljko
fc972af002 LCL: TCustomEditButton: update button position when bidi mode changes. issue #20628
git-svn-id: trunk@34260 -
2011-12-18 16:14:14 +00:00
juha
bcb7030b54 Improve ListFilterEdit and apply it to compiler message dialog.
git-svn-id: trunk@33774 -
2011-11-25 09:40:15 +00:00
zeljko
e9e48cbc59 LCL: cleanup of unused variables
git-svn-id: trunk@33050 -
2011-10-23 14:37:12 +00:00
juha
d175d9df9a LCL: Remove PasswordChar from the "published" section of TDateEdit, issue #20169
git-svn-id: trunk@32993 -
2011-10-19 21:47:54 +00:00
juha
ff896ae59f ListFilterEdit and TreeFilterEdit: remove unneeded parts, refactor
git-svn-id: trunk@31753 -
2011-07-19 23:17:59 +00:00
juha
9a304450fc Use new TreeFilterEdit where appropriate.
git-svn-id: trunk@31752 -
2011-07-19 22:21:26 +00:00
maxim
1c6e99ab46 LCL: moved TCustomControlFilterEdit's resource string to LCLStrConsts
git-svn-id: trunk@31749 -
2011-07-19 20:29:18 +00:00
juha
211d9b8926 LCL: Create an abstract base class for ListFilterEdit. Prepare to split TreeFilterEdit from it.
git-svn-id: trunk@31747 -
2011-07-19 16:45:31 +00:00
juha
875ba76c7a LCL: add BiDi support for 5 components. Patch from Avishai, issue #19268
git-svn-id: trunk@30594 -
2011-05-07 10:26:05 +00:00
juha
ad2cc72723 LCL: Add virtual methods supporting hiding the button in TCustomEditButton. Patch from Stephano.
git-svn-id: trunk@30308 -
2011-04-16 10:26:58 +00:00
juha
87c3945597 LCL: fix comment for TCustomEditButton
git-svn-id: trunk@30271 -
2011-04-12 20:59:45 +00:00