Commit Graph

14095 Commits

Author SHA1 Message Date
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
Jérôme Rapinat
7120655439 update
svn: r10842
2008-07-04 09:08:03 +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
Gerald Britton
2e4d57ea28 Fix isinstance error and replace lambdas with list comprehensions
svn: r10838
2008-07-03 18:30:00 +00:00
Gerald Britton
6926f71869 Simplify coordinate checking
svn: r10837
2008-07-03 18:28:44 +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
Gary Burton
445c32f425 Add support for filtering on event and media attributes
svn: r10834
2008-06-28 22:53:36 +00:00
Gary Burton
c82c8d58dc Editing rules crashes because value and string attrbutes are now protected on GrampsType so get via a different method
svn: r10833
2008-06-28 22:02:05 +00:00
Gary Burton
656b4da5ab Make sure Gedcom ADDR token if location is populated. Bug #2216
svn: r10832
2008-06-28 11:50:41 +00:00
Gary Burton
31ab1294c4 Apply scrollbars to tabs on main Gramps window when there is not enough room on screen to display all the tabs. Useful for small screen devices like Asus eee PC
svn: r10830
2008-06-24 20:27:01 +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
Erik De Richter
036e0ec65c updated gramps.pot and nl.po
svn: r10827
2008-06-23 19:37:11 +00:00
Gary Burton
e1d0e29eac Allow Gramps to work full screen. Useful for small screen devices like Asus eee PC
svn: r10826
2008-06-22 14:34:18 +00:00
Alex Roitman
2d73aa8f93 Use proper path for source file
svn: r10825
2008-06-21 21:14:42 +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
Jérôme Rapinat
ae5ba9a180 #2144: Example database contains absolute path for media file
svn: r10822
2008-06-21 07:08:54 +00:00
Gerald Britton
fb5b8250c4 Fix typo in NarrativeWeb.py: Bug 002231
svn: r10820
2008-06-19 14:41:04 +00:00
Gerald Britton
5d8934efa2 Fix 0002184: BUG: IndexError: tuple index out of range
svn: r10819
2008-06-18 13:17:36 +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
4e73de8987 add instance attribute ref to __slots__ in eventref -- bug 2210
svn: r10816
2008-06-17 15:03:12 +00:00
Gerald Britton
5e6e48cdb1 Fix typepo in eventref from commit 10814 -- bug 2210
svn: r10815
2008-06-17 14:46:06 +00:00
Gerald Britton
63f6b44481 Fix pickle.dumps problem in grampstype and eventref -- bug 2210
svn: r10814
2008-06-17 14:40:44 +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
Zsolt Foldvari
47095b4e98 Change private method name to reflect the type of emitting object.
svn: r10810
2008-06-16 12:05:01 +00:00
Mirko Leonhäuser
866f2d5f19 Updated German translation
svn: r10809
2008-06-15 22:12:38 +00:00
Gary Burton
18d51e6877 Ancestry.com have fixed their GEDCOM export. Remove workaround in GEDCOM import. bug #2141
svn: r10807
2008-06-14 11:19:21 +00:00
Benny Malengier
fd52369177 issue 2130, remove tabs
svn: r10804
2008-06-13 12:12:15 +00:00
Stéphane Charette
3489425810 fixed 2 errors in authors.xml: dup line and utf-8 accent problem
svn: r10803
2008-06-13 03:49:11 +00:00
Jérôme Rapinat
8a2d445454 update pl.po Łukasz Rymarczyk <yenidai@poczta.onet.pl>
svn: r10802
2008-06-12 05:58:21 +00:00
Peter Landgren
8d33306a2e Fixed type in line 2087. too many (.
svn: r10799
2008-06-10 09:48:33 +00:00
Erik De Richter
d04f7e26d4 updated gramps.pot and nl.po
svn: r10798
2008-06-10 06:05:37 +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
Zsolt Foldvari
e2ac6cd282 Remove build time requirement for gnome-common and gnome python bindings.
svn: r10795
2008-06-08 20:24:25 +00:00
Zsolt Foldvari
8cb219acc1 Fix pygtk version in error message.
svn: r10794
2008-06-08 14:29:07 +00:00
Zsolt Foldvari
4c1569d30f Remove 'test' action from UI XML.
svn: r10793
2008-06-07 21:00:02 +00:00
Peter Landgren
d95326981a Update to r10790
svn: r10792
2008-06-06 16:53:45 +00:00
Brian Matherly
8c16d3b754 0002194: redundant links in Hourglass graph
svn: r10790
2008-06-06 00:40:53 +00:00
Zdeněk Hataš
cd491e941d Minor cs.po translation update
svn: r10787
2008-06-05 17:44:01 +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
Zsolt Foldvari
367e3b73a7 Update according to changes in r10763.
svn: r10783
2008-06-02 20:49:34 +00:00
Erik De Richter
7d197294e0 updated gramps.pot and nl.po
svn: r10782
2008-06-02 06:24:48 +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
Brian Matherly
f0101e788a Check if RCS is installed (this is an improvement on r10776)
svn: r10778
2008-06-01 20:57:11 +00:00
Brian Matherly
4e8ef1cb31 0002119: Archiving via RCS does not work in Windows
svn: r10776
2008-06-01 20:37:56 +00:00
Brian Matherly
90c1efc5d2 Add Mirko Leonhäuser as a contributor.
svn: r10774
2008-06-01 16:35:04 +00:00