Commit Graph

  • e67a66bf5a * src/EditPerson.py (EditPerson.__init__): Correct widget names. Alex Roitman 2005-02-25 16:36:47 +00:00
  • b44960ff77 * src/EditPerson.py (EditPerson.__init__): Correct widget names. Alex Roitman 2005-02-25 16:36:47 +00:00
  • 4448433851 * src/Sources.py (SourceEditor.update_display): Do not add source for the second time. Alex Roitman 2005-02-25 16:26:26 +00:00
  • 168ae08f73 * src/Sources.py (SourceEditor.update_display): Do not add source for the second time. Alex Roitman 2005-02-25 16:26:26 +00:00
  • fcb6f84f4b * src/DbPrompter.py (GrampsFormatWidget): Add class; (format_maker): Add_function; (NewSaveasDbPrompter.chooser): Support for explicit format selection. Alex Roitman 2005-02-25 16:05:02 +00:00
  • 3ef8e12f42 * src/DbPrompter.py (GrampsFormatWidget): Add class; (format_maker): Add_function; (NewSaveasDbPrompter.chooser): Support for explicit format selection. Alex Roitman 2005-02-25 16:05:02 +00:00
  • 1f9c1785e6 Update Alex Roitman 2005-02-25 01:16:18 +00:00
  • 91fab71a7f Update Alex Roitman 2005-02-25 01:16:18 +00:00
  • 61c34a406b * src/MediaView.py (on_select_row): Add garbage collection call. Alex Roitman 2005-02-25 01:13:27 +00:00
  • f0317a95be * src/MediaView.py (on_select_row): Add garbage collection call. Alex Roitman 2005-02-25 01:13:27 +00:00
  • bb494c5931 update Don Allingham 2005-02-24 04:46:45 +00:00
  • 740c22832c update Don Allingham 2005-02-24 04:46:45 +00:00
  • cb8c02aea0 * src/DbPrompter.py: catch zero length filename * src/FamilyView.py: fixed selection of spouse's parents * src/gramps_main.py: update display after loading data Don Allingham 2005-02-24 01:40:40 +00:00
  • d920d5f78c * src/DbPrompter.py: catch zero length filename * src/FamilyView.py: fixed selection of spouse's parents * src/gramps_main.py: update display after loading data Don Allingham 2005-02-24 01:40:40 +00:00
  • 55a416f422 * src/AddMedia.py: use new find_mime_type_pixbuf instead of find_icon * src/ImageSelect.py: remove internal media widgets, use new find_mime_type_pixbuf instead of find_icon * src/ImgManip.py: catch pixbuf_new_from_file exception * src/MediaView.py: use new find_mime_type_pixbuf instead of find_icon * src/SelectObject.py: use new find_mime_type_pixbuf instead of find_icon * various: replace the deprecated gtk.TRUE/gtk.FALSE with True/False Don Allingham 2005-02-24 00:25:34 +00:00
  • 3731aad2b3 * src/AddMedia.py: use new find_mime_type_pixbuf instead of find_icon * src/ImageSelect.py: remove internal media widgets, use new find_mime_type_pixbuf instead of find_icon * src/ImgManip.py: catch pixbuf_new_from_file exception * src/MediaView.py: use new find_mime_type_pixbuf instead of find_icon * src/SelectObject.py: use new find_mime_type_pixbuf instead of find_icon * various: replace the deprecated gtk.TRUE/gtk.FALSE with True/False Don Allingham 2005-02-24 00:25:34 +00:00
  • 827ba0d85b Update Alex Roitman 2005-02-23 13:30:47 +00:00
  • 3c3cff6ae2 Update Alex Roitman 2005-02-23 13:30:47 +00:00
  • 16388d3e6d Update Alex Roitman 2005-02-23 04:53:11 +00:00
  • cef0189ef4 Update Alex Roitman 2005-02-23 04:53:11 +00:00
  • ff349b36e4 * src/gramps_main.py (on_new_clicked): Do not prematurely close db. * src/DbPrompter.py (NewNativeDbPrompter.chooser): Close old db if positively opening a new one. Alex Roitman 2005-02-23 04:46:51 +00:00
  • ab4ece1950 * src/gramps_main.py (on_new_clicked): Do not prematurely close db. * src/DbPrompter.py (NewNativeDbPrompter.chooser): Close old db if positively opening a new one. Alex Roitman 2005-02-23 04:46:51 +00:00
  • 81a41b3d9a * src/Exporter.py (native_export): Use real export. * src/WriteGrdb.py (exportData): Provide default cl value. Alex Roitman 2005-02-23 04:39:05 +00:00
  • 6eb7518698 * src/Exporter.py (native_export): Use real export. * src/WriteGrdb.py (exportData): Provide default cl value. Alex Roitman 2005-02-23 04:39:05 +00:00
  • b4d54945d3 * src/gramps.glade: use ComboBox instead of ComboBoxEntry for temple * src/EditPerson.py: use ComboBox instead of ComboBoxEntry for temple Don Allingham 2005-02-23 04:30:08 +00:00
  • 1a44b71e26 * src/gramps.glade: use ComboBox instead of ComboBoxEntry for temple * src/EditPerson.py: use ComboBox instead of ComboBoxEntry for temple Don Allingham 2005-02-23 04:30:08 +00:00
  • bd020c830a * src/docgen/PdfDoc.py (write_note): Attempt latin1 encoding. Alex Roitman 2005-02-22 18:38:35 +00:00
  • 4bc1ddd667 * src/docgen/PdfDoc.py (write_note): Attempt latin1 encoding. Alex Roitman 2005-02-22 18:38:35 +00:00
  • 7983883e11 * configure.in: Bump up the version. Alex Roitman 2005-02-22 13:29:55 +00:00
  • 03715f00c8 * configure.in: Bump up the version. Alex Roitman 2005-02-22 13:29:55 +00:00
  • d92ac8827e 1.1.90 release Don Allingham 2005-02-22 03:55:34 +00:00
  • 2d0d34bd95 1.1.90 release Don Allingham 2005-02-22 03:55:34 +00:00
  • 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. Alex Roitman 2005-02-22 03:43:53 +00:00
  • 6755b7e04e * 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. Alex Roitman 2005-02-22 03:43:53 +00:00
  • bdbbe239aa Update Alex Roitman 2005-02-22 02:34:19 +00:00
  • 4d89c53ccc Update Alex Roitman 2005-02-22 02:34:19 +00:00
  • 0552710245 Update Alex Roitman 2005-02-22 02:26:14 +00:00
  • f6f36bb221 Update Alex Roitman 2005-02-22 02:26:14 +00:00
  • 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. Alex Roitman 2005-02-22 01:59:28 +00:00
  • ac6ccd0adc * 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. Alex Roitman 2005-02-22 01:59:28 +00:00
  • 60e01abcdd * src/docgen/PSDrawDoc.py (draw_text,write_at): Attempt latin1 encoding. Alex Roitman 2005-02-22 01:45:52 +00:00
  • 33a41ef87f * src/docgen/PSDrawDoc.py (draw_text,write_at): Attempt latin1 encoding. Alex Roitman 2005-02-22 01:45:52 +00:00
  • df8fe46e4d Added notes about user visible GraphViz and StatisticsChart changes Eero Tamminen 2005-02-21 19:48:29 +00:00
  • e5925d8b77 Added notes about user visible GraphViz and StatisticsChart changes Eero Tamminen 2005-02-21 19:48:29 +00:00
  • d5488d5052 * NEWS: Update. Alex Roitman 2005-02-21 16:18:25 +00:00
  • b00a9ad021 * NEWS: Update. Alex Roitman 2005-02-21 16:18:25 +00:00
  • ad0d98bd81 * doc/gramps-manual/C/usage.xml: Update. Alex Roitman 2005-02-21 03:36:12 +00:00
  • 4f9798a5e9 * doc/gramps-manual/C/usage.xml: Update. Alex Roitman 2005-02-21 03:36:12 +00:00
  • 0e14c45c5f * src/docgen/LPRDoc.py (draw_path,draw_bar): Set proper linewidth. Alex Roitman 2005-02-21 02:01:04 +00:00
  • 054b618a73 * src/docgen/LPRDoc.py (draw_path,draw_bar): Set proper linewidth. Alex Roitman 2005-02-21 02:01:04 +00:00
  • f8c349fc78 * src/ReportUtils.py: use today for age calculation if not death date exists. * src/plugins/NavWebPage.py: handle privacy if requested Don Allingham 2005-02-20 23:27:55 +00:00
  • 352d7d4196 * src/ReportUtils.py: use today for age calculation if not death date exists. * src/plugins/NavWebPage.py: handle privacy if requested Don Allingham 2005-02-20 23:27:55 +00:00
  • 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 Don Allingham 2005-02-20 01:02:15 +00:00
  • 25c2598147 * 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 Don Allingham 2005-02-20 01:02:15 +00:00
  • baff1f7030 * src/ReportUtils.py (born_died_str): Find events to reference. Alex Roitman 2005-02-19 23:43:45 +00:00
  • 1ea0356d99 * src/ReportUtils.py (born_died_str): Find events to reference. Alex Roitman 2005-02-19 23:43:45 +00:00
  • 4f3211bb19 * src/PaperMenu.py (GrampsPaperComboBox.set): Compare paper names. Alex Roitman 2005-02-19 23:37:35 +00:00
  • 22275dcd42 * src/PaperMenu.py (GrampsPaperComboBox.set): Compare paper names. Alex Roitman 2005-02-19 23:37:35 +00:00
  • 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. Alex Roitman 2005-02-19 22:33:24 +00:00
  • acd05b555d * 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. Alex Roitman 2005-02-19 22:33:24 +00:00
  • c722d6bc86 fix typo Don Allingham 2005-02-19 22:17:07 +00:00
  • 157e792487 fix typo Don Allingham 2005-02-19 22:17:07 +00:00
  • 5771067c95 Update Alex Roitman 2005-02-19 22:16:32 +00:00
  • a5290540b6 Update Alex Roitman 2005-02-19 22:16:32 +00:00
  • db067d2675 Update Alex Roitman 2005-02-19 22:14:35 +00:00
  • eccc20a12a Update Alex Roitman 2005-02-19 22:14:35 +00:00
  • 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 Don Allingham 2005-02-19 22:11:51 +00:00
  • d382675562 * 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 Don Allingham 2005-02-19 22:11:51 +00:00
  • 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. Alex Roitman 2005-02-19 19:05:48 +00:00
  • 14052b42db * 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. Alex Roitman 2005-02-19 19:05:48 +00:00
  • 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 Don Allingham 2005-02-19 04:41:59 +00:00
  • 3ca70aac2d * src/EditPerson.py: more readonly patches * src/EventEdit.py: more readonly patches * src/Marriage.py: more readonly patches * src/gramps.glade: more readonly patches Don Allingham 2005-02-19 04:41:59 +00:00
  • ca3766b005 * src/EditPerson.py: Readonly fix. * src/gramps.glade: Typo. Alex Roitman 2005-02-19 03:29:56 +00:00
  • c3abb66292 * src/EditPerson.py: Readonly fix. * src/gramps.glade: Typo. Alex Roitman 2005-02-19 03:29:56 +00:00
  • 8b0aa1f633 * src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke. * src/DbPrompter.py: Change file filter name. Alex Roitman 2005-02-19 00:49:49 +00:00
  • 694c982800 * src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke. * src/DbPrompter.py: Change file filter name. Alex Roitman 2005-02-19 00:49:49 +00:00
  • fdfa19fa1f * src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke. * src/DbPrompter.py: Change file filter name. Alex Roitman 2005-02-18 20:02:00 +00:00
  • 76e78eda94 * src/docgen/LPRDoc.py (draw_path,draw_bar): Fill, then stroke. * src/DbPrompter.py: Change file filter name. Alex Roitman 2005-02-18 20:02:00 +00:00
  • 8b9747c7eb Fix StatisticsChart.py date object checking Eero Tamminen 2005-02-18 19:22:06 +00:00
  • 0faaae0201 Fix StatisticsChart.py date object checking Eero Tamminen 2005-02-18 19:22:06 +00:00
  • 3e75d92a03 * src/docgen/OpenOfficeDoc.py: Typo. Alex Roitman 2005-02-18 05:17:48 +00:00
  • 746e10295b * src/docgen/OpenOfficeDoc.py: Typo. Alex Roitman 2005-02-18 05:17:48 +00:00
  • 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 Don Allingham 2005-02-18 04:49:59 +00:00
  • 37e3d0d2e3 * 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 Don Allingham 2005-02-18 04:49:59 +00:00
  • 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. Alex Roitman 2005-02-18 01:10:25 +00:00
  • 9ba1e69000 * 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. Alex Roitman 2005-02-18 01:10:25 +00:00
  • 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 Don Allingham 2005-02-17 04:46:13 +00:00
  • d75e6a198e * 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 Don Allingham 2005-02-17 04:46:13 +00:00
  • 9af5c6fbb4 * doc/gramps-manual/C/getstart.xml: Update. * doc/gramps-manual/C/mainwin.xml: Update. * doc/gramps-manual/C/preface.xml: Update. * doc/gramps-manual/C/figures/family-alt.png: Update. * doc/gramps-manual/C/figures/family.png: Update. * doc/gramps-manual/C/figures/mainwin.png: Update. * doc/gramps-manual/C/figures/media.png: Update. * doc/gramps-manual/C/figures/noside-nofilt.png: Update. * doc/gramps-manual/C/figures/pedigree-anchor.png: Update. * doc/gramps-manual/C/figures/pedigree.png: Update. * doc/gramps-manual/C/figures/places.png: Update. * doc/gramps-manual/C/figures/side-filt.png: Update. * doc/gramps-manual/C/figures/sources.png: Update. * doc/gramps-manual/C/figures/column-editor.png: Add to CVS. * doc/gramps-manual/C/figures/pedigree-siblings-cut.png: Add to CVS. Alex Roitman 2005-02-17 04:38:45 +00:00
  • a7897625fe * doc/gramps-manual/C/getstart.xml: Update. * doc/gramps-manual/C/mainwin.xml: Update. * doc/gramps-manual/C/preface.xml: Update. * doc/gramps-manual/C/figures/family-alt.png: Update. * doc/gramps-manual/C/figures/family.png: Update. * doc/gramps-manual/C/figures/mainwin.png: Update. * doc/gramps-manual/C/figures/media.png: Update. * doc/gramps-manual/C/figures/noside-nofilt.png: Update. * doc/gramps-manual/C/figures/pedigree-anchor.png: Update. * doc/gramps-manual/C/figures/pedigree.png: Update. * doc/gramps-manual/C/figures/places.png: Update. * doc/gramps-manual/C/figures/side-filt.png: Update. * doc/gramps-manual/C/figures/sources.png: Update. * doc/gramps-manual/C/figures/column-editor.png: Add to CVS. * doc/gramps-manual/C/figures/pedigree-siblings-cut.png: Add to CVS. Alex Roitman 2005-02-17 04:38:45 +00:00
  • 7d985fd276 * src/EditSource.py: commit events after deleting sources Don Allingham 2005-02-17 02:24:23 +00:00
  • f33cc35550 * src/EditSource.py: commit events after deleting sources Don Allingham 2005-02-17 02:24:23 +00:00
  • 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 Don Allingham 2005-02-16 22:49:54 +00:00
  • 5576d07516 * 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 Don Allingham 2005-02-16 22:49:54 +00:00
  • c193912063 Update Alex Roitman 2005-02-16 21:40:25 +00:00
  • 6df53a5833 Update Alex Roitman 2005-02-16 21:40:25 +00:00
  • 68a398d2a3 get option value from correct field Eero Tamminen 2005-02-16 21:02:39 +00:00
  • 88cf2f9227 get option value from correct field Eero Tamminen 2005-02-16 21:02:39 +00:00
  • 09d374c608 * src/DisplayModels.py: don't override on_row_deleted Don Allingham 2005-02-16 18:05:20 +00:00
  • 0335fa592a * src/DisplayModels.py: don't override on_row_deleted Don Allingham 2005-02-16 18:05:20 +00:00