Joan Creus
|
ca5df3ab03
|
Several typos and language corrections
svn: r16345
|
2011-01-06 21:17:02 +00:00 |
|
Joan Creus
|
89671b32fd
|
Translation update
svn: r16344
|
2011-01-06 18:49:42 +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 |
|
Joan Creus
|
4cdd2240be
|
Translation update
svn: r16339
|
2011-01-05 17:50:33 +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 |
|
Erik De Richter
|
51f2e26218
|
updated Dutch translation
svn: r16334
|
2011-01-03 19:44:01 +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 |
|
Zdeněk Hataš
|
22801c9e6e
|
Czech translation update.
svn: r16332
|
2011-01-03 15:02:24 +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 |
|
Erik De Richter
|
95a01c467a
|
updated Dutch translation
svn: r16327
|
2011-01-01 11:18:19 +00:00 |
|
Erik De Richter
|
7f1ff548fc
|
updated Dutch translation
svn: r16326
|
2010-12-31 16:41:48 +00:00 |
|
Erik De Richter
|
76e5e9770b
|
updated Dutch translation
svn: r16325
|
2010-12-30 16:36:59 +00:00 |
|
Erik De Richter
|
10b6dbb4e4
|
updated Dutch translation
svn: r16324
|
2010-12-30 14:04:55 +00:00 |
|
Erik De Richter
|
7ac477301f
|
updated Dutch translation
svn: r16323
|
2010-12-30 08:00:14 +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 |
|
Erik De Richter
|
9fe72a2a78
|
updated Dutch translation
svn: r16320
|
2010-12-29 09:51:35 +00:00 |
|
Nick Hall
|
6f7ce7726f
|
Sidebar tidy-up and bug fixes
svn: r16319
|
2010-12-28 17:04:41 +00:00 |
|
John Ralls
|
a5ab94721f
|
Add MacOSX build modules, bundle description, and ancilary files needed
to build and bundle Gramps with Gtk-OSX and ige-mac-bundler.
svn: r16318
|
2010-12-27 22:42:13 +00:00 |
|
Doug Blank
|
4daf72f8d8
|
Assert to make sure method is called correctly
svn: r16317
|
2010-12-27 18:22:54 +00:00 |
|
Jérôme Rapinat
|
0cc035279b
|
update data.gramps and sample.ged (next major release)
svn: r16316
|
2010-12-27 14:24:11 +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 |
|
Zdeněk Hataš
|
ef6a575a22
|
CZ translation update.
svn: r16301
|
2010-12-19 17:05:33 +00:00 |
|
Peter Landgren
|
099f28ad59
|
Issue 4460. Fixed by changing =+ to +=.
svn: r16300
|
2010-12-19 12:04:21 +00:00 |
|
Jérôme Rapinat
|
4d56e87d11
|
update Chinese translation (by honeyword)
svn: r16298
|
2010-12-18 13:06:11 +00:00 |
|
Mirko Leonhäuser
|
c4bf617abc
|
Bugfix in German translation
svn: r16296
|
2010-12-18 00:28:16 +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 |
|
Mirko Leonhäuser
|
7720507cc7
|
updated german translation
svn: r16293
|
2010-12-17 00:05:46 +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 |
|
Doug Blank
|
6ac73635ac
|
4429: gramps can't export my database
svn: r16279
|
2010-12-13 22:38:45 +00:00 |
|