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
paul
df3550bba9
lcl: set TFileNameEdit.FilterIndex before OnAcceptFileName execution + formatting (issue #0017306 )
...
git-svn-id: trunk@29916 -
2011-03-19 17:13:39 +00:00
paul
57daf59d6e
lcl: use DefaultFormatSettings to prevent deprecated message generation
...
git-svn-id: trunk@28588 -
2010-12-02 07:21:19 +00:00
vincents
c4d4d4f6c3
LCL: added TFileNameEdit.OnFolderChange event (issue #17644 )
...
based on patch by Denis Golovan
git-svn-id: trunk@28437 -
2010-11-23 14:13:53 +00:00
zeljko
4a3f4e9227
LCL: editbtn, added DefaultExt property which passes default extension to save dialog in dkSave mode.Patch by Alberto Manganaro.Fixes issue #17463 .
...
git-svn-id: trunk@28289 -
2010-11-17 09:23:18 +00:00
maxim
977afc6da5
LCL: trigger TFileNameEdit OnChange event when file name is changed through file dialog too, bug #17920
...
git-svn-id: trunk@28204 -
2010-11-13 21:05:08 +00:00
mattias
12bd4b87a6
LCL: TDateEdit: displaysettings
...
git-svn-id: trunk@28084 -
2010-11-05 01:51:03 +00:00
maxim
d16d3ded6a
LCL: make FileNameEdit FileName property change synchronously with Text one. Patch from Bart Broersma, bug #15295
...
git-svn-id: trunk@27930 -
2010-10-28 20:07:40 +00:00
paul
c93ed80353
lcl: cleanup
...
git-svn-id: trunk@24161 -
2010-03-22 03:55:06 +00:00
paul
77284ff2e5
lcl: don't show calendar on TDateEdit double click if it is ReadOnly by taka_jp (issue #0015366 )
...
git-svn-id: trunk@23232 -
2009-12-22 08:27:36 +00:00
paul
43726b3318
lcl: Add DroppedDown property to TDateEdit by Luiz Americo (issue #0015361 ) + cleanup
...
git-svn-id: trunk@23225 -
2009-12-22 04:39:54 +00:00
paul
c238c57405
lcl: don't call Change two times when TDateEdit changes (fixes issue #0014977 )
...
git-svn-id: trunk@23213 -
2009-12-21 10:12:25 +00:00
paul
b0344116c5
lcl: change TFileNameEdit.FileName on typing in the edit box (fix issue #0014498 )
...
git-svn-id: trunk@21573 -
2009-09-04 15:07:08 +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
7b940b78ca
gtk: draw Frame3d in a compatible with other widgetsets way (fixes bug #0013776 )
...
git-svn-id: trunk@20110 -
2009-05-22 01:28:25 +00:00
paul
d9c7fdad82
gtk: fix setting readonly for TCustomEdit (bug #0013773 )
...
git-svn-id: trunk@20106 -
2009-05-21 13:01:22 +00:00
vincents
ed614cee3c
LCL: Use TDirectoryEdit.DialogTitle the same way as TFileNameEdit.DialogTitle
...
git-svn-id: trunk@20026 -
2009-05-18 10:57:26 +00:00
vincents
a12ca5ce2a
LCL: fixed TDirectoryEdit.DialogTitle from Samuel Herzog (issue #13704 )
...
git-svn-id: trunk@20014 -
2009-05-17 19:42:23 +00:00
paul
ae839602c2
lcl: formatting
...
git-svn-id: trunk@19937 -
2009-05-12 05:59:22 +00:00
vincents
ecb7c06a96
LCL: added TFileEdit.HideDirectories and published Alignment from Alexander S. Klenin (issue #13498 )
...
git-svn-id: trunk@19551 -
2009-04-21 12:32:56 +00:00
paul
e4256705cd
lcl: show calendar popup with current day and time in case of empty text instead of NullDate (issue #0013491 by patch of Salvatore Coppola)
...
git-svn-id: trunk@19381 -
2009-04-12 09:46:27 +00:00
paul
17b9b92756
lcl: publish BorderStyle for more components
...
git-svn-id: trunk@19032 -
2009-03-19 14:26:57 +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
ddd82a77de
lcl: populate TFileNameEdit.DialogFiles before onChange event (related with mantis #0012898 )
...
git-svn-id: trunk@18021 -
2009-01-01 19:41:18 +00:00
paul
9d7996ed21
lcl: set default values for properties of TCustomEditButton and TFileNameEdit
...
git-svn-id: trunk@18020 -
2009-01-01 19:32:42 +00:00
paul
d9491a4528
lcl: fix header
...
git-svn-id: trunk@18002 -
2008-12-31 03:07:17 +00:00
paul
3374c666b8
lcl: publish OnUTF8KeyPress
...
git-svn-id: trunk@16520 -
2008-09-10 09:22:59 +00:00