Commit Graph

20361 Commits

Author SHA1 Message Date
Benny Malengier
54f78b6358 update_po allow comment in the list of files to translate
svn: r20502
2012-10-03 12:33:32 +00:00
Benny Malengier
2411f22310 update_po, correctly see pt_PT type of languages
svn: r20501
2012-10-03 12:23:31 +00:00
Benny Malengier
6fc289a956 Update po generating file, make sure py.in is present
svn: r20500
2012-10-03 12:16:06 +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
62ac19b895 GEPS 026: Replace 'make' for Gramps build
Removal of make from the top directory


svn: r20498
2012-10-03 08:24:37 +00:00
Benny Malengier
fa8af4dbcf Fix forgotten import from previous commit
svn: r20497
2012-10-03 07:47:28 +00:00
Benny Malengier
e6cd5b5d2d Coding Guidelines: relative and absolute imports, some fixes and shortenings
svn: r20496
2012-10-03 07:39:26 +00:00
Nick Hall
809c60fd77 Use relative imports in cli module
svn: r20495
2012-10-02 23:24:33 +00:00
Nick Hall
dcdb0935d1 Fix import
svn: r20494
2012-10-02 22:58:28 +00:00
Nick Hall
760806a7f9 Changes to imports - part 8
svn: r20493
2012-10-02 21:59:59 +00:00
Nick Hall
55c19e4180 Changes to imports - part 7
svn: r20492
2012-10-02 21:08:19 +00:00
Nick Hall
e96d4dd43f Changes to imports - part 6
svn: r20491
2012-10-02 20:49:07 +00:00
Nick Hall
80fbfd4d8c Remove redundant imports
svn: r20490
2012-10-02 20:13:17 +00:00
Nick Hall
d696b6be75 Changes to imports - part 5
svn: r20489
2012-10-02 20:04:29 +00:00
Nick Hall
186b27bf34 Changes to imports - part 4
svn: r20488
2012-10-02 19:59:22 +00:00
Nick Hall
a5c41d0566 Changes to imports - part 3
svn: r20487
2012-10-02 19:47:38 +00:00
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