Commit Graph

16038 Commits

Author SHA1 Message Date
Doug Blank
bb99cd20b1 Fixed missing expand option on gramplets; added connect/disconnect signal handling; removed signal to update status bar when gramplet doesn't do anything
svn: r13428
2009-10-27 00:27:40 +00:00
Benny Malengier
2ed1159e89 Gramplets need to be registered as STABLE to see
svn: r13425
2009-10-26 19:27:09 +00:00
Benny Malengier
53de46901e add license to gpr.py files
svn: r13424
2009-10-26 19:15:58 +00:00
Jérôme Rapinat
b63f7e6818 3308: Wrong position of export options (also geneweb dialog)
svn: r13423
2009-10-26 13:33:41 +00:00
Brian Matherly
2ad02fa658 Remove unused function from KinshipReport.
svn: r13422
2009-10-26 02:11:51 +00:00
Brian Matherly
22693cfbad Pylint cleanup for the relationship calculator.
svn: r13421
2009-10-26 02:10:14 +00:00
Doug Blank
7290694c43 Additions for new gen/plug/_grampley.py
svn: r13420
2009-10-25 22:37:32 +00:00
Doug Blank
2e327a10cf Added missing file
svn: r13419
2009-10-25 22:32:34 +00:00
Doug Blank
aa3c30803e Updated for new location of Gramplet
svn: r13418
2009-10-25 21:13:37 +00:00
Doug Blank
c8fc4d20dd Added = and == to match for similar and exact text_only date matches
svn: r13417
2009-10-25 21:05:45 +00:00
Doug Blank
6af2d2f30a Step #2 some cleanup: Moved Gramplet class to gen/plug/_gramplet from DataView/GrampletView ; updated gramplets
svn: r13416
2009-10-25 20:29:45 +00:00
Doug Blank
88de64e9a0 Fixes for Given Name, Top Surname, and Surname gramplets
svn: r13415
2009-10-25 19:04:32 +00:00
Benny Malengier
ebc34c4a71 add missing pluginmanager
svn: r13414
2009-10-25 18:43:01 +00:00
Benny Malengier
e75f15ca53 03289: GVFamilyLines, PlaceReport crash without individuals set
svn: r13413
2009-10-25 17:07:50 +00:00
Benny Malengier
cad5461b2d 3282: Gramps should only display marriage event with role = family (or primary)
svn: r13411
2009-10-25 16:52:45 +00:00
Benny Malengier
14dcf94739 3292 register plugins, load on need, not on start of GRAMPS - GEPS 014\nmove grampletview to guipluginmanager
svn: r13409
2009-10-25 15:33:50 +00:00
Jérôme Rapinat
c67c22b6c0 3308: Wrong position of export options
svn: r13408
2009-10-25 15:04:06 +00:00
Jérôme Rapinat
af0455bcdd typo
svn: r13407
2009-10-25 14:58:17 +00:00
Doug Blank
975e639dd1 Phase 1 conversion of gramplets to new plugin system
svn: r13406
2009-10-25 14:42:47 +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
Doug Blank
c10da3fec5 Fixed stderr traceback output; added dbstate to interact with the db; fixed missing on_delete_event signal
svn: r13404
2009-10-25 03:12:36 +00:00
Benny Malengier
79b6708163 03292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Part 2: update plugin status: show registered, allow hide/unhide of 
        plugins


svn: r13403
2009-10-24 20:27:10 +00:00
Doug Blank
aab0acc340 removed extraneous comments
svn: r13402
2009-10-24 14:36:42 +00:00
Doug Blank
85d15dac51 Added unittests for config.py (all tests in one case for now); fixed an error on 3rd party keys; polish and cleanup to config
svn: r13401
2009-10-24 14:25:24 +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
Jérôme Rapinat
d1fbb2bff9 3309: HtmlDoc module ignores title-style of reports (contribution by lcc)
svn: r13399
2009-10-24 07:17:04 +00:00
Serge Noiraud
7bf4760409 GeoView : Some minor regressions with python 2.5 and some cleaning
svn: r13398
2009-10-23 21:17:20 +00:00
Gerald Britton
8592d8c68f change str.format calls back to % operations
svn: r13397
2009-10-23 20:43:18 +00:00
Doug Blank
131f5396b6 Use RawConfigParser so that it doesn't try to format string
svn: r13396
2009-10-23 03:28:19 +00:00
Doug Blank
40b9c7a7ca Fixed three errors in date conversions: set_slash didn't work; set_slash2 was missing; and convert_to calendar needed to clear NEWYEAR and SLASHES
svn: r13395
2009-10-23 00:06:14 +00:00
Doug Blank
4ffac19071 Change to test to see if ast.literal_eval exists; if not fallback to eval (which is not safe)
svn: r13394
2009-10-22 23:48:04 +00:00
Serge Noiraud
ed788f0507 GeoView : Removing yahoo and microsoft maps.
javascript and css simplification.
          When possible, usage of python instead of javascript.
          Adding a menubar to manage place lists, years and pages.


svn: r13393
2009-10-22 19:52:27 +00:00
Brian Matherly
4f55365e97 Add translation detection, translation class and report translation option. Leading up to user configurable report translations.
svn: r13391
2009-10-22 04:22:24 +00:00
Doug Blank
c202f43e9b Fixed two errors: simple str(date) now shows alternate newyear day; match with alt newyear day now works correctly
svn: r13390
2009-10-22 04:15:18 +00:00
Jérôme Rapinat
0802b891df 3305: update Brazilian Portuguese translation (by lcc)
svn: r13389
2009-10-20 18:00:46 +00:00
Doug Blank
43cbfbfaca 3301: Error on Gramps Start from trunc (last SVN; for Windows) if using GRAMPSHOME; Rewrote config reader to safely allow all types of Python data, including dict, escaped chars in strings, and unicode; set file encoding to utf-8
svn: r13387
2009-10-20 11:18:06 +00:00
Rob G. Healey
5f52f21bf0 Changed Navigation menu font style.
svn: r13386
2009-10-19 04:34:03 +00:00
Brian Matherly
82a847226e Cleanup gettext configuration (in preparation for custom report translations).
svn: r13385
2009-10-18 22:18:29 +00:00
Doug Blank
3266f85d46 3273: Standard position for child-list descendant numbering in DDR, by lcc
svn: r13382
2009-10-18 01:28:49 +00:00
Doug Blank
d899d1eefd 3296: Data loss during XML-export->import; assumed type was set on name element
svn: r13380
2009-10-17 22:50:35 +00:00
Rob G. Healey
054acb7337 Clean up work on media_link() and doc_link(). Corrected a lot of single quatation marks to double quoteations.
svn: r13379
2009-10-17 20:54:17 +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
468be7a75c 3291: "Probably alive" misses persons definitely alive, part 2
svn: r13375
2009-10-16 03:11:16 +00:00
Doug Blank
e420278a13 3291: "Probably alive" misses persons definitely alive
svn: r13374
2009-10-16 02:52:06 +00:00
Gerald Britton
764f5d846d Bug 0003063: gtk.Tooltips is deprecated -- bug in last batch of updates
svn: r13367
2009-10-13 19:11:19 +00:00
Gerald Britton
0ab22f3d76 Bug 0003063: gtk.Tooltips is deprecated -- bug in last batch of updates
svn: r13366
2009-10-13 18:56:14 +00:00
Doug Blank
b0eef2a8ba 3284: Descendant Report omits last-level spouses, by lcc
svn: r13365
2009-10-12 17:33:07 +00:00
Benny Malengier
5504df77ba 3275: PageView reworking-pageview3.patch
svn: r13364
2009-10-11 06:36:56 +00:00
Benny Malengier
3dd41b0444 3275: PageView reworking-move placeview to listview
svn: r13363
2009-10-10 09:10:00 +00:00
Doug Blank
e4be08f332 Added missing module-level functions for config
svn: r13359
2009-10-09 00:26:48 +00:00