Commit Graph

20345 Commits

Author SHA1 Message Date
Nick Hall
6b5318fa18 Changes to imports - part 2
svn: r20486
2012-10-02 19:34:37 +00:00
Nick Hall
2f87a2d38a Changes to imports - part 1
svn: r20485
2012-10-02 19:29:32 +00:00
John Ralls
507487f9c4 Update moduleset for Gtk+-3
NOTE: This uses the unstable modulesets which build the Gtk stack from the 
current git masters. Builds may fail from time to time because of bad 
commits. I'll fix this in a week or two after I've updated the stable 
moduleset for Gnome 3.6.


svn: r20484
2012-10-02 18:54:47 +00:00
Serge Noiraud
2924cac09a Geography: import problem from new tree.
svn: r20483
2012-10-02 18:48:16 +00:00
Benny Malengier
c7c8d4b0f0 Code guidelines: absolute import outside of submodule
svn: r20482
2012-10-02 11:45:19 +00:00
Benny Malengier
149298c52b GEP 026: replace make
* somewhere along the road, all of plugins dir was added to sys.path, this
   is not ok, we only needed lib on sys.path
 * As due to the GEP we can import from the plugin directory, better just
   import the lib modules needed, and avoid sys.path extension
 * At the same time this fixes a bug due to __init__.py being present, import
   of a file named equal to the plugin directory was importing the __init__.py, 
   not the intended file.
 


svn: r20481
2012-10-02 11:31:00 +00:00
Benny Malengier
0a34aa05b1 Fix error on relative import
svn: r20480
2012-10-02 10:30:52 +00:00
Benny Malengier
9832e6712e Coding Guidelines: relative import of gen in gen submodule
svn: r20479
2012-10-02 08:28:08 +00:00
Benny Malengier
47a612c36a Code guideline: move to relative import within gen module
svn: r20478
2012-10-01 20:53:08 +00:00
Jérôme Rapinat
adac46441d try to support python 2.7 for iteration with ElementTree
svn: r20477
2012-10-01 09:51:47 +00:00
Jérôme Rapinat
bc06218642 update alternate script for handling template and translations (from 'src' to 'gramps')
svn: r20476
2012-10-01 09:30:35 +00:00
Benny Malengier
7bcccde1a6 Code guideline: relative imports
svn: r20475
2012-10-01 08:36:44 +00:00
Benny Malengier
a137276e2b Remove test code still present in setup.py
svn: r20474
2012-10-01 08:31:05 +00:00
Benny Malengier
288f92432e GEPS 026: Replace 'make': update INSTALL with correct execution for Gramps to run the app
svn: r20472
2012-09-30 15:35:31 +00:00
Benny Malengier
52a98c1323 GEPS 026: Replace 'make': fix bug in setup.py, update install notes
svn: r20471
2012-09-30 15:29:37 +00:00
Benny Malengier
d0506dfa84 GEPS 026: update install instructions, readme, add build to svn ignore
svn: r20470
2012-09-30 14:59:36 +00:00
Benny Malengier
9a9ba88cdc GEPS 026: convert po from src/ to gramps/
svn: r20469
2012-09-30 14:36:09 +00:00
Benny Malengier
564a2f01f8 GEPS 026: Replace 'make' for Gramps build
support windows, Gramps collides with the directory gramps


svn: r20468
2012-09-30 14:33:28 +00:00
Benny Malengier
4f5f419b78 GEPS 026: Replace 'make' for Gramps build
svn: r20467
2012-09-30 12:19:14 +00:00
Benny Malengier
326d604365 GEPS 026: Replace 'make' for Gramps build
If we want to use Gramps from the code directory, src should be called gramps to allow import


svn: r20466
2012-09-30 11:55:52 +00:00
Benny Malengier
e9253804be GEPS 026: Replace 'make' for Gramps build
a/Part 1: import from gen piece works partially
b/Gramps as a stub to start gramps application


svn: r20465
2012-09-30 10:30:08 +00:00
Jérôme Rapinat
7c77224d1a add comments about issue with the workaround for handling space on labels
svn: r20462
2012-09-28 18:27:31 +00:00
Jérôme Rapinat
e7f5ac08ad possible context issues with the UK locale
svn: r20461
2012-09-28 15:42:46 +00:00
Jérôme Rapinat
07896227e2 typo (thank you Zissis Papadopoulos)
svn: r20460
2012-09-28 15:27:34 +00:00
Benny Malengier
66a3d2c4d7 5934: How to fix invalid Database Path?
svn: r20456
2012-09-27 09:18:50 +00:00
Zdenek Hatas
d3ea18e297 czech translation update
svn: r20452
2012-09-26 09:19:33 +00:00
Tim G L Lyons
bb9336c92b 0006069: GEDCOM import does not generally support MULTIMEDIA_LINKs in the embedded form
svn: r20451
2012-09-25 18:16:14 +00:00
Serge Noiraud
cb3d94f816 Geography : better place selection if we have a place history. #05742 note 25518
svn: r20448
2012-09-25 17:07:53 +00:00
Tim G L Lyons
0d60717443 0006060: Missing reference in events and citations. Fixed get_handle_referents, which had been disturbed by the fix for bug 6053
svn: r20444
2012-09-25 16:50:59 +00:00
Tim G L Lyons
0842d8def4 0006055: Peculiar title of tip 63. Changed to "Don't speak English?"
svn: r20442
2012-09-25 15:43:27 +00:00
Tim G L Lyons
b19a9c5139 0006061: GEDCOM import: link from FAM to child but missing link from child to FAM causes inconsistent displays. Fixed in GEDCOM import, importxml and Check and repair. (Also minor fixes for improved diagnostics when importxml just completely fails and for exportxml illegal characters in mime_type).
svn: r20439
2012-09-23 22:29:51 +00:00
Nick Hall
0ebe837bd7 Fix Gtk3 problem passing unicode to a TreeView
svn: r20437
2012-09-23 14:53:18 +00:00
Serge Noiraud
4c8c703dcf Geography : trying to solve #05742 notes 25518
svn: r20436
2012-09-23 09:21:51 +00:00
Jérôme Rapinat
2ba36c75e4 update polish translation (by Łukasz Rymarczyk)
svn: r20434
2012-09-23 07:28:17 +00:00
Andre Marcelo Varenga
23f56c30d1 Update pt_BR translation
svn: r20433
2012-09-23 01:54:45 +00:00
Benny Malengier
ef6b254ba3 GTK3: user_data should be int in future, so no longer convert to str
svn: r20430
2012-09-21 19:38:46 +00:00
Benny Malengier
2aa5848247 GTK3: store integer in user_data of iter:
https://bugzilla.gnome.org/show_bug.cgi?id=683599


svn: r20429
2012-09-21 19:23:50 +00:00
Tim G L Lyons
987be6c408 0006008: Can't edit citation record from source record reference. Explanatory warning message produced.
svn: r20428
2012-09-21 17:47:59 +00:00
Nick Hall
be06435c9e Enable pyexiv2 import - bug #6042 now fixed
svn: r20426
2012-09-21 16:59:51 +00:00
Benny Malengier
2e1b94b0d1 GTK3 bug: https://bugzilla.gnome.org/show_bug.cgi?id=684558
Cannot reorder a custom treemodel, no rows_reordered function


svn: r20425
2012-09-21 14:39:29 +00:00
Benny Malengier
9f836a7ee9 icon for fanchartdesc
svn: r20424
2012-09-19 19:59:24 +00:00
Gary Burton
104b16a18a GTK3 fix. Method has changed for removing sub menus from pop-up menus
svn: r20423
2012-09-19 19:50:14 +00:00
Peter Landgren
2e3638d1fd Fix for issue 6056. Coding errors for non-ascii.
svn: r20422
2012-09-19 17:41:46 +00:00
Benny Malengier
789fc4bbed fanchartdesc: bugfixes after stress test with greek gods
svn: r20420
2012-09-19 17:18:13 +00:00
Serge Noiraud
77e8bee449 Geography and Gtk3 : better options popup display.
svn: r20418
2012-09-19 14:10:56 +00:00
Benny Malengier
7b9465098f 6053: Person and Family pass eventref as object with sources, but it has no sources
svn: r20417
2012-09-19 11:31:31 +00:00
Benny Malengier
461f51660d Use Charts instead of Graphs for Ancestry category
svn: r20415
2012-09-19 11:23:12 +00:00
Benny Malengier
7dc043f4a1 fanchart: configure option to set the duplicate color
svn: r20414
2012-09-18 19:51:20 +00:00
Benny Malengier
59bfeb3e70 fanchart feature: when focussed, press e or press f to edit person/family under cursor
svn: r20413
2012-09-18 19:10:28 +00:00
Benny Malengier
b22eae6489 fanchart: add option in popup to add a partner to a person
svn: r20412
2012-09-18 16:23:40 +00:00