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
Erik De Richter
00c144c8ec
Bug ID 0001767 Help button function link to manual
...
svn: r10563
2008-04-14 15:32:52 +00:00
Gary Burton
d97f73f71b
Do not show duplicate media in person gallery
...
svn: r10561
2008-04-13 20:40:12 +00:00
Peter Landgren
20aac61668
Change for request 1962
...
svn: r10559
2008-04-12 07:39:39 +00:00
Brian Matherly
4524d43b4d
0002032: translation of apostrophes in source titles (web report)
...
svn: r10558
2008-04-12 02:49:34 +00:00
Doug Blank
884e31685d
0002031: use year of a particular calendar; title contains cal and sortby
...
svn: r10556
2008-04-12 02:20:29 +00:00
Doug Blank
7d9ef3710d
Added calendar for report, and progress bar
...
svn: r10540
2008-04-10 13:13:20 +00:00
Peter Landgren
e6b386ef54
Update according to issue 1961
...
svn: r10527
2008-04-09 06:50:18 +00:00
Kees Bakker
5a953ce6b8
Undo sorting of children by birthdate. Let's first do a feature request
...
and see what comes out of that.
* src/plugins/NarrativeWeb.py
svn: r10524
2008-04-08 17:11:48 +00:00
Kees Bakker
1fa86e8c93
Sort list of children on birthdate. I guess we may need an option in
...
the gui for this.
* src/plugins/NarrativeWeb.py
svn: r10519
2008-04-07 19:38:08 +00:00
Kees Bakker
125bbae8ac
Add more prefixes.
...
Make the RE for prefixes safe against empty match groups.
Fix type, some textual and other small changes.
* src/plugins/PatchNames.py
svn: r10518
2008-04-07 19:33:54 +00:00
Kees Bakker
c0a8ae9aff
Put space before comma (PEP8) in preparation for
...
some bugfixes.
* src/plugins/PatchNames.py
svn: r10517
2008-04-07 19:27:52 +00:00
Brian Matherly
2c88df3582
Convert the book title report to use MenuReportOptions. Also, perform some general clean up for PEP8.
...
svn: r10506
2008-04-06 19:52:39 +00:00
Gary Burton
96c6b903d3
Made changes suggested in Bug #1924
...
svn: r10502
2008-04-06 15:35:04 +00:00
Doug Blank
a1ea091703
Malformed families could crash gramplet
...
svn: r10500
2008-04-06 12:22:06 +00:00
Brian Matherly
4ebc9cf846
0002015: Trying to select items to produce a book report - error message received.
...
svn: r10497
2008-04-06 04:59:18 +00:00
Brian Matherly
a46e733398
Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.
...
svn: r10474
2008-04-05 14:17:15 +00:00
Kees Bakker
d5962794fa
Eliminated function to set div id for class content.
...
Moved some functions around to classes where they are used.
* src/plugins/NarrativeWeb.py
svn: r10431
2008-03-31 19:50:37 +00:00
Doug Blank
015bde9e01
0001994: Cannot properly sort dates stored in few quick reports using SimpleTab
...
svn: r10425
2008-03-30 12:38:32 +00:00
Brian Matherly
9988d5ecfa
Convert the "Not Related" plugin from a "view report" to a "tool" (although it would really make a great gramplet).
...
svn: r10423
2008-03-30 04:32:52 +00:00
Brian Matherly
e08a8cf205
Rename CountAncestors to NumberOfAncestorsReport and convert it from a "view" to a "text" report.
...
svn: r10422
2008-03-30 03:27:32 +00:00
Brian Matherly
f64f6dd105
Add Index Mark to Database Summary Report.
...
svn: r10421
2008-03-30 02:48:29 +00:00
Brian Matherly
19d8833af1
Convert Database Summary from a "View" report to a "Text" report.
...
svn: r10420
2008-03-30 02:32:56 +00:00
Doug Blank
29ed9a79fe
0001972: Fixed untranslated filter names in FilterByName\n and 'and' in family description
...
svn: r10396
2008-03-25 15:06:01 +00:00
Brian Matherly
8281f7157d
0001950: BUG: Book report, Ancestor Tree - selecting desired person do not work
...
svn: r10381
2008-03-23 19:33:31 +00:00
Benny Malengier
fe6840666c
Export of gpkg saves paths in tarfile as path in database.
...
Import of gpkg exports media in home dir, sets base media path to that dir, so user can
easily change position with move in filemanager, and change of base media path
0001966: import of gpkg copies media files to hidden dir & not accessible
svn: r10366
2008-03-21 22:28:28 +00:00
Erik De Richter
9f3ba337e1
/src/plugins/NotRelated.py
...
svn: r10361
2008-03-21 12:18:27 +00:00
Kees Bakker
d579d8543a
Moving many functions from BasePage to NavWebReport. Introducing new
...
functions to deal with disk file and functions that deal with URLs.
Changed to selection of the extra two subdirectories so that the ppl
tree is much better balanced (not all files in one directory).
* src/plugins/NarrativeWeb.py
svn: r10357
2008-03-20 22:24:36 +00:00
Peter Landgren
f7ea60bc13
Correct fill colors #1942
...
svn: r10351
2008-03-20 07:52:17 +00:00
Kees Bakker
5da7180dd9
Moved create_file() and create_link_file to NavWebReport.
...
Solved a problem with "CurrentSection" which wasn't set in a translated
environment.
Eliminated several options in BasePage, by referring to report.options
(to keep them in one place only).
Lots of other little changes.
* src/plugins/NarrativeWeb.py
svn: r10333
2008-03-17 21:09:16 +00:00
Doug Blank
bf35fba015
Fixed surname count on Top Surnames and Surname Cloud Gramplets
...
svn: r10329
2008-03-17 03:32:20 +00:00
Gary Burton
08d840311b
Revert change made in revision 10298
...
svn: r10312
2008-03-14 23:50:54 +00:00
Kees Bakker
f637b709d6
The surname pages now have the proper SiteTitle. And the page title
...
looks better too, I think. (More testing is needed.)
Usage of variable names 'id' and 'type' is corrected.
* src/plugins/NarrativeWeb.py
svn: r10310
2008-03-14 21:07:35 +00:00
Brian Matherly
68ad749f6a
0001908: BUG: running tools from command line
...
svn: r10303
2008-03-14 04:26:44 +00:00
Brian Matherly
3febc1e429
0001905: BUG in book command line report KeyError: 'bookname'
...
svn: r10301
2008-03-14 03:54:42 +00:00
Gary Burton
1464abffab
Bug 1280 make sure source media pages are created before the gallery
...
svn: r10298
2008-03-13 23:29:01 +00:00
Kees Bakker
e32e602b50
Two small bugfixes found by pylint.
...
* src/plugins/NarrativeWeb.py
svn: r10296
2008-03-13 22:35:26 +00:00
Kees Bakker
a8a59c9f7c
Major reorganisation of NarrativeWeb.py
...
Pass instance of NavWebReport down to BasePage instead of doing it by
many function arguments. There are still a few "TODO" and "FIXME" notes
in the code. At least one test succeeded to create exactly the same HTML
output. One test, what more do you need?
Pylint reports rating of 8.01/10, but I'm sure I can do better :-)
* src/plugins/NarrativeWeb.py
svn: r10295
2008-03-13 22:28:22 +00:00
Kees Bakker
dfe4088d86
Remove marker argument of note.get().
...
Eliminate 'up' parameter of person_link().
* src/plugins/NarrativeWeb.py
svn: r10294
2008-03-13 20:31:33 +00:00
Brian Matherly
3f8c9a2bd6
0001888: Traceback when trying to delete a book report with non-ascii characters in the name.
...
svn: r10279
2008-03-12 02:51:16 +00:00
Kees Bakker
b997fc211b
Cleanup interface of BasePage.display_header and moving some attributes
...
around. Also deleted some unused variables.
* src/plugins/NarrativeWeb.py
svn: r10271
2008-03-11 22:11:42 +00:00
Kees Bakker
c764b185cd
Reorganized the functions that create file and directory names. Nothing
...
got broken, I hope. More changes to come.
* src/plugins/NarrativeWeb.py
svn: r10270
2008-03-11 21:19:36 +00:00
Doug Blank
f0badfef30
0001911: fixed sorting on counts
...
svn: r10257
2008-03-10 13:07:08 +00:00
Erik De Richter
8705eabf39
link to wiki manual
...
svn: r10256
2008-03-10 12:10:35 +00:00
Doug Blank
5eb10bd2a2
Added ability to have URL links on textbuffer; fixed writable age on date gramplet; draft FAQ gramplet
...
svn: r10254
2008-03-10 04:37:45 +00:00
Kees Bakker
7ea0f31341
Added space after commas to improve readability. This makes pylint
...
happier too. Started to add more comments here and there.
* src/plugins/NarrativeWeb.py
svn: r10243
2008-03-09 20:12:56 +00:00
Kees Bakker
c7226e1c04
Corrected the path for somerights20.gif.
...
Removed all trailing whitespace. Added a few spaces here and there to
improve readability.
* src/plugins/NarrativeWeb.py
svn: r10225
2008-03-08 16:40:19 +00:00
Kees Bakker
18f5768c2d
Changed the use of "main1.css" to _CSS_FILES[0][1] so that the filenames
...
are maintained in one place. Making the first entry the default.
svn: r10223
2008-03-08 11:48:53 +00:00
Kees Bakker
d425133e8e
Solved a problem with <li>..</li>
...
Reorganized the of.write() statements so that the text won't have
multiple newlines in them. And introduced so for-loops instead of
repetition of multiple lines of code.
* src/plugins/NarrativeWeb.py
svn: r10222
2008-03-08 11:30:59 +00:00
Peter Landgren
e31ffee680
Fixed issues #1881 , #1910
...
svn: r10220
2008-03-08 10:51:33 +00:00
Doug Blank
1dd9751556
Moved News Gramplet to beginning after load
...
svn: r10217
2008-03-07 22:29:55 +00:00
Peter Landgren
92b0b5d079
Update author info
...
svn: r10215
2008-03-07 17:36:15 +00:00
Peter Landgren
91a37b4c08
Update author info
...
svn: r10214
2008-03-07 17:33:47 +00:00
Doug Blank
52e250979b
2008-03-07 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/QuickReports.py: optionally pass in kwargs
* src/plugins/DefaultGramplets.py: added generation summary to pedigree
* src/plugins/FilterByName.py: new filter "people by list"
* src/DataViews/GrampletView.py: handle "people by list" links
svn: r10211
2008-03-07 14:19:30 +00:00
Brian Matherly
455ecc4007
Patch from Jason Simanek <jsimanek@gmail.com>:
...
0001803: Narrative Web Report Update
Multiple updates to improve the narrative web report.
svn: r10201
2008-03-06 13:07:37 +00:00
Doug Blank
9175b40cb4
2008-03-06 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/SameSurnames.py:
* src/plugins/DefaultGramplets.py:
* src/plugins/FilterByName.py:
Fixes for proper surname grouping; fix for all of a person's name
svn: r10200
2008-03-06 12:33:02 +00:00
Doug Blank
fb875bd69e
* src/plugins/FilterByName.py (run):
...
fixed a couple of missing translations; name counts were slightly off
2008-03-05 Douglas S. Blank <dblank@cs.brynmawr.edu>
svn: r10198
2008-03-06 01:36:54 +00:00
Jérôme Rapinat
81974e12c2
2008-03-05 Jerome Rapinat <romjerome@yahoo.fr>
...
* src/plugins/DateParserDisplayTest.py: allow to translate QuestionDialog
svn: r10195
2008-03-05 14:00:38 +00:00
Doug Blank
a32cd288f0
2008-03-05 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/docgen/TextBufDoc.py: fixed translations of Quick View
* src/plugins/References.py: fixed translations of ref types
svn: r10194
2008-03-05 12:02:22 +00:00
Raphael Ackermann
b4cde9a54b
2008-03-05 Łukasz Rymarczyk <yenidai(at)poczta(dot)onet(dot)pl>
...
* src/plugins/rel_pl.py: 0001776: Relationship calculator, update Polish
Rewritten for 3.x version
svn: r10192
2008-03-05 07:39:45 +00:00
Doug Blank
e051772305
Added FilterByName.py quick report
...
svn: r10191
2008-03-05 04:58:22 +00:00
Doug Blank
671891b816
Refinements on previous commit; new filter by name 'media by size'
...
svn: r10190
2008-03-05 04:34:28 +00:00
Doug Blank
2ef34cf90a
* src/Simple/_SimpleTable.py:
...
added callback for click/doubleclick manual override for rows
added numeric sorting
* src/QuickReports.py: added run_quick_report_by_name_direct
that allows one quick report to run another
* src/plugins/DefaultGramplets.py: made stats gramplet show
details when drilling down with double-click
* src/plugins/SameSurnames.py: allow running by string rather than
person object
* src/DataViews/GrampletView.py: added Filter type of link; fixed
bug in drag and drop from earlier option infrastructure
* src/plugins/FilterByName.py: quick report that runs a filter by
name
2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu>
svn: r10188
2008-03-05 04:01:27 +00:00
Raphael Ackermann
573a8ec7b3
2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/plugins/WritePkg.py: added import Utils to prevent crash on export
svn: r10183
2008-03-04 17:32:38 +00:00
Doug Blank
3db2da7db2
Option testing
...
svn: r10181
2008-03-04 13:01:07 +00:00
Erik De Richter
fb7e89d1eb
manual
...
svn: r10176
2008-03-03 08:59:52 +00:00
Brian Matherly
504f0e554a
0001880: Birthday and Anniversary Report does not work
...
svn: r10174
2008-03-03 04:06:48 +00:00
Brian Matherly
17c3ef4e9b
Save and load books properly.
...
svn: r10172
2008-03-02 23:03:52 +00:00
Brian Matherly
d78dacb08b
0001873: AttributeError: 'NoneType' object has no attribute 'get_gramps_id'
...
Fix typo in CountAncestors
svn: r10168
2008-03-02 21:21:48 +00:00
Brian Matherly
4dfb05bb06
0001876: BUG during output creation in Ancestor Tree report.
...
svn: r10167
2008-03-02 20:56:04 +00:00
Peter Landgren
a7186a695f
Author info update
...
svn: r10164
2008-03-02 19:40:34 +00:00
Peter Landgren
42c1086ae3
Author info update
...
svn: r10162
2008-03-02 19:20:55 +00:00
Peter Landgren
73f461bc1b
Author info update
...
svn: r10161
2008-03-02 19:19:22 +00:00
Peter Landgren
2e4b493136
Author info update
...
svn: r10160
2008-03-02 19:18:31 +00:00
Peter Landgren
de97fadd9a
Author info update
...
svn: r10159
2008-03-02 19:17:22 +00:00
Peter Landgren
7c05a4d37f
Author info update
...
svn: r10158
2008-03-02 19:16:34 +00:00
Gary Burton
cc9d9e1162
2008-03-02 Gary Burton <gary.burton@zen.co.uk>
...
* src/plugins/RelCalc.py: Allow the tree view to be navigated via the
keyboard. Bug #1777
svn: r10156
2008-03-02 16:16:14 +00:00
Jérôme Rapinat
9befaa17ff
2008-03-02 Jerome Rapinat <romjerome@yahoo.fr>
...
* src/plugins/AgeOnDate.py : minor change for better translations
svn: r10155
2008-03-02 06:12:05 +00:00
Doug Blank
6b8d041c94
additional refinements
...
svn: r10154
2008-03-02 06:10:20 +00:00
Doug Blank
e96b543384
2008-03-02 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/DefaultGramplets.py (PedigreeGramplet.get_boxes):
Fixed a bug in turning off vertical lines; other refinements
svn: r10153
2008-03-02 05:43:50 +00:00
Brian Matherly
e2bc58fe63
0001711: Inconsistant names for graphical reports
...
svn: r10152
2008-03-01 22:47:48 +00:00
Brian Matherly
825b301f7f
Cleanup in Narrative Web report.
...
svn: r10146
2008-03-01 04:43:58 +00:00
Raphael Ackermann
0958b83bfc
2008-02-27 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/plugins/Makefile.am: add CmdRef.py and DateParserDisplayTest.py to
get make distcheck to run through.
svn: r10141
2008-02-29 08:34:23 +00:00
Benny Malengier
b1561e5f78
2008-02-28 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/ViewManager.py: allow for info dialog after import
* src/gen/db/base.py: find returns if new object or not
* src/gen/db/dbdir.py: find returns if new object or not
* src/plugins/ImportGeneWeb.py: allow multiple mime types
* src/plugins/ImportvCard.py: allow multiple mime types
* src/plugins/ReadGrdb.py: allow multiple mime types
* src/plugins/ReadPkg.py: allow multiple mime types
* src/plugins/ImportCSV.py: allow multiple mime types
* src/DbManager.py: use family tree string, not database
* src/glade/gramps.glade: add info dialog
* src/QuestionDialog.py: add info dialog, clean up set transient errors
* src/GrampsDbUtils/_GrampsDbWriteXML.py: improve comment
* src/GrampsDbUtils/_ReadXML.py: fix change dates problems, fix
creation of empty objects in bookmarks, add info dialog, clean up
relative media import, remove unneeded parameters
* src/GrampsDbUtils/_GrampsDbWRFactories.py:
* src/GrampsDbUtils/_GrampsBSDDB.py: allow multiple mime types
* src/DbLoader.py: fix up import filters and some mime type issues
svn: r10138
2008-02-28 22:32:40 +00:00
Erik De Richter
fefa36ad4e
wiki manual link
...
svn: r10137
2008-02-28 20:39:24 +00:00
Doug Blank
62f694be30
2008-02-28 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/DefaultGramplets.py:
made detached_width, height larger for the pedigree gramplet
svn: r10136
2008-02-28 12:29:28 +00:00
Benny Malengier
e1cae1a3bc
2008-02-28 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/plugins/DefaultGramplets.py: improve (??) Pedigree Gramplet
* src/DataViews/GrampletView.py: add a no-wrap method
svn: r10135
2008-02-28 10:30:12 +00:00
Doug Blank
5f7c6c1c8a
2008-02-28 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/DefaultGramplets.py: new Pedigree Gramplet
* src/DataViews/GrampletView.py: added help button on undocked windows
svn: r10134
2008-02-28 06:20:44 +00:00
Erik De Richter
c3b4f5fe89
wiki manual link
...
svn: r10131
2008-02-27 19:17:34 +00:00
Stéphane Charette
44000e4b96
1549: use standard date formats for FamilyLines
...
svn: r10128
2008-02-27 08:37:01 +00:00
Peter Landgren
2ae2a39d66
Fix for some landscape printing
...
svn: r10123
2008-02-26 07:22:07 +00:00
Raphael Ackermann
21042e7d72
2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/plugins/GrampsCfg.py: new (GrampsPreferences.update_idformat_entry):
add method that sets new ID format preferences in db.
(GrampsPreferences.add_prefix_panel): use callback update_idformat.entry
0001817: Make preference changes take immediate effect.
* po/POTFILES.in: add DateParserDisplayTest.py. #0001819
2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com>
* POTFILES.in : add missing plugins/DateParserDisplayTest.py #0001819
svn: r10115
2008-02-25 07:46:32 +00:00
Brian Matherly
c7d77d253d
0001808: Bug when I click on a Generate Commandline Plugin Reference
...
svn: r10110
2008-02-24 22:31:06 +00:00
Raphael Ackermann
c962d5e6e1
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* various (294 files)
pep8 doc fixes & pylint fixes
svn: r10103
2008-02-24 13:55:55 +00:00
Raphael Ackermann
5f375b106f
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* ViewManager.py
* gen/db/iterator.py
* gen/db/base.py
* gen/db/dbconst.py
* gen/db/cursor.py
* gen/db/__init__.py
* gen/db/exceptions.py
* gen/db/dbdir.py
* gen/lib/srcbase.py
* gen/callback: deleted unused directory
* plugins/ReorderIds.py:
pylint and pep8 doc fixes
svn: r10099
2008-02-23 08:38:55 +00:00
Doug Blank
a1450a8c29
2008-02-22 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/DataViews/GrampletView.py: translate "Gramplet"
* src/plugins/Makefile.am : add AgeOnDate.py QR
* po/POTFILES.in: add AgeOnDate.py QR
svn: r10095
2008-02-22 13:11:41 +00:00
Stéphane Charette
583f926d23
removed old FamilyLines.py, added new NotRelated.py
...
svn: r10087
2008-02-21 07:19:32 +00:00
Brian Matherly
274b630f04
0001792: Tools->Utilities->Verify the Data (exclude married names)
...
svn: r10085
2008-02-21 04:04:37 +00:00
Peter Landgren
2662815571
pylint cleaning
...
svn: r10079
2008-02-20 15:54:41 +00:00
Brian Matherly
c3246a4e20
Remove person parameter from summary and count ancestor reports.
...
svn: r10076
2008-02-20 05:07:43 +00:00
Brian Matherly
cc6654ddab
Remove the "person" option from reports, report options, and report dialogs. Person is selected by the user for all reports.
...
svn: r10074
2008-02-20 04:52:10 +00:00
Doug Blank
65951d6722
2008-02-19 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/DefaultGramplets.py: News renders text with styles
* src/DataViews/GrampletView.py (GuiGramplet.render_text):
First draft of a TextBuffer with markup
svn: r10073
2008-02-20 04:16:26 +00:00
Peter Landgren
73c0fe9a5d
Works for Swedish laen (A)
...
svn: r10065
2008-02-19 10:21:23 +00:00
Benny Malengier
49d0e309fe
2008-02-19 Benny Malengier c <benny.malengier@gramps-project.org>
...
* src/plugins/SimpleBookTitle.py: remove select file button
svn: r10064
2008-02-19 09:36:50 +00:00
Brian Matherly
e579cc0e14
0001688: BUG when I clicked generate commandline plugin reference tool
...
svn: r10058
2008-02-19 04:32:57 +00:00
Brian Matherly
5ad4dcee22
0001788: Book report crash
...
svn: r10057
2008-02-19 04:24:56 +00:00
Raphael Ackermann
dab5470dec
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/Editors/_EditAddress.py
* src/Editors/_EditName.py
* src/Editors/_EditPersonRef.py
* src/plugins/FindDupers.py
* src/ReportBase/_StyleEditor.py
* src/MarkupText.py
Fix import issues introduce through previous commit.
#0001791 fixed
svn: r10056
2008-02-18 23:48:35 +00:00
Raphael Ackermann
90f883e46d
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/* 143 files
* test/try_tree_model.py
* windows/nsis/gcheck.py
imports cleanup
svn: r10055
2008-02-18 20:07:09 +00:00
Raphael Ackermann
9aee82d6d0
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/DataViews/EventView.py
* src/DataViews/FamilyList.py
* src/DataViews/PedigreeView.py
* src/DataViews/PersonView.py
* src/GrampsCfg.py
* src/Editors/_EditPrimary.py
* src/DisplayTabs/_EmbeddedList.py
* src/DisplayTabs/_BackRefList.py
* src/plugins/RelCalc.py
* src/QuickReports.py
* src/Relationship.py
* src/Selectors/_BaseSelector.py
* src/GrampsWidgets.py
* src/DbManager.py
* src/DisplayState.py
* src/DisplayModels/_BaseModel.py
* src/DisplayModels/_PeopleModel.py
* src/GrampsDbUtils/_GrampsDbWriteXML.py
* src/gramps_main.py
* src/Filters/Rules/_MatchesFilterBase.py
* src/ManagedWindow.py
pep8 updates. replace ''' with """ for comments
* src/GrampsDbUtils/_WriteGedcom.py: doc fixes
added support for exportin source, notes and repos that are not linked to
other records.
0001707: export to gedcom doesn't include source, if source is the only
thing in the db
svn: r10051
2008-02-18 15:52:40 +00:00
Raphael Ackermann
df6a507d7c
2008-02-18 Duncan Lithgow <dlithgow@gmail.com>
...
Raphael Ackermann <raphael.ackermann@gmail.com>
* src/plugins/AncestorChart.py
* src/plugins/DescendChart.py
* src/plugins/StatisticsChart.py
* src/plugins/TimeLine.py
work on 0001711: Inconsistant names for graphical reports
svn: r10049
2008-02-18 14:19:18 +00:00
Benny Malengier
55ba9c4d37
2008-02-15 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/DataViews/RelationView.py
* src/DataViews/PedigreeView.py
* src/ReportBase/_ReportUtils.py
* src/Editors/_EditPerson.py
* src/Editors/_EditMediaRef.py
* src/DisplayTabs/_GalleryTab.py: also correct wrong popup menu
* src/plugins/Summary.py
* src/plugins/WriteCD.py
* src/plugins/IndivComplete.py
* src/plugins/NarrativeWeb.py
* src/plugins/WritePkg.py
* src/plugins/GVFamilyLines.py
* src/plugins/DefaultGramplets.py
* src/plugins/SimpleBookTitle.py
* src/plugins/Check.py
* src/plugins/GVRelGraph.py
* src/plugins/FamilyLines.py
* src/Selectors/_SelectObject.py
* src/GrampsDbUtils/_WriteGedcom.py
#1787 , #1208 : use relative path correctly
svn: r10048
2008-02-18 14:06:41 +00:00
Raphael Ackermann
de5edf9f29
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/DataViews/PersonView.py
* src/ViewManager.py
* src/GrampsCfg.py
* src/plugins/WriteCD.py
* src/plugins/FindDupes.py
* src/Merge/_MergePerson.py
* src/DbManager.py
* src/ArgHandler.py
* src/docgen/HtmlDoc.py
* src/DbLoader.py
use from QuestionDialog import ErrorDialog etc to bring in line with
rest of gramps
* src/Editors/_EditPrimary.py: EditPrimary._uses_duplicate_id() check
for duplicates and give error dialog if id is already used. #0001347
* src/Editors/_EditFamily.py: EditFamily.__do_save(), add call to
_uses_duplicate_id(). #0001347
svn: r10046
2008-02-18 10:09:50 +00:00
Brian Matherly
347cb51593
Patch from Peter Landgren <peter.talken@telia.com> fixes:
...
0001756: Very strange results with statistics report.
0001760: Pie charts are clipped if paper in landscape mode.
svn: r10045
2008-02-18 04:49:54 +00:00
Raphael Ackermann
311aa7b15d
2008-02-14 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/ObjectSelector/* : #1744 : src/ObjectSelector is not used anmyore
* src/TreeViews/* : #1744 : src/TreeViews is not used anmyore
* src/Treetips.py : changed class comment. pep8 fix for doc: ''' --> """
* src/plugins/SoundGen.py: remove ... in menu. imports cleanup
svn: r10033
2008-02-14 11:02:39 +00:00
Peter Landgren
b1c282102f
Two translatable strings were missed
...
svn: r10031
2008-02-14 10:02:45 +00:00
Doug Blank
1b9949bdc6
2008-02-13 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/DataViews/GrampletView.py: right-click on name link edits
* src/plugins/DefaultGramplets.py: change tooltip of relation gramplet
to indicate the right-click edit option
svn: r10029
2008-02-14 02:40:45 +00:00
Benny Malengier
e1497c5f3e
* src/DataViews/GrampletView.py: Gramplet key for detached min size
...
* src/plugins/DefaultGramplets.py: RelativesGramplet detached size
2008-02-13 Benny Malengier <benny.malengier@gramps-project.org>
svn: r10028
2008-02-13 21:29:06 +00:00
Benny Malengier
b7e7f90096
* src/DataViews/GrampletView.py: minor change
...
* src/plugins/DefaultGramplets.py: new RelativesGramplet
Response to issue #1758
2008-02-13 Benny Malengier <benny.malengier@gramps-project.org>
svn: r10027
2008-02-13 19:52:40 +00:00
Benny Malengier
74338d8a87
2008-02-13 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/plugins/WritePkg.py: add callback=None, issue #1398
svn: r10026
2008-02-13 14:49:46 +00:00
Brian Matherly
60b7f5e04d
0001754: Capitalization in Statistics chart
...
0001755: Selection of contents in statistics chart does not work
svn: r10019
2008-02-12 04:49:43 +00:00
Benny Malengier
a1897e68d9
* src/plugins/MediaManager.py: conversion functions of path
...
* src/Utils.py: general methods to convert abs to rel
* src/Editors/AddMedia.py: show existing descr and select file if pos
* src/Editors/_EditPerson.py: view photo needs db for media path
* src/Editors/_EditMedia.py: better path/mime handling
* src/DataViews/MediaView.py: use full path to view
Start of issue #1208
2008-02-11 Benny Malengier <benny.malengier@gramps-project.org>
svn: r10017
2008-02-11 22:27:24 +00:00
Brian Matherly
1adcd57028
0001731: Wrong dot in Ancestral Report
...
svn: r10015
2008-02-10 22:09:35 +00:00
Brian Matherly
fbb9bcedf8
0001751: Translation of string in FanCaaart.py does not work.
...
svn: r10013
2008-02-10 21:22:28 +00:00
Brian Matherly
1f783f6545
0001750: Some problems with web pages
...
svn: r10012
2008-02-10 21:17:43 +00:00