Gerald Britton
|
fc90d5fce2
|
Bug 3018: remove calls to keys() dictionary method where possible
svn: r12562
|
2009-05-22 18:43:40 +00:00 |
|
Gerald Britton
|
021b754939
|
Bug 3011: change old-style classes to new-style classes
svn: r12559
|
2009-05-21 17:19:50 +00:00 |
|
Gerald Britton
|
21e96b0616
|
Bug 2888 - minor edits and cleanup
svn: r12529
|
2009-05-15 18:12:10 +00:00 |
|
Gerald Britton
|
110557c3c7
|
Add glade.py with Glade class and use instead of gtk.Builder throughout project
svn: r12528
|
2009-05-14 20:15:59 +00:00 |
|
Peter Landgren
|
bf71f6f367
|
Fix of issue 2964.
svn: r12518
|
2009-05-10 16:04:58 +00:00 |
|
Gerald Britton
|
0440ca1c2a
|
Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 1
svn: r12508
|
2009-05-06 14:44:22 +00:00 |
|
Gerald Britton
|
1441ea8ba9
|
Bug 2888: _PaperMenu: convert from liglade to gtkbuilder
svn: r12468
|
2009-04-17 18:34:27 +00:00 |
|
Brian Matherly
|
125266878d
|
FileEntry clean up.
svn: r12423
|
2009-04-10 02:24:13 +00:00 |
|
Peter Landgren
|
8dc14d8106
|
Fix of issue 2851.
svn: r12378
|
2009-03-22 08:27:19 +00:00 |
|
Peter Landgren
|
71139e3522
|
Final fix of issue 2843 for any number of references.
svn: r12370
|
2009-03-21 08:10:09 +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 |
|
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
|
aa25958623
|
Wrong Help reference for reports.
svn: r12343
|
2009-03-14 14:40:18 +00:00 |
|
Peter Landgren
|
55d5595d47
|
Fix of issue 2815.
svn: r12330
|
2009-03-13 10:17:19 +00:00 |
|
Peter Landgren
|
b93aac2667
|
Hopefully fix of issue 2790 for non-Latin-1 letters.
svn: r12327
|
2009-03-11 19:40:59 +00:00 |
|
Stéphane Charette
|
f4b360e733
|
merged from gramps31; re-apply fix for bug #2121 - graphviz graphs generated off the edge of the page
svn: r12250
|
2009-03-08 20:21:08 +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 |
|
Peter Landgren
|
80b1915b92
|
Fix: *.dot.gv now is *.gv
svn: r11783
|
2009-02-01 08:39:16 +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 |
|
Stéphane Charette
|
a9c314713f
|
slight modification to the previous long-standing graphviz bug
svn: r11730
|
2009-01-25 23:34:22 +00:00 |
|
Stéphane Charette
|
83fecfac74
|
yet another attempt to work around a long-standing graphviz bug
svn: r11727
|
2009-01-25 23:03:13 +00:00 |
|
Brian Matherly
|
dacbd0df19
|
0002467: Add christening narration to detailed text reports.
svn: r11629
|
2009-01-15 21:40:25 +00:00 |
|
Doug Blank
|
dc2c438231
|
Refinements to give more feedback on probably alive; use CAUSE_DEATH as additional evidence for death; date span shows (unknown) for invalid differences.
svn: r11556
|
2009-01-01 00:58:18 +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 |
|
Brian Matherly
|
d88fa26ab7
|
0002184: BUG: IndexError: tuple index out of range
svn: r11425
|
2008-12-06 05:29:33 +00:00 |
|
Benny Malengier
|
a8b72a6eff
|
#2489 Abbreviations are sometimes hard to translate
svn: r11293
|
2008-11-12 09:50:50 +00:00 |
|
Peter Landgren
|
baea3b276b
|
Update due to new context prefix.
svn: r11276
|
2008-11-08 15:37:32 +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
|
5c3bffeb21
|
0002418: Gramps hangs when producing graphs on Windows
svn: r11097
|
2008-09-30 01:40:16 +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 |
|
Brian Matherly
|
d092df28a5
|
0002386: Command line reports do not work.
svn: r11062
|
2008-09-15 02:20:25 +00:00 |
|
Gary Burton
|
3ed982112e
|
Add a new place report
svn: r11008
|
2008-09-01 20:08:39 +00:00 |
|
Kees Bakker
|
b677214dac
|
Correct typo from previous update.
* src/ReportBase/_ReportUtils.py
(Hmmm, what about a minimum test before commit?)
svn: r10946
|
2008-07-29 19:39:18 +00:00 |
|
Jérôme Rapinat
|
856cd41a57
|
#2299 baptism and burial statements lack sources on Detailed reports
svn: r10939
|
2008-07-28 16:21:31 +00:00 |
|
Jérôme Rapinat
|
26133e7fd8
|
#2300: error in baptised_str()'s logic at the end
svn: r10916
|
2008-07-23 09:11:08 +00:00 |
|
Jérôme Rapinat
|
9f801f3aa5
|
#2124: Baptism as alternate birth event on Det (Ancestral,Descendant) reports and Ancestral report
svn: r10909
|
2008-07-22 08:58:51 +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
|
8fb9097815
|
0002271: Exception when creating HTML report (place_name must be unicode)
svn: r10891
|
2008-07-21 03:17:53 +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 |
|
Gerald Britton
|
5d8934efa2
|
Fix 0002184: BUG: IndexError: tuple index out of range
svn: r10819
|
2008-06-18 13:17:36 +00:00 |
|
Peter Landgren
|
de6b1f80c2
|
Fix of issue #2226.
svn: r10813
|
2008-06-17 14:02:08 +00:00 |
|
Gerald Britton
|
4982292774
|
Code optimizations wrt handling of None - bug 2212
svn: r10811
|
2008-06-16 15:01:46 +00:00 |
|
Stéphane Charette
|
da98881140
|
bug report 2214: fix for "Graphviz reports cause GRAMPS to hang for long periods of time"
svn: r10797
|
2008-06-09 08:49:32 +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 |
|
Kees Bakker
|
b57eafff1a
|
Correct typo __draw_doc_list =>__drawdoc_list.
* src/ReportBase/_DrawFormatComboBox.py
svn: r10768
|
2008-05-29 20:36:45 +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
|
0774bf2a8e
|
bug reports #2176, #2177, #2178; various Graphviz issues, merged up from gramps30
svn: r10758
|
2008-05-24 08:59:32 +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 |
|