Commit Graph

6255 Commits

Author SHA1 Message Date
18308fa2bb tvplanit: Search contact by first and last name.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8433 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-31 21:09:35 +00:00
9c4260cd4e tvplanit: Fix event edit dialog to enable start and end date controls for all-day events.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8432 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-31 20:56:36 +00:00
7ac4c2769e tvplanit: Fix date of new event when created from WeekView (was on current day rather than selected day).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8431 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-31 20:47:45 +00:00
398734211f tvplanit: Fix WeekView switching to next day when a new event is created after 23:00 real time.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8430 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-30 21:54:32 +00:00
dcfa500d6e tvplanit: Preparing for multi-line day captions in TVpGanttView. Not working yet.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8429 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-30 21:39:47 +00:00
b915c3008e tvplanit: Implement TVpGanttView.Options (show date, show weekends, show vertical/horizontal grid).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8428 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-30 21:00:26 +00:00
9af978b9fb tvplanit/TVpGanttView: Highlight weekends.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8427 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-29 22:00:20 +00:00
3de78ed971 tvplanit/TvpGanttView: Keyboard handling.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8426 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-29 21:25:03 +00:00
89b96e9392 tvplanit/TVpGanttView: Double-click. Fix scrolling when size is changed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8425 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-29 18:34:35 +00:00
ab7800349c tvplanit/TvpGanttView: Operational popup menu. Highlight active date. Sort events by time.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8424 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-29 15:09:38 +00:00
6fdf379467 tvplanit/TVpGanttView: Select date by click, initial code for dbl-click (not working yet).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8423 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-28 23:41:45 +00:00
76e00658a3 tvplanit: Fix scrolling by mousewheel and scrollbar in TVpGanttView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8422 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-28 20:32:17 +00:00
31a3ed6a14 tvplanit: refactor handling of day/month/event rectangles in TVpGanttView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8421 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-28 18:17:04 +00:00
9d0e64788e tvplanit: Improvements in German translation, based on some proposals in report #39040 by forum user Nicole.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8420 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-27 19:40:08 +00:00
4fa25ff2d3 tvplanit: Initial attempt for scrolling in TVpGanttView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8419 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-27 10:31:14 +00:00
3cc502f29d tvplanit: Progress in painting of TVpGanttView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8418 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-26 22:35:42 +00:00
b6a943535f tvplanit: Add missing vpganttviewpainter unit. Draw basic column and row header areas for TVpGanttView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8417 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-23 22:38:13 +00:00
e0d6926bee tvplanit: Remove variable wvEventList from TVpWeekView, not used.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8416 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-23 11:26:53 +00:00
c11c9f5163 tvplanit: Some elemental code for VpGanttView (cooperation with control link and datastore).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8415 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-22 22:30:13 +00:00
0be0798652 tvplanit: Add initial (empty) version of TVpGanttView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8414 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-22 21:01:27 +00:00
aaf4b1b2b4 tvplanit: Adjust visibility of WeekView and MonthView variables and methods. Cosmetic changes. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8413 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-22 20:56:10 +00:00
9a098ee42b tvplanit: Adjust visibility of DayView variables and methods. Cosmetic changes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8412 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-22 14:48:35 +00:00
82df095ab2 tvplanit: Add missing vpalarmdlg.lrj
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8411 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-22 11:33:27 +00:00
caa6bd6368 tvplanit: some cosmetic changes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8410 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-21 15:41:34 +00:00
2e7958650e tvplanit: Fix export of default audio file name to ical event.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8409 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-21 15:30:55 +00:00
40a1394e3c tvplanit: Fix export of advance alarm time to ical event.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8408 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-21 15:29:39 +00:00
de666e671c tvplanit: Fix advance alarm time of imported ical events.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8407 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-21 15:05:00 +00:00
659a480a92 tvplanit: Fix display of repeated all-day events in the dayview.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8406 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-21 14:40:55 +00:00
4d807b06a0 tvplanit: Support UID fields in ical VEVENT and VTODO items.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8405 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-21 13:48:36 +00:00
c4a2f61db6 tvplanit: Export tasks to ical files (needs more testing).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8404 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-20 21:21:14 +00:00
774c1feda3 tvplanit: TVpWeekView supports export of events to ical files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8403 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-20 19:38:02 +00:00
b54393de63 tvplanit: Add property GetCategoryName to TVpEvent. Improved handling of default colors of TVpColorInfo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8402 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-20 19:11:37 +00:00
8cdd98b2ff tvplanit: Export events to ical files (still buggy).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8401 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-20 17:06:03 +00:00
cbf979cfcc tvplanit: Fix column widths in import preview grid.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8400 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-19 21:45:51 +00:00
2062b0bb22 tvplanit: Add "check/uncheck all" checkbox to header of the grid in the import preview form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8399 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-19 21:32:56 +00:00
a430be7bcf tvplanit: Refactor ical/vcard import (property Skip --> Checked)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8398 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-19 14:06:54 +00:00
259d689c42 tvplanit: Refactor ical and vcard import forms to reduce duplicate code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8397 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-19 13:57:51 +00:00
33b73bbc8b tvplanit: Support contacts in VCard import/export.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8396 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-19 10:53:49 +00:00
83950d045a tvplanit: Export contacts as vcard files. Fix some bugs in vcard import.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8395 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-18 17:44:47 +00:00
0afcfc7a66 tvplanit: Allow to draw all-day events in the category color (CategoryInfo.UseForAllDayEvents).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8394 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-16 19:58:12 +00:00
6e9dd5576c tvplanit: Make default popup menus of DayView/WeekView/MonthView/TaskList/ContactGrid accessible to the user.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8393 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-16 16:24:37 +00:00
8ef2d6471f tvplanit: Create default popupmenu items in the constructor rather than when the menu drops down. Adjust translation of popupmenu items.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8392 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-16 15:04:39 +00:00
e3c03b1a72 rx: Fix compilation with FPC 3.3.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8391 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-14 10:31:26 +00:00
c8ac39c295 tvplanit: Some clean-up in holiday calculation.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8390 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-13 16:40:15 +00:00
a33255b5eb tvplanit: More efficient handling of holidays in fulldemo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8389 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-08-13 16:09:29 +00:00
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