Commit Graph

2594 Commits

Author SHA1 Message Date
Rob G. Healey
2aea2184e7 Cleaned up gramps import section to have smaller memory footprint by specifying exactly what to import instead just everything.
svn: r12411
2009-04-09 04:34:24 +00:00
Gerald Britton
4d49eab84f RelCalc.py - convert to use gtkbuilder instead of libglade
svn: r12410
2009-04-08 20:09:30 +00:00
Gerald Britton
a3f82400ef Check.py - convert to use gtkbuilder instead of libglade
svn: r12409
2009-04-08 19:41:22 +00:00
Rob G. Healey
0b61b4a8a4 Updated menu in BirthdayReport. Changed alphabet navigation in NarrativeWeb. Updated WebCal to use name format option. Fixed a few elements in stylesheet.
svn: r12406
2009-04-06 03:49:47 +00:00
Rob G. Healey
c468933edd Moved footer section in stylesheet to match other stylesheets. Added #alphabet navigation to stylesheet. Changed newpage() to Html.page(), remove indent=True, and added indent=False where needed for indentation styling for human readability in web browsers.
svn: r12403
2009-04-03 00:04:29 +00:00
Gerald Britton
6ab1803266 libhtml.py: Added properties and changed default for indent to False
svn: r12402
2009-04-02 19:53:30 +00:00
Rob G. Healey
ed676f6f58 Changed location of alphabet navigation in SurnameListPage. Fixed and updated some of stylesheet.
svn: r12401
2009-04-01 00:53:12 +00:00
Benny Malengier
8d080adb2f 2880: old api use in import grdb
svn: r12399
2009-03-31 21:21:55 +00:00
Rob G. Healey
0a1fa5b89d More clean up of code and elements in stylesheets.
svn: r12394
2009-03-29 22:26:36 +00:00
Benny Malengier
82c9108b23 2860: Problem with det_ancestor report in PDF at page breaks - part 1
svn: r12393
2009-03-29 09:07:35 +00:00
Benny Malengier
eb29011083 2770: Error on XML parser with data using '&'.
2678: Error on import of gramps XML with xml codes in the ids


svn: r12390
2009-03-28 13:18:17 +00:00
Rob G. Healey
3fa8f51025 Spotty cleanup of NarrativeWeb. Huge cleanup of WebCal-- saves a lot of space in web page files.
svn: r12389
2009-03-26 11:17:57 +00:00
Rob G. Healey
aa9e4d01f4 Moved alphabet navigation placement in page. Moved encoding in menu to Advanced tab-- as suggested in emails. Fixed invisible text in table headers.
svn: r12386
2009-03-25 04:57:07 +00:00
Rob G. Healey
4f01d37913 Continuing update and clean up.
svn: r12385
2009-03-25 03:54:47 +00:00
Rob G. Healey
13d2d1c5ea Using newpage() now. Cleanup, and code revisions.
svn: r12384
2009-03-24 14:58:16 +00:00
Rob G. Healey
4f073eb270 Removed obsoleted elements from stylesheets. Updated revision numbering tag.
svn: r12383
2009-03-24 04:12:31 +00:00
Gerald Britton
2f7ae174c0 libhtml.py: change $Id line
svn: r12382
2009-03-23 15:57:59 +00:00
Gerald Britton
dc80f4a6a6 libhtml.py: rename hmtl.py to libhtml.py and move to plugins/lib
svn: r12381
2009-03-23 14:42:37 +00:00
Peter Landgren
8026b9564b Fix of issue 2836.
svn: r12380
2009-03-23 13:52:59 +00:00
Peter Landgren
5a5c0ef7fe Some changes in tool tip.
svn: r12374
2009-03-21 19:04:39 +00:00
Rob G. Healey
ff9cabf0bb Changed the page head section to use newpage function from html.py
svn: r12371
2009-03-21 16:25:47 +00:00
Rob G. Healey
cab9de8d62 Fixed several typos.
svn: r12368
2009-03-21 07:21:24 +00:00
Rob G. Healey
ec354aecdf A complete re- write using html class. Html constructor created by Gerald Britton. Re- write completed by Rob G. Healey -- with help from Gerald.
svn: r12367
2009-03-20 23:13:06 +00:00
Gerald Britton
5a0414db32 html.py: Add newpage() function and docstrings
svn: r12365
2009-03-20 16:22:12 +00:00
Brian Matherly
a39b1ba156 Move src/plugins/docgen/CairoDoc.py to src/plugins/lib/libcairodoc.py.
svn: r12363
2009-03-19 12:08:52 +00:00
Brian Matherly
fec7f5f7c0 0002838: NAVWEB images in predigree chart comming out as thin lines.
svn: r12361
2009-03-19 03:30:43 +00:00
Brian Matherly
84b972cfb5 Remove src/ReportBase/_PrintTools.py. It is not being used.
svn: r12360
2009-03-19 02:32:16 +00:00
Brian Matherly
c56c25b932 Add DocGenPlugin to be used to register all docgen plugins. This replaces the array of variables which was more difficult to read.
svn: r12359
2009-03-19 02:24:29 +00:00
Rob G. Healey
3565ff2089 Clean up old elements in stylesheets. Cleanup work on WebCal as well -- removing old stuff.
svn: r12356
2009-03-17 05:52:43 +00:00
Rob G. Healey
e9fc92408b WebCal was having problems with female marriages even though they were divorced. Web_Visually.css - was having problems with proper highlighting of navigation menus.
svn: r12354
2009-03-16 23:32:47 +00:00
Kees Bakker
6a559a5b2a Oops. Correct change (12344) Partly fixed bug 2788. (Just stylesheet
hrefs.)


svn: r12353
2009-03-16 22:17:42 +00:00
Gerald Britton
7bf8b0056a html.py: Add XML constants; change keyword handling to conform to PEP 8
svn: r12352
2009-03-16 16:17:44 +00:00
Brian Matherly
0214b842cd Remove the "print_label" construct from the reports. The only label is "Open with default viewer". No need to check the mime type or to look for the default application because Gramps uses the host OS to figure it out for the user.
svn: r12351
2009-03-16 04:22:12 +00:00
Peter Landgren
be898d84a9 Fix of issue 2820.
svn: r12348
2009-03-15 19:17:29 +00:00
Rob G. Healey
f699c5cee7 Fixed link statements in write_header(). Changed id="CurrentSection" to "class="currentSection". Patch from Jason Simanek.
svn: r12345
2009-03-14 21:30:04 +00:00
Kees Bakker
e3cc1f6d71 Partly fixed bug 2788. (Just stylesheet hrefs.)
svn: r12344
2009-03-14 15:48:05 +00:00
Benny Malengier
20c9e73d70 2784: Detailed Ancestral Report – center-person's spouse has no
heading (inconsistent with Detailed Descendant Report) 
2783: Detailed Ancestral Report lists center-person's children 
      twice



svn: r12333
2009-03-14 08:49:14 +00:00
Doug Blank
59f9aecabb Deep Connections, which will become a tool
svn: r12322
2009-03-11 14:29:17 +00:00
Benny Malengier
0cce6364dd feature 2769: add styled notes support to markerreport and
fgroupreport


svn: r12305
2009-03-10 17:01:04 +00:00
Doug Blank
24102deb74 2803: 'Check & Repair Database' failed at stage: 'Checking families for proper date formats'
svn: r12303
2009-03-10 12:56:16 +00:00
Doug Blank
b1c5eaa9ee 2803: 'Check & Repair Database' failed at stage: 'Checking families for proper date formats'
svn: r12298
2009-03-10 12:25:17 +00:00
Doug Blank
e2e6d4972e 2798: Gramplet 'Fan Chart' throws error when right-clicked prior to defining Home Person.
svn: r12289
2009-03-10 00:55:35 +00:00
Doug Blank
baba8c7bd5 2792: Dates in sourcereferences in person_ref_list not upgraded; added repair for dates that were not converted
svn: r12287
2009-03-09 19:52:17 +00:00
Joan Creus
7ef727eb1f Adding translator hint
svn: r12280
2009-03-09 18:45:30 +00:00
Gerald Britton
58fabc972d Fix expression evaluation order in __add__ method in html.py
svn: r12273
2009-03-09 17:27:06 +00:00
Gerald Britton
e1316aa89c Add code to html.py to auto-close certain tags to meet XHTML standard
svn: r12272
2009-03-09 15:18:51 +00:00
Gerald Britton
ff4f97e368 fix write method in html.py: pass output method in recusive call
svn: r12269
2009-03-09 13:38:50 +00:00
Doug Blank
0a106b420d New Plugin Manager Gramplet
svn: r12261
2009-03-09 01:44:41 +00:00
Doug Blank
6dbd851150 Added version info
svn: r12256
2009-03-08 20:45:52 +00:00
Doug Blank
6b9d78e48a RSS and Wiki Headline News Reader
svn: r12251
2009-03-08 20:30:51 +00:00
Rob G. Healey
95a8866ac9 Added proper xml statement to write_header().
svn: r12244
2009-03-08 05:00:25 +00:00
Gary Burton
64faf2567e Bug #2768: .rtf report disrespects DDR-FirstEntry style
svn: r12217
2009-03-04 22:41:45 +00:00
Gerald Britton
d5f1247325 Rework html.py to derive from list object
svn: r12213
2009-03-04 21:25:18 +00:00
Gerald Britton
49cb75b370 add new module, html.py, to assist in building web pages
svn: r12209
2009-03-03 17:53:35 +00:00
Doug Blank
76223a45f3 2753: Detailed reports did not use probably_alive for child text
svn: r12202
2009-03-02 14:54:19 +00:00
Gary Burton
251e75f941 Fix for bug 2759: Error on Marker report (notes)
svn: r12168
2009-02-28 21:44:30 +00:00
Rob G. Healey
76f536e571 Fixed error in display_year_navs() which also affects the Visually Impaired stylesheet.
svn: r12159
2009-02-28 11:49:43 +00:00
Benny Malengier
7b809aefda DateParserDisplayTest.py is a debug tool but runs always, only run when debug
svn: r12156
2009-02-28 09:18:53 +00:00
Benny Malengier
e8350eaa88 Data changing GRAMPLETS are not distributed on install, user
must download them


svn: r12155
2009-02-28 09:05:13 +00:00
Rob G. Healey
bc0800c18f Remove debugging information.
svn: r12153
2009-02-28 00:35:30 +00:00
Jérôme Rapinat
bf8f65728b update slovak relationship calculator (by Lubo Vasko)
svn: r12146
2009-02-27 16:10:32 +00:00
Rob G. Healey
a238e7448f Fixed some issues with navigation menu. More refactoring in WebCal. Alphabetized the Makefile.
svn: r12139
2009-02-26 19:16:02 +00:00
Jérôme Rapinat
cc27f9d9e8 2748: Some URLs still point user to wiki manual version 3.0
svn: r12133
2009-02-26 10:08:38 +00:00
Rob G. Healey
1deff88623 Brought changes made to Finland holidays over from gramps31 branch to trunk.
svn: r12128
2009-02-26 09:33:47 +00:00
Rob G. Healey
8c3bfdc44f More refactoring ... Help from Gerald Britton.
svn: r12123
2009-02-26 08:25:45 +00:00
Rob G. Healey
99376d8691 Removed ExportSql.py from Makefile.am.
svn: r12115
2009-02-25 03:33:17 +00:00
Rob G. Healey
4238efda32 Added and deleted files that were verified by Brian. Remove sort siblings as it was broken. Will spend time on it in the next few days.
svn: r12107
2009-02-24 08:02:13 +00:00
Brian Matherly
bff93f186a 0002655: Directories and files with accents characters cause failures in Windows.
svn: r12106
2009-02-24 04:41:23 +00:00
Rob G. Healey
bc081c401c More refactoring work on both of these web reports. Fixed and changed get_marital_status to get_marriage_event() as that is what it does anyway. Changes are being given and helped by Gerald Britton.
svn: r12103
2009-02-24 02:52:06 +00:00
Gerald Britton
2671a8cd50 Replace "== None" and "!= None" with "is None" and "is not None", respectively
svn: r12098
2009-02-23 19:11:46 +00:00
Stéphane Charette
5a1541ac35 merge fix for bug #2737 from 310 to trunk
svn: r12090
2009-02-23 04:23:41 +00:00
Stéphane Charette
89b37429bc merge fix for bug #2736 from 310 to trunk
svn: r12089
2009-02-23 02:14:24 +00:00
Stéphane Charette
dfb71b6cd2 fix bug #2709, merged from gramps31 (thanks Jérôme for the patch)
svn: r12080
2009-02-22 20:24:08 +00:00
Rob G. Healey
95ea123e01 Add sort siblings to NarrativeWeb, and did some refactoring to WebCal with help from Gerald.
svn: r12066
2009-02-22 00:14:08 +00:00
Benny Malengier
52b0b13507 Make Leak into a treeview, double click to have referrers, right click
to obtain referents of selected line


svn: r12057
2009-02-20 18:28:34 +00:00
Rob G. Healey
1f36ff6a13 More code cleanup in get_day_list() with help from Kees Bakker.
svn: r12052
2009-02-20 02:22:33 +00:00
Kees Bakker
fca33aeb49 Removed trailing emacs local variables (just setting utf8).
Removed Byte Order Mark for utf-8 which was redundant anyway.
        * src/plugins/rel/rel_pl.py
        * src/plugins/rel/rel_it.py
        * src/plugins/rel/rel_hu.py


svn: r12044
2009-02-19 19:45:08 +00:00
Rob G. Healey
e67b9d93ad Removed backslash character in middle of translation string as per Benny.
svn: r12043
2009-02-19 19:20:32 +00:00
Rob G. Healey
0e26998664 Fixed USA holidays problem. There was no holidays being listed.
svn: r12040
2009-02-19 17:43:53 +00:00
Jérôme Rapinat
36c282780b #2726 #2641 To improve informations on dialog
svn: r12033
2009-02-19 12:55:06 +00:00
Benny Malengier
dcd4115466 2725: End Of Line Report not flowing over page boundaries
svn: r12025
2009-02-17 21:19:44 +00:00
Brian Matherly
a1c6710094 Remove the Command Line Reference plugin. It is no longer supported.
svn: r12021
2009-02-17 05:03:23 +00:00
Peter Landgren
b9154c85ee Forgot to update with eniroswedenmap. It's OK in POTFILES.in
svn: r12006
2009-02-16 10:50:30 +00:00
Rob G. Healey
7c52933d59 Fixed _has_webpage_extension() with help and gentle nudging from Kees Bakker.
svn: r12004
2009-02-16 08:53:24 +00:00
Rob G. Healey
c56f46b493 Added revision numbering symbol to all of plugins directory if it was missing in the file.
svn: r12002
2009-02-16 06:56:49 +00:00
Luigi Toscano
ce8b02c9f6 Better localization support for decimal separator.
svn: r11999
2009-02-15 21:50:27 +00:00
Kees Bakker
af4094bb5e CSS is case sensitive, I think
* src/plugins/webreport/WebCal.py


svn: r11992
2009-02-15 13:47:19 +00:00
Kees Bakker
2bbf40e609 Improve the code in display_month_navs a little further.
Added the home link in the year pages.
        * src/plugins/webreport/WebCal.py


svn: r11991
2009-02-15 13:10:56 +00:00
Benny Malengier
bf305d9251 2665: PDF: Paginate error in descendant chart (graphical) on person without descendants
svn: r11986
2009-02-14 13:45:44 +00:00
Benny Malengier
917658df34 bug fix 2714: long note in indiv complete report means infinite loop in cairo
The fix consists in allowing cells to be split, so by extension also 
 rows now split automatically in CairoDoc


svn: r11984
2009-02-14 13:12:59 +00:00
Rob G. Healey
7b85d8e4af Added date validation to these three reports in collect_data().
svn: r11983
2009-02-14 00:57:34 +00:00
Benny Malengier
16257bd0f1 Bug Fix on _all_places iterator method in libmapservice
svn: r11979
2009-02-13 09:08:27 +00:00
Kees Bakker
e04fe91f53 A few more entries in the list of possible month spellings
svn: r11977
2009-02-12 20:49:59 +00:00
Rob G. Healey
5cc9c483ee fixed #2682 in NarrativeWeb.py, and fixed highlighting of currentsection in display_month_navs().
svn: r11976
2009-02-12 20:06:32 +00:00
Rob G. Healey
ebd18708fc Fixed home link in display_month_navs().
svn: r11973
2009-02-12 10:39:13 +00:00
Rob G. Healey
4730f744ba Moved CreatorInfo from write_footer() back to write_header(). Removed maximum calendars years, and fixed display_year_nav().
svn: r11972
2009-02-12 07:56:51 +00:00
Jérôme Rapinat
a3d33aff16 2704: Translation problem word Title (contribution by jannek)
svn: r11970
2009-02-12 07:31:08 +00:00
Benny Malengier
7fefd970c7 Fix problem when markup spans two paragraph in the note: make sure
styling stops at paragraph if backend splits the note in pieces
  to print
Fix problem with paragraphs written in cells. Paragraphs should
  not divide as cells and rows are not allowed to divide. This
  forces table to be divided, and full paragraph to be written


svn: r11969
2009-02-11 22:30:59 +00:00
Kees Bakker
3bbb27c3d7 Bug #2433, issue 4. There was no list of sources anymore. And also the
link (in super script) on the Individual page was gone too.
        * src/plugins/webreport/NarrativeWeb.py


svn: r11967
2009-02-11 21:27:12 +00:00
Rob G. Healey
599184b0f6 As per Brian, United States and Canada holiday dates are in the best order that I can get them..
svn: r11961
2009-02-11 07:16:48 +00:00
Rob G. Healey
ef05acc39e Revert some of the changes made in r11947. Upon request of Kees and Benny.
svn: r11960
2009-02-11 03:39:52 +00:00
Benny Malengier
cfadb3fafc issue 2688: some wrong bindings and <super> not working yet. All should work now
svn: r11957
2009-02-10 23:07:35 +00:00
Kees Bakker
a9a8cb47dc Remove my own copyright. I don't want to anyone to get the impression
that I had anything to do with the code in WebCal.
Remove import of g2iso again. (What's going on with this anyway?)
        * src/plugins/webreport/WebCal.py


svn: r11955
2009-02-10 21:36:23 +00:00
Kees Bakker
8236c4f8ce Solved bug #2676
* src/plugins/webreport/NarrativeWeb.py


svn: r11954
2009-02-10 20:51:39 +00:00
Kees Bakker
f5b9632e97 Removed ExportXml ImportGpkg and ImportXml since they have been moved to
the export and import directory.
        * src/plugins/Makefile.am


svn: r11953
2009-02-10 20:26:00 +00:00
Jérôme Rapinat
fd915ad3af pylint
svn: r11948
2009-02-10 13:23:11 +00:00
Rob G. Healey
f8875759ab Re-arranged countries. Documentation and clean up. PEP 9.46
svn: r11947
2009-02-10 07:19:56 +00:00
Brian Matherly
a356c5aa7c Move ImportGpkg, ImportXml and ExportXml into their respective directories.
svn: r11946
2009-02-10 06:06:14 +00:00
Brian Matherly
5eb3f7e446 Move common XML import/export data into libgrampsxml.py.
svn: r11945
2009-02-10 05:59:26 +00:00
Rob G. Healey
2472d94621 Removed partial year from WebCal. Clean up and documenting for PEP compliance of 8.36
svn: r11944
2009-02-10 01:38:08 +00:00
Raphael Ackermann
baef4d76a4 fixed indentation issues and mix of tabs and spaces.
svn: r11943
2009-02-09 23:37:40 +00:00
Peter Landgren
7f1cbf9063 Unnecessary translation string with spaces made not translateble.
svn: r11942
2009-02-09 20:03:17 +00:00
Kees Bakker
4e83f43a6c Correct a problem with thumbnails for PDFs. Not tested because I don't a
proper testing database for this.
http://www.gramps-project.org/bugs/view.php?id=2433
        * src/plugins/webreport/NarrativeWeb.py


svn: r11941
2009-02-09 18:58:23 +00:00
Kees Bakker
c7edbc7cdd Correct some variable names.
* src/plugins/webreport/NarrativeWeb.py


svn: r11940
2009-02-09 18:50:23 +00:00
Jérôme Rapinat
3e1ff9bf32 typo on translation strings
svn: r11938
2009-02-09 16:27:09 +00:00
Brian Matherly
6e661e9cf2 Remove the ability to execute the "value" field. It is not used and we don't want Python code in holidays.xml.
svn: r11937
2009-02-09 13:39:33 +00:00
Brian Matherly
2e976ddf76 Remove the "if" rule from the holidays. Now libholiday does not execute any code in holidays.xml.
svn: r11936
2009-02-09 13:31:16 +00:00
Rob G. Healey
dff2d75e26 All if statements have been removed from holidays.xml. Labor Day, Inauguration Day, and Income Texes due have all been changed.
svn: r11933
2009-02-09 07:10:42 +00:00
Doug Blank
c08193ea88 pylint cleanups; lots of docstrings; added .version number and .gramps required version to gui gramplets
svn: r11931
2009-02-09 04:06:33 +00:00
Rob G. Healey
b13fa013fc Remove of a line that causes it to not load in plugins status window..
svn: r11930
2009-02-09 00:26:07 +00:00
Rob G. Healey
85992c0ff2 Easter and DST functions have been completely removed now.
svn: r11929
2009-02-08 23:35:22 +00:00
Rob G. Healey
7ad6cd504e The final parts of easter(y) and dst(y) have been removed from the holidays.xml file. There is no longer any python code in the file now.
svn: r11928
2009-02-08 23:26:38 +00:00
Stéphane Charette
eab0dc057e revert change I accidently checked in with something else -- see bug report #2695 for unicode normalization
svn: r11927
2009-02-08 19:29:35 +00:00
Benny Malengier
c39210b745 latex output was broken. This fixes some things. Also adds style
to notes: bold, italic, underline, some fontsize and mono font
Remove verbatim code to indicate preformatted, it is too rigid


svn: r11926
2009-02-08 18:03:10 +00:00
Stéphane Charette
b67fb1c7d7 feature request #2562 - display notes attached to names
svn: r11918
2009-02-08 12:49:28 +00:00
Stéphane Charette
256cc54fee bug #2675 - regression: multiple names not shown correctly
svn: r11917
2009-02-08 11:42:43 +00:00
Benny Malengier
09dea89c35 Add styled notes output to all textreports
svn: r11916
2009-02-08 11:27:56 +00:00
Benny Malengier
e53c2ae8ad add credits
svn: r11914
2009-02-08 10:01:11 +00:00
Benny Malengier
ac50776d33 Support markup in TextDoc, add implementation in CairoDoc, use in indiv complete report
svn: r11913
2009-02-08 09:59:36 +00:00
Stéphane Charette
0b2394fbd9 bug #2693 - regression; places in events were being ignored
svn: r11912
2009-02-08 09:42:19 +00:00
Peter Landgren
4eb5eebfb8 Fixed one missed string for translation.
svn: r11911
2009-02-08 09:39:27 +00:00
Jérôme Rapinat
ed56bb9be5 typo on translation string
svn: r11909
2009-02-08 08:28:36 +00:00
Rob G. Healey
2b2235c3c3 Upon request of Brian, I have been removing the need to have python code in the holidays.xml file. Easter, DST, and Ash Wednesday have been completed for years 1999-2019 in USA so far. Canada will be next ...
svn: r11908
2009-02-08 06:17:25 +00:00
Stéphane Charette
5a4fbf1ae4 changes suggested by Benny (code review)
svn: r11907
2009-02-08 04:49:15 +00:00
Rob G. Healey
8dd150ad41 cleanup and documentation work done.
svn: r11903
2009-02-07 20:41:27 +00:00
Jérôme Rapinat
b1353fad40 Jérôme should not make change with gedit... (indentation error)
svn: r11897
2009-02-07 11:07:51 +00:00
Benny Malengier
00a68636a9 0002633: Characters in Notes don't show in report - 3.0.4 and trunk
1357: Incorrect marriage event description when outputting to PDF
1328: opened a gedcom, and create a pdf text file
Do it better with a private method so plugin authors don't circumvent
style settings


svn: r11896
2009-02-07 10:39:28 +00:00
Peter Landgren
c5d18aa935 Debug print statements deleted.
svn: r11895
2009-02-07 10:38:51 +00:00
Benny Malengier
38c04c0a50 2633: Characters in Notes don't show in report - 3.0.4 and trunk
1357: Incorrect marriage event description when outputting to PDF 
1328: opened a gedcom, and create a pdf text file 
Correctly escape text for cairo layout before writing


svn: r11892
2009-02-07 09:47:25 +00:00
Peter Landgren
32ecf9b59a Final solution (I hope) for the % issue. Added generation to tool tip.
svn: r11890
2009-02-07 08:56:33 +00:00
Peter Landgren
1c0af251ca Reverted back to %
svn: r11884
2009-02-06 13:30:26 +00:00
Jérôme Rapinat
764cc7e083 missing comma
svn: r11874
2009-02-05 17:55:59 +00:00
Peter Landgren
69f4b87b20 Fix of % -> %% in translation string.
svn: r11872
2009-02-05 14:11:37 +00:00
Jérôme Rapinat
9f3999f7ad do not use ngettext on string
svn: r11868
2009-02-05 12:28:06 +00:00
Jérôme Rapinat
d793645c26 typo on translation string
svn: r11867
2009-02-05 12:24:24 +00:00
Peter Landgren
1af3bee32f Spelling corrected.
svn: r11864
2009-02-05 09:46:39 +00:00
Rob G. Healey
dbabadbf05 Fixes the problem with Ancestor Tree -- unlinked persons only being listed without any styling.
svn: r11863
2009-02-05 06:17:34 +00:00
Doug Blank
fc5dcee88b Fixed line ending issues, and syntax errors introduced by translation changes
svn: r11860
2009-02-05 02:10:10 +00:00
Gary Burton
f864a324ac Fix import of note markers. Bug #2568
svn: r11855
2009-02-04 20:56:46 +00:00
Peter Landgren
d638c091bd Spelling correction.
svn: r11849
2009-02-04 19:11:22 +00:00
Jérôme Rapinat
d587ffe618 #2657,#1718 use ngettext
svn: r11848
2009-02-04 16:58:46 +00:00
Peter Landgren
1e8ec7eb2d Updated version.
svn: r11847
2009-02-04 16:41:16 +00:00
Peter Landgren
78feddd292 Delete of double fix of empty url.
svn: r11846
2009-02-04 14:49:03 +00:00
Peter Landgren
5ddf3b46b2 Updated version.
svn: r11845
2009-02-04 13:04:54 +00:00
Stéphane Charette
fae629c013 removed 'TEST' debug text left in previous commit
svn: r11842
2009-02-04 08:45:21 +00:00
Benny Malengier
7d9d27b22d Don't display when no url
svn: r11841
2009-02-04 08:16:48 +00:00
Stéphane Charette
2176bbfbf9 feature #2634 - display regions overtop of images in narrativeweb gallery
svn: r11840
2009-02-04 07:31:15 +00:00
Rob G. Healey
2af0f3a388 Added HTML span element to Ancestor Tree unlinked persons upon request of Jason Simanek. It will allow hm to quickly fix Ancestor Tree.
svn: r11839
2009-02-04 07:07:43 +00:00
Rob G. Healey
c5c4b1b3f9 see r11837 for libholiday
svn: r11838
2009-02-04 05:45:40 +00:00
Rob G. Healey
ac2e0e2547 removed _make_date module from libholiday as request by Brian. Removed make_date completely and substituted gen.lib.Date() instead for Calendar, BirthdayReport, and WebCal. Changes progress bar text in WebCal and NarrativeWeb.
svn: r11837
2009-02-04 05:35:34 +00:00
Brian Matherly
a6fafa5409 Fix the search for holidays.xml in libholiday.
svn: r11836
2009-02-04 05:13:20 +00:00
Rob G. Healey
7050989e75 removed <h2> tags as stylesheets disable it anyway.
svn: r11835
2009-02-04 02:14:44 +00:00
Rob G. Healey
826b21eedd More variable name changes and adding documentation changes.
svn: r11834
2009-02-04 02:03:27 +00:00
Rob G. Healey
a7ef5d1e43 moved _make_date from Calendar.py, BirthdayReport.py, and WebCal.py into libholiday. Changed variable names in WebCal.py for improved readability.
svn: r11833
2009-02-04 00:59:12 +00:00
Peter Landgren
8c2269c58e Dont call map if URL empty.
svn: r11832
2009-02-03 20:26:33 +00:00
Peter Landgren
3de55b3266 new version.
svn: r11829
2009-02-03 17:56:18 +00:00
Jérôme Rapinat
ea9ecee8d9 #2657,#1718 use ngettext (contribution by josip)
svn: r11826
2009-02-03 13:05:30 +00:00
Jérôme Rapinat
b240878e50 #2657,#1718 use ngettext
svn: r11825
2009-02-03 12:59:35 +00:00
Doug Blank
b33c0fc77a Removed tool/DateParserDisplayTest from distribution
svn: r11822
2009-02-03 12:16:59 +00:00
Jérôme Rapinat
be6c00842d #2657,#1718 use ngettext
svn: r11820
2009-02-03 10:33:19 +00:00
Peter Landgren
76ac8c2157 New mapservice added.
svn: r11818
2009-02-03 10:11:32 +00:00
Benny Malengier
b3f9adf3fc Makefile.am for plugins/mapservices
svn: r11816
2009-02-03 08:20:56 +00:00
Rob G. Healey
2968250315 Moved revision numbering tag to a better visual area; cleanup of calendar_build(), calendar_common(), get_day_list() in WebCal, removed alphabet_navigation from NarrativeWeb.py.
svn: r11814
2009-02-03 08:01:31 +00:00
Benny Malengier
829d78b611 New mapservice plugin structure, as a general solution to #2659
*    configure.in
 *    src/DataViews/PlaceView.py
 *    src/Config/_GrampsConfigKeys.py
 *    src/gen/plug/_manager.py
 *    src/plugins/mapservices
 *    src/plugins/mapservices/googlemap.py
 *    src/plugins/mapservices/openstreetmap.py
 *    src/plugins/lib/Makefile.am
 *    src/plugins/lib/libmapservice.py
 *    src/plugins/Makefile.am
 *    src/widgets/menutoolbuttonaction.py
 *    src/widgets/Makefile.am
 *    src/PageView.py
 *    po/POTFILES.in


svn: r11811
2009-02-02 21:55:22 +00:00
Peter Landgren
edad198c12 Fix of issue 2667.
svn: r11809
2009-02-02 19:43:21 +00:00
Benny Malengier
00504ab2f4 do not show pyc and Makefile on svn status
svn: r11807
2009-02-02 18:35:34 +00:00
Benny Malengier
9378701a16 revert wrong previous commit
svn: r11803
2009-02-02 18:30:47 +00:00
Benny Malengier
cc43836a60 do not show pyc on svn status
svn: r11802
2009-02-02 18:25:51 +00:00
Jérôme Rapinat
e4f5ad0142 #2657,#1718 use ngettext
svn: r11800
2009-02-02 17:13:02 +00:00
Jérôme Rapinat
1ecbaae622 pylint and coherency on Repository references
svn: r11799
2009-02-02 14:27:40 +00:00
Brian Matherly
a4ce178893 Patch from James Friedmann <jfriedmannj@gmail.com> to include a heading for spouses. Code cleanup.
svn: r11798
2009-02-02 13:19:17 +00:00
Brian Matherly
efd64ad139 Clean up AncestorTree report.
svn: r11796
2009-02-02 12:50:24 +00:00
Doug Blank
9bc8d68251 Bug #2625: Need to bring XML DTD, import, export to use changes in trunk. These changes add support for dualdated and newyear dates.
svn: r11794
2009-02-01 22:25:45 +00:00
Doug Blank
bccc1be7f2 Bug #2625: Need to bring XML DTD, import, export to use changes in trunk. These changes add support for dualdated and newyear dates.
svn: r11793
2009-02-01 21:34:07 +00:00
Jérôme Rapinat
ea96136bf9 PythonTidy (PEP-8 format)
svn: r11791
2009-02-01 17:25:12 +00:00
Doug Blank
248002b819 Split DefaultGramplets into their respective files
svn: r11790
2009-02-01 16:42:57 +00:00
Doug Blank
8af25caf2e Missing Errors import
svn: r11789
2009-02-01 16:19:35 +00:00
Brian Matherly
bd966adafd Change from using ".dot" to ".gv" for Graphviz files. ".dot" is recognized as MS Word Template file on some systems.
svn: r11782
2009-02-01 05:14:20 +00:00
Brian Matherly
3259b393da Change the way we "launch" files using their default application. Instead of trying to find the application ourselves, use the OS built in functions to open a file with its default application. We no longer show the name of the application that we will open the file with because we don't know.
svn: r11781
2009-02-01 04:21:17 +00:00
Doug Blank
6fccf8d75f Removed fixed font; it is now already applied
svn: r11780
2009-02-01 02:12:38 +00:00
Doug Blank
82a7fe725f Moved Sql.py out of plugins directory and into export/ExportSql.py; this file is in SVN but not in installed code
svn: r11775
2009-01-31 14:29:47 +00:00
Jérôme Rapinat
1e6da8730c #2657,#1718 use ngettext
svn: r11773
2009-01-31 11:29:44 +00:00
Doug Blank
0d3201d8ab removed extra 'of' in translated texts
svn: r11771
2009-01-31 05:03:20 +00:00
Doug Blank
5f0447bdf0 Experimental gramplet to find deep connections between home and active
svn: r11770
2009-01-31 02:33:43 +00:00
Stéphane Charette
539066320f fixed bug #2660 - get rid of 'meta robots noindex' tag in html files
svn: r11764
2009-01-30 18:08:33 +00:00
Brian Matherly
f7e2cd8e3f Finish moving libholiday.py and WebCal.py into their new homes.
svn: r11760
2009-01-30 02:26:10 +00:00
Brian Matherly
1adf052e55 Move "holiday" functions into its own module named libholiday. libholiday is used by all three calendar based reports.
svn: r11759
2009-01-30 02:19:04 +00:00
Rob G. Healey
d842b8d794 Changed alohabet navigation; added Age At Death, got nick name working again.
svn: r11756
2009-01-29 02:13:48 +00:00
Jérôme Rapinat
4574406d32 1357: Incorrect marriage event description when outputting to PDF (only ampersand, < > ?)
svn: r11751
2009-01-28 09:01:39 +00:00
Rob G. Healey
b0e3ed517a Color theme update on stylesheet -- still needs work for Ancestor Tree; added feature request #2628 -- alphabetical Navigation; changed stylesheet naming as already in WebCal.py.
svn: r11749
2009-01-28 06:15:29 +00:00
Rob G. Healey
1d6ab20eba Fixed wording in advanced tab; consolidated copy files module; added prefix and suffix to names in surnames. More changes coming.
svn: r11748
2009-01-28 01:39:08 +00:00
Rob G. Healey
45a1e7493b Removed blank calendar year, fixed year_glance filenames, fixed collect_data, fixed one_day, added get_marrital_status, and fill_day_list. More changes will be coming.
svn: r11744
2009-01-27 07:49:47 +00:00
Doug Blank
470ad5d62e Restored 0 years, but with word 'birth' or 'wedding'; removed extra words as they are too long for calendar
svn: r11741
2009-01-27 02:28:47 +00:00
Rob G. Healey
b2b0573d36 WebCal.py and NarrativeWeb.py; were sent by mistake. Watch as they are coming... Reverted back to r11481 and r11711 respectively.
svn: r11740
2009-01-26 22:57:25 +00:00
Rob G. Healey
b648af6379 Removing old and obsoleted Cascading Stylesheets and javascript files
svn: r11737
2009-01-26 22:22:01 +00:00
Kees Bakker
0b0253f6ef Apply same patch as in branches/gramps30.
Process most common (Dutch) surname prefixes.
Date conversion improvement (Dutch month names, etc).
Store patroniem in Patronymic field.
        * src/plugins/import/ImportProGen.py


svn: r11735
2009-01-26 20:02:30 +00:00
Benny Malengier
e57f18a698 2586: Add spouses to the Descendant Tree report
Avoid crash on no spouse, patch by Craig


svn: r11732
2009-01-26 08:53:29 +00:00
Doug Blank
e2bb66f42a Renamed Active Person's Relatives to Relatives
svn: r11729
2009-01-25 23:32:14 +00:00
Doug Blank
87bb35b64a Changed title from Person Note to Note
svn: r11728
2009-01-25 23:24:54 +00:00
Gary Burton
f8cc962b83 Implement user defined gender colour selection from FamilyLines graph
svn: r11726
2009-01-25 21:34:48 +00:00
Doug Blank
6a26dce0b1 Fixed bug in URL formatting in Headline News
svn: r11725
2009-01-25 20:51:13 +00:00
Gary Burton
4f32dea6bc Enable or disable justyears menu option depending on whether dates should be included
svn: r11724
2009-01-25 20:39:02 +00:00
Doug Blank
ffc025aeca Fixed bug in render_text; replaced NewsGramplet with HeadlineNewsGramplet that reads a new wiki page every hour
svn: r11723
2009-01-25 20:08:57 +00:00
Gary Burton
1aaa2df5a4 Make GEDCOM export output family event descriptions as type. Bug 2649.
svn: r11722
2009-01-25 19:58:00 +00:00
Doug Blank
60d1964ede Added tooltip to translations
svn: r11720
2009-01-25 17:32:34 +00:00
Doug Blank
04b9ec770f Added uistate to gramplet class; Finished Interactive Fan Chart: right-click gives menu options (same from PedigreeView)
svn: r11719
2009-01-25 17:29:59 +00:00
Gary Burton
f071a27cfb Add option to restrict dates to years only as per Relationship graph
svn: r11717
2009-01-25 15:48:45 +00:00
Gary Burton
9bf926274e Standardise on ReportUtils fallback methods for baptism and burial dates in lieu of birth and death dates. Also some PEP8 fixes.
svn: r11716
2009-01-25 15:04:22 +00:00
Doug Blank
d2b481b1a3 Speed ups: cache names---don't re-lookup name; added outer edge to indicate parents; removed simple access
svn: r11714
2009-01-25 11:19:13 +00:00
Stéphane Charette
4e5f282137 bug #2648, 'link home' option was no longer working
svn: r11711
2009-01-25 08:24:56 +00:00
Doug Blank
384f574fea Put the database access at beginning; fixes bug in mailing list from Rob H.
svn: r11702
2009-01-24 09:00:19 +00:00
Jérôme Rapinat
0f2222a380 update french translation
svn: r11689
2009-01-22 19:17:01 +00:00
Peter Landgren
f5aaef6312 GEDCOM export for Swedish calendar.
svn: r11687
2009-01-22 16:11:14 +00:00
Doug Blank
409063ae94 Rotation is now done by dragging in open space (doesn't draw names while dragging to get speed up)
svn: r11684
2009-01-22 12:07:36 +00:00
Doug Blank
6815af9303 Rearrange methods to get all of the fanchart business int the widget; fixed a bug in show_parents; general refining
svn: r11680
2009-01-22 00:36:26 +00:00
Doug Blank
e23c3e704c Needed to register event mask to get additional signals; next step: cleanup
svn: r11678
2009-01-21 16:12:48 +00:00
Benny Malengier
b742846a7a 2586: Add spouses to the Descendant Tree report
svn: r11671
2009-01-20 09:10:01 +00:00
Doug Blank
a02e10a067 Edited some comments; changed rotation to corners---would like to use motion
svn: r11670
2009-01-19 21:58:57 +00:00
Benny Malengier
0df7429978 make autotools work again
svn: r11666
2009-01-19 20:26:41 +00:00
Peter Landgren
a73b2da699 Swedish calendar added.
svn: r11665
2009-01-19 20:09:19 +00:00
Doug Blank
e9c0be1d15 First working version
svn: r11663
2009-01-19 16:57:43 +00:00
Doug Blank
7ccee8ab0a A couple of bugs left
svn: r11662
2009-01-19 07:11:48 +00:00
Doug Blank
cd713adf74 Work in progress
svn: r11661
2009-01-19 05:42:20 +00:00
Doug Blank
bb2a4fbcb2 Added gc to environment, with preset flags for checking uncollectable objects
svn: r11657
2009-01-18 14:47:35 +00:00
Doug Blank
31512878f1 Added a summary count, and line numbers to output to help compare details
svn: r11655
2009-01-18 14:12:21 +00:00
Brian Matherly
6c0d015ded Add docgen to plugins/Makefile.am subdirectories.
svn: r11653
2009-01-18 05:00:57 +00:00
Brian Matherly
3f95d8ddb7 Plugins Restructure: Move docgen plugins into plugins/docgen.
svn: r11652
2009-01-18 04:59:14 +00:00
Doug Blank
708b00951f Roundoff error
svn: r11651
2009-01-18 03:41:44 +00:00
Doug Blank
33067b97f1 Moved AgeStats.py gramplet to correct subdirectory, and updated Makefile.am and POTFILES.in
svn: r11650
2009-01-18 02:20:17 +00:00
Brian Matherly
451aaee4f4 Plugins Restructure: Move NarrativeWeb.py plugins into plugins/webreport.
svn: r11649
2009-01-17 23:32:20 +00:00
Doug Blank
bd90c18ed9 An experimental interactive fan chart. Needs some work to be really usable. See bug #2611 for more details.
svn: r11648
2009-01-17 22:36:30 +00:00
Doug Blank
4db08cb975 Removed slow stuff on the calendar gramplet... too much work for just bolding the calendar. Now it just runs the Quick View On This Day
svn: r11647
2009-01-17 22:34:54 +00:00
Brian Matherly
6671a8f26e Plugins Restructure: Move import plugins into plugins/import.
svn: r11641
2009-01-17 03:36:19 +00:00
Brian Matherly
ea23898403 Plugins Restructure: Move export plugins into plugins/export.
svn: r11640
2009-01-17 03:27:21 +00:00
Brian Matherly
8948630cd3 Plugins Restructure: Move graph reports into plugins/graph.
svn: r11639
2009-01-17 03:07:31 +00:00
Brian Matherly
853e54a624 Plugins Restructure: Move text reports into plugins/textreport.
svn: r11638
2009-01-16 23:10:34 +00:00
Doug Blank
5e74a57142 Plugins restructure: move gramplets to plugins/gramplet/
svn: r11636
2009-01-16 23:03:35 +00:00
Brian Matherly
a12989719b Move all quick views into plugins/quickview.
svn: r11635
2009-01-16 21:39:51 +00:00
Brian Matherly
96f9411caa Move all draw reports into plugins/drawreport.
svn: r11634
2009-01-16 21:10:36 +00:00
Brian Matherly
7b47dc61ad Move all tools into plugins/tool.
svn: r11633
2009-01-16 19:54:58 +00:00
Brian Matherly
ec7ded54c6 Move all relationship calculator translators into plugins/rel.
svn: r11632
2009-01-16 16:46:40 +00:00
Brian Matherly
dacbd0df19 0002467: Add christening narration to detailed text reports.
svn: r11629
2009-01-15 21:40:25 +00:00
Brian Matherly
89bf35e342 0002432: Detailed reports place dots where they do not belong.
svn: r11628
2009-01-15 21:09:07 +00:00
Brian Matherly
58222b68b1 0001973: Show all or no half siblings in Detailed Ancestral Report
svn: r11626
2009-01-15 16:28:57 +00:00
Doug Blank
bef2ea3b4c Removed debuging info
svn: r11622
2009-01-14 01:00:26 +00:00
Doug Blank
57e07cfd22 Divide by total number of people to get percentage
svn: r11618
2009-01-13 21:53:33 +00:00
Doug Blank
68fed70200 Fixed percentages shown in tooltip, thanks /Peter; related to Bug #2598
svn: r11617
2009-01-13 11:57:36 +00:00
Doug Blank
48fb1c94f4 Fixed bug #2598: Cloud gramplets didn't show exactly the right set of names
svn: r11616
2009-01-13 01:33:20 +00:00
Doug Blank
6c1fd069f5 Added new Attribute gramplet, quick view, and link (for gramplets)
svn: r11604
2009-01-10 16:31:45 +00:00
Doug Blank
39bea3d80c minor comment change
svn: r11602
2009-01-10 16:25:31 +00:00
Gary Burton
4f07e2ed52 New plugin for sorting events within a database
svn: r11599
2009-01-10 12:15:54 +00:00
Jérôme Rapinat
d48c45ef40 typo
svn: r11596
2009-01-10 11:46:13 +00:00
Doug Blank
01c4b0e81c Fixes for bug #2416: added proper name format in gtk tree model, and update on canceled edit; undid previous hack
svn: r11584
2009-01-08 02:12:53 +00:00
Doug Blank
4704f01093 Cleanup separation between gui and non-gui; moved toolip to set_tooltip
svn: r11582
2009-01-07 22:49:58 +00:00
Doug Blank
1746064f8a Added copyright and license statements
svn: r11578
2009-01-06 05:04:20 +00:00
Doug Blank
3c9ffd061e New Given Name Cloud Gramplet by Pander Musubi, and new links to run Same Given Quick View
svn: r11577
2009-01-06 05:01:17 +00:00
Doug Blank
695c30baab Added new Quick View for show Same Given Names
svn: r11576
2009-01-06 04:56:09 +00:00
Doug Blank
429d53eed8 Bugfix if no event in Data Entry gramplet
svn: r11573
2009-01-05 03:57:41 +00:00
Doug Blank
fe3d9d6b0e rewrote session log gramplet to be simpler and more complete
svn: r11572
2009-01-05 02:31:57 +00:00
Doug Blank
d76e9a8363 Removed auto-updates except for when unminimize and db-change
svn: r11571
2009-01-05 02:30:28 +00:00
Doug Blank
f9be2655d6 Fix for 2416: don't save translated name-formats in XML
svn: r11569
2009-01-04 20:03:22 +00:00
Doug Blank
61ca9201b5 Changes in the manner that date differences are represented and compared
svn: r11565
2009-01-04 17:44:33 +00:00
Doug Blank
2347aeeaeb Added yield statements to update screen more often
svn: r11564
2009-01-04 17:41:33 +00:00
Doug Blank
f1a3e40318 Removed bold from Pedigree gramplet
svn: r11561
2009-01-03 06:01:47 +00:00
Doug Blank
cb92251995 New gramplet to create a simple interface to edit/add a person's primary notes.
svn: r11558
2009-01-01 23:43:01 +00:00
Doug Blank
f018927f5e Refinements in the Data Entry Gramplet: show/hide init values
svn: r11557
2009-01-01 23:40:35 +00:00
Doug Blank
dad8af1cd4 Removed translation hacks and committed WhatsNext and Records to po files
svn: r11555
2008-12-31 22:01:03 +00:00
Doug Blank
529dba047a Fixed log.
svn: r11554
2008-12-31 16:48:27 +00:00
Doug Blank
9e74720152 Fixes in logic... in progress
svn: r11553
2008-12-31 16:28:16 +00:00
Doug Blank
f017a5020f Added probably_alive logic
svn: r11552
2008-12-31 15:58:53 +00:00
Doug Blank
71ab854115 Typo
svn: r11551
2008-12-31 15:45:25 +00:00
Doug Blank
5aa95a60ee Cleaned up code; added cause of death, cremation, and burial events to be evidence of death
svn: r11550
2008-12-31 15:38:49 +00:00
Doug Blank
6d2cc418e4 Fix for #2303: plugins/Det*Report.py use an outdated method of computing ages. This fix brings it up to date, but needs some additional work once date spans can fully repr themselves.
svn: r11549
2008-12-31 14:49:24 +00:00
Peter Landgren
7d1f63341a Fixed a gettext call.
svn: r11548
2008-12-31 14:26:11 +00:00
Doug Blank
36c291ba38 Use new family link; code was ready to fix--thanks
svn: r11547
2008-12-31 04:00:55 +00:00
Doug Blank
657b5119a6 Fix for #2582: lower translated gender terms
svn: r11545
2008-12-31 03:12:49 +00:00
Doug Blank
f3ffd3655a Added the force_update flag to the session log gramplet
svn: r11543
2008-12-30 23:11:28 +00:00
Doug Blank
b8a7153e60 Fixed some border issues; decimal format suggestion
svn: r11540
2008-12-30 15:46:36 +00:00
Peter Landgren
271f0d5faf Fixed another typo.
svn: r11539
2008-12-30 15:04:36 +00:00
Peter Landgren
5b10d7200c Fixed typo.
svn: r11538
2008-12-30 15:00:44 +00:00
Doug Blank
5560a4f62c Fix for using only birth relations, by Reinhard Müller
svn: r11537
2008-12-30 14:14:37 +00:00
Peter Landgren
fab57f43a3 Changed to percentage distribution.
svn: r11536
2008-12-29 15:09:41 +00:00
Doug Blank
6755c96e51 What next will update when the home-person is changed
svn: r11535
2008-12-29 14:15:20 +00:00
Doug Blank
b51cf87d8e Don't reset relation types of data entry gramplet after each save
svn: r11533
2008-12-29 03:11:57 +00:00
Doug Blank
c96bf68ee2 Reverted to use regular dates (no partial or inexact), but with a setting to change to include any valid date
svn: r11531
2008-12-27 23:56:02 +00:00
Doug Blank
48f3051d25 Date diff Span now can display itself; changed is_regular to is_valid to use partial dates, too
svn: r11529
2008-12-27 21:33:39 +00:00
Doug Blank
e9bf31ef33 Versions of Reinhard Müller's WhatsNext and Records gramplets
svn: r11526
2008-12-27 20:57:43 +00:00
Doug Blank
f22c6835a2 Data entry gramplet edit button points to parents family, if active person is not a spouse of a family
svn: r11525
2008-12-27 17:38:40 +00:00
Doug Blank
b206ca7cda Added an Edit family button to edit first family
svn: r11520
2008-12-27 15:04:25 +00:00
Doug Blank
3307c1a1e9 Tweak on minimum size
svn: r11519
2008-12-27 15:02:59 +00:00
Doug Blank
c083591372 New Descendent Gramplet based on the report
svn: r11518
2008-12-26 15:19:37 +00:00
Doug Blank
10b0648a45 Added default family relationship of marriage
svn: r11517
2008-12-24 19:16:13 +00:00
Doug Blank
2bf693729f Added default family relationship of marriage; enlarged default gramplet height
svn: r11516
2008-12-24 19:15:16 +00:00
Doug Blank
ccbf7717c3 Data entry gramplet complete, ready for feedback
svn: r11515
2008-12-24 14:02:02 +00:00
Doug Blank
7ccb661592 Added spouse, sibling, and child relations to data entry gramplet; still missing parent and bugs in finding families
svn: r11514
2008-12-24 04:57:09 +00:00
Doug Blank
c1b027e0b5 Data entry gramplet can add spouse and edit active person
svn: r11513
2008-12-24 03:55:10 +00:00
Doug Blank
e903179c69 General cleanup of data entry gramplet
svn: r11512
2008-12-23 23:10:08 +00:00
Doug Blank
f7155868d8 Removed extra space in name bug; clear data entry between db changes
svn: r11510
2008-12-23 17:20:28 +00:00
Doug Blank
5738186e26 Can now add a new person -- no relations yet, and no editing of data
svn: r11509
2008-12-23 16:03:21 +00:00
Doug Blank
2fd67ea581 Fixed some spacing issues on Data Entry gramplet
svn: r11507
2008-12-22 20:47:23 +00:00
Doug Blank
0d9249b00c Fixed translation issues
svn: r11506
2008-12-22 13:53:23 +00:00
Doug Blank
582d969b4e Fixed Data Entry height and expandability
svn: r11505
2008-12-22 13:38:35 +00:00
Doug Blank
75da8808ab Fixed issue in showing non-birth children relations; adjusted minimum height
svn: r11504
2008-12-22 13:37:22 +00:00
Doug Blank
bb5f463a50 Added options to AgeStats; set order of options; aligned options; added copyright
svn: r11502
2008-12-22 01:48:42 +00:00
Doug Blank
e95a318c1b holidays.xml changes for USA 2009
svn: r11501
2008-12-20 18:19:02 +00:00
Doug Blank
3b8ad54a0d Working on display of Data Entry Gramplet; next will come the actual database changes
svn: r11500
2008-12-20 16:41:31 +00:00
Doug Blank
e10cf8deb1 Added new Gramplet: AgeStats.py that creates textual distribution graphs where each row can be double-clicked to show matching groups
svn: r11499
2008-12-20 16:37:37 +00:00
Doug Blank
48dc331f3e Cleaning up Data Entry Gramplet; not editing data yet
svn: r11498
2008-12-20 01:40:06 +00:00
Doug Blank
bd44b133ab First bit of code for a data entry gramplet
svn: r11496
2008-12-19 17:20:55 +00:00
Kees Bakker
72e38bbeaa Before creating the EnumeratedListOption for the name formats we
must get the list so we can use the value of the first entry.
Otherwise you'll see "Value -1 not found for option..." on your
command window.
        * src/plugins/Calendar.py


svn: r11490
2008-12-17 22:00:12 +00:00
Kees Bakker
60aa458d87 Use progress meter while doing the filtering.
* src/plugins/Calendar.py


svn: r11488
2008-12-17 20:57:19 +00:00
Kees Bakker
679392ab4b Add an option progress meter argument to GenericFilter.apply
If present it must be an instance of Utils.ProgressMeter.
        * src/Filters/_GenericFilter.py
        * src/plugins/WebCal.py
        * src/plugins/NarrativeWeb.py


svn: r11481
2008-12-15 21:42:58 +00:00
Doug Blank
fe133c0411 Fixed two holidays: Inaug: wrong year; Yom Kippur wrong day; added New Year's Eve
svn: r11480
2008-12-15 13:09:06 +00:00
Doug Blank
ab98ce5d88 Added options to Gramplets
svn: r11470
2008-12-14 03:13:45 +00:00
Kees Bakker
091933b576 Fix to get weeks alignment for "blank year" too.
* src/plugins/WebCal.py


svn: r11469
2008-12-13 21:19:46 +00:00
Doug Blank
6244a0c033 Added a Gramplet that can run a Quick View
svn: r11466
2008-12-13 16:59:14 +00:00
Kees Bakker
992f0534bb Remove the validator button at the bottom of each generated page.
* src/plugins/NarrativeWeb.py
	* src/plugins/WebCal.py


svn: r11461
2008-12-12 13:22:35 +00:00
Kees Bakker
8a7b8fe3e3 Bugfix in collect_data. Was overwriting 'year', and then confused
the probably_alive call.
	* src/plugins/WebCal.py


svn: r11455
2008-12-11 13:08:37 +00:00
Jérôme Rapinat
5a14e3f7e9 2556: Typo (by Joan Creus)
svn: r11453
2008-12-11 10:12:40 +00:00
Doug Blank
d2587088e7 Added option to not translate headers in CSV output
svn: r11428
2008-12-07 02:07:57 +00:00
Benny Malengier
4bf3182972 002503: Change md5 module by hashlib.
Fallback to md5 on importerror (python 2.4 users)


svn: r11420
2008-12-04 21:44:12 +00:00
Kees Bakker
4fe006e575 Correction of CSS and Python code in WebCal.
svn: r11418
2008-12-04 20:38:02 +00:00
Benny Malengier
d3cee34e11 0002512: [Python 2.6 support] Change sets module by built-in set types
Removed offending code, not used


svn: r11412
2008-12-04 14:29:28 +00:00
Doug Blank
e3bccdad10 Patched an attribute error... two tables left to make
svn: r11409
2008-12-04 06:02:55 +00:00
Doug Blank
36411622b1 About 80% done with SQL dump
svn: r11399
2008-12-03 03:20:52 +00:00
Peter Landgren
7df272e869 Changes to avoid Alt_C, Alt_O and Alt_H collisions. Also changed short keys for g.j,J,p,q,y as they do not show up in some fonts.
svn: r11396
2008-12-02 20:15:41 +00:00
Peter Landgren
c830fec586 Fix of issue 2529.
svn: r11392
2008-12-02 14:18:18 +00:00
Jérôme Rapinat
c1f33333ac typo (wait after 3.0.4 on branch)
svn: r11389
2008-12-02 09:25:01 +00:00
Doug Blank
6c48d80ad9 Working on deconstructing data...
svn: r11387
2008-12-02 03:41:28 +00:00
Doug Blank
4ca72d905d Notes in sources are handles (of course)
svn: r11383
2008-12-01 17:21:02 +00:00
Doug Blank
7b6d6a7b85 Clean up; reorg
svn: r11382
2008-12-01 17:05:33 +00:00
Doug Blank
ca4457332e Removed main_loc (a location) from places
svn: r11381
2008-12-01 16:48:13 +00:00
Doug Blank
1636c00bfb Error in loading a date in names table
svn: r11380
2008-12-01 15:41:10 +00:00
Peter Landgren
cacaeddbbe Fix of issue 2525 underline in name.
svn: r11378
2008-12-01 12:58:59 +00:00
Doug Blank
005bb624e5 Show error query and values
svn: r11377
2008-12-01 12:18:42 +00:00
Doug Blank
c61ac47d57 Fixed trim -> strip typo
svn: r11375
2008-12-01 04:43:19 +00:00
Doug Blank
ff66065dde Experimental SQL interface
svn: r11374
2008-12-01 04:25:06 +00:00
Doug Blank
94d20c0748 Fixed updating notes in CSV import and fixed a bug on adding notes to marriage when only notes (no other data) and a bug in add marriage notes twice
svn: r11366
2008-11-30 01:38:15 +00:00
Brian Matherly
b4b5180ef5 0002495: Detailed Ancestral Report crash when spouse has baptism
svn: r11312
2008-11-18 02:27:45 +00:00
Jérôme Rapinat
4e932886bc update dates for France
svn: r11307
2008-11-17 17:33:01 +00:00
Peter Landgren
8d4624bdbc Fix of issue 2492.
svn: r11305
2008-11-16 07:56:34 +00:00
Kees Bakker
5d35e5d867 More cleaning up. Eliminate self.year and more.
* src/plugins/WebCal.py


svn: r11286
2008-11-10 22:47:48 +00:00
Kees Bakker
7b6a5144a1 Beginning of a new round of cleanups. The code was a mess, and we need
to think about CSS usage once more. I've added a TODO list so that we
have some clue what is to be done. There might be more.
Meanwhile the plugin should remain somewhat usable, but the calendars
could be ugly. Please be patient.
    * src/plugins/WebCal.py


svn: r11285
2008-11-10 21:41:38 +00:00
Kees Bakker
3c85a65fd3 Small correction of generated HTML.
* src/plugins/NarrativeWeb.py


svn: r11284
2008-11-10 21:37:20 +00:00
Gary Burton
305c20557c GEDCOM specification fix. Bug 2491.
svn: r11281
2008-11-09 21:07:03 +00:00
Peter Landgren
a954db469a Update due to new context prefix.
svn: r11273
2008-11-08 15:35:20 +00:00
Peter Landgren
c9dff4de59 Update due to new context prefix.
svn: r11272
2008-11-08 15:34:31 +00:00
Peter Landgren
68ce4136e1 Fixed typos with trailing blanks.
svn: r11269
2008-11-08 15:00:13 +00:00
Peter Landgren
9797dbcaa8 Correction/addition/deletion of filenames for make install to work.
svn: r11244
2008-11-04 16:05:20 +00:00
Brian Matherly
2e9a488e3e Refactor export plugin framework. All importers and exporters are now plugins.
svn: r11243
2008-11-04 04:12:51 +00:00
Jérôme Rapinat
f9d47dcc14 2463: GVFamilyLines.py, MarkerReport.py and PlaceReport should not require active person for working
svn: r11201
2008-10-27 08:29:55 +00:00
Jérôme Rapinat
916abcf430 2462: a mix between ColourOption and ColorOptions after recent changes on plugins management
svn: r11200
2008-10-27 08:23:23 +00:00
Jérôme Rapinat
c9cc76704a 2453: Typos/grammar errors (by Joan Creus)
svn: r11194
2008-10-25 18:43:58 +00:00
Kees Bakker
70df4b7a4b Just minor changes to how the progress bar shows up.
* src/plugins/ImportProGen.py


svn: r11181
2008-10-21 19:00:45 +00:00
Kees Bakker
0ead404135 Cleanup work to make NarrativeWeb and WebCal. With this they should
produce webpages similar to grams 3.x, but under the hood there are a
lot of changes. There are new and improved CSS files and images. And
these are shares between NarrativeWeb and WebCal.
  *** Many thanks to Jason and Rob. ***


svn: r11180
2008-10-21 18:57:42 +00:00
Brian Matherly
dfd426e5ca Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code.
svn: r11173
2008-10-21 04:22:45 +00:00
Brian Matherly
8e8f37d5d3 Create a new plugin class for Import plugins.
svn: r11142
2008-10-14 02:34:28 +00:00
Erik De Richter
77707348ee changes for wiki manual
svn: r11138
2008-10-11 18:32:47 +00:00
Erik De Richter
1dcaa93906 changes for wiki manual
svn: r11135
2008-10-11 06:40:15 +00:00
Erik De Richter
f2b11afbcb corrected Dutch translation
GtkSpinButton warning solved

svn: r11133
2008-10-10 13:15:49 +00:00
Kees Bakker
5e8b724872 Changes by Rob Healey.
The biggest difference is support for multiple years. But there is more,
such as name handling for female spouses (new option for that).


svn: r11129
2008-10-07 20:11:46 +00:00
Erik De Richter
c1521c5e55 NotRelated is a tool not a report reference to wiki was wrong
svn: r11126
2008-10-06 18:26:53 +00:00
Jérôme Rapinat
b58ae794b7 2429: Typos/grammar errors
svn: r11122
2008-10-06 12:36:03 +00:00
Stéphane Charette
f26db0ed0a include thumbnails in ancestor diagram
svn: r11103
2008-10-03 10:38:19 +00:00
Brian Matherly
9c364490ce Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".
svn: r11100
2008-10-02 04:02:10 +00:00
Brian Matherly
b0f5322346 Fix typo in narrative web report that causes crash.
svn: r11095
2008-09-29 03:32:51 +00:00
Jérôme Rapinat
a1a744ef8a #2408: Cannot translate one string
svn: r11094
2008-09-28 09:27:40 +00:00
Brian Matherly
e811924e77 Move PluginUtils._MenuOptions into a new module in gen.plug.menu. Also, put each class in its own file so that it will scale better as new options are added.
svn: r11086
2008-09-27 13:56:17 +00:00
Gary Burton
59e5d0e83a Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351
svn: r11075
2008-09-18 18:54:14 +00:00
Brian Matherly
e94a81c944 0002389: Command line reference tool is broken (plugins/CmdRef.py)
svn: r11070
2008-09-17 12:07:00 +00:00
Jérôme Rapinat
efe110dc7b better wording and comments
svn: r11056
2008-09-13 09:52:28 +00:00
Jérôme Rapinat
65960ec923 pylint and mistake on half_sibling
svn: r11054
2008-09-12 17:26:32 +00:00
Peter Landgren
51b0faa473 Revert 11039 and 11040. Fixed by 11043.
svn: r11045
2008-09-09 07:03:26 +00:00
Peter Landgren
66b4542bb6 Fix of issue 2373 for trunk.
svn: r11040
2008-09-08 18:00:38 +00:00
Peter Landgren
55fed5220f Fix of issue 2372 for trunk.
svn: r11039
2008-09-08 15:01:52 +00:00
Gary Burton
19fab6f11c Forgot to update makefiles for some recent additions
svn: r11035
2008-09-07 10:41:39 +00:00
Peter Landgren
1c9a0458b5 Better fix of error in step and cousin relations.
svn: r11024
2008-09-05 19:39:22 +00:00
Peter Landgren
1bbdd4e04e Fixed error in cousin relation.
svn: r11018
2008-09-04 13:44:46 +00:00
Brian Matherly
0254a5177f Contribution from Robert Chéramy <robert@cheramy.net>. Adds note filters to the filter proxy. Also adds note filters to the exporters.
svn: r11016
2008-09-04 11:46:43 +00:00
Peter Landgren
6c05a92cbf Fiexed error with some step relations.
svn: r11015
2008-09-03 18:14:58 +00:00
Gary Burton
534256792a Make sure new filters are found and sorting is applied when filters used in place report
svn: r11010
2008-09-02 19:48:38 +00:00
Gary Burton
3ed982112e Add a new place report
svn: r11008
2008-09-01 20:08:39 +00:00
Benny Malengier
4b0ed5c34a issue 0002327: webtree fails, leaves gramps in a unresponsive state, missing suffix
svn: r10999
2008-08-21 13:05:55 +00:00
Gary Burton
d7731cf102 Build source page a second time for sources referenced by gallery. Bug #1280.
svn: r10988
2008-08-14 21:03:50 +00:00
Benny Malengier
8d25117453 issue 2321 and 2304 fixed GRAMPS crashes for portugueze and does not
start


svn: r10987
2008-08-14 09:24:58 +00:00
Kees Bakker
82dabaaeb1 Solved an issue with konqueror, which was in fact incorrect
HTML that is kindly accepted by all other browsers.
Moved calendar.setfirstweekday so that it is set only once.
        * src/plugins/WebCal.py


svn: r10978
2008-08-11 20:19:51 +00:00
Kees Bakker
e4b5e71897 Add an option to select the day of the week for the first
column.
        * src/plugins/WebCal.py


svn: r10975
2008-08-07 21:00:05 +00:00
Kees Bakker
7cc57c2029 Added arrow gifs, and made some changes to WebCal
to deal with this arrow gif.
        * src/plugins/WebCal.py
        * src/images/Makefile.am


svn: r10963
2008-08-04 20:46:46 +00:00
Kees Bakker
e9d0b4594b Correct name display so that it includes prefix and suffix.
* src/plugins/WebCal.py


svn: r10962
2008-08-04 19:31:38 +00:00
Kees Bakker
537e44b24c Removed _subdirs()
Moved dst() to _get_dst_start_stop() outside class.
A bit of cleanup in calendar_build().
        * src/plugins/WebCal.py


svn: r10961
2008-08-04 19:08:31 +00:00
Kees Bakker
4341fb08aa Some more corrections with respect to subdirs.
Eliminated 'cal' argument to some functions.
        * src/plugins/WebCal.py


svn: r10956
2008-08-01 20:47:04 +00:00
Espen Berg
54a898778a Corrected two language typos in WebCal.py
svn: r10954
2008-08-01 15:03:19 +00:00
Jérôme Rapinat
b91864d062 better wording for French places
svn: r10952
2008-08-01 10:22:16 +00:00
Kees Bakker
1a93ee6d53 More corrections in WebCal (year at a glance).
New Web_Evergreen.css from Rob Healey.
Added Rob to the authors.xml
Removed unused CSS files from the Makefile. (These files will
have to be deleted from SVN too.)
	* src/data/Makefile.am
	* src/data/Web_Evergreen.css
	* src/data/authors.xml
	* src/plugins/WebCal.py


svn: r10951
2008-08-01 09:51:16 +00:00
Kees Bakker
0eeb4c3e01 Correct subdir when creating individual page.
* src/plugins/WebCal.py


svn: r10950
2008-08-01 09:01:24 +00:00
Kees Bakker
5292cd0ed9 Fix the navigation links in WebCal
* src/plugins/WebCal.py


svn: r10949
2008-07-31 20:42:05 +00:00
Kees Bakker
126b06ef81 More corrections to calendar_build of WebCal. It's working much better
(for me). But it needs more testing. And there are still more changes to
come.
The nav links are not working, I know. Maybe I'll work on that next.
        * src/plugins/WebCal.py
        * po/nl.po


svn: r10948
2008-07-30 21:37:24 +00:00
Kees Bakker
8c2dc12d62 Move some functions outside the class.
Eliminate return value of six_weeks() and calender_build().
_easter() now gets the year as argument.
Note. There is still an off-by-one error with the days.
        * src/plugins/WebCal.py


svn: r10947
2008-07-29 21:23:44 +00:00
Kees Bakker
575c1f634f Going back to previous version.
svn: r10945
2008-07-29 18:37:29 +00:00
Jérôme Rapinat
93ea2f6ba1 add Chilean holidays (contribution from Alvaro Herrera)
svn: r10943
2008-07-29 07:23:55 +00:00
Jérôme Rapinat
dae1bdfa5b #2299 baptism and burial statements lack sources on Detailed reports
svn: r10940
2008-07-28 16:25:55 +00:00
Peter Landgren
07c15e48da Patch from Rob Healey
svn: r10931
2008-07-28 06:12:46 +00:00
Jérôme Rapinat
a89cbff5c9 #1555: Option for Record (Modified Register) numbering in the DDR (contribution from James Friedmann <jfriedmannj at gmail dot com>)
svn: r10930
2008-07-27 10:10:53 +00:00
Jérôme Rapinat
5a75d49007 #1555: Option for Record (Modified Register) numbering in the DDR (contribution from James Friedmann <jfriedmannj at gmail dot com>)
svn: r10923
2008-07-24 12:42:29 +00:00
Jérôme Rapinat
3e311275ee add a testing quick report on repository
svn: r10915
2008-07-23 07:38:16 +00:00
Jérôme Rapinat
92729c3f83 #2124: Baptism as alternate birth event on Det (Ancestral,Descendant) reports and Ancestral report
svn: r10910
2008-07-22 09:10:53 +00:00
Jérôme Rapinat
8a5d815c54 #2294 missing translation strings
svn: r10906
2008-07-22 08:12:20 +00:00
Brian Matherly
5c66ff1816 0002275: A person being his own ancestor causes EOL report to crash.
svn: r10904
2008-07-22 04:39:18 +00:00
Brian Matherly
428919875c 0002286: Unselecting "use complete sentences" has no effect for the burial information in the Detailed Ancestor and Descendant reports. (contribution from James Friedmann <jfriedmannj@gmail.com>)
svn: r10902
2008-07-22 03:05:44 +00:00
Brian Matherly
2f04e98374 0002281: Like label on gramps.glade file, to use Zip/Postal code on plugins labels (contribution from Jérôme Rapinat <romjerome@yahoo.fr>).
svn: r10889
2008-07-21 02:53:09 +00:00
Brian Matherly
0b2bc9d647 0002288: Missing dot/space after spouse's name on DetAncestral report
svn: r10887
2008-07-21 02:20:12 +00:00
Gary Burton
97170b5251 Make exclusion of unlinked records optional
svn: r10883
2008-07-20 18:33:04 +00:00
Gerald Britton
777928e9a7 Revert 10874 changes to _Options.py and BookReport.py
svn: r10879
2008-07-18 16:10:27 +00:00
Gerald Britton
882199f1c2 Replace dict.has_key(x) with x in dict for performance gain
svn: r10874
2008-07-17 18:10:32 +00:00
Kees Bakker
a6a264d1ce A bunch of miscelaneous corrections.
- variable names
- added several notes about things todo
- replaced store_file() with copy_file() from NarrativeWeb
- and more
	* src/plugins/WebCal.py


svn: r10873
2008-07-17 14:48:54 +00:00
Kees Bakker
6d67535bf9 Major change from Rob Healey and Jason Simanek.
* src/plugins/WebCal.py


svn: r10872
2008-07-17 13:05:15 +00:00
Kees Bakker
7c11d6bf70 Translation issues found by Peter Landgren.
* src/plugins/NarrativeWeb.py


svn: r10871
2008-07-17 12:10:17 +00:00
Kees Bakker
63a936c593 Several fixes. "styles" directory was not present before copying
files into. Correction of filename in copyright part. Eliminate
store_file and replaced by copy_file (takes care of directory creation
and error message.)
	* src/plugins/NarrativeWeb.py


svn: r10870
2008-07-17 11:54:33 +00:00
Kees Bakker
445da31691 Update from Rob Healey and Jason Simanek: new stylesheets and
some (small?) changes in the generated HTML.
(( Not fully tested, please give it a try ))
	* src/plugins/NarrativeWeb.py


svn: r10869
2008-07-16 07:59:29 +00:00
Kees Bakker
de7fd94504 (Changes by Rob Healey)
Rename display_header, display_footer to write_header, write_footer.
A couple format changes in the HTML output.
	* src/plugins/NarrativeWeb.py


svn: r10863
2008-07-15 13:37:17 +00:00
Gerald Britton
709c58b4eb Replace __call__ in dir(*) with callable(*) for performance gain
svn: r10856
2008-07-14 15:47:15 +00:00
Gerald Britton
02484820e2 Replace map with list comprehensions
svn: r10848
2008-07-09 14:39:10 +00:00
Stéphane Charette
2824964116 report #2270 - NarrativeWeb skips over step-siblings
svn: r10844
2008-07-06 08:40:47 +00:00
Gerald Britton
6037e9fdd4 Replace lambdas with list comprehensions
svn: r10843
2008-07-04 17:27:51 +00:00
Kees Bakker
e749210de2 Use list comprehension instead of filter(lambda as suggested by Gerald.
* src/plugins/ImportProGen.py


svn: r10841
2008-07-03 21:05:06 +00:00
Kees Bakker
eff4c42626 Fix for bug 2232. Thank you, sanjuro, for the patch.
* src/plugins/NarrativeWeb.py


svn: r10840
2008-07-03 19:46:50 +00:00
Kees Bakker
b2625ec23f Fix for bug 1969. There were two places where a .html extension was
missing. I'll have to check if bugs 2230 and 2232 are solved as well.
        * src/plugins/NarrativeWeb.py


svn: r10839
2008-07-03 19:10:05 +00:00
Kees Bakker
e4f568cd01 NavWebReport.copy_file correction variable name.
DownloadPage.__init__ correction of parameter for display_header (found by Jason).
	* src/plugins/NarrativeWeb.py


svn: r10835
2008-07-01 08:34:08 +00:00
Stéphane Charette
90df86f127 fix for bug #0002240; Events show up as blank lines when removing unused objects; merged from gramps30
svn: r10829
2008-06-24 17:51:55 +00:00
Stéphane Charette
ae2a2917c4 bug report #2234; notes should be separated from the previous text to which they apply; merged from gramps30
svn: r10824
2008-06-21 08:42:31 +00:00
Gerald Britton
fb5b8250c4 Fix typo in NarrativeWeb.py: Bug 002231
svn: r10820
2008-06-19 14:41:04 +00:00
Stéphane Charette
e45bec4eb7 bug report #2229: parental relationship redundantly says 'Birth'; merged from gramps30
svn: r10818
2008-06-18 05:06:25 +00:00
Gerald Britton
4982292774 Code optimizations wrt handling of None - bug 2212
svn: r10811
2008-06-16 15:01:46 +00:00
Benny Malengier
fd52369177 issue 2130, remove tabs
svn: r10804
2008-06-13 12:12:15 +00:00
Brian Matherly
8c16d3b754 0002194: redundant links in Hourglass graph
svn: r10790
2008-06-06 00:40:53 +00:00
Brian Matherly
0b70388483 0002204: Narrative Web report "restrict living" is different than Gramps 2.x
svn: r10786
2008-06-05 03:45:14 +00:00
Brian Matherly
3a98ddd4fd 0002122: Detailed Ancestor Report reports people as buried who have no birth events (contributed by Gerald Britton <gerald.britton@gmail.com>)
svn: r10781
2008-06-02 00:59:14 +00:00
Brian Matherly
ff0c75a7fb 0002165: Detailed Ancestor report fails to run:UnboundLocalError?
svn: r10780
2008-06-01 21:23:50 +00:00
Stéphane Charette
29c4a2653e #2180: allow user to enable/disable rounded corners
svn: r10773
2008-05-31 08:56:43 +00:00
Stéphane Charette
68243e76b5 #2180: allow user to enable/disable rounded corners; merge from gramps30
svn: r10772
2008-05-31 08:42:38 +00:00
Stéphane Charette
e57e3fa7c7 bug report #2162: handle surnames that have spaces within them; merged from gramps30
svn: r10770
2008-05-31 07:16:13 +00:00
Kees Bakker
a792472852 Do not set patronimic, just give a warning. (Not sure how it is used by
Pro-Gen.)
Accept other input filenames (.PER, .REL or .MEM) as well.
        * src/plugins/ImportProGen.py


svn: r10767
2008-05-29 18:55:13 +00:00
Zsolt Foldvari
998908175f Issue #0002175: Change type() expressions to isinstance() expressions.
Patch from Gerald Britton <gerald.britton@gmail.com>


svn: r10762
2008-05-25 19:55:47 +00:00
Stéphane Charette
198d57738a bug reports #2180 and #2181; fix for rounded corners and graph colours (more work remains for hourglass and relationship graph)
svn: r10759
2008-05-24 11:04:00 +00:00
Stéphane Charette
0774bf2a8e bug reports #2176, #2177, #2178; various Graphviz issues, merged up from gramps30
svn: r10758
2008-05-24 08:59:32 +00:00
Kees Bakker
fbdd98920c Oops. Missing db in display_event_row
* src/plugins/NarrativeWeb.py


svn: r10747
2008-05-20 19:45:29 +00:00
Kees Bakker
c81cfef16f Converted event display to use a table with columns. The original
function (format_event) is still used for family events, but that should
be converted too.
        * src/plugins/NarrativeWeb.py


svn: r10746
2008-05-20 19:24:03 +00:00
Brian Matherly
92d5ba8dfd Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work.
svn: r10745
2008-05-20 03:19:58 +00:00
Brian Matherly
1d306345bd Remove unused import Plugins.
svn: r10744
2008-05-20 02:53:17 +00:00
Brian Matherly
007ba8dd49 Rename "_Plugins.py" to a more appropriate name: "_PluginDialogs.py". Same goes for the classes in the file.
svn: r10742
2008-05-19 04:14:11 +00:00
Brian Matherly
3afbd461c0 Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information.
svn: r10741
2008-05-18 19:24:28 +00:00
Eero Tamminen
18fb84db7f Types used for the parent relation by the display_ind_parents()
method and the display_parent() method called by that did not match.
Fixed the bug so that the code for showing the relation only if it's
a non-birth one works.  This bug was inherited from Gramps 2.2.x.


svn: r10706
2008-05-11 19:25:39 +00:00
Eero Tamminen
16e6246463 - remove extra/wrong '(' from translatable event date/place string
- it's not enough to have line breaks between notes, the notes
  themselves need to be separated from previous content too.
  I used page break for that too


svn: r10705
2008-05-11 19:19:38 +00:00
Eero Tamminen
9b2bfdf13e Added my copyrights to files into which I had contributed
major amounts of code during 2004-2006 (Alex helped,
but didn't directly contribute to StatisticsChart).
He did maintainance on the Graphiviz plugin too though.


svn: r10704
2008-05-11 19:07:30 +00:00
Zsolt Foldvari
05b39c5c15 Reorganize custom widgets into a new 'widgets' package.
1. moving existing widget modules under src/widgets/


svn: r10694
2008-05-08 19:40:56 +00:00
Kees Bakker
cad6ff69a6 Add code to import the rest of the input data. Still having problem
with adding attributes for Birth events and such.
	* src/plugins/ImportProGen.py


svn: r10691
2008-05-08 11:51:27 +00:00
Peter Landgren
df5c670391 Fix of bug #2140, filled hexagon in stead of outline
svn: r10685
2008-05-06 14:48:23 +00:00
Stéphane Charette
1c2981e203 bug report #2131, display latitude before longitude
svn: r10681
2008-05-06 06:51:22 +00:00
Benny Malengier
39284ff1c5 localization of relationships in German, issue 2130, contributed by
Stefan Siegel <gpl@sdas.de>


svn: r10668
2008-05-05 07:42:15 +00:00
Stéphane Charette
b7aac9c7f0 better handling of end-of-line for text notes; use [br] like we do in 2.2.x instead of [p]
svn: r10659
2008-05-04 07:05:42 +00:00
Brian Matherly
5181e073e9 Add StyleOption class for reports and use it in WebCal.
svn: r10651
2008-04-29 04:47:50 +00:00
Kees Bakker
39c8d63029 More work done, still plenty to do.
src/plugins/ImportProGen.py


svn: r10650
2008-04-28 20:27:37 +00:00
Brian Matherly
283471be93 Refactor FamilyLines: stop using "options.handler", many many pylint updates.
svn: r10649
2008-04-28 03:59:55 +00:00
Kees Bakker
480a29867e More work to import and create families not in the REL database of
Pro-Gen.
        * src/plugins/ImportProGen.py


svn: r10646
2008-04-27 15:31:20 +00:00
Doug Blank
c1ce688e9c 0002118: No URLs in pdf/dot version of the relationship graph report, revised
svn: r10644
2008-04-27 12:07:47 +00:00
Doug Blank
369f009af6 0002118: No URLs in pdf/dot version of the relationship graph report
svn: r10643
2008-04-27 02:03:25 +00:00
Doug Blank
26779bd6ac Removed some try/excepts (they're expensive and can make debugging hard) and fix for bug 0002114
svn: r10640
2008-04-26 20:33:25 +00:00
Kees Bakker
09246035b3 Start of a new (unsupported) plugin to import from Pro-Gen.
* src/plugins/ImportProGen.py


svn: r10639
2008-04-25 14:37:20 +00:00
Peter Landgren
6395ac91a6 Broken after r10624, fixed by removing id=
svn: r10631
2008-04-23 14:26:54 +00:00
Brian Matherly
b00c68a972 Minor clean up in book report.
svn: r10619
2008-04-22 02:11:47 +00:00
Gary Burton
c760272054 Remove unused notes. Feature request #2101.
svn: r10617
2008-04-21 20:52:39 +00:00
Doug Blank
d2961b2abe Fixes for tooltips
svn: r10615
2008-04-21 13:05:59 +00:00
Doug Blank
9d5cc9b876 0001963: Gramplets need an active person for working: two issues: 1) added update on rebuild signal, and 2) cause an initial update when creating a new gramplet
svn: r10612
2008-04-21 01:40:25 +00:00
Doug Blank
0d05bbeab9 0002093: Request Pedigree line drawing improvement: added UTF line art; two modes ASCII or UTF. Default is currently UTF
svn: r10611
2008-04-21 00:57:19 +00:00
Doug Blank
e336e5ce22 Added check for invalid birth and death dates
svn: r10605
2008-04-20 13:36:28 +00:00
Doug Blank
d34c010422 Added a display of match count
svn: r10601
2008-04-20 04:08:18 +00:00
Brian Matherly
e3140b4fce 0002094: Book report - user enter a multiline text into a custom text block, with quote char
svn: r10599
2008-04-20 03:03:39 +00:00
Doug Blank
f637730a87 General polish of some date handling code; fixed a bug in date comparisons involving 'ABT' dates
svn: r10592
2008-04-19 16:48:46 +00:00
Erik De Richter
58cca17670 links to wiki manual
svn: r10589
2008-04-19 08:29:43 +00:00
Doug Blank
fe35c2ff91 0001931: add dates to pedigree gramplet; fixed bug in RelationView in displaying b. with no date
svn: r10586
2008-04-19 02:28:14 +00:00
Doug Blank
ce002bf7a6 0002081: Fixed two bugs, error when asymmetric mother/father and fixed off-by-one spacing issue
svn: r10585
2008-04-19 01:13:44 +00:00
Erik De Richter
8956ee85f7 bug ID 0001767
link to wiki manual

svn: r10584
2008-04-18 11:03:01 +00:00
Erik De Richter
5f04d3a002 bug ID 0001767
wiki ink to manual compare events

svn: r10583
2008-04-18 09:40:27 +00:00
Doug Blank
a2734ca3e7 rows can now be deleted from a table, just people currently
svn: r10581
2008-04-18 03:36:38 +00:00
Doug Blank
4e3606acd3 Testing a fake SQL interface
svn: r10579
2008-04-18 01:10:50 +00:00
Doug Blank
2098a01f8d refactored SimpleTable; QuickReports can return values; date diffs return Span
svn: r10578
2008-04-18 01:09:32 +00:00
Eero Tamminen
e910a131a9 As discussed on the gramps-devel:
"home directory" / "user directory" -> "user's directory"


svn: r10577
2008-04-17 18:19:27 +00:00
Doug Blank
20a3237420 Add support for single-word column names (for SudoQl)
svn: r10575
2008-04-17 12:17:25 +00:00
Kees Bakker
75b1a77e99 Eliminate text concatenation. (Patch by Eero, kiitos.)
* src/plugins/NarrativeWeb.py


svn: r10569
2008-04-16 14:46:48 +00:00
Eero Tamminen
313f83fe32 fix typos
svn: r10567
2008-04-15 20:25:14 +00:00