Commit Graph

84 Commits

Author SHA1 Message Date
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
paul
b3f92f1005 lcl: fix TCalcButton
- AsFloat now does not raise an exception if value is empty
 - fix calculator form creation

git-svn-id: trunk@16177 -
2008-08-21 14:01:54 +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
0dd452c02a formatting
git-svn-id: trunk@15247 -
2008-05-27 02:21:20 +00:00
vincents
27cf27363d LCL: Added DirectInput property for TCustomEditButton
patch by: Gerard Visent (modified)
mantis: 10861

git-svn-id: trunk@15118 -
2008-05-13 12:10:45 +00:00
marc
c81003eefa * Introduced TCustomBitmap as base class for all pixelbased imageclasses. Currently backward comatible (and equal to) TBitmap
* Added resource loading support to TPicture and Glyps to avoid image quality loss when converted to TBitmap
* Removed copy paste code for imagelist resource loading
* Moved some graphic classes to their own ini file

git-svn-id: trunk@14876 -
2008-04-17 23:43:11 +00:00
paul
d409bf4ad2 decapitalize Constructor and Destructor
git-svn-id: trunk@14378 -
2008-03-03 08:28:46 +00:00
paul
11de6af8b9 decapitalize all procedure and function keywords to make all looks the same
git-svn-id: trunk@14375 -
2008-03-03 08:06:26 +00:00
paul
27d0c29fb7 remove csCaptureMouse from TCustomEdit and TCustomCombobox (they are not needed and breaks behavior or qt applications)
git-svn-id: trunk@14220 -
2008-02-21 06:01:58 +00:00
paul
fc53a7a259 revert 0010861
git-svn-id: trunk@14219 -
2008-02-21 05:42:12 +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
mattias
d47865abc6 LCL: fixed TCustomEditButton anchoring button, fixing bug #10748/2
git-svn-id: trunk@14208 -
2008-02-20 13:28:46 +00:00
vincents
20af7aeb18 LCL: fixed setting default value of TDateEdit.ReadOnly in the constructor
git-svn-id: trunk@14206 -
2008-02-20 11:40:22 +00:00
jesus
769eb407d2 LCL, added OnCustomDate event to TDateEdit, user get opportunity to do custom date formating
git-svn-id: trunk@14138 -
2008-02-14 22:04:59 +00:00