4 Commits

Author SHA1 Message Date
da620972a6 Add huge demo family for testing MyTimeline plugin
- Add generate_demo_family.py script to generate demo data
- Add demo_family.gramps with large family tree:
  * 2 parents (John and Mary Smith)
  * 15 children
  * 5 spouses
  * ~20 grandchildren
  * Multiple families with marriage events
  * Birth and death events for all members
- Perfect for testing the MyTimeline plugin with real data
2025-11-28 22:09:31 +01:00
77f36d6b8b Update plugin author information 2025-11-28 22:07:36 +01:00
2d724f9a0a Update plugin version to match Gramps 5.1
Changed MODULE_VERSION from 6.0 to 5.1 to match installed Gramps version
2025-11-28 22:06:34 +01:00
581a6c1f59 Initial commit: MyTimeline plugin for Gramps
- Add MyTimeline.gpr.py plugin registration file
- Add MyTimeline.py view implementation with vertical timeline
- Displays family events (marriage, birth, death) in a vertical timeline
- Supports navigation, bookmarks, and database updates
2025-11-28 21:49:59 +01:00