Commit Graph

20484 Commits

Author SHA1 Message Date
Jérôme Rapinat
bd28665977 try to update warning log according to new translation builder
svn: r20694
2012-11-22 17:45:36 +00:00
Jérôme Rapinat
14dbae104f make relative import more consistent (python3, convension)
svn: r20692
2012-11-21 19:58:30 +00:00
Jérôme Rapinat
7deae0a996 TypeError: GObject.__init__() takes exactly 0 arguments (1 given); see mailing list (Benny)
svn: r20691
2012-11-21 19:49:22 +00:00
Jérôme Rapinat
a34af94a40 make it work with python 3 (thank you Benny)
svn: r20690
2012-11-21 16:03:08 +00:00
Jérôme Rapinat
2825502b18 ImportError: No module named constfunc
svn: r20689
2012-11-21 14:31:27 +00:00
Jérôme Rapinat
0710324b05 TypeError: scroll_to_mark() takes exactly 6 arguments (3 given)
svn: r20688
2012-11-21 14:18:37 +00:00
Peter Landgren
ee2f5a990d Fix for correct unique surname statistics.
svn: r20686
2012-11-21 12:32:46 +00:00
Brian Matherly
ace8790379 0003910: line width in "plain text" reports is constant (patch from Paul Franklin)
svn: r20685
2012-11-21 05:06:46 +00:00
John Ralls
c6cbeafb28 Prepare gramps.modules for 4.0 branch
svn: r20682
2012-11-19 13:13:28 +00:00
Tim G L Lyons
200cb60db3 Align gramps34 and trunk (where there is no functional difference) - minor layout changes etc.
svn: r20681
2012-11-18 20:33:09 +00:00
Benny Malengier
7576054885 support python 2 in setup.py also :-)
svn: r20679
2012-11-18 17:31:39 +00:00
Paul Franklin
3e85d2f7c9 6177: Wrong line created by the LaTeX module
svn: r20677
2012-11-18 03:32:09 +00:00
Paul Franklin
28d939cda7 6155: Error when running Detailed Descendant Report
svn: r20674
2012-11-17 21:28:14 +00:00
Gary Burton
a760b74252 Python3 changes
svn: r20673
2012-11-17 16:44:45 +00:00
Benny Malengier
b2d7d5c0b4 6126: Filter search bar : FamilyModel has no attribute on_get_value
Fixed at same time other uses of on_ methods which are no longer present
  Also removed superfluous Maplists action


svn: r20672
2012-11-17 15:28:18 +00:00
Benny Malengier
0eb5c29989 6127: missing glade files
svn: r20671
2012-11-17 14:54:08 +00:00
Benny Malengier
79491a995c 6171: No icon under Places View for mapservices
* old way of menutoolbutton was depreacated, could not find workaround via uimanager, so 
    deprecated uimanager way, must be added by code now


svn: r20670
2012-11-17 14:37:40 +00:00
Benny Malengier
95e7a74f42 6125: Person cursor under new FanChart views
svn: r20669
2012-11-17 12:21:21 +00:00
Benny Malengier
884d3d8eb2 6113: Cannot print a quadran Fan Chart type
svn: r20668
2012-11-17 11:07:39 +00:00
Benny Malengier
4e8437bae4 python3 requires str (=unicode) to load from file
svn: r20667
2012-11-17 11:05:06 +00:00
Benny Malengier
945819631c python3 cannot compare None with str, so store '' as sortkey instead
svn: r20666
2012-11-17 10:28:35 +00:00
Benny Malengier
22dd2eb45a ignore dist and pycache on .
svn: r20665
2012-11-17 09:36:53 +00:00
Tim G L Lyons
18d11170ab various typos
svn: r20664
2012-11-16 19:21:06 +00:00
Benny Malengier
8c4eb3d171 2620: GEPS 031: Python 3 support - 3.2
* working treeviews in python 3
   * changed conv_to_unicode on python 3 so that it decodes to unicode


svn: r20663
2012-11-16 17:09:26 +00:00
Benny Malengier
2bdf6c8b95 2620: GEPS 031: Python 3 support - 3.2
* working gedcom import
  * fixes in listviews
  * fixes in db managaer and import dialog


svn: r20662
2012-11-16 13:05:56 +00:00
Benny Malengier
eb09afbc99 2620: GEPS 031: Python 3 support - 3.2
Python 3 needs absolute import after reload in plugins dir, but a dir may not be called import
So import is renamed to importer


svn: r20660
2012-11-15 10:41:15 +00:00
Benny Malengier
1cad822978 2620: GEPS 031: Python 3 support - 3.2
* fix introduced errors: write of reference in db, check in dbloader on string type
 * working import of xml file in python 3


svn: r20659
2012-11-15 10:28:19 +00:00
Benny Malengier
8b39b80dc8 2620: GEPS 031: Python 3 support - 3.2
round 2 for python 3 support:
* no more cmp, also not in sort and sorted
* bsddb needs bytestring keys
* gtk does not need utf-8 encoded anymore...


svn: r20658
2012-11-15 08:08:31 +00:00
Jérôme Rapinat
b9aafe5b49 error with relative path (non-installed gramps package)
svn: r20657
2012-11-15 06:41:41 +00:00
Tim G L Lyons
1babd07b19 Tidy up media pages - remove unused parameters, use list of media items generated in first pass. Should fix bugs 2365, 5905 and 6009.
svn: r20656
2012-11-13 15:53:02 +00:00
Tim G L Lyons
77cfc58259 Tidy up sources pages - fix numbering of repositories, remove unused parameters, fix title of individual source pages
svn: r20654
2012-11-12 18:40:10 +00:00
Tim G L Lyons
5b7d6a3181 Bug: reset NarrWeb navigation menu layout when style sheet doesn't support it
svn: r20652
2012-11-12 12:16:34 +00:00
Tim G L Lyons
15e2743ac4 Change Source Pages to use the list of sources generated by the first pass that finds objects to be output, and simplify references section on the Source page to use the references passed to it.
svn: r20650
2012-11-12 10:47:52 +00:00
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
536d5f4f8b Update install info and manifest.in
svn: r20645
2012-11-10 10:14:55 +00:00
Benny Malengier
be52834cd6 Update README to be current
svn: r20644
2012-11-10 08:05:48 +00:00
Benny Malengier
a876912059 distutils requires unix filenames
svn: r20643
2012-11-09 16:48:09 +00:00
Benny Malengier
dc8339b8d8 distutils needs unix paths as input & correct python version test
svn: r20642
2012-11-09 15:27:03 +00:00
Tim G L Lyons
41ca746143 Movement of some large chunks of code within the source file and some initial work towards GEPS 022: Narrative Website Refactor. Functionality should be unchanged.
svn: r20641
2012-11-08 23:56:34 +00:00
Peter Landgren
003098cb01 First Swedish translation update for 4.0
svn: r20639
2012-11-08 15:34:26 +00:00
Benny Malengier
72769f91bf GTK 3 conversion: remove superfluous cellrenderers in editdate.glade
svn: r20638
2012-11-07 21:52:33 +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
5326703ef0 python 3: use division from the future
svn: r20636
2012-11-07 20:48:56 +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
Jérôme Rapinat
3b2a0dbe48 6156: url and Google Map API
svn: r20633
2012-11-05 09:06:31 +00:00
Jérôme Rapinat
2d042b0025 6158: typo, do not display a random place title on warning dialog
svn: r20631
2012-11-05 08:24:09 +00:00
Nick Hall
bdb2e632a4 5969: Remove Gramps ID from title of Individual report
svn: r20625
2012-10-28 14:58:13 +00:00
Jérôme Rapinat
ad4bf17642 6133: private home note and privacy filter (patch by Serge Noiraud)
svn: r20624
2012-10-28 13:53:50 +00:00