tvplanit: Updated readme.txt

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6390 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-05-05 23:02:43 +00:00
parent 22a58397f4
commit bfd11b30a9

View File

@ -7,15 +7,16 @@ Table of contents
2. Package names
3. Installation
4. Version history
4.1 Release 1.03
4.2 Release 1.04
4.3 Release 1.06
4.4 Current development version (1.07)
4.1 Release 1.0.3
4.2 Release 1.0.4
4.3 Release 1.0.6
4.4 Releases 1.0.8 and 1.0.10
4.4 Current development version (1.0.11)
5. Additional help
5.1 Original TurboPower documentation
5.2 Wiki page
==============================================
================================================================================
1. Introduction
@ -26,11 +27,10 @@ written in Borland Delphi & C++Builder. Get that Outlook look & feel
without the hassle.
==============================================
================================================================================
2. Package names
These are the TurboPower Visual PlanIt packages available for the Lazarus
version:
@ -42,11 +42,10 @@ version:
The old naming scheme of the original Delphi components is discontinued.
==============================================
================================================================================
3. Installation
To install TurboPower Visual PlanIt into your IDE, take the following
steps:
@ -57,7 +56,7 @@ steps:
3. Go to "Package" / "Load package file .lpk" and select the run-time package
laz_visualplanit.lpk. Compile.
4. Open the designtime package laz_visualplanit_visual.lpk.
4. Open the designtime package laz_visualplanit_design.lpk.
Click "Use" > "Install". If you want to install the addon package for
zeos components decline to rebuild the IDE and contine with 5,
otherwise go to 7.
@ -71,19 +70,18 @@ steps:
8. After some time the IDE will restart with the new components installed.
==============================================
================================================================================
4. Version history
4.1 Release 1.0.3
4.1 Release 1.03
Please note that the following issue #s are from Bugzilla. These
Please note that the following issues 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
@ -95,12 +93,10 @@ steps:
4079 - Using the DBIsamDataStore, recurring events show up under all
resources.
4080 - De Piggify the DBIsamDataStore component.
4.2 Release 1.04
4.2 Release 1.0.4
This release is Lazarus-only. It won't compile under Delphi any more.
This release is Lazarus-only. It won't compile under Delphi any more.
- 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!
@ -114,8 +110,7 @@ steps:
- DPI-aware and translation-tolerant form layout
- Add new sample projects
4.3 Release 1.06
4.3 Release 1.0.6
- Add mORMot datastore
- Add drag and drop of events to DayView and WeekView
@ -130,12 +125,19 @@ steps:
- Holiday support
- Separate design-time and run-time packages
4.4 Current development version (1.07)
4.4 Releases 1.0.8 and 1.0.10
- Bug fixes
- JSON datastore
- Improved integration of the LCL scaling of Lazarus 1.8
- Fix VpNavBar component editor
4.5 Current development version (1.0.11)
- ...
==============================================
================================================================================
5. Additional help