Alex Roitman
bb03994a08
* src/ReportUtils.py (rgb_color): Add docs; (child_str): Fixes.
...
* src/plugins/Ancestors.py: Misc fixes.
* src/plugins/DetAncestralReport.py: Properly call child_str.
* src/plugins/DetDescendantReport.py: Properly call child_str.
* src/plugins/FtmStyleAncestors.py: Properly call child_str.
* src/plugins/FtmStyleDescendants.py: Properly call child_str.
svn: r4073
2005-02-22 03:43:53 +00:00
Alex Roitman
0552710245
Update
...
svn: r4071
2005-02-22 02:26:14 +00:00
Alex Roitman
8ee891bee7
* src/docgen/PSDrawDoc.py (rgb_color): Remove function, import it
...
from ReportUtils instead.
* src/ReportUtils.py (rgb_color): Add function.
* src/docgen/PdfDoc.py: Use rgb_color from ReportUtils.
* src/docgen/LPRDoc.py: Use rgb_color from ReportUtils.
svn: r4070
2005-02-22 01:59:28 +00:00
Alex Roitman
60e01abcdd
* src/docgen/PSDrawDoc.py (draw_text,write_at):
...
Attempt latin1 encoding.
svn: r4069
2005-02-22 01:45:52 +00:00
Alex Roitman
0e14c45c5f
* src/docgen/LPRDoc.py (draw_path,draw_bar): Set proper linewidth.
...
svn: r4065
2005-02-21 02:01:04 +00:00
Don Allingham
f8c349fc78
* src/ReportUtils.py: use today for age calculation if not
...
death date exists.
* src/plugins/NavWebPage.py: handle privacy if requested
svn: r4064
2005-02-20 23:27:55 +00:00
Don Allingham
f17e644a16
* src/ChooseParents.py: readonly fixes
...
* src/EditPerson.py: readonly fixes
* src/EditPlace.py: readonly fixes
* src/EditSource.py: readonly fixes
* src/FamilyView.py: readonly fixes
* src/ImageSelect.py: readonly fixes
* src/Marriage.py: readonly fixes
svn: r4062
2005-02-20 01:02:15 +00:00
Alex Roitman
baff1f7030
* src/ReportUtils.py (born_died_str): Find events to reference.
...
svn: r4061
2005-02-19 23:43:45 +00:00
Alex Roitman
4f3211bb19
* src/PaperMenu.py (GrampsPaperComboBox.set): Compare paper names.
...
svn: r4060
2005-02-19 23:37:35 +00:00
Alex Roitman
94abe8583c
* doc/gramps-manual/C/usage.xml: Update.
...
* doc/gramps-manual/C/gramps-manual.xml: Chunk to depth 3.
* doc/gramps-manual/C/figures/gedcom-export.png: Update.
* doc/gramps-manual/C/figures/export-druid.png: Add figure.
* src/Exporter.py: Change labels, support CD export (lame).
* src/WriteGedcom.py: Correct label.
* src/WriteXML.py: Return status on success.
* src/plugins/WriteCD.py: Support for wizard (lame).
* src/plugins/WritePkg.py: Correct label.
* src/ArgHandler.py: Re-enable CD export.
svn: r4059
2005-02-19 22:33:24 +00:00
Don Allingham
c722d6bc86
fix typo
...
svn: r4058
2005-02-19 22:17:07 +00:00
Don Allingham
326b8be88f
* src/EditPerson.py: add privacy marker
...
* src/GrampBSDDB.py: record database version, handle person privacy flag
* src/RelLIb.py: Privacy flag for person (inherit from DataObj instead of SourceNote)
* src/ReportUtils.py: update to use person privacy flag
* src/gramps.glade: person privacy flag
svn: r4055
2005-02-19 22:11:51 +00:00
Alex Roitman
329e8b6f3d
* src/ArgHandler.py: Command line support for geneweb import
...
and export; Fix command line exports for gedcom, XML, and package.
* src/Exporter.py (help): Point to correct manual section.
* src/const.py.in: Add a constant for geneweb mime type name.
* src/plugins/WriteFtree.py: Support wizard and fix command line mode.
* src/plugins/writeftree.glade: Support export wizard.
* src/plugins/WritePkg.py: Support wizard and fix command line mode.
* src/plugins/ImportGeneWeb.py: Comment out debugging messages.
* src/plugins/WriteGeneWeb.py: Support for command-line export.
svn: r4054
2005-02-19 19:05:48 +00:00
Don Allingham
c9f66dad82
* src/EditPerson.py: more readonly patches
...
* src/EventEdit.py: more readonly patches
* src/Marriage.py: more readonly patches
* src/gramps.glade: more readonly patches
svn: r4053
2005-02-19 04:41:59 +00:00
Alex Roitman
ca3766b005
* src/EditPerson.py: Readonly fix.
...
* src/gramps.glade: Typo.
svn: r4052
2005-02-19 03:29:56 +00:00
Alex Roitman
8b0aa1f633
* src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke.
...
* src/DbPrompter.py: Change file filter name.
* src/Report.py (doc_type_changed): Deal with empty extensions.
* src/docgen/AsciiDoc.py (add_photo): Add method;
(end_row): Inlcude last cell into proper formatting.
* src/GedcomInfo.py: Properly import expat.ParserCreate class.
* src/TipOfDay.py: Properly import expat.ParserCreate class.
* src/RecentFiles.py: Properly import expat.ParserCreate class.
* src/ReadXML.py: Properly import expat.* classes.
* doc/gramps-manual/C/usage.xml: Update.
* doc/gramps-manual/C/usage.xml: Update.
* doc/xmldocs.make: Switch Makefile from CLEANFILES to DISTCLEANFILES.
* src/Makefile.am: Add const.pyc and const.pyo to CLEANFILES.
svn: r4051
2005-02-19 00:49:49 +00:00
Alex Roitman
fdfa19fa1f
* src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke.
...
* src/DbPrompter.py: Change file filter name.
svn: r4049
2005-02-18 20:02:00 +00:00
Eero Tamminen
8b9747c7eb
Fix StatisticsChart.py date object checking
...
svn: r4048
2005-02-18 19:22:06 +00:00
Alex Roitman
3e75d92a03
* src/docgen/OpenOfficeDoc.py: Typo.
...
svn: r4047
2005-02-18 05:17:48 +00:00
Don Allingham
3f1c9e6f08
* src/EditPerson.py: more readonly support
...
* src/NoteEdit.py: more readonly support
* src/Sources.py: more readonly support
* src/gramps_main.py: more readonly support
* src/gramps.glade: more readonly support
svn: r4046
2005-02-18 04:49:59 +00:00
Alex Roitman
e983226112
* src/docgen/LPRDoc.py (write_at): Correct vertical offset.
...
* src/docgen/PdfDoc.py (write_at,draw_bar): Add functions.
* src/docgen/PSDrawDoc.py (write_at): Add function;
(draw_bar): Support for filling with color.
* src/ReportUtils.py (draw_legend): Correct vertical offset.
svn: r4045
2005-02-18 01:10:25 +00:00
Don Allingham
08eadb1d9a
* src/Marriage.py: disable buttons in readonly mode
...
* src/EditPerson.py: disable buttons in readonly mode
* src/Sources.py: disable buttons in readonly mode
* src/gramps.glade: name buttons
svn: r4044
2005-02-17 04:46:13 +00:00
Don Allingham
7d985fd276
* src/EditSource.py: commit events after deleting sources
...
svn: r4042
2005-02-17 02:24:23 +00:00
Don Allingham
5ce24ad90a
* src/GrampsBSDDB.py: first pass of readonly support
...
* src/GrampsInMem.py: first pass of readonly support
* src/GrampsGEDDB.py: first pass of readonly support
* src/GrampsXMLDB.py: first pass of readonly support
* src/gramps.py: first pass of readonly support
* src/FamilyView.py: first pass of readonly support
* src/EditPerson.py: first pass of readonly support
* src/EditPlace.py: first pass of readonly support
* src/EditSource.py: first pass of readonly support
* src/gramps.glade: assign names to buttons
svn: r4041
2005-02-16 22:49:54 +00:00
Alex Roitman
c193912063
Update
...
svn: r4040
2005-02-16 21:40:25 +00:00
Eero Tamminen
68a398d2a3
get option value from correct field
...
svn: r4039
2005-02-16 21:02:39 +00:00
Don Allingham
09d374c608
* src/DisplayModels.py: don't override on_row_deleted
...
svn: r4037
2005-02-16 18:05:20 +00:00
Alex Roitman
2b92aa151e
* src/EditSource.py (DelSrcQuery.query_response): Typos.
...
* src/ImageSelect.py (DeleteMediaQuery.query_response): Typo.
* src/GrampsInMemDB.py (remove_place,remove_object): Add methods;
(remove_person,remove_source,remove_family): Correctly remove from
id_trans table.
* src/FamilyView.py (parent_deleter,really_remove_spouse):
Use get_ instead of find_ functions.
svn: r4036
2005-02-16 13:49:32 +00:00
Don Allingham
db6a32af63
* src/AddMedia.py: handle "note only" media object
...
* src/DisplayModels.py: handle media type of None
* src/ImageSelect.py: Add "internal note" check box
* src/MediaView.py: handle media type of None
* src/NoteEdit.py: use glade definition
* src/gramps.glade: add note editor
* src/plubins/NavWebPage.py: Add default pages
svn: r4035
2005-02-16 05:41:33 +00:00
Alex Roitman
80ef59b353
* src/plugins/DetAncestralReport.py: Typos.
...
* src/plugins/DetDescendantReport.py: Typos.
svn: r4030
2005-02-14 21:39:59 +00:00
Alex Roitman
1843c8bc19
* src/ArgHandler (handle_args): Natively open XML and GEDCOM
...
when given a single filename argument.
* src/gramps_main.py (read_gedcom,read_xml): Remove ununsed functions.
svn: r4029
2005-02-14 03:09:22 +00:00
Alex Roitman
595404bcc3
* src/ReadGrdb.py: Check for overlapping handles prior to
...
modifying data.
svn: r4028
2005-02-14 01:32:07 +00:00
Don Allingham
030375a94d
* src/plugins/NavWebPage.py: More enhancements
...
* src/Sort.py: sort places by title
svn: r4026
2005-02-13 03:54:47 +00:00
Don Allingham
e827b66bca
* src/plugins/NavWebpage.py: Build template pages for unused
...
pages, add Surname List and Individual List pages.
svn: r4024
2005-02-10 01:44:05 +00:00
Alex Roitman
dfeb9fad77
* src/plugins/NavWebPage.py (display_relationships): Pass
...
another argument to display_spouse(); (display_spouse): Use spacers
for additional spouses. Use unique registration name
* src/ReportUtils.py (find_spouse): Typo.
svn: r4022
2005-02-04 13:54:02 +00:00
Don Allingham
cee3201c41
* src/plugins/NavWebPage.py: more progress
...
svn: r4020
2005-02-04 03:54:48 +00:00
Don Allingham
9e3318dc17
* src/plugins/GraphViz.py: fix MALE/FEMALE/UNKNOWN
...
svn: r4019
2005-02-03 00:32:20 +00:00
Eero Tamminen
670b90d3ab
better colors for pies
...
svn: r4018
2005-02-02 20:50:14 +00:00
Alex Roitman
61530228c9
* src/Makefile.am: Ship ReadGrdb.py and WriteGrdb.py.
...
svn: r4017
2005-02-02 14:02:13 +00:00
Alex Roitman
2a5e0bc32c
* src/Report.py: Proper translatable strings for generation numbers.
...
* src/ReportUtils.py: More report-related methods.
* src/plugins/DetAncestralReport.py: Use ReportUtils methods.
* src/plugins/DetDescendantReport.py: Use ReportUtils methods.
svn: r4016
2005-02-02 05:09:07 +00:00
Guillaume Pratte
83500dc0eb
Update from STABLE branch
...
svn: r4014
2005-02-02 05:05:05 +00:00
Alex Roitman
9fd0d9e355
* src/ReportUtils.py: More report-related methods.
...
* src/plugins/DetAncestralReport.py: Use ReportUtils methods.
* src/plugins/DetDescendantReport.py: Use ReportUtils methods.
svn: r4011
2005-02-01 05:08:16 +00:00
Alex Roitman
a6b36faaa8
* src/RelLib.py: Finish up with actual MALE, FEMALE, and UNKNOWN
...
svn: r4009
2005-02-01 04:16:02 +00:00
Don Allingham
6463227a6e
* various: Change Person.male, Person.female, and Person.unkwown
...
to Person.MALE, Person.FEMALE and Person.UNKNOWN
* gramps.spec.in: bring up to date, support Fedora Core and Mandrake
* src/plugins/NavWebPage.py: Start of the Narrative Web Page plugin
svn: r4008
2005-02-01 03:46:29 +00:00
Alex Roitman
4d88b51b7b
Update
...
svn: r4006
2005-01-31 05:33:10 +00:00
Alex Roitman
f7daf18f5d
* src/ReportUtils.py (born_died_str,married_str): Use NameDisplay
...
to properly display names; (get_birth_death_strings, child_str,
born_str, died_str, buried_str): Add functions; (draw_legend): Use
correct style for the legend text, using write_at().
* src/docgen/OpenOffice.org (write_at): Accept paragraph style name.
* src/docgen/LPRDoc.org (draw_bar): Properly draw and use color
for the bar; (write_at): Correctly transform coordinates.
* src/plugins/StatisticsChart.py: Replace tabs with spaces.
svn: r4005
2005-01-31 05:31:30 +00:00
Alex Roitman
07f0746473
Remove unneeded str conversion
...
svn: r4003
2005-01-31 02:20:40 +00:00
Alex Roitman
fb1c488604
* src/WriteGrdb.py: Copy metadata.
...
svn: r4001
2005-01-31 01:20:13 +00:00
Alex Roitman
a53baae751
* src/WriteGrdb.py: Add to CVS.
...
* src/gramps.glade: Add Save as item, switch former one to Export.
* src/gramps_main.py: Support for save as.
* src/DbPrompter.py: Support for save as.
svn: r4000
2005-01-30 23:53:47 +00:00
Alex Roitman
91b3c8beb3
* src/ArgHandler.py: Support for opening in the command-line mode.
...
* src/const.py.in: Add -O | --open option.
svn: r3991
2005-01-29 23:34:09 +00:00
Alex Roitman
a1b5e0d4a6
* src/plugins/GraphViz.py (GraphVizDialog.__init__):
...
Use proper response ID; (GraphVizGraphics.__init__): set up self.doc;
(EmptyDoc.init): Add empty method.
svn: r3990
2005-01-29 22:05:21 +00:00
Eero Tamminen
19dd2dccb0
Added Pie chart support to StatisticsChart plugin
...
svn: r3989
2005-01-29 20:41:22 +00:00
Eero Tamminen
c4871857fe
Add 5 new statistics to StatisticsChart.py plugin
...
svn: r3988
2005-01-29 17:11:02 +00:00
Alex Roitman
760b3561f1
* src/ArgHandler.py: Support for the native importer.
...
* NEWS: Update.
svn: r3986
2005-01-29 06:05:51 +00:00
Alex Roitman
f9dbedea4a
Update
...
svn: r3985
2005-01-29 05:14:47 +00:00
Alex Roitman
5e6c9ffb37
* src/PedView.py: Fix remnants of gnome.canvas syntax.
...
* src/ReadGrdb.py: Add to CVS: native database importer.
* src/DbPrompter.py: Support for the native importer.
* src/Errors.py: Add HandleError exception for duplicate handles.
svn: r3984
2005-01-29 05:13:29 +00:00
Alex Roitman
4604784b81
Typo
...
svn: r3979
2005-01-28 06:02:33 +00:00
Guillaume Pratte
75736fce14
Updated French translation from STABLE
...
svn: r3977
2005-01-28 00:44:26 +00:00
Guillaume Pratte
96d17dc262
Modified Files:
...
* configure.in : changed fr_FR to fr.
* src/plugins/rel_fr.py : added fr_CA and fr_CA.UTF-8 to the locale list.
Added Files:
* src/po/fr.po : version from the STABLE branch.
Removed Files:
* src/po/fr_FR.po
svn: r3973
2005-01-27 05:17:12 +00:00
Don Allingham
43bcff24ed
* src/DbPrompter.py: gnome.vfs vs. gnomevfs, tolerence
...
* src/GrampsMime.py: gnome.vfs vs. gnomevfs tolerence
* src/ImageSelect.py: gnome.canvas vs. gnomecanvas tolerence
* src/NameDisplay.py: gnome.vfs vs. gnomevfs tolerence
* src/PedView.py: gnome.canvas vs. gnomecanvas tolerence
* src/Utils.py: remove mime handling, use GrampsMime
* src/plugins/WriteCD.py: gnome.vfs vs. gnomevfs tolerence
svn: r3971
2005-01-27 03:18:21 +00:00
Don Allingham
4cc40c0f34
* src/ReportUtils.py: allow start and stop event handle selection
...
for age estimation
svn: r3967
2005-01-26 04:21:38 +00:00
Alex Roitman
f875a3f8a8
* src/ReadGedcom.py (parse_person_object,parse_family_object):
...
Use absolute path to work around what seems a gnomevfs issue.
svn: r3965
2005-01-25 23:08:37 +00:00
Alex Roitman
91e111b8fc
* src/TipOfDay.py (TipOfDay.__init__): Set transent property.
...
* src/gramps_main.py (Gramnps.__init__): Pass itself to TipOfDay;
(on_show_plugin_status,build_plugin_menus): Pass itself to PluginStatus.
* src/Plugins.py (PluginStatus.__init__): Set transent property.
svn: r3963
2005-01-25 21:25:15 +00:00
Eero Tamminen
e92157a658
made cli report name consistent with naming of other reports
...
svn: r3962
2005-01-25 20:24:25 +00:00
Eero Tamminen
fc4502f33d
fix StatisticsChart.py chart output, improve code
...
svn: r3961
2005-01-25 19:56:23 +00:00
Alex Roitman
149e351665
* src/ReportUtils.py (born_died_str,married_str,child_str):
...
Add functions.
* src/plugins/FtmStyleDescendants.py,
src/plugins/FtmStyleAncestors.py: Use common strings from ReportUtils.
svn: r3960
2005-01-25 04:46:52 +00:00
Don Allingham
985746a408
* gramps.spec.in: pkill gconfd to fix settings
...
svn: r3959
2005-01-25 04:24:42 +00:00
Alex Roitman
9a35d9e662
* src/docgen/LPRDoc.py (LPRDoc.draw_box): Shadow support.
...
svn: r3957
2005-01-25 00:23:53 +00:00
Alex Roitman
6b74907d80
* src/Report.py (BareReportDialog.init_interface): Set up buttons
...
with proper response values; (report): Ignore everything except
RESPONSE_OK.
* src/plugins/BookReport.py (BookReportSelector.on_setup_clicked,
BookReportDialog.__init__): Ignore everything except RESPONSE_OK.
svn: r3956
2005-01-24 23:39:50 +00:00
Alex Roitman
c918e902db
* src/StyleEditor.py (draw,save_paragraph): Swap SERIF and SANS_SERIF.
...
svn: r3954
2005-01-24 19:29:51 +00:00
Alex Roitman
d92dcd72e4
Update
...
svn: r3949
2005-01-24 16:40:36 +00:00
Alex Roitman
73f958b915
* src/Report.py: Fix adding styles and calling doc.init().
...
* src/BaseDoc.py: Restructure header; Replace tabs with spaces.
* src/plugins/AncestorChart.py (calc): Remove doc.init() call.
* src/plugins/AncestorChart2.py (calc): Remove doc.init() call.
* src/plugins/Ancestors.py (define_table_styles): Add method.
* src/plugins/FamilyGroup.py (define_table_styles): Add method.
* src/plugins/FanChart.py (define_graphics_styles): Add method.
* src/plugins/FtmStyleDescendants.py (define_table_styles):
Add method.
* src/plugins/FtmStyleAncestors.py: Minor cleanups
* src/plugins/IndivComplete.py (define_table_styles): Add method.
* src/plugins/IndivSummary.py (define_table_styles): Add method.
* src/plugins/Partition.py: Remove from CVS.
* src/plugins/StatisticsChart.py (define_graphics_styles):
Add method.
* src/plugins/TimeLine.py (define_graphics_styles): Add method.
svn: r3948
2005-01-24 16:33:47 +00:00
Don Allingham
e70e6c6e68
* src/BaseDoc.py: don't check for init on table or cell addition
...
* src/Report.py: Call doc.init() before write_report
svn: r3947
2005-01-24 00:16:33 +00:00
Eero Tamminen
17fef1ebc6
Complete refactoring of the Extract class
...
svn: r3946
2005-01-22 21:46:55 +00:00
Eero Tamminen
a1509e8f81
preliminary multiple statistics chart support
...
svn: r3945
2005-01-21 21:55:10 +00:00
Eero Tamminen
da4184f1f8
use non-localized descriptions for cli help
...
svn: r3944
2005-01-21 21:46:11 +00:00
Eero Tamminen
5daaef4675
added a few TODOs
...
svn: r3943
2005-01-21 19:05:37 +00:00
Don Allingham
c39b6ba091
* src/ReportUtils.py: added estimate_age and sanitize_person
...
* src/BaseDoc.py: Add checks attempting to add styles after initializing
the document
* src/docgen/OpenOfficeDoc.py: add init assertions
* src/docgen/PSDrawDoc.py: fix line style in boxes
* src/docgen/SvgDrawDoc.py: fix line style in boxes
* src/ReportUtils.py: added documentation
svn: r3942
2005-01-20 04:11:13 +00:00
Alex Roitman
b818a15850
Minor
...
svn: r3939
2005-01-19 05:15:30 +00:00
Alex Roitman
69b77f46a8
* src/dates/Date_fr.py: Add formats and quality.
...
* src/dates/Date_es.py: Add formats and quality.
svn: r3938
2005-01-19 05:13:09 +00:00
Alex Roitman
660028889a
* src/Utils.py (roman, pt2cm, cm2pt): Remove functions.
...
* src/ReportUtils.py (roman): Add function.
* src/docgen/OpenOfficeDoc.py (pt2cm): Remove function.
* src/docgen/PSDrawDoc.py (pt2cm): Remove function.
* src/plugins/AncestorChart2.py: Use ReportUtils.
* src/plugins/AncestorChart.py: Use ReportUtils.
* src/plugins/DesGraph.py: Use ReportUtils.
* src/plugins/FanChart.py: Use ReportUtils.
* src/plugins/StatisticsChart.py: Use ReportUtils.
* src/plugins/TimeLine.py: Use ReportUtils.
svn: r3937
2005-01-19 04:47:36 +00:00
Alex Roitman
503deaf553
Update
...
svn: r3936
2005-01-19 03:40:16 +00:00
Alex Roitman
9e51b4673b
* src/RelLib.py (Event.are_equal): Only compare place handles if
...
at least one if them is non-empty.
svn: r3935
2005-01-19 03:31:48 +00:00
Alex Roitman
c410c21c7c
* src/EditPerson.py (get_place): Use "" for empty place's handle.
...
svn: r3934
2005-01-19 03:24:33 +00:00
Alex Roitman
ccac3c9d2a
* src/NameEdit.py: Fix patronymic show/save.
...
svn: r3933
2005-01-19 00:36:06 +00:00
Alex Roitman
06318c1da6
* src/DateDisplay.py: Move common objects back to DateDisplay class.
...
* src/dates/Date_ru.py: Add formats and quality.
svn: r3932
2005-01-19 00:13:57 +00:00
Eero Tamminen
40078d71aa
numerous changes to GraphViz.py, see Changelog
...
svn: r3931
2005-01-18 21:00:58 +00:00
Matthieu Pupate
8011590067
Update according to template.po
...
svn: r3930
2005-01-18 20:44:24 +00:00
Matthieu Pupate
12e3e68294
Ajout des modifications de Guillaume Pratte
...
svn: r3929
2005-01-18 20:37:47 +00:00
Don Allingham
691db65cec
* src/ReportUtils.py: Added
...
* src/BaseDoc.py: support for graphs
* src/docgen/OpenOfficeDoc.py: write_at support
* src/Makefile.am: added ReportUtils.py
svn: r3926
2005-01-18 05:42:08 +00:00
Don Allingham
15a8260ba4
update
...
svn: r3925
2005-01-18 03:15:40 +00:00
Alex Roitman
201027b021
Update
...
svn: r3923
2005-01-18 01:03:59 +00:00
Alex Roitman
09b4d6d5ff
update
...
svn: r3922
2005-01-17 20:50:41 +00:00
Alex Roitman
2ca62de9a5
* src/plugins/GraphViz.py: Remove bogus UI labels.
...
svn: r3921
2005-01-17 20:46:32 +00:00
Alex Roitman
3d87ce091c
* src/ReadGedcom.py: Handle missing TRLR record.
...
svn: r3920
2005-01-17 18:05:50 +00:00
Alex Roitman
d8a76a4c6d
* src/docgen/PdfDoc.py: Port table and image fixes from STABLE.
...
* src/plugins/Ancestors.py (person_name): Avoid overriding builtin.
svn: r3919
2005-01-17 05:12:34 +00:00
Alex Roitman
639602a2b8
* src/ReportOptions.py (OptionHandler.set_options):
...
svn: r3918
2005-01-16 19:14:14 +00:00
Alex Roitman
a91ea37f9c
* src/plugins/FamilyGroup.py (dump_parent): Typo.
...
svn: r3917
2005-01-16 18:55:38 +00:00
Alex Roitman
de38bec406
* src/Plugins.py (reload_plugins): Check for status.
...
* src/Report.py: pychecker fixes
svn: r3916
2005-01-16 17:50:32 +00:00
Don Allingham
347ac96279
* src/EditPerson.py: don't use quote date
...
* src/PeopleModel.py: remove BOLD
* src/PeopleView.py: start of sorting support
* src/WriteXML.py: use hlink for Witness
* various: pychecker fixes
* configure.in: bump up to 1.1.3, the "Splunge: this is a
greate idea, but possibly lousy, and I'm not being indecisive"
release
svn: r3915
2005-01-16 04:00:35 +00:00
Alex Roitman
55c549de0a
* src/docgen/KwordDoc.py: Register with paper capabilites.
...
* src/docgen/PdfDoc.py: Register with paper capabilites.
* src/docgen/RTFDoc.py: Register with paper capabilites.
* src/const.py.in: Update copyright year.
* NEWS: Update.
svn: r3914
2005-01-15 20:24:29 +00:00
Alex Roitman
f89ee71f28
* src/plugins/GraphViz.py: Restore "Place/cause when no date"
...
option that was available before in RelGraph; rename 'show
family nodes' into 'sfn'.
* src/plugins/StatisticsChart.py: Rename 'sort' into 'sortby'.
svn: r3913
2005-01-15 05:51:48 +00:00
Alex Roitman
0c525c8e3b
* src/plugins/BookReport.py: Switch to saving/restoring/registering
...
items by the non-localized name.
* src/plugins/GraphViz.py: Many various fixes.
svn: r3911
2005-01-14 05:02:20 +00:00
Alex Roitman
173c687ec7
* src/Report.py: Typos.
...
* src/plugins/WebPage.py: Typos.
svn: r3910
2005-01-13 18:21:04 +00:00
Alex Roitman
72a25955d0
* src/plugins/Check.py: Typos.
...
svn: r3909
2005-01-13 18:00:49 +00:00
Don Allingham
5d61ffc49c
* src/DateDisplay.py: Make DateDisplayEn inherit from DateDisplay, make
...
DateDisplay handle only ISO dates
* src/DateHandler.py: use DateDisplayEn for English languages, use
DateDisplay for CJK
* src/GrampsCfg.py: Don't do initial redisplay of Person List when
dialog comes up, update dates dynamically when date format changes
svn: r3908
2005-01-12 21:23:31 +00:00
Alex Roitman
2b583a8e6d
* src/DisplayModels.py: Add Date and Place columns to Media model;
...
Zip to Place model.
* src/MediaView.py: Support for Date and Place columns.
* src/PlaceView.py: Support for Zil column.
* src/GrampsDbBase.py (get_place_column_order,
get_media_column_order): New column defaults.
svn: r3907
2005-01-12 13:41:54 +00:00
Alex Roitman
156b885b05
* src/plugins/WebPage.py: Fix templates.
...
svn: r3906
2005-01-12 04:16:22 +00:00
Alex Roitman
4e1f122272
* src/Report.py: Switch to using short format names. Fix templates.
...
* src/Plugins.py: Switch to using short format names.
* src/PluginMgr.py: Switch to using short format names.
* src/ReportOptions.py: Switch to using short format names.
svn: r3905
2005-01-12 03:29:02 +00:00
Alex Roitman
94a9a554de
* src/plugins/GraphViz.py: Support for graphical report
...
if dot was found on the system.
svn: r3904
2005-01-12 00:48:42 +00:00
Alex Roitman
99eb6c0e88
Update
...
svn: r3903
2005-01-11 23:01:54 +00:00
Alex Roitman
edfb524597
* src/Utils.py (for_each_ancestor): Switch from Person to handle.
...
* src/GenericFilter.py (for_each_ancestor): Pass db instance.
svn: r3902
2005-01-11 22:41:15 +00:00
Eero Tamminen
b4c0e9df90
fixes to StatisticsChart
...
svn: r3901
2005-01-11 20:31:51 +00:00
Alex Roitman
0c638f4595
Update
...
svn: r3900
2005-01-11 16:56:51 +00:00
Alex Roitman
c920e6dfcc
* src/GrampsGconfKeys.py (get_event_id_prefix): Typo.
...
* src/GrampsIniKeys.py (get_event_id_prefix): Typo.
svn: r3899
2005-01-11 16:55:15 +00:00
Alex Roitman
4d675bddb8
* src/WriteGedcom.py (write_source_ref): Use source, not handle.
...
svn: r3898
2005-01-11 04:32:26 +00:00
Alex Roitman
89bc901357
* src/EditPlace.py (EditPlace.display_references):
...
Fix event and object references.
* src/ImageSelect.py (GlobalMediaProperties.display_refs):
Add references for personal and family events.
svn: r3897
2005-01-11 04:17:53 +00:00
Don Allingham
32ad5f2823
* src/EditPlace.py: make reference lists work properly for places
...
svn: r3896
2005-01-11 04:09:52 +00:00
Alex Roitman
0a86499dbe
* src/PluginMgr.py (reload_plugins): Remove function.
...
* src/Plugins.py (reload_plugins): Add function.
svn: r3895
2005-01-11 03:51:27 +00:00
Alex Roitman
a70bf6bf46
More fixes
...
svn: r3894
2005-01-11 03:17:56 +00:00
Alex Roitman
5eeb9e9050
* src/plugins/StatisticsChart.py: Misc fixes.
...
svn: r3893
2005-01-11 02:19:29 +00:00
Alex Roitman
9d5016a538
Some fixes
...
svn: r3892
2005-01-11 00:28:53 +00:00
Eero Tamminen
b2628777c3
Initial port of StatisticsChart plugin to CVS HEAD
...
svn: r3891
2005-01-10 20:12:16 +00:00
Alex Roitman
36a9efd85a
* src/PluginMgr.py: Minor fixes.
...
svn: r3890
2005-01-09 03:28:28 +00:00
Alex Roitman
4440a8f4aa
Remove unneeded import
...
svn: r3889
2005-01-09 02:39:19 +00:00
Don Allingham
8ad3ba7456
* src/GrampsDbBase.py: remove thumbnailing routines, add
...
id creation. Removes gtk and Utils dependencies, making the
database routines independent of gtk and gnome.
* src/ImgManip.py: add thumbnailing routines.
* various: thumbnailing changes and pychecker fixes
svn: r3888
2005-01-09 02:18:49 +00:00
Alex Roitman
65b6bb34af
* src/gramps.glade: Reorder toolbar style options.
...
* src/GrampsCfg.py (get_toolbar_style): Remove function;
(GrampsPreferences.build): Use correct values.
* src/GrampsGconfKeys.py (get_toolbar, save_toolbar):
Correct tuple of valid values.
* src/gramps_main.py (init_interface, toolbar_key_update):
Use function from GrampsKeys.
* src/data/gramps.schemas: Correct the default and the
description of the toolbar key.
svn: r3887
2005-01-08 22:35:04 +00:00
Alex Roitman
f797f398b2
* src/DbPrompter.py (NewNativeDbPrompter.chooser):
...
Initialize natvie database before attempting to load.
svn: r3886
2005-01-08 21:52:57 +00:00
Alex Roitman
8fecc70ba7
* src/GrampsInMemDB.py (get_person_from_gramps_id,
...
get_family_from_gramps_id,get_place_from_gramps_id,
get_source_from_gramps_id,get_object_from_gramps_id):
Unserialize tuple and return a proper GRAMPS object.
svn: r3885
2005-01-08 21:42:40 +00:00
Alex Roitman
6141ffb14b
* src/Report.py (CommandLineReport.parse_option_str):
...
Fix PluginMgr lists.
* src/plugins/CustomBookText.py: Convert to new scheme.
* src/plugins/FamilyGroup.py: Switch from handle to id for spouse.
* src/plugins/SimpleBookTitle.py: Cleanups.
svn: r3884
2005-01-08 20:19:06 +00:00
Alex Roitman
41ef57a252
* src/plugins/SimpleBookTitle.py: Convert to new scheme.
...
* src/docgen/LPRDoc.py: Support photo alignments.
* src/Report.py: Fix interface creation order.
svn: r3883
2005-01-08 05:54:49 +00:00
Don Allingham
b5b5167e73
* src/gramps.glade: removal of more OptionMenus in favor
...
of ComboBoxes
* src/GrampsCfg.py: use new ComboBoxes
* src/DateHandler.py: fix set_format vs. formats bug
svn: r3882
2005-01-08 03:49:43 +00:00
Alex Roitman
bad8f0ba76
* src/Plugins.py: Use doc lists from PluginMgr.
...
* src/Exporter.py: Use exports list from PluginMgr.
* src/plugins/BookReport.py: Import Plugins module.
* src/NameEdit.py (NameEditor.__init__): Typos.
svn: r3881
2005-01-08 00:20:42 +00:00
Eero Tamminen
c47db9780f
added missing py files to installation list
...
svn: r3879
2005-01-07 19:39:08 +00:00
Alex Roitman
ce8bc23927
* src/ArgeHandler.py: Support for WEB for CLI mode.
...
* src/Report.py: Support for WEB reports.
* src/plugins/GraphViz.py: Minor tweaks.
* src/plugins/WebPage.py: Convert to new scheme. Still rough.
svn: r3878
2005-01-07 04:53:43 +00:00
Don Allingham
44337dbe09
* src/EditPerson.py: switch to ComboBox from OptionMenu
...
* src/GenericFilter.py: switch to ComboBox from OptionMenu
* src/Marriage.py: switch to ComboBox from OptionMenu
* src/PeopleView.py: switch to ComboBox from OptionMenu
* src/gramps.glade:switch to ComboBox from OptionMenu
* src/gramps_main.py: switch to ComboBox from OptionMenu
svn: r3877
2005-01-07 04:34:02 +00:00
Don Allingham
1edd400020
added
...
svn: r3875
2005-01-06 19:26:54 +00:00
Don Allingham
09328f505b
* src/GrampsIniKeys.py: provide support for the default schema
...
* src/GrampsKeys.py: select appropriate backend
* various: switch from GrampsGconfKeys to GrampsKeys for normal usage
* src/GrampsIniKeys.py: Alternate backend using .ini files instead
of gconf
svn: r3873
2005-01-06 17:28:31 +00:00
Alex Roitman
9b27acacbe
Minor update
...
svn: r3872
2005-01-06 04:47:57 +00:00
Don Allingham
78e338aeaa
* src/gramps_main.py: detect pygtk_version before passing
...
False for markup on MenuItem
svn: r3871
2005-01-06 04:07:29 +00:00
Alex Roitman
a32b40187f
* src/Utils.py (roman): Proper implementation.
...
svn: r3869
2005-01-06 03:15:25 +00:00
Don Allingham
6f0bc853e7
* src/EditSource.py: Patch to fix the list of References of a
...
Source, because currently the Source for a Person and Sources
of addresses are omitted.
svn: r3868
2005-01-06 03:08:52 +00:00
Alex Roitman
c0f3a10147
* src/ArgeHandler.py: Support for CODE for CLI mode.
...
* src/Plugins.py: Use 'text' instead of 'doc'.
* src/Report.py: Support for CODE reports.
* src/ReportOptions.py: Paper-setting methods for runtime.
* src/const.py.in: Label change.
* src/plugins/GraphViz.py: Convert to new scheme.
svn: r3867
2005-01-05 05:56:33 +00:00
Don Allingham
40559041d3
* src/Plugins.py: move non-gui functions to PluginMgr.py
...
* src/PluginMgr.py: Non-gui functions for plugins
* src/Makefile.am: Added PluginMgr.py
* various: switch from Plugins to PluginMgr
svn: r3866
2005-01-05 05:02:19 +00:00
Don Allingham
a161a842eb
* src/DateHandler.py: Don't force English parser if problem with
...
config value, but LANG is set properly
svn: r3863
2005-01-03 19:43:22 +00:00
Don Allingham
66d77d7700
* src/GrampsDbBase.py: move all thumbnail creation here to have
...
a common thumbnail scheme.
* src/GrampsInMemDB.py: remove thumbnail handling, use base class
svn: r3862
2005-01-03 19:28:04 +00:00
Alex Roitman
da527e786e
* src/plugins/Makefile.am: Stop shipping RelGraph.py.
...
svn: r3861
2005-01-02 23:55:21 +00:00
Alex Roitman
ad564ed43e
* src/plugins/RelGraph.py: Remove from CVS.
...
* src/plugins/GraphViz.py: Minor fixes. Still not converted yet.
svn: r3860
2005-01-02 23:54:11 +00:00
Alex Roitman
9e394c9205
* src/Report.py (report): Support for VIEW reports.
...
* src/plugins/Summary.py: Convert to new scheme.
* src/plugins/CountAncestors.py: Convert to new scheme.
svn: r3859
2005-01-02 23:48:39 +00:00
Alex Roitman
b6098a2251
* src/Report.py: Add support for a semi-common 'dispf'.
...
* src/ReportOptions.py: Add support for a semi-common 'dispf'.
* src/Utils.py (cm2pt): Add function.
* src/plugins/AncestorChart.py: Convert to new scheme.
* src/plugins/AncestorChart2.py: Convert to new scheme.
* src/plugins/DesGraph.py: Convert to new scheme.
svn: r3858
2005-01-02 22:22:11 +00:00