Commit Graph

277 Commits

Author SHA1 Message Date
Doug Blank
d10cd40ae7 4236: All notes and sources ALWAYS written to GEDCOM file even when no notes are suppose to be written
svn: r15978
2010-10-13 10:56:46 +00:00
Peter Landgren
1d8a776cd3 Part 1 of issue 4276. I principle same patch as for branch, but adapeted to trunk.
svn: r15959
2010-10-09 12:33:47 +00:00
Nick Hall
489a3da00a GEPS 011: Tagging - Allow edit of tag name
svn: r15944
2010-09-30 22:29:52 +00:00
Nick Hall
f748668c89 GEPS 011: Tagging - Converted to use new database table object
svn: r15921
2010-09-21 17:52:37 +00:00
Peter Landgren
7956bf8b39 Two strings made translatable.
svn: r15864
2010-09-09 14:18:56 +00:00
Benny Malengier
38e87b074e 4196: Error by using special filter in person view
svn: r15855
2010-09-03 22:54:40 +00:00
Nick Hall
fa6014f4c0 Connect to tags-changed signal when initialised
svn: r15841
2010-08-31 10:45:57 +00:00
Nick Hall
bf8146b9d1 GEPS 011: Tagging
svn: r15830
2010-08-29 18:36:42 +00:00
Doug Blank
638ac9c281 FilterList needs to handle all namespaces
svn: r15802
2010-08-22 15:47:36 +00:00
Doug Blank
5646fecffc typo
svn: r15801
2010-08-22 15:39:53 +00:00
Doug Blank
5583ab113e Filter speed ups, and hook for filter plugins
svn: r15800
2010-08-22 15:22:56 +00:00
Doug Blank
ac7210d0ba Removed for now; too slow
svn: r15799
2010-08-22 14:28:35 +00:00
Doug Blank
c3c1fb6bb6 Filters can now be added through plugins register(GENERAL, category='Filter: Person', etc)
svn: r15793
2010-08-22 02:37:07 +00:00
Peter Landgren
88c1389251 Fix of issue 4078, note.get() unicode now.
svn: r15598
2010-06-28 07:44:17 +00:00
Doug Blank
8981551fcd 3878: Private option and filter on Exporter --- protection from null person
svn: r15425
2010-05-19 00:30:00 +00:00
Doug Blank
e7a50282b4 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people
svn: r15374
2010-05-09 15:18:54 +00:00
Doug Blank
7044978e72 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people
svn: r15372
2010-05-09 15:08:53 +00:00
Doug Blank
9fd5722f96 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people
svn: r15369
2010-05-09 13:43:50 +00:00
Raphael Ackermann
3f30d0493c fix docstring typos
svn: r15063
2010-04-08 06:50:21 +00:00
Raphael Ackermann
10206b34a0 0002953: wrong handling of gramps id's on individual report. I44 and I440 I441 etc are all included when only I44 should be
replacing comparison by find with ==    (find only looks for substrings, doesn't check for equality of strings)

svn: r15023
2010-04-04 11:07:29 +00:00
Raphael Ackermann
08728c6bd4 doc typos
svn: r15022
2010-04-04 11:03:43 +00:00
Doug Blank
3e345733eb 3780: 'Gender contains' filter does not work as I expect
svn: r14985
2010-04-01 13:22:58 +00:00
Jérôme Rapinat
b5274cb626 3723: Some labels should be plural ?
svn: r14906
2010-03-22 17:17:24 +00:00
Jérôme Rapinat
0a2b0b84bf 3723: Some labels should be plural ?
svn: r14903
2010-03-22 13:11:18 +00:00
Benny Malengier
585e0fa85d 3709: Typos and grammar mistakes
svn: r14841
2010-03-15 22:11:25 +00:00
Doug Blank
77e94312d2 3136: Creating a graphical report crashes the report generator
svn: r14249
2010-02-06 16:23:17 +00:00
Doug Blank
08d00c4865 3569: Filter Sidebar should include a link to the Filter Editor
svn: r14248
2010-02-06 16:08:10 +00:00
Doug Blank
4dfef8ab43 3557: optimization error
svn: r14240
2010-02-05 23:56:36 +00:00
Gerald Britton
8f0582df8a Use built-in functions to replace for loops:
Old code:

for x in y:
  f(x)

New Code:

map(f, y)

Also use defaultdict instead of simple dict when advantageous and use list comprehensions
instead of for loops where map() could be used but requires lambdas.


svn: r14135
2010-01-25 17:45:21 +00:00
Peter Landgren
9b1109a99a Added missed file.
svn: r14130
2010-01-25 08:44:59 +00:00
Peter Landgren
1631ae7de1 Added missed files.
svn: r14129
2010-01-25 08:41:28 +00:00
Gerald Britton
1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +00:00
Jérôme Rapinat
d9ad7798bc 3105: general base objects
svn: r14093
2010-01-18 14:57:54 +00:00
Brian Matherly
f04880ec09 Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
svn: r14091
2010-01-18 04:42:17 +00:00
Gerald Britton
16808b6c0e Add missing import
svn: r14000
2010-01-08 21:46:36 +00:00
Gary Burton
f58e700e86 New source filter which counts repository references
svn: r13958
2010-01-02 12:33:18 +00:00
Doug Blank
699dcb13fe Fixed svn Id property
svn: r13881
2009-12-21 13:43:50 +00:00
Doug Blank
e02df43a66 Fixed incorrect fix (thanks Gerald)
svn: r13827
2009-12-16 18:55:45 +00:00
Doug Blank
cdce67a646 Removed some of the too-many progress updates
svn: r13818
2009-12-16 01:50:17 +00:00
Doug Blank
69315dc4ba Fixes for some existing filters, and new 3240: New filter to find connections between people by spidering over the database
svn: r13816
2009-12-15 22:12:42 +00:00
Brian Matherly
0001133eb8 move src/widgets/* to src/gui/widgets as part of GEP008
svn: r13791
2009-12-14 03:20:19 +00:00
Gerald Britton
a82b115192 Tweaks
svn: r13752
2009-12-10 21:06:00 +00:00
Jérôme Rapinat
15f9344340 3391: Some sentences missed the final dot
svn: r13674
2009-11-26 11:13:44 +00:00
Benny Malengier
a477d5bc7d 3106: Unable to use People with a common ancestor with <filter> match rule
svn: r13649
2009-11-22 08:44:04 +00:00
Peter Landgren
8cfd607ed5 Update for consistent use of ZIP/Postal code. See issue 3355.
svn: r13612
2009-11-17 20:53:19 +00:00
Peter Landgren
33686fcf18 First update for consistent use of Gramps. See issue 3355.
svn: r13610
2009-11-17 20:14:53 +00:00
Doug Blank
99282aa715 3272: Proposal for updating config settings
svn: r13346
2009-10-08 01:12:51 +00:00
Gerald Britton
fa0805dc60 Bug 0003063: gtk.Tooltips is deprecated -- first batch of updates
svn: r13335
2009-10-07 18:15:18 +00:00
Gerald Britton
9a21141c42 Bug 0003230: Error while deleting family selected by any filter.
svn: r13320
2009-10-06 20:19:56 +00:00
Gerald Britton
44ccad19c4 Replace dictionaries with sets and set logic where possible
svn: r13308
2009-10-05 18:04:33 +00:00