Commit Graph

5038 Commits

Author SHA1 Message Date
7ae8dc2155 tvplanit: Use OnPlaySound event in TWavDlg (basic functionality)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4738 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-13 12:57:00 +00:00
d22805889a tvplanit: Restore basic functionality of WavDlg.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4737 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-13 10:06:54 +00:00
4688f2e91d tvplanit: Introduce new datastore event OnPlaySound in order to play alarm sounds on non-Windows systems. If not assigned on Windows the mmsystem routine is used.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4736 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-13 09:53:36 +00:00
9a1cfcd5f8 tvplanit: Fix VpFlexDatastore mapping issues and extend GetFieldName so that field mappings are needed only for differing field names. Both changes proposed by DonAlfredo (http://forum.lazarus.freepascal.org/index.php/topic,32918.msg212813.html#msg212813).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4735 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-13 09:28:07 +00:00
e76bce0df3 tvplanit: Update German translation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4734 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-13 08:24:50 +00:00
532ba34ad4 tvplanit: Fix ContactGrid no longer scrolling if last contact is in first column
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4733 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 21:50:41 +00:00
f1c32b907a tvplanit: Mouse wheel support for ContactGrid. Some cosmetic formatting changes in this unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4732 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 21:13:41 +00:00
fc91764452 tvplanit: Improved layout of Event editor in case of translation. Cosmetic format changes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4731 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 18:11:04 +00:00
cdd2584be7 tvplanit: Activate mousewheel in VpCalendar
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4730 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 16:27:54 +00:00
6f027303d9 tvplanit: Cosmetic reformatting of calendar unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4729 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 16:12:21 +00:00
742ff53271 tvplanit: Mouse wheel support for DayView
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4728 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 15:29:23 +00:00
3fe2442f42 tvplanit: Cosmetic format changes in units vpbase and vpflxds
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4727 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 13:51:29 +00:00
8b2fe7e075 tvplanmit: In TaskEditorDialog, replace the time combobox with Lazarus' TimeEdit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4726 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 13:20:21 +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
d3a8c84314 tvplanit: Unregister TVpDateButton from laz_visualplanit package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4724 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 10:57:47 +00:00
58b8bc5409 tvplanit: Fix slowing down of DayView (by DonAlfredo)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4723 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 09:35:53 +00:00
ad60253a27 tvplanit: Update readme.txt
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4722 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 08:23:49 +00:00
517d999f25 tvplanit: Delete remaining lrs files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 08:12:51 +00:00
29fa6fadd2 tvplanit: Publish AutoCreate for TVpFlexDataStore
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4720 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-12 08:07:31 +00:00
820fb20097 tvplanit: Add a datastore (TVpBufDSDatastore) for TBufDataset.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4719 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-11 22:52:48 +00:00
c34b444542 tvplanit: Unite design and runtime packages again - too many issues...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4718 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-11 14:18:56 +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
1527bdbed9 tvplanit: Adapt some changes of Code Typhoon. Fix misplacement of events in dayview. Change db field "Active" of resource table to "ResourceActive".
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4716 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 23:24:14 +00:00
95dc635bd4 tvplanit: Remove unit Windows from pvflxdsed1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4715 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 21:37:32 +00:00
8a7f8615fc tvplanit: Add missing destruction of Task list inplace editor. Fix Task list inplace editor painting issue.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4714 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 21:20:06 +00:00
924efdfcb1 tvplanit: Move designtime-related units to designtime package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4713 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 20:49:35 +00:00
486edd6d5b tvplanit: Fix compilation error in vpSqlDialect
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4712 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 20:08:49 +00:00
4139646e6e tvplanit: Trying to fix workaround for filter bug - not successful.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4711 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 20:07:52 +00:00
3ba9d09167 tvplanit: Split package in runtime and designtime packages. Add runtime package laz_visualplanit_runtime and designtime package laz_visualplanit. Remove package v103_lazarus. Increment version number to 1.04.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 20:02:03 +00:00
fc0be1bb18 tvplanit: Fix crash of TaskList due to inplace editor being destroyed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4709 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 19:59:00 +00:00
b703a9f89e tvplanit: Fix some translation-related layout issues in several forms. Add missing resourcestrings. Fix trask items being painted with task header font.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4708 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 16:12:14 +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
1a3ee925e3 tvplanit: Fix crash due to inplace editor of ContactsGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4706 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 08:56:57 +00:00
43948ba297 tvplanit: Fix crash in WeekView caused by destruction of inplace editor.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4705 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-10 01:39:39 +00:00
d9de3d571d tvplanit: Use font "default" (lowercase!) in all forms instead of MS Sans Serif, font size 0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4704 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-09 23:49:35 +00:00
3e1a370a4b tvplanit: Avoid header text of week view to overlap with spin buttons.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4703 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-09 22:52:55 +00:00
abcfb2a7ac tvplanit: Delete vpEventEditDlg.lrs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4702 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-09 22:41:51 +00:00
aeaac2f916 tvplanit: Delete pvContactEditDlg.lrs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4701 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-09 22:32:00 +00:00
fab190c6e6 tvplanit: Add new property OffDayFontColor to MonthView. Use day names in MonthView from FormatSettings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4700 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-09 22:27:58 +00:00
ca164804a9 tvplanit: Delete vpAlarmDlg.lrs. Some minor layout changes with alarm dialog.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4699 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-09 21:36:18 +00:00
3ac819343a tvplanit: Paint flat checkbox in the task list if drawingstyle is dsFlat.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4698 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-09 21:11:51 +00:00
15f23123ee tvplanit: Fix crash of TaskList when double-clicking. Replace MsSansSerif font of TaskEditDlg by the system default font. Replace date edit in this dlg by Lazarus DateEdit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4697 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-09 15:25:29 +00:00
ed46df56c4 tvplanit: Register FlexDatastoreEditor. Replace Ms Sans Serif font in FlexDatastoreEditor by Default font.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4696 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-08 22:09:29 +00:00
44f09011a7 tvplanit: Delete vpabout.lrs. Register AboutProperty for FlexDataStatore.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4695 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-08 19:18:35 +00:00
6c36a9912a tvplanit: In Aboutbox, replace font Ms Sans Serif by Default; make links clickable.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4694 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-08 19:14:13 +00:00
4308a684f9 tvplanit: Fix contact form crashing when trying to add a new contact (ok for Win, workaround for other OS)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4693 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-08 17:21:06 +00:00
462c767aad tvplanit: In contact editor, replace font Ms Sans Serif by system's default font, and some cosmetic changes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-08 13:54:27 +00:00
a574813335 tvplanit: Fix disappearing cursor in contactgrid. Use FreeAndNill for inplace editor to avoid similar problems as in previous commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4691 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-08 10:28:04 +00:00
10668582ba tvplanit: Fix weekview crashing when inplace editor is closed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4690 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-08 10:02:20 +00:00
81b271c908 tvplanit: Replace the MS Sans Serif font used in the event and resource dialogs by the system's default font. Some polish up of these dialogs (TabOrder etc).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4689 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 23:30:29 +00:00