Commit Graph

573 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
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
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
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
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
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
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
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
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
d427be1d38 TvPlanit/FullDemo: Fix updating of the MonthView popup menu translation.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8295 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-06-14 08:31:42 +00:00
960ac21677 TvPlanIt: Add OnModifyEvent. Replace double LineEndings by new const LineEnding2.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8292 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-06-12 16:12:31 +00:00
96eba9e3e3 TvPlanIt: Fix translation of Contacts and Tasklist popup menus. Update German translation.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8290 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-06-11 21:24:49 +00:00
09db53cc99 TvPlanIt: Fix incorrect drag-and-drop operation to or within TVpMonthView (https://forum.lazarus.freepascal.org/index.php/topic,59578.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8288 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-06-09 20:48:10 +00:00
7048d249ff TPlanIt: Fix ZEOS datastore to work with PostgreSQL database and expand datastore example.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8285 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-06-08 11:09:59 +00:00
6f2dd11e48 TvPlanIt: Fix search path warning for ZEOS designtime package. Make sure that all {$I vp.inc} are in lower-case. Remove lfm files from package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8284 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-06-07 16:29:20 +00:00
c682182420 tvplanit: Alternative code to r8279.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8280 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-05-23 11:14:19 +00:00
3bb0cf5482 tvplanit: Avoid executing FixContactsTable in ZeosDatastore when the Contacts table already has the fields of the v1.06 format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8279 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-05-23 10:46:40 +00:00
b0badc1cb4 TvPlanIt: Improved handling of Firebird AutoInc field in ZEOS datastore.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-20 23:01:29 +00:00
0a97392e0b TvPlanIt: Extended ZEOS datastore sample to show usage of a Firebird database.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-18 21:41:51 +00:00
3eab02dd33 TvPlanIt: Implement basic infrastructure to use the correct sql field type names according to the ZConnection protocol. Based on patch by paweld (https://forum.lazarus.freepascal.org/index.php/topic,59085.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8253 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-18 16:48:40 +00:00
fd89462d0c TvPlanIt: Update gadgets sample project with TVpClock.Hold property.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8223 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 22:56:02 +00:00
94a03d681b TvPlanIt: Remove debug messages from TVpClock code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8222 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 22:20:47 +00:00
9440285775 TvPlanIt: Fix type of designtime package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8221 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 17:24:20 +00:00
91c06583cd TvPlainIt: Merge Delphi-defines in vpclock
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8220 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 11:44:24 +00:00
c7f034cf72 TvPlanIt: Add Pause/Resume functionality and TimeResolution property to VpClock.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8219 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 11:43:21 +00:00
321ebdb047 tvplanit: Fix incorrect background color of analog TVpClock
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8217 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-21 23:05:05 +00:00
2955c1d4a9 TvPlanIt: Fix sqlite3 datastore duplicating dragged events sometimes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8180 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-12-15 09:38:33 +00:00
109a74ff4e TvPlanIt: Remove commented old code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8179 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-12-14 17:20:21 +00:00
3e2cd44627 TvPlanIt: Yet another fix of <= and >= in time comparisons of TVpDayView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8178 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-12-14 17:19:34 +00:00
d62d307e4d TVPlanIt: Fix display of overlapping "same" events in DayView.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8177 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-12-14 09:50:31 +00:00
2be4c5efdd TvPlanIt: Attempting to fix missing events in day view having exactly equal start and end times.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8176 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2021-12-13 23:55:46 +00:00