Commit Graph

55 Commits

Author SHA1 Message Date
Benny Malengier
920535e3f6 fix in name object and quickview for names
svn: r16020
2010-10-20 20:26:23 +00:00
Doug Blank
01ef2759d4 Inverse filters will show differences between previous proxy
svn: r15514
2010-05-30 14:03:29 +00:00
Doug Blank
61905f3681 Change message to right-click from double-click
svn: r15513
2010-05-30 13:50:29 +00:00
Doug Blank
2a44a7dd77 Added SimpleAccess.describe method that gives a simple description of an object instance; protection for null objects; new quick views for proxies
svn: r15498
2010-05-29 20:13:09 +00:00
Doug Blank
41524b59a4 Added a new quickview: people not in proxy, but in basedb
svn: r15494
2010-05-28 13:34:27 +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
a3a12e87fe Show All filter shows counts out of total, unfiltered
svn: r15464
2010-05-23 15:43:49 +00:00
Doug Blank
0c10a6c7a5 Added 7 new quick view filters: all (summary counts), all events, all media, all notes, all repos, all sources, and all places.
svn: r15458
2010-05-23 14:57:43 +00:00
Doug Blank
a7d5470caa Small cleanup of link type names
svn: r15349
2010-05-07 18:33:44 +00:00
Doug Blank
99c4671e3e Added 'Link References' quickview; added a get_link to SimpleAccess
svn: r15348
2010-05-07 12:59:23 +00:00
Raphael Ackermann
8e0381b64e 0003219: Mother Lineage Quick Report (on Person view) uses incorrect genetic nomenclature
see http://genealogy.about.com/cs/geneticgenealogy/a/dna_tests.htm for info about this.

svn: r15051
2010-04-06 20:15:23 +00:00
Doug Blank
2842f8e8a5 3131: sibling quickview doesn't reflect person view
svn: r15033
2010-04-05 02:53:32 +00:00
Jérôme Rapinat
38ae88a4ee 3729: plugin names are description
svn: r14856
2010-03-17 15:15:34 +00:00
Doug Blank
dcfb25abc4 Trunk is now version 3.3.0
svn: r14653
2010-03-06 22:47:25 +00:00
Jérôme Rapinat
71b2e58776 3661: Typo on all_events.py quickview
svn: r14605
2010-03-04 11:17:12 +00:00
Jérôme Rapinat
ec7a7c869e 3654: Cannot print title on all_relations quick view
svn: r14594
2010-03-03 08:45:42 +00:00
Rob G. Healey
36a91b6cb9 Changed some formatted strings to named variables for 'make distcheck' to work properly.
svn: r14483
2010-02-25 15:52:32 +00:00
Doug Blank
843fb89ba0 Plugins required to be correct version
svn: r14300
2010-02-10 12:13:47 +00:00
Doug Blank
e16a75f449 Some bug fixes on Probably Alive
svn: r14147
2010-01-27 06:06:35 +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
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
Doug Blank
fc25778390 3491: [Gramplet] AgeOnDate Gramplet ignores Probably_alive variable
svn: r13956
2010-01-01 21:28:05 +00:00
Doug Blank
205b3beadd Enabled Quickviews on all list views; enabled References Quickview for all views
svn: r13947
2009-12-31 14:59:44 +00:00
Doug Blank
699dcb13fe Fixed svn Id property
svn: r13881
2009-12-21 13:43:50 +00:00
Doug Blank
896e157183 Renamed Same Given Name duplicate name
svn: r13814
2009-12-15 17:14:20 +00:00
Doug Blank
c10493e0ad Moved to gramps-addons
svn: r13812
2009-12-15 16:59:18 +00:00
Doug Blank
6e8f40e9f2 Added map for 3406: Use of translation context on plugins/quickview/FilterByName.py
svn: r13729
2009-12-06 13:38:37 +00:00
Jérôme Rapinat
6f155e598e #3406: Try to use of translation context (first step)
svn: r13726
2009-12-06 09:56:08 +00:00
Benny Malengier
53de46901e add license to gpr.py files
svn: r13424
2009-10-26 19:15:58 +00:00
Benny Malengier
d25cdc3958 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Improvements: gen.plug only depends on gen, relationship default is moved
to Relationship.py, and config for hidden to a gui.pluginmanager


svn: r13405
2009-10-25 13:52:29 +00:00
Benny Malengier
ed619cfdd6 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
2009-10-24 13:53:20 +00:00
Doug Blank
a5ac560552 Fixed bug in interpreting int(date_span) which is now in months
svn: r13377
2009-10-16 03:20:07 +00:00
Doug Blank
99282aa715 3272: Proposal for updating config settings
svn: r13346
2009-10-08 01:12:51 +00:00
Doug Blank
b414b25e2b Error from iterator conversion
svn: r13224
2009-09-19 09:27:22 +00:00
Doug Blank
bb43bec5fd Fixed error in handling list of handles, not an iterator
svn: r13223
2009-09-19 09:16:55 +00:00
Gerald Britton
4b77831f0f Exploit new iter_<objects> methods
svn: r13209
2009-09-15 19:37:23 +00:00
Gerald Britton
966d2bcd42 Use new iter_objects methods
svn: r13203
2009-09-14 20:50:25 +00:00
Doug Blank
850fac483f New Quick View showing all names for all people; need to figure out where to put these QV's which don't require a specific row
svn: r13074
2009-08-19 14:51:02 +00:00
Raphael Ackermann
9aeeb8432c 0002723: '<name>' has different meanings in different contexts
svn: r13019
2009-08-15 09:44:49 +00:00
Doug Blank
64f2e01340 Added missing import
svn: r12818
2009-07-19 22:07:41 +00:00
Gerald Britton
302a4358fd Fix bugs in some modules caused by using enumerate instead of conventional for-loop syntax
svn: r12795
2009-07-14 14:16:03 +00:00
Gerald Britton
b601f4bdf2 Replace get_family_handles with iter_family_handles
svn: r12776
2009-07-08 16:11:20 +00:00
Gerald Britton
f7454de7fd Implement iter_people_handles methods and begin to use them
svn: r12760
2009-07-03 20:23:41 +00:00
Peter Landgren
0ac67e8a59 Reference to Query.py removed from Makefile.am, as Query.py as deleted.
svn: r12679
2009-06-19 14:51:11 +00:00
Doug Blank
29cf704047 Experiment abandoned
svn: r12670
2009-06-16 00:23:46 +00:00
Gerald Britton
5eb7e18dc6 Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
svn: r12572
2009-05-26 20:48:09 +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
Jérôme Rapinat
d0b0a5314d use SimpleTable
svn: r12493
2009-04-28 10:54:04 +00:00
Rob G. Healey
c56f46b493 Added revision numbering symbol to all of plugins directory if it was missing in the file.
svn: r12002
2009-02-16 06:56:49 +00:00
Jérôme Rapinat
fd915ad3af pylint
svn: r11948
2009-02-10 13:23:11 +00:00