2008-02-03 12:05:55 +00:00
|
|
|
TurboPower Visual PlanIt
|
|
|
|
|
|
|
|
|
|
|
|
Table of contents
|
|
|
|
|
|
|
|
1. Introduction
|
|
|
|
2. Package names
|
|
|
|
3. Installation
|
|
|
|
4. Version history
|
|
|
|
4.1 Release 1.03
|
2016-08-18 21:29:47 +00:00
|
|
|
4.2 Release 1.04
|
2016-09-03 15:09:35 +00:00
|
|
|
4.3 Release 1.05
|
2008-02-03 12:05:55 +00:00
|
|
|
|
|
|
|
==============================================
|
|
|
|
|
|
|
|
|
|
|
|
1. Introduction
|
|
|
|
|
|
|
|
Visual PlanIt is a set of synchronized, data-aware components for
|
|
|
|
adding time, task, & contact management capabilities to applications
|
|
|
|
written in Borland Delphi & C++Builder. Get that Outlook look & feel
|
|
|
|
without the hassle.
|
|
|
|
|
|
|
|
This is a source-only release of TurboPower Visual PlanIt. It includes
|
|
|
|
designtime packages for Delphi 4 through 7 and C++Builder 4 through 6.
|
|
|
|
|
|
|
|
==============================================
|
|
|
|
|
|
|
|
2. Package names
|
|
|
|
|
|
|
|
|
|
|
|
TurboPower Visual PlanIt package names have the following form:
|
|
|
|
|
|
|
|
VNNNKKVV.*
|
|
|
|
| | |
|
|
|
|
| | +------ VV VCL version (30=Delphi 3, 40=Delphi 4, 70=Delphi 7)
|
|
|
|
| +-------- K Kind of package (_D=designtime, AD = Advantage DataStore,
|
|
|
|
| IS = DBISAM DataStore, F2 = FlashFiler 2 DataStore)
|
|
|
|
|
|
|
|
|
+----------- NNN Product version number (e.g., 403=version 4.03)
|
|
|
|
|
|
|
|
|
|
|
|
For example, the Visual PlanIt designtime package files for Delphi 7 have
|
|
|
|
the filename V103_D70.*.
|
|
|
|
|
|
|
|
==============================================
|
|
|
|
|
|
|
|
3. Installation
|
|
|
|
|
|
|
|
|
|
|
|
To install TurboPower Visual PlanIt into your IDE, take the following
|
|
|
|
steps:
|
|
|
|
|
|
|
|
1. Unzip the release files into a directory (e.g., d:\vplanit).
|
|
|
|
|
|
|
|
2. Start Delphi or C++Builder.
|
|
|
|
|
|
|
|
3. Add the source subdirectory (e.g., d:\vplanit\source) to the
|
|
|
|
IDE's library path.
|
|
|
|
|
|
|
|
4. Open & install the designtime package specific to the IDE being
|
|
|
|
used. The IDE should notify you the components have been
|
|
|
|
installed.
|
|
|
|
|
|
|
|
5. Make sure the PATH environmental variable contains the directory
|
|
|
|
in which the compiled packages (i.e., BPL or DPL files) were
|
|
|
|
placed.
|
|
|
|
|
|
|
|
==============================================
|
|
|
|
|
|
|
|
4. Version history
|
|
|
|
|
|
|
|
|
|
|
|
4.1 Release 1.03
|
|
|
|
|
|
|
|
Please note that the following issue #s are from Bugzilla. These
|
|
|
|
bugs were not exported to SourceForge.
|
|
|
|
|
|
|
|
Bug fixes
|
|
|
|
-------------------------------------------------------------
|
|
|
|
3547 - List Index out of Bounds error
|
|
|
|
3589 - Needs OnDblClick Event
|
|
|
|
3877 - ContactGrid won't scroll to a newly selected contact if it is
|
|
|
|
out of view.
|
|
|
|
3979 - FlexDataStore bug
|
|
|
|
4021 - TVpTask.SetChanged marks Events dirty instead of taks. (duh!)
|
|
|
|
4076 - VPDBISAMDataStore needs an AfterPost event.
|
|
|
|
4078 - 12 and 24 hour display backward in the Events
|
|
|
|
4079 - Using the DBIsamDataStore, recurring events show up under all
|
|
|
|
resources.
|
|
|
|
4080 - De Piggify the DBIsamDataStore component.
|
2016-06-12 08:23:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
4.2 Release 1.04
|
|
|
|
|
2016-08-18 21:29:47 +00:00
|
|
|
This release is Lazarus-only. It won't compile under Delphi any more.
|
|
|
|
|
2016-09-18 09:35:43 +00:00
|
|
|
- Replace hard-coded MS Sans Serif font by "default" to use the system font
|
|
|
|
- Fix crashes due to inplace editors being destroyed.
|
|
|
|
- Replace lrs resources by res resources. FPC 2.4 or greater required!
|
|
|
|
- Add FlexDatastore and its component editor to package.
|
|
|
|
- Rename package to laz_visualplanit.
|
|
|
|
- Add new event field "Location". Rename some fields for more consistency.
|
|
|
|
- Add datastores for TBufDataset, Sqlite3, ZEOS, Firebird
|
|
|
|
- Add non-database datastores for xml and ini files
|
|
|
|
- Fix NavBar, PrintPreview, VpClock etc.
|
|
|
|
- Translate user interface by means of po files
|
|
|
|
- DPI-aware and translation-tolerant form layout
|
|
|
|
- Add new sample projects
|
2016-09-03 15:09:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
4.3 Release 1.05
|
|
|
|
|
2016-09-18 09:35:43 +00:00
|
|
|
- Add mORMot datastore
|
|
|
|
- Add drag and drop of events to DayView and WeekView
|
2016-09-22 23:12:16 +00:00
|
|
|
- Add hint support to DayView, WeekView, MonthView, and Contact Grid
|
2016-09-18 09:35:43 +00:00
|
|
|
- New contact fields for
|
|
|
|
- three email addresses (in total)
|
|
|
|
- two websites
|
|
|
|
- 2nd address (work address, home address)
|
|
|
|
- department
|
2016-09-22 23:12:16 +00:00
|
|
|
and add them to the contact editor; redesigned contact editor.
|
2016-09-18 09:35:43 +00:00
|
|
|
- Activate task fields Priority and Category in task editor.
|
2016-09-22 23:12:16 +00:00
|
|
|
- Holiday support
|
2016-09-18 09:35:43 +00:00
|
|
|
|