Commit Graph

50 Commits

Author SHA1 Message Date
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
ondrej
feccd7b7df datetimectrls: TDateTimePicker: add SendExternalKey method
git-svn-id: trunk@53804 -
2016-12-30 10:26:55 +00:00
ondrej
b8082b8827 datetimectrls: datetimepicker: add EnableIfUnchecked property
git-svn-id: trunk@53760 -
2016-12-22 18:13:34 +00:00
mattias
20f18a338c make bigide: added lazcontroldsgn and datetimectrlsdsgn
git-svn-id: trunk@53701 -
2016-12-16 14:01:30 +00:00
ondrej
adc3978ebd Components: dbdatetimepicker: implement message CM_GETDATALINK, issue #30998, patch from Michal Gawrycki
git-svn-id: trunk@53438 -
2016-11-24 17:51:27 +00:00
zoran
5416af6a20 TDateTimePicker - removing not needed lines of code
git-svn-id: trunk@52594 -
2016-07-01 11:34:44 +00:00
zoran
7c8840606e TDateTimePicker - correction of drawing speed button arrow - asYetAnotherShape
git-svn-id: trunk@52593 -
2016-07-01 11:03:51 +00:00
ondrej
efbd824ccd DateTimeCtrls: remove IDEIntf dependency from runtime package, add LCLBase
git-svn-id: trunk@52381 -
2016-05-24 11:00:02 +00:00
maxim
735b948b78 DateTimeCtrls: cleaned up missing files from LPK, fixes Lazarus rebuild
git-svn-id: trunk@52379 -
2016-05-23 22:33:02 +00:00
ondrej
251c2ec7a1 DateTimeCtrls: split code into run-time and design-time packages.
git-svn-id: trunk@52353 -
2016-05-23 07:40:27 +00:00
zoran
7ea0992229 DateTimePicker - check selection update on changing DateDisplayOrder
git-svn-id: trunk@52056 -
2016-03-25 14:28:22 +00:00
mattias
25f7a697e5 updated makefiles
git-svn-id: trunk@52001 -
2016-03-20 11:19:40 +00:00
ondrej
705328d2e1 components: datetime picker: rewrite drop down drawing, use themes by default
git-svn-id: trunk@51969 -
2016-03-17 08:06:00 +00:00
ondrej
516b7dd2cc components: datetime picker: add FlatButton property
git-svn-id: trunk@51968 -
2016-03-17 07:04:35 +00:00
ondrej
6850c3787f components: datetimepicker: invoke Change/OnChange also when DateTime was changed programatically (like edit).
git-svn-id: trunk@51967 -
2016-03-17 06:58:50 +00:00
ondrej
ad30a9f3e2 components: datetime picker: keep parent form active when calendar window is shown (win32 only, should do nothing on other OS)
git-svn-id: trunk@51956 -
2016-03-15 21:24:58 +00:00
mattias
17f571cf26 components: less hints
git-svn-id: trunk@51788 -
2016-03-01 15:31:26 +00:00
zoran
ee08798b5e TDateTimePicker - switch to OnClick instead of OnMouseUp
git-svn-id: trunk@51734 -
2016-02-27 14:33:16 +00:00
zoran
238a361f68 Fix KeyDown in calendar in Windows (to close only when CalendarView is cvMonth)
git-svn-id: trunk@51733 -
2016-02-27 14:17:05 +00:00
zoran
d03d42c5c3 Fix calendar behaviour on newer Windows OS-s (Vista+)
git-svn-id: trunk@51696 -
2016-02-25 12:33:50 +00:00
zoran
e2a04877b0 TDatePicker added public property DroppedDown - Delphi compatible
git-svn-id: trunk@50025 -
2015-10-10 13:33:30 +00:00
zoran
468f3f322b TDatePicker added property CalAlignment - Delphi compatible
git-svn-id: trunk@50024 -
2015-10-10 13:23:42 +00:00
mattias
2c46e6e468 IDE+lazbuild+makefiles: on darwin use -gw instead of -g
git-svn-id: trunk@49906 -
2015-10-01 18:40:54 +00:00
juha
255bf5782e Use GlobalDesignHook only if it is assigned. Issue #28175.
git-svn-id: trunk@49233 -
2015-05-31 13:45:31 +00:00
mattias
5772aff233 fixed wrong Frac/Trunc in DecodeDate/Time
git-svn-id: trunk@47641 -
2015-02-07 12:22:35 +00:00
mattias
1ace74c1d3 datetimectrls: fixed decodetime
git-svn-id: trunk@47637 -
2015-02-07 12:14:19 +00:00
mattias
f411da2257 datetimectrls: fixed compilation with fpc 2.7.1
git-svn-id: trunk@47246 -
2014-12-25 10:51:02 +00:00
zoran
3adae1d6f9 updating manual
git-svn-id: trunk@47241 -
2014-12-24 16:46:55 +00:00
zoran
6f48c19f06 add auto correction of date parts when AutoAdvance is on, in order to make possible for user to edit dates smoothly
git-svn-id: trunk@47237 -
2014-12-23 12:51:33 +00:00
mattias
b78a550572 IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412
git-svn-id: trunk@46874 -
2014-11-18 11:03:29 +00:00
juha
51ab663b7f LCL: Publish events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp for yet more controls. Issue #26781, patch from Sandro Cumerlato.
git-svn-id: trunk@46338 -
2014-09-26 21:40:47 +00:00
mattias
31e9720f24 datetimectrl: updated makefile
git-svn-id: trunk@46218 -
2014-09-14 09:23:47 +00:00
mattias
8d7a8b4f81 datetimectrls: removed -CX, added LCLWidgetType dir to output path
git-svn-id: trunk@46212 -
2014-09-13 21:10:55 +00:00
juha
60fe9db3e4 IDE: Makefiles needed when adding DateTimeCtrls for Lazarus BigIde.
git-svn-id: trunk@46207 -
2014-09-13 14:11:01 +00:00
zoran
89dbbe65f3 DateTimeCtrls: setting version to 1.5.1 - after the last ZVDateTimeCtrls
git-svn-id: trunk@45730 -
2014-06-29 11:50:37 +00:00
zoran
e4751d8f8c DateTimePicker: use LazUTF8 instead of LCLProc
git-svn-id: trunk@45494 -
2014-06-13 10:51:07 +00:00
zoran
ef1f0b14a6 DateTimePicker: code cleanup
git-svn-id: trunk@45316 -
2014-06-03 07:18:58 +00:00
zoran
2e69662d45 Move DBDateTimePicker to Date Contorls page on Component Pallete
git-svn-id: trunk@45097 -
2014-05-19 16:43:37 +00:00
zoran
9459918ec8 DateTimePicker: cleanup code from ifdef regarding very old Lazarus version
git-svn-id: trunk@44434 -
2014-03-15 15:36:07 +00:00
zoran
10d67b7628 DateTimePicker: Always use PopupMode pmAuto
git-svn-id: trunk@44388 -
2014-03-09 16:16:32 +00:00
zoran
26b20e2946 datetimectrls - AutoAdvance defaults to True
git-svn-id: trunk@44337 -
2014-03-04 04:34:20 +00:00
zoran
58e0398461 datetimectrls - prevent calendar drop when day is not shown
git-svn-id: trunk@44336 -
2014-03-04 04:26:23 +00:00
juha
66a2978ff3 New components TDateTimePicker and TDBDateTimePicker. Copied and modified from ZV-components from Zoran Vučenović.
git-svn-id: trunk@43858 -
2014-01-31 11:04:36 +00:00
juha
425985c464 New components TDateTimePicker and TDBDateTimePicker. Copied and modified from ZV-components from Zoran Vučenović.
git-svn-id: trunk@43857 -
2014-01-31 11:03:03 +00:00