Commit Graph

6210 Commits

Author SHA1 Message Date
a2d1123b51 tvplanit: Replace TVpWeekView's updown control by 4 speedbuttons for navigation to prev/next month/week, issue #39035.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8388 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-12 22:21:13 +00:00
ea7af462bb tvplanit: Replace TVpMonthView's updown control by 4 speedbuttons for navigation to prev/next month/year, issue #39035.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8387 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-12 21:52:15 +00:00
6a2e34537d tvplanit: Refactor calculation of holidays in fulldemo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8386 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-12 20:59:53 +00:00
b3d76d7f60 tvplanit: Add option to select category to ical task import form. Update translations (de, en).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8385 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-12 13:47:03 +00:00
6c53ea5417 tvplanit: Fix end date of ical event import.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8384 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-12 10:34:40 +00:00
f21be3532a tvplanit: Fix index error when default category in ical event import is empty.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8383 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-12 09:57:38 +00:00
5d091a3a05 tvplanit: Add option to select category to ical event import form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8382 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-12 09:50:18 +00:00
d97209a2a3 tvplanit: Add preview for importing VCard files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8381 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-11 20:32:13 +00:00
097b466e92 tvplanit: Add missing lrj files to repository.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8380 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-11 16:47:44 +00:00
c22ce64166 tvplanit: Refactor ical import preview to facilitate future import of vcards.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8379 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-11 16:46:32 +00:00
4596ff2bef tvplanit: No wait-cursor while ical import preview is shown.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8378 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-10 21:37:32 +00:00
47dcca9bed tvplanit: Add preview form for ical import of task items.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8377 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-10 21:21:17 +00:00
a2ba5cddc7 tvplanit: Add preview form for ical import of event items.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8376 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-10 10:20:56 +00:00
b7a192a723 jvcllaz: Fix handling of some lfm default values.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8375 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-09 20:24:25 +00:00
5ae03788b6 jvcllaz: ReadOnly support in TJvYearGrid. YearGridEditForm contains a color box for color selection. Extended YearGrid demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8374 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-09 17:32:52 +00:00
814cf93414 Minor changes. Capture focus pressing calendar button. Allow paste from contextual menu
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8373 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-09 07:35:15 +00:00
db859044f4 tvplanit: Display gutter in TVpWeekView if ApplyCategoryInfos is true.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8371 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-06 09:51:54 +00:00
080f303cd1 tvplanit: Extract ImportICalFile also for TVpWeekView and TVpTaskList. Move the essential code into TVpSchedule and TVpTaskList to avoid too much duplication.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8370 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-05 20:12:52 +00:00
d553c35eb5 tvplanit: Split ical import off of TVpDayView popupmenu handler into separate method ImportIcalFile.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8369 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-05 18:48:09 +00:00
5619202a83 tvplanit: Add OnDeletingEvent to TVpDayView and TVpWeekView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8367 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-05 11:01:59 +00:00
5715d71739 fpexif: Fix some range check errors. Patch by forum user Mirkasp (https://forum.lazarus.freepascal.org/index.php/topic,60105.msg448827).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8366 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-28 20:48:21 +00:00
c778149181 tvplanit: Default values for visual controls (day/week/month view, tasklist, contact grid, calendar).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8365 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-25 22:55:31 +00:00
b664097af4 LazBarcodes: Fix "other unit files search path...contains..." warning. Issue #39030.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8364 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-24 15:24:11 +00:00
8e86c77208 LazBarcodes: Fix memory leak in Maxicode. Issue #39030, patch by Joeny Ang
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-24 11:27:39 +00:00
d53bd0e500 TvPlanIt: Declare some datastore properties with "default" attribute.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8362 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-22 15:49:07 +00:00
c5ac251a79 TvPlanIt: Make TVpControlLink.Attach and .Detach public.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8361 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-21 22:13:41 +00:00
02a881fd02 tvplanit: Improved header text in weekview.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8360 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-21 12:31:50 +00:00
06d68b2390 Industrial: Fix LCDDisplay colors not changing any more after a first modification.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8359 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-20 16:00:13 +00:00
ec4052e4f0 Industrial: Fix compilation with Laz 2.0.8/FPC 3.0.4 - issue #39028.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8358 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-20 15:51:34 +00:00
8ecd374dba LazBarcodes: Create qrcode in qrclock demo at runtime.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-20 13:20:59 +00:00
99bd06cca6 LazBarcodes: Add QRClock demo project.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-20 12:29:04 +00:00
30926a4826 tvplanit: Report duplicate resource error in ResEditDlg before exiting dialog.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8355 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-20 09:12:16 +00:00
bca465e6dd TvPlanIt: Fix ContactGrid crashing when inserted into a frame ("... has no parent" error).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8354 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-19 22:32:25 +00:00
d82273381f TvPlanIt: Fix TVpResourceCombo crashing when used in a frame ("... has no parent")
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8353 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-19 22:07:26 +00:00
2f844467a9 fpspreadsheet: Fix memory leak in ODS reader.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8352 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-19 20:55:25 +00:00
beb0481d33 tvplanit: Add datastore method DeleteResource.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8351 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-16 16:38:36 +00:00
6b91b30c26 jvcllaz: Fix JvTabBar tab caption margin in XPPainter.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-14 23:05:57 +00:00
6feb227a30 jvcllaz: Fix compilation of JvCustomControlsR package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8349 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-14 23:03:39 +00:00
066542cc34 RxFPC:fix TRxMemoryData.Lookup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8348 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-13 10:25:49 +00:00
a904c14cc7 RxFPC:fix TRxMemoryData.locate for vararray values
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8347 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-13 07:55:15 +00:00
2e2d9f18bf tvplanit: New property ApplyCategoryInfos for week and month view. Some tweaking of text positions in month view.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-12 14:31:42 +00:00
cf88b7c792 TvPlanIt: Fix translation issues in fulldemo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8345 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-12 10:25:34 +00:00
bb0b4d368c TvPlanit: Make TVpLinkableControl.CheckCreateResource public.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8344 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-12 10:09:41 +00:00
6570c023c5 tvplanit: Extend context menus by option to select an arbitrary date.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8343 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-11 22:59:40 +00:00
c93f5d5226 tvplanit: Add option for unlimited recurring events
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8342 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-11 22:13:14 +00:00
e2a0b7912c fpspreadsheet: Add demo programs for reading/writing comments.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8341 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-07 17:08:09 +00:00
6110d9acc7 fpspreadsheet: Refactor xlsx reader for comments and defined names
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8340 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-07 09:53:16 +00:00
fbd714c976 fpspreadsheet: Refactor xlsx reader for comments and hyperlinks.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8339 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-05 22:56:39 +00:00
8355a48dfd fpspreadsheet: xlsx reader supports scaling of header/footer images.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-04 20:27:06 +00:00
802af455b3 fpspreadsheet: Introduce image scaling factor for header/footer images. Supported by xlsx writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8337 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-07-04 17:48:22 +00:00