Commit Graph

359 Commits

Author SHA1 Message Date
Jérôme Rapinat
5d117e5610 5993: RegEx in Filter "person has name" can not handle non-ASCII characters (patch by Benny)
svn: r20393
2012-09-15 13:29:50 +00:00
Benny Malengier
f1f1f7cbbe 5992: Crash when using a not allowed string as regex in Person with name filter
svn: r20364
2012-09-11 09:28:55 +00:00
Benny Malengier
2f28174eb0 Bugfix: The new hascitation filter does not show in the list
svn: r20356
2012-09-10 11:25:40 +00:00
Benny Malengier
482d291a4e 6014: Citation view crash
svn: r20323
2012-09-04 11:35:16 +00:00
Benny Malengier
4c28d1c74c 6003: Not all sourcebase objects have the same source filters
svn: r20270
2012-08-27 09:21:10 +00:00
Tim G L Lyons
e8a8c866f2 0005735: Custom Source filter missing. Citation filter was not using 'page' and source filter was not using 'Abbreviation'.
svn: r19979
2012-07-10 19:33:41 +00:00
Josip Pisoj
53c9c30890 bug #5554: Automake problem
svn: r18851
2012-02-10 20:25:15 +00:00
Michiel Nauta
5ead9508be 5536: Abbreviation field in source sidebar filter
svn: r18786
2012-01-28 22:10:56 +00:00
Doug Blank
bebc632d22 5268: Filters do not work on exporting XML gramps or generating NAVWEB
svn: r18688
2012-01-03 04:58:20 +00:00
Jérôme Rapinat
3b75def43f 5463: missing _PeoplePublic.py reference
svn: r18666
2011-12-31 10:31:17 +00:00
Jérôme Rapinat
d3141f66fb 5463: missing _IsPublic.py reference
svn: r18665
2011-12-31 07:20:07 +00:00
Paul Franklin
3c54cda718 typos
svn: r18594
2011-12-13 17:10:21 +00:00
Michiel Nauta
13f3afe9aa 5349: Filter and "Quick Filter" are not applied when you press [Enter]
svn: r18585
2011-12-12 18:37:53 +00:00
Doug Blank
e267ff95d6 Added Generic Public and Public People filters (convenience, as you need to make a private filter, and then invert it for this common use)
svn: r18572
2011-12-11 04:06:39 +00:00
Doug Blank
2f0b86f076 Added Generic Public and Public People filters (convenience, as you need to make a private filter, and then invert it for this common use)
svn: r18571
2011-12-11 04:04:28 +00:00
Paul Franklin
99d804ea45 4646: reports cannot be run from the command line in a non-GUI environment -- partial fix
svn: r18556
2011-12-08 16:40:27 +00:00
Paul Franklin
c83653f017 for Python files and Makefile.am files in the "src" (only) sub-tree:
1) add SVN svn:keywords "Id" property if it didn't have it
2) add SVN svn:mime-type "text/plain" property if it didn't have it
3) add SVN "Id" line to the file if it had none


svn: r18554
2011-12-06 16:56:50 +00:00
Tim G L Lyons
c833073ba6 GEPS023: merge branch (changes 17960-18546) into trunk
svn: r18548
2011-12-04 17:09:17 +00:00
Tim G L Lyons
6cb761b010 Merged trunk r18398 through r18497 into geps023.
Conflicts resolved in:
    NarrativeWeb.py


svn: r18498
2011-11-24 18:15:53 +00:00
Michiel Nauta
9edcdbe426 5350: Focus on the "Quick Filter" is lost after clicking on "Find"
svn: r18441
2011-11-14 22:00:42 +00:00
Tim G L Lyons
ee77b6882e Update comments in _CitationSidebarFilter.py, as the problem mentioned had been resolved
svn: r18416
2011-11-08 17:26:04 +00:00
Tim G L Lyons
3adb1b7ffa Merged trunk r17888 through r18397 into geps023.
Conflicts resolved in:
    /data/grampsxml.dtd
    /data/grampsxml.rng
    /src/Filters/Rules/Repository/_MatchesNameSubstringOf.py
    /src/plugins/import/ImportXml.py
(Various property conflicts also resolved)

svn: r18405
2011-11-05 19:07:58 +00:00
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
Brian Matherly
0b8ea1202d Implement new "User()" class for reports to indicate progress and prompt the user. This allows the removal of from "gui.utils import ProgressMeter" from reports so that they don't depend on gui.
svn: r18378
2011-10-29 05:02:33 +00:00
Paul Franklin
ba60ec4c07 missing or malformed SVN "Id" line
svn: r18361
2011-10-23 03:13:50 +00:00
John Ralls
9c046f38a0 Remove _HasSource.py from src/Filters/Rules/Source/Makefile.am -- moved to Rules/Citation in r18339
svn: r18356
2011-10-20 19:07:08 +00:00
Paul Franklin
1a4f9cdca7 added GPLv2 and SVN Id line
svn: r18345
2011-10-18 18:14:07 +00:00
Tim G L Lyons
5e0c4d074a Updated Filters and Filters/Rules for citations
* renamed HasSourceBase to HasSourceCountBase to reflect function, and because HasSourceBase is changed to be more widely used
* consequent renaming of filters for various object types
* changed source filters to a new 'Citation/source filters' category
* added Citation/_HasSource to check whether Citation refers to a Source with particular properties
* added Person/_HasCitation, Event/_HasCitation and Family/_HasCitation to check whether object refers to a Citation with particular properties
* updated Citation/_MatchesSourceFilter
* updated Rules/_MatchesSourceConfidenceBase
* updated Rules/_MatchesSourceFilterBase
* updated Citation object and citationbase.py for source references
* updated Person/_HasSourceOf 

* updated comments in Filters/Rules/__init__.py to document how the various rules are used.


svn: r18339
2011-10-16 21:09:49 +00:00
Paul Franklin
331c135235 5128: Python files with no SVN "Id" property (& added MIME text/plain if none)
svn: r18338
2011-10-16 20:21:22 +00:00
Paul Franklin
1e97578d54 added svn:mime-type text/plain and svn:keywords Id peoperties
svn: r18337
2011-10-16 19:55:56 +00:00
Paul Franklin
eeb48f1850 5124: filter-rule file has semi-DOS format
svn: r18324
2011-10-15 16:22:05 +00:00
John Ralls
d98def8b4f Some more autotools fixups for Citations
svn: r18242
2011-10-02 22:59:15 +00:00
Tim G L Lyons
0626445d38 Add missing new Filters/Rules/Citation SUBDIRS directory.
svn: r18241
2011-10-02 22:18:21 +00:00
Tim G L Lyons
66e4d8e1f8 * fix comparison for confidence level in citation filter
svn: r18209
2011-09-26 18:22:32 +00:00
Tim G L Lyons
ecee884729 Fix confidence entry in citation filter
svn: r18197
2011-09-23 19:46:23 +00:00
Tim G L Lyons
5719832f36 Citation filters
svn: r18182
2011-09-20 22:05:41 +00:00
Jérôme Rapinat
ebe91fd07b 5244: Add IsRelatedWith Filter
svn: r18174
2011-09-19 08:41:11 +00:00
Nick Hall
b5ff4c9aea 5012: Move custom rule configuration file into the version directory and provide upgrade from previous version
svn: r18115
2011-09-06 14:43:03 +00:00
Tim G L Lyons
f9df3503b2 Added svn properties and improved some code layout (mainly long lines).
svn: r17977
2011-07-29 10:31:41 +00:00
Nick Hall
59c793608c Introduce experimental netbook mode for small screen sizes
svn: r17965
2011-07-25 22:47:57 +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
Jérôme Rapinat
717fa8ba40 4952: Several grammar mistakes
svn: r17661
2011-06-02 08:46:49 +00:00
Jérôme Rapinat
d09f234cca 4952: Several grammar mistakes
svn: r17660
2011-06-02 08:41:35 +00:00
Michiel Nauta
380a515a80 759: regular expression not working in family filter/sidebar filters
svn: r17555
2011-05-24 20:31:54 +00:00
Michiel Nauta
c07c19dfe3 4921: Want a "Main Participants" entry in sidebar eventfilter; cleanup
svn: r17549
2011-05-22 12:40:37 +00:00
Michiel Nauta
fabbb30970 4921: Want a "Main Participants" entry in sidebar eventfilter
svn: r17539
2011-05-19 21:00:30 +00:00
Michiel Nauta
654fb81665 Change default to return handles unsorted on get_object_handles methods
svn: r17537
2011-05-19 20:36:17 +00:00
Brian Matherly
8f45853db5 Only show progress if progress exists. (Patch from Adam Stein)
svn: r17484
2011-05-13 04:00:12 +00:00
Jérôme Rapinat
3659481964 4698: do not split descriptions string
svn: r17441
2011-05-07 14:31:21 +00:00
Jérôme Rapinat
4f9b943705 use english name...
svn: r17420
2011-05-05 17:48:00 +00:00