Commit Graph

9231 Commits

Author SHA1 Message Date
Jérôme Rapinat
cd57fa0a17 4530: typo
svn: r16375
2011-01-13 14:15:48 +00:00
Jérôme Rapinat
5a67169652 4530: Gedcom import looses custom family event description
svn: r16374
2011-01-13 10:49:06 +00:00
Benny Malengier
198e222e91 correct typo in error message
svn: r16371
2011-01-13 09:48:00 +00:00
Nick Hall
5508719070 Add tooltips to bottombar gramplets
svn: r16370
2011-01-12 18:09:35 +00:00
Benny Malengier
d127992b0d string change update
svn: r16368
2011-01-12 08:57:44 +00:00
Craig J. Anderson
8145163220 This is speed/memory improvement number 1 for the Ancestor report
added a CalcItems helper class to calculate text for boxes.

also fixed some strings that were concatinated (due to length),
but did not have a space at the end or beginning.



svn: r16367
2011-01-12 03:16:48 +00:00
Nick Hall
121ed53c32 Change sidebar page selection to standard tabs
svn: r16366
2011-01-11 23:30:42 +00:00
Nick Hall
27d85fc692 Restore gramplet buttons for grid layout
svn: r16365
2011-01-11 19:04:42 +00:00
Jérôme Rapinat
e80a51469a 964: Input field explanatory tooltips (contribution by joeljkp)
svn: r16364
2011-01-11 18:55:51 +00:00
Nick Hall
b1c98862d7 Fix bug with views containing an empty bottombar
svn: r16363
2011-01-11 13:15:32 +00:00
Craig J. Anderson
b42bc92f33 fixed errors found with MMM MMMM date format codes.
updated test cases to not use mmm and mmmm as these are localized and
the output can differ.

still need to put in a test case for mmmm and mmm.



svn: r16361
2011-01-11 03:32:34 +00:00
Nick Hall
e44dfa291e Implement Gramps bottombar
svn: r16360
2011-01-11 01:21:38 +00:00
Jérôme Rapinat
3d8e5d5311 4326: typo (contribution by Paul Franklin)
svn: r16357
2011-01-10 09:20:13 +00:00
Nick Hall
4264cbb8a0 3996: show divorce information in a "text" descendant report
svn: r16353
2011-01-09 00:06:55 +00:00
Nick Hall
bb41511fc4 Add get_divorce_or_fallback function
svn: r16352
2011-01-09 00:05:38 +00:00
Jérôme Rapinat
0809ec6723 4363: missing tag references on XML import
svn: r16350
2011-01-07 17:54:55 +00:00
Craig J. Anderson
df9825821b In this commit:
Update Ancestor report
Updated Descendant report
new Family Descendant report

new docs for these reports are found at
http://www.gramps-project.org/wiki/index.php?title=User:Ander882

included into trunk for hopeful inclusion into 3.3



svn: r16348
2011-01-07 16:11:17 +00:00
Joan Creus
ca5df3ab03 Several typos and language corrections
svn: r16345
2011-01-06 21:17:02 +00:00
Peter Landgren
7dfa50b602 Issue 4515, Check and Repair replaces illegal cntrl char with space.
svn: r16342
2011-01-06 12:12:23 +00:00
Peter Landgren
6c4a6f4d05 Issue 4515, allow only 09, 0A, 0D in GEDCOM input.
svn: r16340
2011-01-05 18:11:50 +00:00
Peter Landgren
4593c5f53f Issue 4515, skip all control char in XML output except 09, 0A, 0D.
svn: r16336
2011-01-05 10:45:32 +00:00
Jérôme Rapinat
36e0c637fd Add support for Portuguese 'Portugal' (by Frederico Muñoz)
svn: r16333
2011-01-03 16:56:50 +00:00
Doug Blank
cb246c6a87 Signal item can have more than one callback to handle
svn: r16330
2011-01-02 16:52:37 +00:00
Doug Blank
f06c8de05a 4304: PedigreeGramplet and memory management
svn: r16329
2011-01-02 14:48:03 +00:00
Nick Hall
ecb362848d Fix error when attempting to match a nonexistent tag
svn: r16322
2010-12-29 22:15:47 +00:00
Michiel Nauta
ff8cf61e99 4422: Search on father fails in family view
svn: r16321
2010-12-29 16:27:17 +00:00
Nick Hall
6f7ce7726f Sidebar tidy-up and bug fixes
svn: r16319
2010-12-28 17:04:41 +00:00
Doug Blank
4daf72f8d8 Assert to make sure method is called correctly
svn: r16317
2010-12-27 18:22:54 +00:00
Doug Blank
da87d78c49 Added new methods for using a proxy selection widget for reports
svn: r16315
2010-12-25 16:59:10 +00:00
Doug Blank
beac939325 use new consfunc.has_display(), cleanup to keep gtk out of main imports
svn: r16314
2010-12-25 16:57:08 +00:00
Doug Blank
87873dbf22 Workaround to suppress gtk bogus warning regarding non-string items in sys.argv, error reported upstream as gnome (pygtk) #637877
svn: r16313
2010-12-25 16:55:28 +00:00
Doug Blank
320cbb0308 Cleanup of CLI output (sorts lists, gives additional help, straight columns) and don't crash on non-gui Options
svn: r16312
2010-12-25 16:52:12 +00:00
Doug Blank
f8b99a00b2 Forgot to add this to the person tree view; allows WebConnect to web searches, etc
svn: r16311
2010-12-25 16:04:39 +00:00
Doug Blank
00bd583120 Undo of 16304; found a less intrusive method
svn: r16310
2010-12-23 22:41:08 +00:00
Michiel Nauta
854989a204 4372: Merge of objects unable to set selection
svn: r16309
2010-12-23 22:32:17 +00:00
Doug Blank
217316ccf5 4114: Would like to use stdin and stdout for command line import/export by MD Nauta
svn: r16308
2010-12-23 17:47:01 +00:00
Doug Blank
3833ee63a6 Added is_quartz() and has_display() functions to tell if running with quartz window manager, and if have a display, respectively. See #4467 for more details
svn: r16307
2010-12-23 16:51:04 +00:00
Doug Blank
f009c7a1f5 Check to see if gtk is valid; 'import gtk' used to raise an exception, now init_check does (should return boolean - pygtk bug reported #637877)
svn: r16306
2010-12-23 15:10:55 +00:00
Doug Blank
cd272b0473 Move config to instance variable so reports can share proxy system; moved gtk to methods for CLI export with no DISPLAY
svn: r16305
2010-12-23 14:18:24 +00:00
Doug Blank
26fef46c35 Add new selection class option to reports so that reports can reuse a common proxy/filter selection framework
svn: r16304
2010-12-21 13:58:28 +00:00
Doug Blank
9620b78ee0 added comment about why this file exists
svn: r16303
2010-12-20 12:29:19 +00:00
Peter Landgren
099f28ad59 Issue 4460. Fixed by changing =+ to +=.
svn: r16300
2010-12-19 12:04:21 +00:00
Doug Blank
801f3218b4 fixed surname; added bold holidays; sorted events pers day, holidays last; removed duplicate entry in US 2011; added Mardi Gras in US
svn: r16295
2010-12-17 17:26:02 +00:00
Gerald Britton
5e33e5e81d remove obsolete code
svn: r16292
2010-12-16 21:08:41 +00:00
Gerald Britton
cd81324e9a remove obsolete code
svn: r16291
2010-12-16 21:03:39 +00:00
Jérôme Rapinat
82af3402a6 4326: typo (refactoring ?)
svn: r16288
2010-12-16 09:18:00 +00:00
Nick Hall
5bb08835d7 Fix configuration problem in Gramplet View
svn: r16287
2010-12-15 19:40:27 +00:00
Jérôme Rapinat
205b1f107b 4463: Forgotten return statement in get_surnames/get_prefixes/get_connectors (contribution by MD Nauta)
svn: r16286
2010-12-15 16:51:31 +00:00
Doug Blank
0f2c2b5108 4436: FindDuplicated tool uses merging
svn: r16283
2010-12-15 12:21:46 +00:00
Doug Blank
d0b4fb94f3 192: Pedigree collapse, inbreeding, kinship searcher module; added Filter IsDuplicatedAncestor by romjerome
svn: r16281
2010-12-14 13:47:10 +00:00