Commit Graph

20569 Commits

Author SHA1 Message Date
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
Paul Franklin
410685135e add "Id" property (to write-test the new repo)
svn: r20617
2012-10-27 19:06:01 +00:00
Jérôme Rapinat
d6faa8ceb7 replace with a link to GEPS page
svn: r20616
2012-10-27 13:51:56 +00:00
Nick Hall
bb679b51a0 5969: Add Gramps ID option to individual report (based on a patch submitted by MathieuMD)
svn: r20613
2012-10-26 23:00:51 +00:00
Jérôme Rapinat
363f6b685a try to update the TODO file according to last improvements and plans
svn: r20609
2012-10-26 13:26:44 +00:00
Jérôme Rapinat
695e6bfa65 6148: OSM layer for OpenStreetMap
svn: r20606
2012-10-26 09:39:48 +00:00
Jérôme Rapinat
80d67a5e11 6002: better rendering by using an other layer than the basic one for openstreetmap
svn: r20603
2012-10-25 18:58:23 +00:00
Jérôme Rapinat
f90296bb66 6002: failed to make it more consistent..use a better zoom for openstreetmap on place pages
svn: r20601
2012-10-25 18:33:41 +00:00
Jérôme Rapinat
c4304d6ea8 6002: typo on OSM map handler; thank you Midori element inspector
svn: r20596
2012-10-25 13:28:09 +00:00
Tim G L Lyons
715b9ae16d Some untranslated strings
svn: r20593
2012-10-24 18:05:37 +00:00
Tim G L Lyons
5951118ddb 0006078: Narrweb has thumbnail link to missing thumbnails.html
svn: r20591
2012-10-24 17:28:50 +00:00
Tim G L Lyons
f36bd3d2cb 0005864: Web Report: Error in showing repositories
svn: r20589
2012-10-24 16:53:03 +00:00
Tim G L Lyons
6c9d7d5eee 0005691: [NarrWeb] family notes have disappeared from individual pages. Family notes output if the Family pages are not being output.
svn: r20586
2012-10-24 14:28:26 +00:00
Tim G L Lyons
35af1c2e41 Fix for part of 0006009: Media objects attached to Marriage events and Sources are not included in Narrative Web Site. Some references show as "Unknown", and family event media are missing if event pages are not generated. (Media objects for sources NOT fixed)
svn: r20584
2012-10-24 12:30:33 +00:00
Jérôme Rapinat
2331392dc0 5621: use bold and italic markups on .rst according to previous layout used by man files; could be tested with python-doctuils
svn: r20581
2012-10-23 14:25:46 +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