Open main menu

Gramps β

Changes

Template:Releases/3.4.4

2,642 bytes removed, 15:41, 13 May 2013
no edit summary
Other changes are:
2013* better date handling and better alternate translation support on some textual reports according to locale under windows * avoid Errors by setting wrong value as markup for invalid dates (Preferences)* fix paragraph layout on PDF format or print output* New: New-05-07 14:21 jrallsZealand holidays* Polish and backport code on XML import* Regular expression rules now use search rather than match, fix design issues on regex filter rules* Disable/Enable indent spouse on descendants tree* Fix regular expressions on Place filter rule
* [r22193] src/DateHandler/_DateHandler.py: 6553: Local settings
and reports and event editor
Query the environment variables LC_TIME and LANG before resorting
to getdefaultlocale() on Win32.
 
2013-05-07 14:21 jralls
 
* [r22192] src/plugins/lib/libtranslate.py: Bug 6553: Wrong locale
directory for alternate translations
Thanks, Kurt.
 
2013-05-04 06:06 romjerome
 
* [r22157] src/gui/configure.py: 6576: add
an optional helptext as tooltip on add_pos_int(); provide a list
and sample of pango convenience markups and combinaisons
 
2013-05-02 15:23 romjerome
 
* [r22142] src/gui/configure.py: 6576: Set custom pango markup can
generate GtkWarning, ValueError or TypeError
 
2013-05-02 08:50 bmcage
 
* [r22137] src/plugins/lib/libcairodoc.py: 6659: Justified
paragraph layout does not work Actually: it works always, but
pango does not justify partial lines...
 
2013-05-01 08:05 romjerome
 
* [r22125] src/plugins/lib/holidays.xml.in: add New Zealand
holidays (contribution by kerobe aka Ken B)
 
2013-04-30 13:21 bmcage
 
* [r22122] src/plugins/import/ImportXml.py: 6624: import an
exported XML crashes gramps 4.0 - Actually a logic bug python 2
does not crash on.
 
2013-04-13 14:11 nick-h
 
* [r21974] src/Filters/Rules/Note/_MatchesRegexpOf.py,
src/Filters/Rules/Person/_HasNameOf.py,
src/Filters/Rules/Person/_RegExpName.py,
src/Filters/Rules/_HasNoteRegexBase.py,
src/Filters/Rules/_RegExpIdBase.py: 6622: Change regular
expression rules to use search rather than match
 
2013-04-10 13:21 nick-h
 
* [r21941] src/Filters/Rules/Event/_HasData.py,
src/Filters/Rules/Note/_MatchesRegexpOf.py,
src/Filters/Rules/Person/_HasBirth.py,
src/Filters/Rules/Person/_HasCommonAncestorWithFilterMatch.py,
src/Filters/Rules/Person/_HasDeath.py,
src/Filters/Rules/Person/_HasGallery.py,
src/Filters/Rules/Person/_HasTextMatchingRegexpOf.py,
src/Filters/Rules/Person/_IsAncestorOfFilterMatch.py,
src/Filters/Rules/Person/_IsDescendantOfFilterMatch.py,
src/Filters/Rules/Person/_RegExpName.py,
src/Filters/Rules/_HasNoteBase.py,
src/Filters/Rules/_HasNoteRegexBase.py,
src/Filters/Rules/_HasTextMatchingRegexpOf.py,
src/Filters/Rules/_RegExpIdBase.py: 6599: Add regex parameter to
rules which override the constructor
 
2013-04-09 13:51 nick-h
 
* [r21933] src/Filters/Rules/Citation/_HasCitation.py,
src/Filters/Rules/MediaObject/_HasMedia.py,
src/Filters/Rules/Place/_HasPlace.py,
src/Filters/Rules/Repository/_HasRepo.py,
src/Filters/Rules/_HasCitationBase.py,
src/Filters/Rules/_HasEventBase.py,
src/Filters/Rules/_HasSourceBase.py, src/Filters/Rules/_Rule.py,
src/Filters/_FilterList.py, src/Filters/_FilterParser.py,
src/gui/filtereditor.py: 6599: Add regular expression option to
rules using the match_substring method
 
2013-04-08 15:08 paul-franklin
 
* [r21927] src/plugins/drawreport/DescendTree.py: enable "indent
spouse" option to /not/ indent a spouse
 
2013-04-06 17:27 nick-h
 
* [r21911] src/Filters/Rules/Place/_HasPlace.py: 6599: Fix matching
empty fields in empty locations using regular expressions
2013-04-05 21:24 paul-franklin