prculley
df18fdebea
Bug 9415 Place Alt Names gets duplicated entries
2016-05-12 09:36:28 -05:00
Doug Blank
9424539930
Person: add aliases for field names
2016-05-10 12:26:46 -04:00
Nick Hall
e76a27ddd3
Remove trailing whitespace
2016-05-10 16:52:57 +01:00
Nick Hall
f688a96e9a
Tidy up class definitions
...
All python3 classes are new-style classes. It is no longer
necessary to inherit from object.
2016-05-10 16:06:49 +01:00
Doug Blank
5a72efc387
Merge pull request #140 from tecknicaltom/fix-EditMedia
...
make EditPrimary, empty_object abstract
2016-05-10 06:56:31 -04:00
Zdeněk Hataš
ad98b811b3
czech translation update
2016-05-10 10:26:38 +02:00
Tom Samstag
ab79b26bec
make EditPrimary, empty_object abstract
...
This makes EditPrimary an abstract class using abc.ABCMeta and marks
EditPrimary.empty_object as an abstract method. This moves the error
raised by forgetting to implement empty_object from when something
unsupported is done with its return (like .serialize()) to invocation
time, and provides a more obvious error.
2016-05-09 23:23:39 -07:00
Paul Franklin
b308d97bed
cope when import of GExiv2 gets a ValueError
2016-05-09 18:31:07 -07:00
Doug Blank
1a05aadca7
Date: add property year
2016-05-09 07:58:45 -04:00
Doug Blank
79362d7086
Merge pull request #136 from RossGammon/app2
...
Followup to PR 134
2016-05-08 13:50:15 -04:00
Ross Gammon
d094925c42
Whoops - missed the trailing tag
2016-05-08 19:19:38 +02:00
Ross Gammon
84a5c369f6
Followup to Pull Request 134:
...
https://github.com/gramps-project/gramps/pull/134
Put the <p> tags back to <_p> so the description paragraphs
are translated again.
2016-05-08 18:58:13 +02:00
Doug Blank
3facab1e18
Merge pull request #134 from RossGammon/appstream
...
9443: Gramps not appearing in Gnome Software
2016-05-08 09:27:59 -04:00
Doug Blank
34c8cfdec4
Merge pull request #133 from RossGammon/gi_require_version
...
PyGIWarning: importing without specifiying a version first
2016-05-08 09:23:00 -04:00
Ross Gammon
c4106617ba
9443: Gramps not appearing in Gnome Software
...
I updated the appdata.xml file to the latest version of the specification
(https://www.freedesktop.org/software/appstream/docs/index.html ), adding
some new tags in the process.
I also installed the appdata.xml file to the latest location in the
specification.
The XML has bene validated by the appstreamcli validation tool, and the
patch applied in Debian (Gramps 4.2.3).
If it looks OK, it should probably be cherry-picked to the gramps42
maintenance branch.
2016-05-08 15:13:46 +02:00
Ross Gammon
25627dac07
PyGIWarning: importing without specifiying a version first
...
Follow-on from https://gramps-project.org/bugs/view.php?id=8981
This patch was applied in Debian (gramps 42 branch) due to warnings picked
up in the build log and from testing by running gramps from the command
line. I have rebased it on master, as it will probably be a while before the
warnings become errors.
2016-05-08 13:05:04 +02:00
SNoiraud
e8636a1dcc
Webcal : pylint (applied remarks on the last patch)
2016-05-08 11:45:51 +02:00
Doug Blank
0455cb90ce
9442: Windows SQLite database has indexes that Linux SQLite can't read
2016-05-07 14:40:36 -04:00
Doug Blank
af487de69a
9441: DB-API with sqlite doesn't unlock the table when txn.batch = True
2016-05-07 13:46:29 -04:00
Doug Blank
ac0fbecc4b
Remove accidentally added code, 2
2016-05-07 13:09:47 -04:00
Doug Blank
f266ad2a99
Remove accidentally added code
2016-05-07 13:06:50 -04:00
Doug Blank
3ce8c12ae6
Place schema: wrong type for alt_names
2016-05-07 12:28:20 -04:00
Doug Blank
e2ae70a2dd
Add sqlite info to error report assistant
2016-05-07 09:50:43 -04:00
Doug Blank
3e827c230e
QuerySet: fix removing tag logic
2016-05-07 08:17:19 -04:00
Doug Blank
f00a355110
sqlite: add version number
2016-05-07 06:43:33 -04:00
Ondrej Krc-Jediny
d9154a75e1
7907 LDS ordinance statuses enhancement
2016-05-07 15:18:54 +10:00
SNoiraud
6e539f5000
4892: Webcal link : add an index file
2016-05-06 23:58:02 +02:00
SNoiraud
c0203ec342
4892: Add a Webcal link to Narrative pages
2016-05-06 22:53:07 +02:00
SNoiraud
f694f76b17
Webcal : pylint + cleanup.
2016-05-06 22:39:27 +02:00
Doug Blank
a2f40fbf67
Bash completetions: a little cleaning up
2016-05-06 16:02:09 -04:00
Doug Blank
6d95cd5dd3
Where: work with methods, ala Rules
2016-05-06 10:04:24 -04:00
Doug Blank
61c2ed3240
QuerySet tag(): remove batch; allow tag removal; test
2016-05-06 08:14:54 -04:00
Leonhaeuser
1fa604645c
update German translation
2016-05-05 21:48:50 +02:00
prculley
e8caa9997b
Bug 8809 Multiple GEDCOM imports creates duplicate event IDs
2016-05-05 14:08:03 -04:00
Doug Blank
f3b57fda0a
9435: Attempting to export and empty BSDDB Family tree fails
2016-05-05 07:02:26 -04:00
Doug Blank
471aadc513
Family Tree Manager: reselect the default row
2016-05-04 20:34:33 -04:00
Doug Blank
a0d5485088
ViewManager: no longer need to delay showing window; causes transient window issues
2016-05-04 20:06:54 -04:00
Doug Blank
f83716b6bd
Drag and drop on Family Tree Manager fixes
2016-05-04 17:28:25 -04:00
Paul Franklin
5b26bd6c03
change pylint score of TimeLine report from 4.74 to 9.54
2016-05-04 11:40:43 -07:00
Doug Blank
47cee7bb1e
DbPythonError: adjust message regarding Python
2016-05-04 16:31:37 -04:00
Doug Blank
bfe900f7cf
9429: Text metadata (i.e. *.txt files) implemented for DBAPI backends.
...
This saves and tests python and schema versions so that this code
won't load future versions of either.
2016-05-04 12:23:26 -04:00
SNoiraud
1272506afd
9417: The place page in webreport is complete mess
2016-05-04 17:44:24 +02:00
Doug Blank
bd00f36ff1
9433: empty media path must be interpreted as /home/dblank in DB-API
2016-05-04 10:30:17 -04:00
SNoiraud
9a097d05da
7390: Gallery tab of Source view does not display .ods files
2016-05-04 12:07:21 +02:00
SNoiraud
56d98f2734
2882: Narrativeweb: Add option to Include all / unreferenced Media objects
2016-05-04 11:50:38 +02:00
Doug Blank
c3874bdaed
4442: Add a Button to close the current database; refresh gramplets when no db
2016-05-03 20:31:20 -04:00
Doug Blank
efe5323e1a
4442: Add a Button to close the current database; retitle main window
2016-05-03 20:15:18 -04:00
Doug Blank
ba6921c91d
CLI: command completions in bash, bash-like shells
2016-05-03 13:05:44 -04:00
Doug Blank
8a6d766b06
CLI: -l, -L, -t should match names with re patterns in them
2016-05-03 13:04:24 -04:00
Doug Blank
8350859c0c
Stats Gramplet: remove sequential scan through person
2016-05-03 10:43:53 -04:00