Commit Graph

457 Commits

Author SHA1 Message Date
wp_xxyyzz
e122be6b59 tvplanit: Fix missing change notification of TaskEditDialog. Fix hang of ZeosDatastore in SetConnected.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4763 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-17 21:29:44 +00:00
wp_xxyyzz
44863b6274 tvplanit: Fixing exceptions related to combinations of AutoCreate and AutoConnect for ZeosDatastore (still crashing in case of AutoCreate=false and Autoconnect=true at first access to data).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4762 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-17 20:23:56 +00:00
wp_xxyyzz
a7d6f71ef1 tvplanit: Initial commit of sqlite3 datastore (based on sqldb)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4761 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-16 20:53:31 +00:00
wp_xxyyzz
8004f97da6 tvplanit: Add missing res file for ZEOS datastore registration.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4760 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-15 23:08:27 +00:00
wp_xxyyzz
bbb18d80e8 tvplanit: Add indexes to ZEOS datastore tables.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4759 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-15 19:38:44 +00:00
wp_xxyyzz
c836531e38 tvplanit: Add icon for Zeos datastore. Some cleanup.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4758 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-15 16:13:17 +00:00
wp_xxyyzz
dd6e379ea2 tvplanit: Fix typos in ZEOS field names.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4756 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-15 10:54:33 +00:00
wp_xxyyzz
7949f19317 tvplanit: Add SelectDirectoryDialog as property editor of datastore's MediaFolder.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4755 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-15 10:48:58 +00:00
wp_xxyyzz
30b2533bf4 tvplanit: Add standard file dialog as property editor for datastore's DefaultEventSound
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4754 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-15 10:15:11 +00:00
wp_xxyyzz
c27a9acfb7 tvplanit: Use ZConnection in VpZeosDatastore directly (instead of duplicating is properties)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4753 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-15 09:42:30 +00:00
wp_xxyyzz
4d1c918ccb tvplanit: Initial implementation of a ZEOS datastore (use package laz_tvplanit_zeos).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4752 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 21:43:21 +00:00
wp_xxyyzz
e8c8fb2ed2 tvplanit: remove hard-coded font name "Tahoma" from DayView unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4751 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 14:24:19 +00:00
wp_xxyyzz
6827b11c3a tvplanit: More round-off-error-tolerant version of TimeInRange function
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4750 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 14:20:23 +00:00
wp_xxyyzz
faca8ece98 tvplanit: Replace time format strings "hh:mm" by "hh:nn" (I think fpc takes care of this (m = month!), but just to make sure...) - see https://sourceforge.net/p/tpvplanit/bugs/79/
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4749 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 11:25:38 +00:00
wp_xxyyzz
4f72acf8cd tvplanit: Remove redundant code in AboutBox. Make sure all links are working.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4748 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 11:19:09 +00:00
wp_xxyyzz
597407206b tvplanit: Remove vpabout.rst. Increase width of AboutBox to allow longer text with other widget sets.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4747 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 10:51:06 +00:00
wp_xxyyzz
726606df8c tvplanit: In WavDlg play sound asynchronously and add option to turn it off.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4746 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 10:38:28 +00:00
wp_xxyyzz
4493e26898 tvplanit: Cosmetic changes in WavDlg (use ModalResult)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4745 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 10:33:10 +00:00
wp_xxyyzz
8c34f2a85a tvplanit: New datastore property MediaFolder (TWavDlg looks here for sound files)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4744 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 09:08:12 +00:00
wp_xxyyzz
ac4b3aca45 tvplanit: Unregister property editor of datastore's DefaultEventSound (no platform-independent way to play sounds in design mode).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4743 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-14 08:57:21 +00:00
wp_xxyyzz
4f78ba87e7 tvplanit: In WavDlg, replace FileListbox by ShellListview. Some gui improvements in WavDlg.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4741 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-13 19:42:10 +00:00
wp_xxyyzz
b5e33953a7 tvplanit: Minor layout changes for SoundFinderBtn in EventEditDlg.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4740 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-13 17:26:15 +00:00
wp_xxyyzz
d1a1583328 tvplanit: Fix wavdlg to play the selected sound file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4739 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-13 13:04:44 +00:00
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
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
wp_xxyyzz
ecf7b634a1 tvplanit: Fix exception raised when demo program ends (by using up-to-date access to TList).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4688 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 22:52:16 +00:00
wp_xxyyzz
a64fca9830 tvplanit: Fix DataStore property combo of TDayView in object inspector (did not display the available datastores).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4687 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 22:34:09 +00:00
wp_xxyyzz
04c64776ef tvplanit: Make the results of all calls to GetNextID an Int64 (for consistency with AddResource etc.).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4686 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 17:56:21 +00:00
wp_xxyyzz
018aa4e015 tvplanit: modified flexdatastore so that it should correctly check if any dataset is linked.
(patch from forum user "magu", http://forum.lazarus.freepascal.org/index.php/topic,32871.msg212397.html#msg212397, most of the other commits of today are based on magu's work).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4685 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 16:42:24 +00:00
wp_xxyyzz
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
wp_xxyyzz
b696519d2f tvplanit: Add vpflxdsed1.lfm to package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4683 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 15:16:27 +00:00
wp_xxyyzz
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
wp_xxyyzz
45857a9f4c tvplanit: Delete vpwavdlg.lrs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4681 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 12:34:15 +00:00
wp_xxyyzz
adc599adfc tvplanit: Cosmetic changes in vpbase.pas.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4680 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 11:58:39 +00:00
wp_xxyyzz
11791cb13a tvplanit: Include component palette icons
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4679 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-06-07 11:47:53 +00:00
wp_xxyyzz
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
wp_xxyyzz
2d94675a6b tvplanit: Fix compilation error with fpc 3.1.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4483 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-01-31 11:40:49 +00:00
christian_u
d433a47a64 Several Changes from me in meantime
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-24 19:30:17 +00:00
christian_u
ff093aa4bf Changes by Bora4d (soner)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2537 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-24 19:08:29 +00:00
christian_u
b6ccf41e4f Fixed some small bugs
fixed dayview
reworked event Edit Dlg

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1084 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-24 22:41:52 +00:00
christian_u
a6b9a85546 Some drawing corrections
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@753 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-31 17:41:04 +00:00
christian_u
3f7fa819e2 ctl3d removed
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@700 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-02-06 06:16:36 +00:00
christian_u
69a8145509 fix the access violation on exit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@608 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-11-22 20:13:51 +00:00
christian_u
efc79ebb36 - Some fixes to Event Edit Dialog
- extra SetLanguage for Week,Month and Dayview to change Language while Program is running

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@603 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-11-10 13:54:49 +00:00
christian_u
6cc8ac045d maked ActiveEvent writeable
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-29 21:39:52 +00:00
christian_u
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
christian_u
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
christian_u
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
christian_u
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
christian_u
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
christian_u
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
christian_u
e5b5a76b68 aaddet forgotten lrs files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@347 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-08 15:36:48 +00:00
christian_u
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
christian_u
946b2b11c4 cleaner message handling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@345 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-07 23:08:26 +00:00
christian_u
07ffdaab39 try to fix some problems with vpdayview
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@344 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-07 16:22:04 +00:00
christian_u
ee3296a1cd Event editor reworked
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@343 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-05 23:55:30 +00:00
christian_u
d43ab07cd5 Deleted wrong commited files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@339 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 13:42:28 +00:00
christian_u
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
christian_u
9056129a0b Initial import
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@337 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 11:54:28 +00:00