Commit Graph

26527 Commits

Author SHA1 Message Date
Nick Hall
9ea958661b Fix python3-icu in Travis CI build 2020-08-22 20:49:01 +01:00
Nick Hall
d30376ca20 Change Travis CI python version to 3.4 2020-08-22 20:38:58 +01:00
Nick Hall
80b3572e30 Update Travis CI build configuration
Change distro from trusty to xenial.
Add missing os key.
Remove deprecated sudo key.
2020-08-22 20:28:26 +01:00
Paul Culley
8000eaca2f
Add tooltips to sidebar filter 'Find' and 'Reset' buttons. (#1091)
Issue #11783
2020-08-21 09:50:15 -05:00
Paul Culley
8654c50594
Bug10853m (#1096)
* autobackup; add delay after wake from sleep/hibernate to allow time
for system to settle.

Fixes #10953

* Autobackup only if new commits since last autobackup in session
2020-08-21 09:46:18 -05:00
Alan Crosswell
261a3d8965
Fix GEDCOM import/export DATE/TIME creep by UTC offset. (#1089) 2020-08-21 09:38:06 -05:00
Stanislav Bolshakov
95776f8e84 AgeOnDate: fix position ob input field and button
On small screen (as notebook) input field and button are placed on screen's
bottom. After this fix this control have top position.
2020-07-09 10:26:10 -05:00
Stanislav Bolshakov
1d55d70914 Localization: fix ru.po
1. Small fix translate,
2. Change "Notpatronymic">"Девичья",
3. Add translate.
2020-07-09 10:26:09 -05:00
Stanislav Bolshakov
39cb8bd64a Holidays.xml.in: add holiday, sorting and localization
1. Add 1 holiday to Russian calendar,
2. Sorting alphabetically localization strings in all .po and .pot files,
3. Add "Russia" country to all .po and .pot files,
4. Translate "Russia" in some language.
2020-07-09 10:25:14 -05:00
Stanislav Bolshakov
17a136d2d8 Fix: fix 2 comments (only) 2020-07-09 10:24:56 -05:00
Stanislav Bolshakov
d55775edd7 Pluginmanager: fix Pytho3 syntaksis
1. Run
python3 -m unittest discover -p 'date*test.py'
from
https://gramps-project.org/wiki/index.php/Date_Handler#Calendars
2. See errors,
3. Fix this errors.
2020-07-09 10:24:54 -05:00
Stanislav Bolshakov
97a88be39f Add missing file
After run
python3 setup.py build
I receive this error:

"package init file 'gramps/plugins/db/bsddb/__init__.py' not found (or not a
regular file)"

I copy file .../gramps/plugins/db/dbapi/__init__.py in /bsddb/.
Error not displayed.
2020-07-09 10:24:53 -05:00
Stanislav Bolshakov
8a1ef27871 RU.po: small fix
Small fix for tree open/import dialogs.
2020-07-09 10:24:51 -05:00
Stanislav Bolshakov
d780647e8d INSTALL: add instruction for dependences + upper case for Ubuntu
1. Install GRAMPS in fresh Linux can be hard for new users. For easy way I add
instruction for install all dependencies in Ubuntu-based distro,
2. Ubuntu - always Ubuntu (first letter in upper case):
https://ubuntu.com/about
2020-07-09 10:24:48 -05:00
Stanislav Bolshakov
8684c66b2d Holidays.xml: sorting country + add Russia
1. Sorting countries alphabetically,
2. Add Russian holidays.
2020-07-09 10:24:47 -05:00
Stanislav Bolshakov
216bcd2a10 Fix images: 22x22 to 24x24
Real picture's size from images/hicolor/24x24/actions

old size: 22x22 72dpi or 90dpi
now: 24x24 72dpi.
2020-07-09 10:24:46 -05:00
Stanislav Bolshakov
715b93d109 NarrativeWeb: fix letters in comment
1. Insert missing letters in comments.
2. Termns to upper case (gregorian, javascript).
2020-07-09 10:24:44 -05:00
Stanislav Bolshakov
272f2feafa Fix comment: "translaed" to "translated"
My first commit: fix missing letter "t" in comment.
2020-07-09 10:24:41 -05:00
CWSchulze
319a36b2b8 replace obsolete file() -> open() 2020-07-09 09:17:10 -05:00
Bruno Cornec
a265f1fd38 Remove non-existent old attribute personal for an event 2020-07-09 08:56:07 -05:00
Sven Wehner
3f217aeed1 EditLink: When changing the link type choose the active object as default. 2020-07-09 08:55:00 -05:00
Sven Wehner
6f18918b9c EditLink: When creating a link, prefer linking persons over places, events, ..., and images. 2020-07-09 08:55:00 -05:00
arnaullv
9f97c34a90 Updated Catalan translation
Updated Catalan translation to latest gramps.po template on master branch
2020-07-09 08:50:33 -05:00
pmraps
e66aa0d501
pt_PT Translations updated (#1029)
* po/pt_PT.po

Complete revision

* gramps/plugins/rel/rel_pt.py

Corrected a few relationships

* --all

pt Translations Update

* --all

pt Translations Update
2020-07-08 15:55:15 -05:00
Tian Shixiong
9aa8b26425 Correct and update Simplified Chinese Translation 2020-06-05 10:33:31 -05:00
prculley
47a83a82d7 Allow filter rules to access Family filters 2020-05-15 15:01:38 -05:00
romjerome
e361c6dd49
Fix PR#1046 and consistency with gtk domain 2020-05-08 15:34:49 +02:00
Serge Noiraud
6d3505af62
Narweb: incorrect place index if alternate names (#1037)
* Narweb: incorrect place index if alternate names

The places page index doesn't show the alternate names used.

In the narrative web, the first phase is to select all places.
For each object, if we have a place, we memorize that depending on date.
When we create the place pages, we start from these information in the place
table. At this moment, we have no date.
So the sort by primary names gives an incorrect index list and the alternate
place names are missing.

Fixes #11645

* some cleanup
2020-05-05 23:27:11 +02:00
Serge Noiraud
0f88753a72
Narweb: Description message is not translatable (#1036) 2020-05-05 23:22:22 +02:00
romjerome
2b2624fd7a
typo and trailing space 2020-05-05 16:49:49 +02:00
romjerome
26debf0a82
fix and merge french translation
fix typos, update file references
2020-05-05 16:32:30 +02:00
romjerome
5024e1fc09
update file references for the template generation
$ intltool-update -m
2020-05-01 17:47:37 +02:00
romjerome
95f4fd2e5a
Fix typos
rules around ellipsis, space and comma
2020-04-30 20:31:23 +02:00
romjerome
440832d0f5
review french translation (#1046)
Contributions by Patrick, Jean-Marc, Patrice and others
2020-04-30 16:38:11 +02:00
prculley
a21cb546f7 Speed up Event displaytab and gramplet 2020-04-15 10:37:52 -05:00
Steve Youngs
490fb1ea3b Use the callback parameter passed to EditEvent.__init__ by passing it to EditPrimary.__init__.
This ensures self.callback is initialised as the calling code expects
2020-04-15 10:35:31 -05:00
Steve Youngs
a5b5910f7f For all types of EditPrimary window, consistently call self._do_close() before self.callback(), during save()
EditFamily, EditPerson, EditPlace, EditRepository and EditSource already call self._do_close() before self.callback().
2020-04-15 10:34:23 -05:00
Steve Youngs
2a17f8d99f EditRepository now stores the callback passed to __init__ and calls it during save().
This is for consistency with other types of EditPrimary.
2020-04-15 10:34:23 -05:00
Timo
349edca738 Use shorter name to reduce line length. 2020-04-13 12:04:51 -05:00
Timo
32230d673e Add option that allows to use the name of the individual as title. 2020-04-13 12:04:51 -05:00
prculley
67b83794ef Speed up Event, Media, and Repo reference editors 2020-04-13 12:01:34 -05:00
prculley
7d6113cf38 Speed up Place Reference Editor and Listview for enclose place
Fixes #11531
2020-04-13 12:01:34 -05:00
Mattkmmr
cc7c0a3f13 Update tag.py
- translation for menu strings added
- escape illegal characters in tag_name
2020-04-13 11:55:01 -05:00
prculley
dd63d479cd Faster Multiple Event delete 2020-04-13 11:53:16 -05:00
prculley
31bf3edf17 Faster Multiple Person Delete 2020-04-13 11:53:16 -05:00
prculley
1ce63261c3 Fix StatusBar for potential HandleError 2020-04-13 11:53:16 -05:00
Serge Noiraud
3601877a63
Narweb: possibility to have more than 2 downloads (#1024)
* Narweb: possibility to have more than 2 downloads

By default, I set this to 3 downloads.
If you want to have more than 3 downloads, you have only the variable
self.__max_download to change in the narrativeweb.py.

* better pylint score.
* Narweb: add md5 checksum for each file
* Display a message if the file doesn't exist

Fixes #11626
2020-04-05 10:18:39 +02:00
Serge Noiraud
2ce32d8c6b
Narweb: Add family map to family pages (#1021)
* Narweb: Add family map to family pages
* Narweb: adapt css files to have a better look.

Fixes #011614
2020-04-05 10:17:42 +02:00
Kaj Mikkelsen
ce6f435cd4 Danish translation updated 2020-03-02 13:17:36 +01:00
Kaj Mikkelsen
5578a987bc Merge branch 'master' of github.com:gramps-project/gramps
Danish translation submited in da.po
2020-03-02 13:13:30 +01:00