Commit Graph

93 Commits

Author SHA1 Message Date
juha
651a6436a2 Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred.
git-svn-id: trunk@62890 -
2020-04-05 11:35:01 +00:00
mattias
a472e9ef09 buildintf: split from ideintf
git-svn-id: trunk@62795 -
2020-03-22 11:58:11 +00:00
zoran
0dc05db67d DateTimePicker: Change popup mode of CalendarForm from pmAuto to pmExplicit (makes difference when ParentForm of DateTimePicker is TCustomForm, not TForm)
git-svn-id: trunk@62623 -
2020-02-11 10:33:51 +00:00
juha
dab82b8dae Include "$(IDEBuildOptions)" macro in compiler options for some packages. Issue #36468, patch from Cyrax.
git-svn-id: trunk@62441 -
2019-12-23 21:01:19 +00:00
wp
d32b16b312 DateTimePicker: Make widths of ArrowButton and UpDown highDPI-aware. Issue #35814.
git-svn-id: trunk@61558 -
2019-07-10 20:50:57 +00:00
zoran
66f30ba367 DateTimePicker: add option dtpoResetSelection
git-svn-id: trunk@60614 -
2019-03-07 11:31:22 +00:00
zoran
fc99f0b187 DateTimePicker - improve readability (spaces aronund binary operators)
git-svn-id: trunk@60247 -
2019-01-30 12:27:47 +00:00
zoran
451ce57a11 DateTimePicker: remove comment referring to no more existing bug (mantis #34752)
git-svn-id: trunk@59906 -
2018-12-24 09:43:13 +00:00
zoran
6a64348cd5 DateTimePicker: a small cleanup
git-svn-id: trunk@59891 -
2018-12-22 09:04:00 +00:00
zoran
8abb8ccdeb DateTimePicker: Key handling behaviour improvment
git-svn-id: trunk@59887 -
2018-12-21 14:11:31 +00:00
zoran
94284ccbe5 DateTimePicker: move key handling from calendar to its container form, so that it works when calendar is not TWinControl
git-svn-id: trunk@59875 -
2018-12-20 07:59:41 +00:00
zoran
bb20acbfb4 DateTimePicker: drop down calendar on alt+down key
git-svn-id: trunk@59874 -
2018-12-20 07:39:13 +00:00
wp
62c4c59fe9 DateTimePicker: Make DropDownCalendarForm protected (see https://forum.lazarus.freepascal.org/index.php/topic,43255.msg302417).
git-svn-id: trunk@59598 -
2018-11-18 23:33:33 +00:00
mattias
c2b0e049ef set trunk version to 2.0.0PreRelease
git-svn-id: trunk@59008 -
2018-09-15 19:41:22 +00:00
mattias
2bbe0a8cc7 updated makefiles
git-svn-id: trunk@58493 -
2018-07-11 23:58:59 +00:00
mattias
44053b1a5c lcl: tdatetimepicker: Checked=true by default, issue #33892
git-svn-id: trunk@58377 -
2018-06-22 14:46:17 +00:00
mattias
3575d8d0e1 make bigide: added cmdlinedebuggerbase and lazdebuggerlldb
git-svn-id: trunk@58363 -
2018-06-20 21:41:44 +00:00
ondrej
0c5181bf67 Revert r58337 and r58339 #e887c43e0d
git-svn-id: trunk@58346 -
2018-06-19 20:04:57 +00:00
ondrej
f1b3d3f742 LCL: call OnEditingDone (DoEditingDone) only if something changed
git-svn-id: trunk@58337 -
2018-06-19 17:11:31 +00:00
ondrej
ff1d04d947 datetimepicker: draw check box instead of having a real control (fixes focus issues).
git-svn-id: trunk@58282 -
2018-06-15 18:53:44 +00:00
wp
45fc658a8d IDE: New HiRes palette icons by Roland Hahn for database-related components
git-svn-id: trunk@56499 -
2017-11-26 18:24:42 +00:00
wp
f300174bea IDE: Add HiRes palette icons for TDBDateTimePacker.
git-svn-id: trunk@55906 -
2017-09-23 20:33:46 +00:00
wp
c75197f5f2 DateTimeCtls: HiRes icons for TDateTimePicker by Roland Hahn. Switch icons to .res format.
git-svn-id: trunk@55875 -
2017-09-16 16:42:14 +00:00
ondrej
c727f965e6 datetimepicker: update date also when handle is not yet allocated. issue #32106
git-svn-id: trunk@55435 -
2017-07-04 06:47:33 +00:00
zoran
b47c467010 DateTimePicker: Add RemoveHandlerOnChange, RemoveHandlerOnCheckBoxChange, override RemoveAllHandlersOfObjects
git-svn-id: trunk@55318 -
2017-06-11 16:02:45 +00:00
zoran
858c31e6bc DateTimeCtrls: Rename outdated ChangeLog.txt to ChangeLog.old
git-svn-id: trunk@55317 -
2017-06-11 15:32:59 +00:00
zoran
aee4923fa6 DateTimeCtrls: add 'outdated' note to old ChangeLog.txt
git-svn-id: trunk@55316 -
2017-06-11 15:30:53 +00:00
zoran
95df659e64 DateTimeCtrls: Remove old html manual (link in readme.txt points to up to date wiki page)
git-svn-id: trunk@55315 -
2017-06-11 15:26:52 +00:00
zoran
dc71c4f760 DateTimePicker: correcting link in readme.txt
git-svn-id: trunk@55314 -
2017-06-11 14:49:27 +00:00
zoran
cf2b24196c DateTimePiker: Built-in UpDown control appears flat with dtpoFlatButton option
git-svn-id: trunk@55292 -
2017-06-09 16:38:33 +00:00
zoran
59c1e76968 Fix indentation
git-svn-id: trunk@55279 -
2017-06-09 13:17:17 +00:00
ondrej
7643e26863 components: datetimepicker: change boolean properties EnableWhenUnchecked, AutoCheck, FlatButton to entries in Options.
git-svn-id: trunk@55272 -
2017-06-09 07:04:45 +00:00
ondrej
19843adc12 components: datetimepicker: TextForNullDate type TCaption - for translations
git-svn-id: trunk@55271 -
2017-06-09 06:38:31 +00:00
zoran
18e8d9b915 DateTimePicker - add input checking in SendExternalKey and add SendExternalKeyCode method
git-svn-id: trunk@55268 -
2017-06-08 17:32:58 +00:00
zoran
ee969afadb DateTimePicker - improve smart calling change when Date/Time is set from code
git-svn-id: trunk@55266 -
2017-06-07 15:56:49 +00:00
zoran
ccc63716d3 DateTimePicker - corrected misleading comment
git-svn-id: trunk@55234 -
2017-06-05 12:50:11 +00:00
ondrej
7e3c4d39df DateTimeCtrls: TDateTimePicker: add Options property with dtpoDoChangeOnSetDateTime (not default). Issue #31679
git-svn-id: trunk@55133 -
2017-05-31 16:31:59 +00:00
mattias
e6ce403f3f updates makefiles
git-svn-id: trunk@54969 -
2017-05-18 11:39:53 +00:00
zoran
9e26dc8414 DBDateTimePicker - removing old comment
git-svn-id: trunk@54818 -
2017-05-06 13:18:08 +00:00
zoran
c954ed4518 DateTimePicker - improved 54652
git-svn-id: trunk@54653 -
2017-04-20 13:08:55 +00:00
zoran
1ed8c064f8 DateTimePicker - don't call OnChange when undoing changes
git-svn-id: trunk@54652 -
2017-04-20 13:00:35 +00:00
zoran
71e9ef32c4 DateTimePicker - OnChange fires twice - bug #31679
git-svn-id: trunk@54651 -
2017-04-20 12:19:22 +00:00
juha
6774461478 DateTimePicker: Don't fire OnChange event when pressing ESC without changes. Issue #31679, patch from Gabor Boros.
git-svn-id: trunk@54645 -
2017-04-19 12:11:27 +00:00
mattias
0a891e4ab2 set version to 1.8.0RC1
git-svn-id: trunk@54578 -
2017-04-08 21:53:32 +00:00
ondrej
4b2b9d793f datetimectrls: datetimepicker: add OnChange and OnCheckBoxChange method handler lists.
git-svn-id: trunk@54497 -
2017-03-28 19:46:33 +00:00
ondrej
3764df3f2c datetimectrls: datetimepicker: use Self as Sender for OnCheckBoxChange.
Reason: do not expose check box to public methods.

git-svn-id: trunk@54496 -
2017-03-28 19:32:46 +00:00
ondrej
bf733a19c0 components: datetimepicker: always update date on CreateWnd. Issue #31571
git-svn-id: trunk@54495 -
2017-03-28 19:26:06 +00:00
zoran
9c4321293b DateTimePicker: Fixed bug - sometimes, when trying to set date to impossible value Date gets set to MinDate instead of nearest possible date
git-svn-id: trunk@54184 -
2017-02-17 13:01:13 +00:00
ondrej
e2b4f692bc datetimectrls: datetimepicker: explicitely center themed drop-down arrow - some WS require it. Issue #31383
git-svn-id: trunk@54147 -
2017-02-13 11:39:29 +00:00
ondrej
610efc232b datetimectrls: TDateTimePicker: add AutoCheck property
git-svn-id: trunk@53805 -
2016-12-30 10:50:55 +00:00