Commit Graph

2127 Commits

Author SHA1 Message Date
Doug Blank
a54c1badb7 Two different types of selection data
svn: r20917
2012-12-31 20:54:48 +00:00
Doug Blank
8f95806107 Fixed issue with adding tags on notes and families in CSV
svn: r20916
2012-12-31 20:24:10 +00:00
Doug Blank
771ae761e2 Added tagging on import for GEDCOM, XML, and CSV. Also fixed CSV iterator issue with next. Default tag is set in Preferences using time.strftime codes (eg, %Y, %m, etc). Noticed that adding source on input is only for GEDCOM, so adjusted the text description for it. Tagging on input supports all taggable items (notes, media, family, person --- although csv does not import media). Will add to gramps40 if all ok.
svn: r20914
2012-12-31 20:07:36 +00:00
Doug Blank
1c240f9bef Changes for gtk3 clipboard to work
svn: r20912
2012-12-31 18:56:31 +00:00
Benny Malengier
b2b4b39d03 6258: Error during start of Gramps for certain LANG values
svn: r20909
2012-12-31 15:00:47 +00:00
Doug Blank
dc18499c7e Add timestamp to downloads
svn: r20906
2012-12-31 14:58:09 +00:00
Jérôme Rapinat
62e56c09ac 6112: use get_indices method on TreePath for "old" Gtk version (e.g, 3.6.1)
svn: r20904
2012-12-31 13:41:55 +00:00
Benny Malengier
a2b941140c 6205: Gtk.CALENDAR needs a migration to new GI/GTK3 API
svn: r20897
2012-12-30 23:21:17 +00:00
Doug Blank
6841776261 Added addons-url to config and Preferences; currently set to old URL, but will update in a couple of days when new addons URL comes on-line
svn: r20894
2012-12-30 21:59:00 +00:00
Benny Malengier
34c7d6baee Fix divisionbyzero in python3
svn: r20889
2012-12-30 17:32:52 +00:00
Benny Malengier
97fbe91426 6205: Gtk.CALENDAR needs a migration to new GI/GTK3 API
Also: don't expand the calendar more than needed to show it.


svn: r20886
2012-12-30 15:42:06 +00:00
Benny Malengier
59d54b9ba5 More version strings
svn: r20881
2012-12-30 15:14:58 +00:00
Nick Hall
43b6e62d2d Update translation code to use LOCALE_DIR
svn: r20876
2012-12-29 17:52:17 +00:00
Gary Burton
1096342cb5 Set the correct number of update callbacks. Bug #6219.
svn: r20874
2012-12-29 17:18:54 +00:00
Benny Malengier
ffbac653e0 6112: Cannot install addons via dialog
svn: r20870
2012-12-28 20:33:30 +00:00
Nick Hall
f055e2748e Add LOCALE_DIR. Remove PREFIXDIR and SYSCONFDIR.
svn: r20866
2012-12-28 19:59:07 +00:00
Benny Malengier
af456e12b7 6208: Cannot iterate on attributes when trying to paginate via cairodoc
At same time, fix deprecated cairocontext


svn: r20864
2012-12-28 17:22:10 +00:00
Benny Malengier
91abba9d20 6123: Index into undohistory, correct fail on older gobject
svn: r20860
2012-12-28 13:01:49 +00:00
Benny Malengier
5fb66f3918 Improve hover handling on displaytabs
svn: r20857
2012-12-28 10:27:12 +00:00
Benny Malengier
a4239f83d3 correct wrong function call
svn: r20852
2012-12-27 17:51:20 +00:00
Benny Malengier
51a53ccebd Fix crash on callback after clean_up in gallerytab
svn: r20849
2012-12-26 23:19:07 +00:00
Benny Malengier
2e86a12c39 bug 1772: follow cursor to completely resolve bug
svn: r20847
2012-12-26 22:39:58 +00:00
Benny Malengier
28c25286ad bug 1772, correct event handling
svn: r20845
2012-12-26 22:22:21 +00:00
Benny Malengier
e434d618a1 1. context menu on displaytabs showing
2. partially do bug 1772O


svn: r20843
2012-12-26 22:15:41 +00:00
Benny Malengier
57dccb292b 1567: beautify Relation Ship Graph, remove - if no date of birth or death
svn: r20841
2012-12-26 18:19:51 +00:00
Benny Malengier
8a8bf7c72e GTK3 conversion in tools
svn: r20839
2012-12-24 12:35:53 +00:00
Benny Malengier
44e33f0ad6 rows_reoredered patch not yet in GTK
svn: r20834
2012-12-23 14:09:57 +00:00
Benny Malengier
261df75bea Convert validated masked entry to normal gtk.entry with icon
Working background color change on error


svn: r20822
2012-12-22 13:24:39 +00:00
Benny Malengier
66cdba1d8d rows_reordered is present again in GTK 3.8
svn: r20819
2012-12-22 09:23:56 +00:00
Doug Blank
8fa4de8f9a Someone optimized some code incorrectly; lines at bottom of calendar where placed off the page
svn: r20815
2012-12-21 18:57:18 +00:00
Doug Blank
163545089c If you try to lookup an object too early, you might find that the tbl is still a dict; this protects such early lookups from crashing
svn: r20813
2012-12-21 18:25:37 +00:00
Jérôme Rapinat
d0d2c59cd5 common date handler for Norwegian Bokmål and Norwegian Nynorsk
svn: r20800
2012-12-20 13:46:36 +00:00
Benny Malengier
d682510c42 6227: libhtml handles strings differently in python2.x and python3.x
svn: r20796
2012-12-19 09:42:52 +00:00
Tim G L Lyons
55d9ef2dbf 0006009: Media objects attached to Marriage events and Sources are not included in Narrative Web Site
* restructure the families index so families are indexed under both spouses, and the family name is normalised
* separate out Families section in individual and families pages so individual page links to the family page and family page links to both people
* normalise links to families so the link is only displayed if the family page is present, and the gid is included when appropriate
* remove highlighting of media subregions except in the media pages (it was confusing and not very well implemented)
* include people whose surname is absent in the individual, surname and families indexes
* html_escape names and surnames
* always display media thumbnails for first image in Gallery list (in some cases they were suppressed if they had been displayed at the top of the page)
* change partner and parent columns in families index to improve the layout of the HTML and put the comma between multiple partners in the right place
* use event description (where present) instead of just event type in back references
* fix bug in the way obj_dict and bkref_dict were initialised

svn: r20795
2012-12-18 22:55:56 +00:00
Benny Malengier
eb52e2f3de 6224: Can't select with ot without media when taking backup
svn: r20793
2012-12-18 16:22:26 +00:00
Benny Malengier
f39e82c9b3 6215: Descendant Fanchart error on duplicate children
svn: r20792
2012-12-18 15:01:50 +00:00
Benny Malengier
ef023ffdb3 6227: libhtml handles strings differently in python2.x and python3.x
svn: r20791
2012-12-18 14:05:46 +00:00
Benny Malengier
0e01b5919e 6231: WARNING: configmanager.py: line 309: WARNING: ignoring key with wrong type
'behavior.autoload'


svn: r20789
2012-12-18 11:50:02 +00:00
Benny Malengier
100eeec905 fix wrong print_exc usage, see bug 6223
svn: r20788
2012-12-18 11:17:47 +00:00
Benny Malengier
aa5e2f0847 python 3 support, keys should be list if we want to iterate and delete
svn: r20786
2012-12-18 10:49:09 +00:00
Doug Blank
f90198e0c2 Template for webapp admin HTML header
svn: r20785
2012-12-16 14:34:17 +00:00
Jérôme Rapinat
e5beb28b0c import Pango before Gtk, or some things start to go wrong in GTK3 (see gramps/gui/grampsgui.py)
svn: r20784
2012-12-15 09:59:49 +00:00
Jérôme Rapinat
3c285ad02e 5621: better named_arguments for Bidirectional Text support and when more than one argument into string
svn: r20783
2012-12-15 09:46:18 +00:00
Tim G L Lyons
dfcfacfaec A couple more work arounds for bug 6227
svn: r20776
2012-12-09 17:59:28 +00:00
Tim G L Lyons
de4953f090 Various fixes for python 3 and for typos.
* internal table changed to use zero for unknown birthdates
* codecs.EncodedFile removed as I couldn't get it to work
* work around for  self.database.iter under python 3 returns (binary) data rather than text
* work around for bug 6227
* various typos when latest gramps34 was merged in.

svn: r20775
2012-12-09 17:38:10 +00:00
Tim G L Lyons
d21eae52e1 patch to get reload to work in trunk
svn: r20774
2012-12-07 18:57:54 +00:00
Doug Blank
096694439e Added note reference controls (order, delete, edit ref); working on infrastructure to add notes to names, etc.
svn: r20773
2012-12-07 12:28:02 +00:00
Tim G L Lyons
8203d2f49f fixed problem that bibliography ignores media attached to citations, so if that is the only 'interesting' thing about the citation, the citation media is not output
svn: r20772
2012-12-05 22:56:53 +00:00
Tim G L Lyons
7802b0a43b * Removed a lot of redundant code and parameters (mainly connected with the old way of determining the objects to be included in the report).
* Moved routines for calculating objects to be output so they can be part of default list building classes.

* Replaced person link routine with one that takes into account whether there is a page for the person.

* Included repository reference media type and call number in the 'Repositories' section of the relevant source instead of the Repository page.

* Implemented a generalised back reference function to display the 'References' section of all pages. This recursively displays references till one is found for which a page exists.

* Removed list of people and families from heading of the event pages as these are now in the 'References' section.

* Fixed bug "0005968: Narrated Web Site not copying Source Citations files such as jpg or pdf docs to web site" and "0005946 GRAMPS failed to insert jpeg image into proper place for an event" by displaying a thumbnail for citation media in the 'Source References' section (with a link to the media page)

svn: r20769
2012-12-05 19:34:20 +00:00
Doug Blank
84ee7c8ff8 Changes for Django 1.4; should now be updated from gramps35
svn: r20766
2012-12-05 02:34:05 +00:00
Nick Hall
987701c5fc Fix bug in undo history dialog
svn: r20755
2012-12-03 00:49:51 +00:00
Nick Hall
222f7bc1c8 Fix error when returning path of top level node
svn: r20753
2012-12-02 23:32:36 +00:00
Nick Hall
3dd5c5976d Bug fix
svn: r20752
2012-12-02 21:24:37 +00:00
Nick Hall
b0d607dcd5 python3 fix
svn: r20751
2012-12-02 21:21:39 +00:00
Doug Blank
af1d8b1ed1 Add missing Gramps license information (thanks Paul Franklin)
svn: r20743
2012-12-02 14:05:54 +00:00
Doug Blank
98a26cd53a Changes to: 1) bring trunk up to where gramps35 webapp was, 2) to bring old code up to python3 and pygobject use, and 3) use Django 1.4; (not all of webapp is back to working state yet)
svn: r20736
2012-12-01 22:25:36 +00:00
Doug Blank
03bafbd9e6 Changes to: 1) bring trunk up to where gramps35 webapp was, 2) to bring old code up to python3 and pygobject use, and 3) use Django 1.4; (not all of webapp is back to working state yet)
svn: r20735
2012-12-01 22:13:30 +00:00
Jérôme Rapinat
1dd0ebca64 update to new root dir ('src' to 'gramps')
svn: r20722
2012-12-01 11:52:17 +00:00
Jérôme Rapinat
eca67c5c3e update broken url (url for SVN)
svn: r20721
2012-12-01 11:46:54 +00:00
Jérôme Rapinat
84618d0633 update broken url (url for SVN)
svn: r20720
2012-12-01 11:44:11 +00:00
Doug Blank
f491fcd3f8 Added missing fan.childring initialization (set to false as children are shown in rings)
svn: r20714
2012-12-01 07:32:59 +00:00
Paul Franklin
dbe7fbc248 revert accidental 20685 regressions (and therefore 20699 corrections)
svn: r20710
2012-11-29 21:37:25 +00:00
Paul Franklin
1c22612f5d for Python files in the "gramps" (only) sub-tree:
1) add SVN svn:keywords "Id" property if it didn't have it
2) add SVN svn:mime-type "text/plain" property if it didn't have it
3) add SVN "Id" line to the file if it had none
4) reformat SVN "Id" line in the file if it needed it


svn: r20708
2012-11-27 04:31:14 +00:00
Peter Landgren
6a2ca043a4 Fix of minor error i number of unique surnames.
svn: r20700
2012-11-23 18:15:31 +00:00
Benny Malengier
a1591a964c python 3 support, avoid use of unicode
svn: r20699
2012-11-23 17:22:00 +00:00
Benny Malengier
db6a462bc2 fix writing plugin menu error
svn: r20698
2012-11-23 12:08:27 +00:00
Benny Malengier
755d88fa0e Remove testing label
svn: r20697
2012-11-23 07:43:25 +00:00
Brian Matherly
5b7312f80d Fix ODT output for Python < 3
svn: r20696
2012-11-23 05:06:01 +00:00
Brian Matherly
3c3e5e8248 Tweak docgen registration to specify options class name. Fix CLI reports.
svn: r20695
2012-11-23 04:12:50 +00:00
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
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
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
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
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
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
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
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
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
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
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
Jérôme Rapinat
ceb2dc6817 typo
svn: r20574
2012-10-17 17:09:42 +00:00
Benny Malengier
92c5146a4b 5180: ImportProGen fails with "'Name' object has no attribute 'set_patronymic'"
svn: r20571
2012-10-17 09:35:05 +00:00
Benny Malengier
b832835a98 5180: ImportProGen fails with "'Name' object has no attribute 'set_patronymic'"
svn: r20570
2012-10-17 09:31:55 +00:00
Jérôme Rapinat
fc4ac6cc7f 6086: minor improvements on translation strings (part3)
svn: r20561
2012-10-16 09:06:46 +00:00
Jérôme Rapinat
87a99c2e87 6086: minor improvements on translation strings (part2)
svn: r20559
2012-10-16 08:37:27 +00:00
Serge Noiraud
0100acdbf5 Bad number of arguments in progressdialog.
svn: r20557
2012-10-14 22:11:23 +00:00
Serge Noiraud
0e9cb5c7d1 Geography : correction of format requires a mapping error
svn: r20556
2012-10-14 22:08:29 +00:00
Serge Noiraud
72d3f95801 Geography : split messages lines at the beginning of a word when resizing.
svn: r20555
2012-10-14 21:12:56 +00:00
Serge Noiraud
3ca0b86fc4 Geography : bad centering for the selection area
svn: r20554
2012-10-13 21:13:58 +00:00
Serge Noiraud
97e0ce0d4c Geography : added history to places view.
added birth and death date to the reference and other people in the messages of the close view.


svn: r20552
2012-10-12 21:50:45 +00:00
Jérôme Rapinat
11aadc005d 6086: minor improvements on translation strings (part1)
svn: r20546
2012-10-09 08:53:47 +00:00
Jérôme Rapinat
0ccc4e1b09 Add Greek translation (contribution by Zissis Papadopoulos)
svn: r20543
2012-10-08 20:01:16 +00:00
Josip Pisoj
1d3a4efc89 support newer version of gtkspell3
svn: r20542
2012-10-08 15:53:09 +00:00
Tim G L Lyons
3090a184cf 0005860: The descriptions for events are missing in the webreport.
svn: r20539
2012-10-08 10:04:10 +00:00
Tim G L Lyons
c058b1e71b 0005088: Narrated Web Site Report sort order different Windows vs Linux. Fixed to use same Utils routine as person model.
svn: r20537
2012-10-08 09:31:33 +00:00
Jérôme Rapinat
46f95d9834 6096: fanchart widget has translation strings
svn: r20533
2012-10-08 06:51:54 +00:00
Jérôme Rapinat
96524f06fa #6086: make tips consistent for parsing
svn: r20531
2012-10-07 16:43:14 +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
759dd6bce5 GEPS 008: Move records report and gramplet into appropriate directories
svn: r20525
2012-10-05 16:50:44 +00:00
Nick Hall
289689ffa8 GEPS 008: Move book code
svn: r20524
2012-10-05 14:58:20 +00:00
Nick Hall
c8baa0fcb6 Fix bug when running command line reports
svn: r20523
2012-10-04 23:16:50 +00:00
Tim G L Lyons
3d172b1972 0005678: Fix Nick Name and Call Name in narrated website. Nickname, callname and associated citations fixed for current name structure.
svn: r20521
2012-10-04 17:28:27 +00:00
Benny Malengier
a8f5f13950 5144: Locale not taken into account to sort family list on father or mother name
svn: r20517
2012-10-04 07:59:01 +00:00
Paul Franklin
6bab48a92b 4145: During book report creation
svn: r20515
2012-10-04 00:07:59 +00:00
Nick Hall
b74b1ee293 Convert remaining gui files to use relative imports
svn: r20513
2012-10-03 16:14:48 +00:00
Nick Hall
251aff61a0 Convert widgets to use relative imports
svn: r20512
2012-10-03 16:03:49 +00:00
Nick Hall
2e98c52cd5 Convert views to use relative imports
svn: r20510
2012-10-03 15:55:24 +00:00
Nick Hall
9b3fd50329 Convert filters to use relative imports
svn: r20509
2012-10-03 15:48:07 +00:00
Nick Hall
1cde34b45d Convert gui to use relative imports
svn: r20506
2012-10-03 15:34:50 +00:00
Nick Hall
3a52f3afcb Convert plug to use relative imports
svn: r20505
2012-10-03 15:27:41 +00:00
Nick Hall
c8f30e4c3e Convert selectors and merge to use relative imports
svn: r20504
2012-10-03 14:53:24 +00:00
Nick Hall
b62adcfeb3 Convert editors to use relative imports
svn: r20503
2012-10-03 14:43: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
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
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
Benny Malengier
7bcccde1a6 Code guideline: relative imports
svn: r20475
2012-10-01 08:36:44 +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