Commit Graph

21 Commits

Author SHA1 Message Date
37bb56a6cd tvplanit: Inc version number to 1.0.9. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6130 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2018-01-12 12:42:12 +00:00
5d59eca6f0 tvplanit: New component palette icons including versions at 150% and 200% magnification for HighDPI screens.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-06-07 22:37:51 +00:00
b5d006373c tvplanit: Remove unnecessary routines. Improved HiDPI performance of TaskEdit dlg, Alarm dlg, and ExVpRptSetup (used by fulldemo).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5888 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-05-21 12:02:22 +00:00
366928a565 tvplanit: Update TAlarmNotifyForm to scale correctly in the HiDPI mode of Lazarus 1.8
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5870 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-05-19 12:36:30 +00:00
fcfce0aa75 tvplanit: Separate code into designtime and runtime packages. Move lpk files to library root folder for better visibility. Test all demos.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5372 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-21 17:12:05 +00:00
d616eba746 tvplanit: Less hints and warnings. Cosmetic changes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4941 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-07-12 18:00:32 +00:00
7d184408a7 tvplanit: Remove all "uses messages" (implies "uses Windows")
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4798 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-22 07:59:17 +00:00
968af22828 tvplanit: Consistent field mappings.
Changed PlanIt field names: 
 Contacts: 
    Position -> Job_Position 
 Events: 
    AlarmAdv -> AlarmAdvance
    AlarmAdvType -> AlarmAdvanceType
    CustInterval -> CustomInterval.

Previous changes: 
 Resource: 
    Active --> ResourceActive
 Events: 
    AlarmWavPath --> DingPath
    Note --> Notes 
    Location (new);
 Contacts:
    Note --> Notes

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4725 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 12:53:26 +00:00
74f08ceafe tvplanit: Add new event field "Location". Rename some fields for more consistency. Undo some of the changes in previous commit inspired by CodeTyphoon version.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4717 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-11 14:09:10 +00:00
d5bbf9165c tvplanit: Activate the Lazarus translation system using po files. Translations are welcome! Some translation-related improvements in form layout.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4707 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 14:45:43 +00:00
c4c24a03c9 tvplanit: Make sure that lfm files can be found. Remove any calls to lrs files from the sources.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4684 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 16:34:18 +00:00
ff069969f1 tvplanit: Add missing BaseDatastore and FlexDatastore to package. Some cosmetics.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4682 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 15:09:01 +00:00
c344ae8762 tvplanit: Fix resource not found error. Fix SysToUtf8 compilation error with Laz trunk.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4632 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-04-26 15:54:35 +00:00
56479a1b4b - reverted canvas utils
- corrected dismiss of repeated events

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-21 11:50:30 +00:00
fd643c44c7 changed standard bk color of alarm dlg
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@355 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-20 21:13:06 +00:00
b8a3e18a72 more working on the dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@351 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-13 00:13:01 +00:00
125389bf37 reworked alarm notification dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-12 06:51:55 +00:00
75305bbd3c first try to make the components unicode aware on win
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@349 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-11 01:09:19 +00:00
160abc712d some small fixes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@348 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-10 19:17:45 +00:00
d9e7625cf7 fixed some dialogs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-08 15:07:26 +00:00
c1641e380d Initial import
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 12:05:55 +00:00