1168 Commits

Author SHA1 Message Date
Benny Malengier
59e3fe1f46 Fix error if string is already unicode
svn: r20647
2012-11-10 16:53:49 +00:00
Benny Malengier
b4ca613e21 Fix some gettext warnings
svn: r20646
2012-11-10 11:26:14 +00:00
Benny Malengier
70d50d2fc2 python 3 support: fixes, no longer maxint, missing sys import, next change by 2to3
svn: r20637
2012-11-07 21:20:24 +00:00
Benny Malengier
bba47e960b python 3.2 support: calendar computation with new division
svn: r20635
2012-11-07 20:18:16 +00:00
Benny Malengier
bb5fc7cb7c 2620: GEPS 031: Python 3 support - 3.2
This does patch updates Gramps to the 3.2 syntax, it does not yet mean Gramps works with python 3.2
Expect next day commits to fix further issues, but this is the main 2to3 tool created patch changed
where needed to have python 2.7 work. 
Specific issues might be:
  1. next has been changed, must be checked
  2. new division as on the wiki page listed is to do
  3. ...


svn: r20634
2012-11-07 17:53:14 +00:00
Tim G L Lyons
a82623eca4 0005859: Stepsiblings are NOT correct
0006068: Narrative Web reports two people as step family when one of the parents is unknown for both
0001400: NarrativeWeb lists half-siblings in order

Various fixes for 'Parents' section of 'Individual' pages.

svn: r20579
2012-10-23 12:06:02 +00:00
Jérôme Rapinat
6d63f9be46 6142: set option for using last view to False by default
svn: r20577
2012-10-23 08:50:36 +00:00
Nick Hall
88e6df595f Fix style sheet bug in books
svn: r20527
2012-10-07 15:05:36 +00:00
Jérôme Rapinat
2658861b18 #6086: start to update index for translation strings
svn: r20526
2012-10-07 13:52:31 +00:00
Nick Hall
289689ffa8 GEPS 008: Move book code
svn: r20524
2012-10-05 14:58:20 +00:00
Benny Malengier
91e6df28c1 GEPS 026: Replace 'make' for Gramps build
Remove all makefile in gramps code
Still present: make for doc creation and make for webapp


svn: r20499
2012-10-03 08:46:04 +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
Benny Malengier
7bcccde1a6 Code guideline: relative imports
svn: r20475
2012-10-01 08:36:44 +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