lazarus-ccr/components/tvplanit/source
2016-09-23 13:29:12 +00:00
..
addons/zeos tvplanit: Add code to zeos datastore to convert old tables (v1.04) to the new structure. 2016-09-19 20:57:45 +00:00
laz_visualplanit.lpk tvplanit: Increment package version number to 1.05. Check commandline of mormot full demo for option -noserver to run the demo without the RESTserver. 2016-09-02 20:01:44 +00:00
vp.inc Initial import 2008-02-03 12:05:55 +00:00
vpabout.lfm tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpabout.pas tvplanit: DPI-aware font sizes of planner controls. 2016-08-08 18:29:24 +00:00
vpadvds.pas tvplanit: declare IDs as Integer again, not Int64 - causing too much trouble with TVpIniDataStore 2016-06-28 13:43:32 +00:00
vpalarmdlg.lfm tvplanit: Improved layout of Event editor in case of translation. Cosmetic format changes. 2016-06-12 18:11:04 +00:00
vpalarmdlg.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpbase.pas tvplanit: Add holiday support to DayView. 2016-09-22 23:12:16 +00:00
vpbase.res tvplanit: Fix resource not found error. Fix SysToUtf8 compilation error with Laz trunk. 2016-04-26 15:54:35 +00:00
vpbaseds.pas tvplanit: Add new fields (email1..3, website1..2, address1..2, pathtophoto) to contact records. Update some demos. 2016-09-15 11:40:14 +00:00
vpbasepainter.pas tvplanit: Fix compilation error in prev commit. 2016-07-01 20:45:03 +00:00
vpbdeds.pas tvplanit: declare IDs as Integer again, not Int64 - causing too much trouble with TVpIniDataStore 2016-06-28 13:43:32 +00:00
vpbufds.pas tvplanit: Publish inherited DayBuffer for all dataset-dependent DataStores. Extend DayBuffer to "forever" for all non-dataset DataStores. Remove published property Connected (sorry - this will break existing lfm files..., but Connected is for designtime connection which tvplanit does not support). 2016-07-26 09:30:20 +00:00
vpcalendar.pas tvplanit: Some refactoring of several date/time routines. 2016-09-17 15:48:39 +00:00
vpcalendarpainter.pas tvplanit: DPI-aware font sizes of planner controls. 2016-08-08 18:29:24 +00:00
vpcanvasutils.pas tvplanit: Less hints and warnings 2016-07-16 10:44:10 +00:00
vpclock.pas tvplanit: Fix countdown timer not stopping at end. 2016-07-28 22:33:42 +00:00
vpconst.pas tvplanit: Add holiday support to DayView. 2016-09-22 23:12:16 +00:00
vpcontactbuttons.pas tvplanit: Trying to get high-dpi correct (many changes) 2016-08-06 22:18:53 +00:00
vpcontacteditdlg.lfm tvplanit: Use Style csDropdownList for PhoneType, EMailType and WebsiteType comboboxes in contact editor. 2016-09-20 11:45:53 +00:00
vpcontacteditdlg.pas tvplanit: Fix duplicate storage of contacts (hopefully..). Remove unnecessary code from event editor. 2016-09-18 16:32:15 +00:00
vpcontactgrid.pas tvplanit: Improved positioning of hint window for contact grid. 2016-09-23 13:29:12 +00:00
vpcontactgridpainter.pas tvplanit: Improved positioning of hint window for contact grid. 2016-09-23 13:29:12 +00:00
vpdata.pas tvplanit: Improvements in contacts hint display. 2016-09-20 09:54:00 +00:00
vpdateedit.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpdatepropedit.lfm tvplanit: Unregister TVpDateButton from laz_visualplanit package. 2016-06-12 10:57:47 +00:00
vpdatepropedit.pas tvplanit: Remove all "uses messages" (implies "uses Windows") 2016-06-22 07:59:17 +00:00
vpdayview.pas tvplanit: Add holiday support to DayView. 2016-09-22 23:12:16 +00:00
vpdayviewpainter.pas tvplanit: Highlight selected day in WeekView (bold). Display holiday name in WeekView's day caption. 2016-09-23 08:56:12 +00:00
vpdbds.pas tvplanit: Automatically update database of sqlite3 datastore if it was created by version 1.04. 2016-09-18 09:28:46 +00:00
vpdbintf.pas Initial import 2008-02-03 12:05:55 +00:00
vpdbisamds.pas tvplanit: declare IDs as Integer again, not Int64 - causing too much trouble with TVpIniDataStore 2016-06-28 13:43:32 +00:00
vpdlg.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpedelem.lfm tvplanit: Once more..., now without AnchorSides (do not seem to work correctly). 2016-08-13 14:36:59 +00:00
vpedelem.pas tvplanit: Fix typo in Linux version 2016-08-13 14:38:58 +00:00
vpedfmt.lfm tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpedfmt.pas tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpedfmtlst.lfm tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpedfmtlst.pas tvplanit: Trying to get high-dpi correct (many changes) 2016-08-06 22:18:53 +00:00
vpedpop.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpedshape.lfm tvplanit: Improved and more stable layout of print preview related dialogs at higher dpi. 2016-07-20 19:29:00 +00:00
vpedshape.pas tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpeventrpt.pas tvplanit: Replace time format strings "hh:mm" by "hh:nn" (I think fpc takes care of this (m = month!), but just to make sure...) - see https://sourceforge.net/p/tpvplanit/bugs/79/ 2016-06-14 11:25:38 +00:00
vpevnteditdlg.lfm tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpevnteditdlg.pas tvplanit: Fix duplicate storage of contacts (hopefully..). Remove unnecessary code from event editor. 2016-09-18 16:32:15 +00:00
vpexception.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpfbds.pas tvplanit: Add code to zeos datastore to convert old tables (v1.04) to the new structure. 2016-09-19 20:57:45 +00:00
vpff2ds.pas tvplanit: declare IDs as Integer again, not Int64 - causing too much trouble with TVpIniDataStore 2016-06-28 13:43:32 +00:00
vpflxds.pas tvplanit: Remove new field PathToPhoto (too complex), add new contact field Department. Update Contact editor. 2016-09-16 23:42:31 +00:00
vpflxdsed1.lfm tvplanit: Add button "Add all" to FlexDatastore field mapper. 2016-07-25 11:23:25 +00:00
vpflxdsed1.pas tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpinids.pas tvplanit: Remove new field PathToPhoto (too complex), add new contact field Department. Update Contact editor. 2016-09-16 23:42:31 +00:00
vpledlabel.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vplocalize.pas tvplanit: Less hints and warnings (mostly UTF8-UTF16 related). Cosmetic changes. 2016-07-15 23:25:07 +00:00
vplocalize.xml Initial import 2008-02-03 12:05:55 +00:00
vpmisc.pas tvplanit: Highlight selected day in WeekView (bold). Display holiday name in WeekView's day caption. 2016-09-23 08:56:12 +00:00
vpmonthview.pas tvplanit: Add holiday support to DayView. 2016-09-22 23:12:16 +00:00
vpmonthviewpainter.pas tvplanit: Add holiday support to MonthView. Add holiday and weekend attributes to Monthview. 2016-09-22 17:47:27 +00:00
vpnabed.lfm tvplanit: Move designtime-related units to designtime package. 2016-06-10 20:49:35 +00:00
vpnabed.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpnavbar.pas tvplanit: Trying to get high-dpi correct (many changes) 2016-08-06 22:18:53 +00:00
vpnavbarpainter.pas tvplanit: Fix crash due to non-registered navbar container class. (Container still does not accept controls). Some cleanup. 2016-07-18 20:40:50 +00:00
vpprtfmt.pas tvplanit: Fix print formats crashing if view is not contained in current form. 2016-07-31 10:54:39 +00:00
vpprtfmtcbox.pas tvplanit: Make properties Achors, BorderSpacing and ChildSizing available for TVpResourceCombob and TVpPrintFormatCombobox. Improved, high-dpi aware layout of print preview form. 2016-08-05 22:34:24 +00:00
vpprtfmtdlg.pas tvplanit: Improvement of vertical alignment in various forms 2016-07-14 15:26:55 +00:00
vpprtfmted.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpprtprv.pas tvplanit: Less hints and warnings 2016-07-16 10:44:10 +00:00
vpprtprvdlg.lfm tvplanit: Make properties Achors, BorderSpacing and ChildSizing available for TVpResourceCombob and TVpPrintFormatCombobox. Improved, high-dpi aware layout of print preview form. 2016-08-05 22:34:24 +00:00
vpprtprvdlg.pas tvplanit: Trying to get high-dpi correct (many changes) 2016-08-06 22:18:53 +00:00
vpreg.pas tvplanit: Add TVpFirefirdDatastore, a dedicated datastore for Firebird databases. Add example for it. 2016-07-28 15:46:32 +00:00
vpreg.res tvplanit: Add TVpFirefirdDatastore, a dedicated datastore for Firebird databases. Add example for it. 2016-07-28 15:46:32 +00:00
vpregad.pas Initial import 2008-02-03 12:05:55 +00:00
vpregf2.pas Initial import 2008-02-03 12:05:55 +00:00
vpregis.pas Initial import 2008-02-03 12:05:55 +00:00
vpreseditdlg.lfm tvplanit: Trying to get high-dpi correct (many changes) 2016-08-06 22:18:53 +00:00
vpreseditdlg.pas tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpruntime.dpk Initial import 2008-02-03 12:05:55 +00:00
vpruntime.res Initial import 2008-02-03 12:05:55 +00:00
vpselresdlg.lfm tvplanit: Use font "default" (lowercase!) in all forms instead of MS Sans Serif, font size 0 2016-06-09 23:49:35 +00:00
vpselresdlg.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpsqlbde.pas Initial import 2008-02-03 12:05:55 +00:00
vpsqldialect.pas tvplanit: Fix compilation error in vpSqlDialect 2016-06-10 20:08:49 +00:00
vpsqlds.pas tvplanit: declare IDs as Integer again, not Int64 - causing too much trouble with TVpIniDataStore 2016-06-28 13:43:32 +00:00
vpsqlite3ds.pas tvplanit: Add code to zeos datastore to convert old tables (v1.04) to the new structure. 2016-09-19 20:57:45 +00:00
vpsqlparadoxdialect.pas Initial import 2008-02-03 12:05:55 +00:00
vpsr.inc tvplanit: Improvements in contacts hint display. 2016-09-20 09:54:00 +00:00
vpsr.pas tvplanit: Automatically update database of sqlite3 datastore if it was created by version 1.04. 2016-09-18 09:28:46 +00:00
vpsr.rst Initial import 2008-02-03 12:05:55 +00:00
vptaskeditdlg.lfm tvplanit: Expose task priority and category in task editor. Update translations. 2016-09-17 15:14:53 +00:00
vptaskeditdlg.pas tvplanit: Expose task priority and category in task editor. Update translations. 2016-09-17 15:14:53 +00:00
vptasklist.pas tvplanit: Fix crash when deleting resources, fix full demo affected by this. 2016-09-05 14:04:22 +00:00
vptasklistpainter.pas tvplanit: Expose task priority and category in task editor. Update translations. 2016-09-17 15:14:53 +00:00
vptimerpool.pas tvplanit: Fix TVpClock. Add example. Some refactoring and cosmetic changes. 2016-07-28 21:22:54 +00:00
vpwavdlg.lfm tvplanit: Add a mORMot variant of the full demo (based on code kindly provided by DonAlfredo). 2016-09-02 17:58:47 +00:00
vpwavdlg.pas tvplanit: Reverse order of OK and Cancel buttons for Linux 2016-08-13 12:24:22 +00:00
vpwavpe.pas tvplanit: Less hints and warnings. Cosmetic changes. 2016-07-12 18:00:32 +00:00
vpweekview.pas tvplanit: Add property Layout to TVpWeekView for switching to horizontal arragement of days. 2016-09-23 11:40:39 +00:00
vpweekviewpainter.pas tvplanit: Add property Layout to TVpWeekView for switching to horizontal arragement of days. 2016-09-23 11:40:39 +00:00
vpxbase.pas tvplanit: Less hints and warnings 2016-07-16 10:44:10 +00:00
vpxchrflt.pas tvplanit: Less hints and warnings 2016-07-16 10:44:10 +00:00
vpxmlds.pas tvplanit: Fix typos in file format conversion of xml datastore. 2016-09-18 20:58:27 +00:00
vpxparsr.pas tvplanit: Fix compilation with laz < 1.6 and fpc < 3.0. Refactor NavBar painting. 2016-07-17 10:17:24 +00:00