From e039ce96454335aa0d08ffd6e0649873633d2a19 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 20 Jun 2018 22:30:30 +0000 Subject: [PATCH] tvplanit: v1.2.0 for new release git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6517 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/laz_visualplanit.lpk | 2 +- components/tvplanit/laz_visualplanit_design.lpk | 2 +- components/tvplanit/laz_visualplanit_zeos.lpk | 2 +- .../tvplanit/laz_visualplanit_zeos_design.lpk | 2 +- components/tvplanit/readme.txt | 14 ++++++++++---- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/components/tvplanit/laz_visualplanit.lpk b/components/tvplanit/laz_visualplanit.lpk index 4d8aae263..7fa5aca58 100644 --- a/components/tvplanit/laz_visualplanit.lpk +++ b/components/tvplanit/laz_visualplanit.lpk @@ -31,7 +31,7 @@ The Initial Developer of the Original Code is TurboPower Software. Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower Software Inc. All Rights Reserved. Contributor(s): "/> - + diff --git a/components/tvplanit/laz_visualplanit_design.lpk b/components/tvplanit/laz_visualplanit_design.lpk index bcf99ef2a..4ba23c084 100644 --- a/components/tvplanit/laz_visualplanit_design.lpk +++ b/components/tvplanit/laz_visualplanit_design.lpk @@ -27,7 +27,7 @@ The Initial Developer of the Original Code is TurboPower Software. Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower Software Inc. All Rights Reserved. Contributor(s): "/> - + diff --git a/components/tvplanit/laz_visualplanit_zeos.lpk b/components/tvplanit/laz_visualplanit_zeos.lpk index 40f5f6efb..b569f1a3f 100644 --- a/components/tvplanit/laz_visualplanit_zeos.lpk +++ b/components/tvplanit/laz_visualplanit_zeos.lpk @@ -18,7 +18,7 @@ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. "/> - + diff --git a/components/tvplanit/laz_visualplanit_zeos_design.lpk b/components/tvplanit/laz_visualplanit_zeos_design.lpk index 4989508f3..773ebad62 100644 --- a/components/tvplanit/laz_visualplanit_zeos_design.lpk +++ b/components/tvplanit/laz_visualplanit_zeos_design.lpk @@ -15,7 +15,7 @@ - + diff --git a/components/tvplanit/readme.txt b/components/tvplanit/readme.txt index 1a2a86886..c1e0a7d89 100644 --- a/components/tvplanit/readme.txt +++ b/components/tvplanit/readme.txt @@ -11,7 +11,7 @@ Table of contents 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) +4.5 Release 1.2.0 5. Additional help 5.1 Original TurboPower documentation 5.2 Wiki page @@ -130,11 +130,17 @@ steps: - Bug fixes - JSON datastore - Improved integration of the LCL scaling of Lazarus 1.8 - - Fix VpNavBar component editor + - VpNavBar component editor working in Lazarus version -4.5 Current development version (1.0.11) +4.5 Release 1.2.0 + + - New properties ShowNavButtons, FixedDate, RowHeight, RowLinesStep, + SimpleRowTime of VpDayView + - VpContactGrid can import contacts from vCard files (*.vcf) + - VpDayView/VpWeekView and VpTaskList can import events and tasks, + respectively, from iCalendar files (*.ical, *.ics) + - New property CaptionStyle of VpContactButtons. - - ... ================================================================================