246 Commits

Author SHA1 Message Date
Tim G L Lyons
4169661302 Update uses of get_source_referents to handle citations:
* implement new Utils get_source_and_citation_referents
* Update sourceview.py and citationtreeview.py to use it
* Fix editsource.py, where deletion of a source object was not properly dealing with all possible citations
* Update mediaobj.py which still had a remnant of a source_list
* fix _HasTextMatchingSubstringOf filter to deal with text in both sources and citations

svn: r18394
2011-11-01 11:10:18 +00:00
Tim G L Lyons
bb854ec772 Modifications as suggested by Nick Hall:
* Remove inheritance of Citation from RefBase, using source_handle filed instead (similar to  the way Family objects store mother and father handles) (also use the set_ and get_reference_handle functions more consistently)
* Use get_citation_list instead of get_citation_references (more consistent with the way notes are handled)

svn: r18100
2011-09-02 10:40:53 +00:00
Tim G L Lyons
29cc4ee6e9 * various updates to CitationView, CitationEmbedView and CitationEditor to take account of Rev 17973 for two different object types in selectors
* updates to citationviews to support all the functionality (add source etc.) provided by sourceview (including different tooltips for tree view and list view)
* moved registration of citationtreeview into view.grp.py
* removed citationtreeview.grp.py module
* fixed update to citation when note is deleted
* fixed update to citation when media object is deleted
* re-enabled edit button in sourcebackreflist
* improved date display in mergecitation
* changed default note type for citation notes
* changed backref in citation editor to CitationBackRefList
* fixed removal of citation handles from the list in primary objects when a citation is deleted
* fixes for pylint

svn: r18095
2011-09-01 18:13:42 +00:00
Tim G L Lyons
9ff46d9eab Initial prototype.
* Changed database to introduce Citations
* Introduced new Citation Primary object and CitationBase (equivalent to CitationRef) child object
* Implemented CitationTreeModel and CitationListModel
* Implemented CitationTreeView and CitationListView for new citation views in the navigator
* Implemented EditCitation which is used both for the citation views in the navigator and for the citations of an object
* Implemented the CitationEmbedList to display the citations of an object
* Modified the bottom bar gramplets to support citations
* Implemented the citation selector.
* Modified Media object to include references to Citations
* Initial work on deleting citations


svn: r17960
2011-07-24 18:30:28 +00:00
John Ralls
ee5d62701e Bug #5044: Unable to enter valid dates when the (full) month contains accented letters.
This turns out to be a codeset-setting issue, where unicode() returns different (perfectly valid) encodings of the words depending upon which codeset it's given.

There's also a problem with using locale.getpreferredencoding() on OSX: It returns "mac roman", pretty much regardless of the environment locale settings. This isn't correct for recent versions of OSX under any circumstances, so this change also disables calling it on macs.

svn: r17859
2011-06-28 23:05:53 +00:00
Michiel Nauta
fabbb30970 4921: Want a "Main Participants" entry in sidebar eventfilter
svn: r17539
2011-05-19 21:00:30 +00:00
Vassilii Khachaturov
4a03503c98 4796: 'Primary' string needs l10n context
CR: Benny
* Created two strings with l10n context instead of the old one,
'Role|Primary' and 'Name|Primary'.
* While testing, GUI started showing the context when not localized, fixed
that with appropriate sgettext instead of gettext in surnametab.py.
* While at it, changed also changed 'Family' in the Role context to 'Role|Family'.
* ru.po: major translations in the area of name and name formats.
The new Primary[...] and Patronymic[...] concept along with Notpatronymic
still don't fit well when translated :-(



svn: r16986
2011-03-30 14:43:34 +00:00
Benny Malengier
3c9fa2c1d4 4598: (trunk 3.3) new name format copies patronymic into surname as well as leaving it as a patronymic when importing
This extends what name display can be


svn: r16848
2011-03-18 10:42:03 +00:00
Jérôme Rapinat
aea7959eb0 4326: 'descendant' instead of 'descendent'
svn: r16551
2011-02-03 09:04:07 +00:00
Jérôme Rapinat
5c8a3f7488 4532: Patch for Windows (by josip)
svn: r16386
2011-01-15 09:43:34 +00:00
Nick Hall
9c14d3b487 GEPS 006: Add Locality to researcher
svn: r16082
2010-10-29 23:11:08 +00:00
Benny Malengier
2fa5470b34 allow adding people from family editor and relview
svn: r16042
2010-10-24 20:21:37 +00:00
Benny Malengier
e109e3d743 Merged geps21 branch, changes r15866-16034, into trunk
svn: r16035
2010-10-24 14:43:47 +00:00
Peter Landgren
8f1bbb6811 Issue 4291, wrong path when cancel.
svn: r15976
2010-10-13 08:46:58 +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
Benny Malengier
e9599d762d Working namedisplay
Working display section in preferences


svn: r15946
2010-10-01 21:22:25 +00:00
Peter Landgren
abaf3060bd Issue 4212, Win problems with media path/file name with non latin.
svn: r15905
2010-09-16 12:33:23 +00:00
Doug Blank
7cddb5c236 Removed some subtle checks in probably_alive to make more protective when restricting on alive status
svn: r15554
2010-06-11 00:35:54 +00:00
Doug Blank
a6c702638f Protection from null objects
svn: r15507
2010-05-30 12:14:26 +00:00
Peter Landgren
bbf095ddb5 Final fix of issue 3935, coding problem in Windows.
svn: r15493
2010-05-28 13:21:14 +00:00
Doug Blank
8a25a77c9f Removed .get_base_db() method as there was already basedb for the same purpose
svn: r15484
2010-05-25 23:29:37 +00:00
Doug Blank
0a73ecc10e use new get_base_db method of db
svn: r15466
2010-05-23 15:45:41 +00:00
Doug Blank
80f5069a49 Protection from missing (or inaccessible) person
svn: r15455
2010-05-23 14:51:51 +00:00
Nick Hall
6da2ade5e3 Format date in Last Changed column in views according to preference setting
svn: r15426
2010-05-20 17:47:31 +00:00
Doug Blank
7da7919b78 3957: probably_alive does not use full database to determine living status
svn: r15401
2010-05-13 12:09:15 +00:00
Peter Landgren
a19abb267f Fix of issue 3935. Wrong encoding in Windows.
svn: r15360
2010-05-08 14:30:01 +00:00
Doug Blank
845d5d0a33 3877: 'alive' and incomplet date
svn: r15280
2010-04-24 18:59:14 +00:00
Peter Landgren
441c7fb720 Fix of 3838.
svn: r15232
2010-04-19 13:11:27 +00:00
Doug Blank
2f05c0f1b1 3789: Web report crash
svn: r14994
2010-04-01 23:36:21 +00:00
Doug Blank
8418c06ae0 3673: People with less than 1 year seems to be ignored on 'Age on Date' gramplet and 'Records' report
svn: r14689
2010-03-08 02:59:49 +00:00
Doug Blank
b29f2504db Fixed error on probably_alive with people with a future death guess
svn: r14405
2010-02-17 02:45:48 +00:00
Doug Blank
c4f2d4e596 3601: ALIVE algorithm needs someone alive today in the database; mistake fix on a variable name
svn: r14339
2010-02-12 19:42:55 +00:00
Peter Landgren
932eeac2d7 Make use of new module constfunc.
svn: r14280
2010-02-08 17:16:37 +00:00
Peter Landgren
0599a90583 Make use of new module constfunc.
svn: r14275
2010-02-08 08:27:45 +00:00
Peter Landgren
34a910ec3a Step towards fix of translation in Windows.
svn: r14268
2010-02-07 18:01:17 +00:00
Nick Hall
ad0f8a48cb Make navigation labels consistent
svn: r14239
2010-02-05 23:29:38 +00:00
Peter Landgren
053164f50c Fixed a typo.
svn: r14210
2010-02-04 15:01:11 +00:00
Peter Landgren
beeac2153f Used replace parameter in Windows for encodeing problem with strange characters.
svn: r14206
2010-02-04 09:58:48 +00:00
Peter Landgren
2f2fdeded8 Do not cut a string within an utf-8 sequence.
svn: r14205
2010-02-04 07:29:42 +00:00
Gerald Britton
98aa2b7b79 fix bug causing problems with thumbnails and other attributes
svn: r14173
2010-01-30 13:31:16 +00:00
Doug Blank
d63804d6b6 Some fixes for Age on Date
svn: r14149
2010-01-27 13:32:53 +00:00
Doug Blank
e16a75f449 Some bug fixes on Probably Alive
svn: r14147
2010-01-27 06:06:35 +00:00
Doug Blank
ca35196f49 Cleanup, removed old functions
svn: r14116
2010-01-24 16:18:37 +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
Doug Blank
97c058af9b probably_alive and CalcEstDates now share same codebase; rewritten probably_alive
svn: r14102
2010-01-20 13:39:37 +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
Brian Matherly
c5f54d0cfc Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display.
svn: r14072
2010-01-14 04:08:04 +00:00
Nick Hall
23c7f9e3f8 Fix bug in bookmark organiser introduced with commit 14023
svn: r14038
2010-01-12 00:30:23 +00:00
Nick Hall
b503fa2e25 Extend history functionality (back/forward) and active-changed signals to all primary objects
svn: r14023
2010-01-10 19:19:33 +00:00
Doug Blank
f4ca61c117 Take advantage of refactored functionality in EventType and EventRoleType
svn: r13861
2009-12-20 22:21:00 +00:00