Don Allingham
6e065c407f
2007-05-06 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: add quick report
* src/GrampsDb/_GrampsDbBase.py: use NotImplementedError instead of assertion
* src/ReportBase/_SimpleAccess.py: added functionality
* src/RelLib/_MediaObject.py: comments
* src/RelLib/_Person.py: remove @sort comment
* src/RelLib/_BasicPrimaryObject.py:
* src/plugins/all_events.py: comments
* src/glade/gramps.glade: clean up width
* src/gramps_main.py: added docgen to the search path
* src/docgen/TextBufDoc.py: Added interface
svn: r8439
2007-05-07 03:39:46 +00:00
Brian Matherly
be7b8d6c94
Fix generation chart alignment for Narrative Web Tranquil style sheet.
...
svn: r8438
2007-05-06 21:28:12 +00:00
Brian Matherly
b4bd5ce0a7
Fix generation chart alignment for Narrative Web Tranquil style sheet.
...
svn: r8437
2007-05-06 21:25:09 +00:00
Brian Matherly
e4a7045838
Convert tabs to space-tabs in LaTeXDoc.py
...
svn: r8436
2007-05-05 04:01:35 +00:00
Benny Malengier
2209fe1c57
2007-05-03 Benny Malengier <bm@cage.ugent.be>
...
* src/plugins/rel_de.py:
issue #0000929 , rel_de.py
svn: r8435
2007-05-03 21:35:13 +00:00
Benny Malengier
e6d94aa12d
2007-05-03 Benny Malengier <bm@cage.ugent.be>
...
* src/plugins/rel_de.py:
issue #0000929 , rel_de.py
svn: r8434
2007-05-03 21:34:57 +00:00
Don Allingham
9fd30ff3f9
2007-05-01 Don Allingham <don@gramps-project.org>
...
* src/ReportBase/_SimpleAccess.py: simplifed database access routines
svn: r8433
2007-05-02 04:05:41 +00:00
Benny Malengier
37255a3b02
2007-04-30 Benny Malengier <bm@cage.ugent.be>
...
* src/Editors/_EditPlace.py:
* src/Editors/_EditSource.py:
* src/Editors/_EditNote.py:
* src/Editors/_EditPerson.py:
* src/Editors/_EditRepository.py:
* src/Editors/_EditFamily.py:
* src/DisplayTabs/_NoteTab.py:
Add meaningfull title to the note dialog instead of only the note number, when called from place, source, person, family or repo
svn: r8432
2007-04-30 20:50:41 +00:00
Brian Matherly
d7423fff15
Divide BaseDoc into BaseDoc, TextDoc and DrawDoc. TextDoc and DrawDoc are abstract interfaces that must be implemented by the corresponding document generators.
...
svn: r8431
2007-04-30 01:56:34 +00:00
Benny Malengier
6544ab67ad
2007-04-28 Benny Malengier <bm@cage.ugent.be>
...
* src/images/.../Makefile.am:
* src/images/Makefile.am:
* src/DataViews/_RelationView.py:
* src/MarkupText.py:
* src/gramps_main.py:
* src/images/.../gramps-font-color...:
* src/images/.../gramps-font-bgcolor...:
* src/images/.../gramps-parents-open...:
* src/images/48x48/gramps-parents-add.png:
New icons for add/share parents, clean up media icon, icons for fonts as asked by Zsolt, delete of no more needed icons gramps-sharefamily, gramps-media-all. Reflect changes to images to makefiles. Use the new icons.
svn: r8430
2007-04-28 14:25:18 +00:00
Brian Matherly
26bda1fdae
Fix errors in bookmark filters.
...
svn: r8429
2007-04-28 03:55:43 +00:00
Brian Matherly
73bbfa09a4
Fix errors in bookmark filters.
...
svn: r8428
2007-04-28 03:51:19 +00:00
Brian Matherly
6bcc3e8c30
Fix escape error in BookReport.py.
...
svn: r8427
2007-04-28 03:36:54 +00:00
Brian Matherly
d678156e25
Fix exception message in DbLoader.py.
...
svn: r8426
2007-04-28 03:10:16 +00:00
Jérôme Rapinat
32983aba80
2.2.x->2.3
...
svn: r8425
2007-04-27 19:20:06 +00:00
Benny Malengier
852696cc5d
2007-04-27 Benny Malengier <bm@cage.ugent.be>
...
* src/images/22x22/Makefile.am:
* src/images/16x16/Makefile.am:
* src/images/48x48/Makefile.am:
* src/images/scalable/Makefile.am:
* src/images/Makefile.am:
Reflect changes to images to makefiles
svn: r8424
2007-04-27 17:42:50 +00:00
Don Allingham
8cb2469df8
svn: r8423
2007-04-27 04:25:24 +00:00
Zsolt Foldvari
58cf8fede0
2007-04-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/MarkupText.py:
* src/Editors/_EditNote.py:
Rewrite of the note markup functionality, also fixes : #1024 .
svn: r8422
2007-04-27 00:18:09 +00:00
Brian Matherly
3eebd910d5
Move Graphic Styles, Table Styles and Cell Styles into the StyleSheet class. All report styles are now defined in the "get_default_style()" function.
...
svn: r8421
2007-04-23 11:46:26 +00:00
Don Allingham
7dd5d94322
2007-04-22 Don Allingham <don@gramps-project.org>
...
* configure.in: bump to full release of 2.2.7
* src/const.py.in: fix 2007 in copyright
* NEWS: update news file
svn: r8419
2007-04-22 20:58:07 +00:00
Brian Matherly
4708a791a4
Escape still wasn't right in ODFDoc.py. Ancestor and descendant charts were displaying wrong.
...
svn: r8418
2007-04-22 13:29:05 +00:00
Brian Matherly
a1eb59b868
Escape still wasn't right in ODFDoc.py. Ancestor and descendant charts were displaying wrong.
...
svn: r8417
2007-04-22 13:19:05 +00:00
Brian Matherly
c36c05775e
0000970: _IsBookmarked.py causes crash
...
svn: r8416
2007-04-21 18:58:34 +00:00
Brian Matherly
83b9feb836
0000970: _IsBookmarked.py causes crash
...
svn: r8415
2007-04-21 18:48:04 +00:00
Benny Malengier
eeda8e68fe
2007-04-21 Benny Malengier <bm@cage.ugent.be>
...
* src/Editors/_EditFamily.py : add up down arraw on children list
* src/DisplayTabs/_EmbeddedList.py : generalize select method for
up/down movement in list
svn: r8414
2007-04-21 08:09:51 +00:00
Don Allingham
dc2afe8f55
2007-04-20 Don Allingham <don@gramps-project.org>
...
* src/DisplayModels/_BaseModel.py (BaseModel.add_row_by_handle):
if search not defined, do an insert
* src/GrampsDb/_ReadGedcom.py: fix calendar parsing
* src/GrampsDb/_WriteGedcom.py: fix calendar generation
svn: r8413
2007-04-21 04:54:28 +00:00
Don Allingham
c1be620f90
2007-04-20 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_ReadGedcom.py: fix calendar parsing
* src/GrampsDb/_WriteGedcom.py: fix calendar generation
svn: r8412
2007-04-21 04:30:13 +00:00
Alex Roitman
bc2ef71467
2007-04-20 Alex Roitman <shura@gramps-project.org>
...
* src/plugins/Checkpoint.py (Checkpoint.rcs): Remove debugging
output; Work out retrieval.
svn: r8411
2007-04-21 02:50:11 +00:00
Don Allingham
835079dae2
2007-04-20 Don Allingham <don@gramps-project.org>
...
* src/DisplayModels/_BaseModel.py (BaseModel.add_row_by_handle):
if search not defined, do an insert
svn: r8410
2007-04-20 15:09:22 +00:00
Jérôme Rapinat
e97f968c25
add German translation for manual
...
svn: r8409
2007-04-20 06:59:19 +00:00
Jérôme Rapinat
bdd10f57a6
add German translation for manual
...
svn: r8408
2007-04-20 06:56:22 +00:00
Jérôme Rapinat
6124257f08
add German translation for manual
...
svn: r8407
2007-04-20 06:53:04 +00:00
Brian Matherly
1c2514d9b2
PROPERLY escape ampersands in ODFDoc.py
...
svn: r8406
2007-04-20 03:58:03 +00:00
Brian Matherly
bd4fd1f9f8
PROPERLY escape ampersands in ODFDoc.py
...
svn: r8405
2007-04-20 03:48:21 +00:00
Martin Hawlisch
5face56141
* src/DisplayModels/_NoteModel.py: colorize using marker
...
svn: r8404
2007-04-19 12:18:38 +00:00
Don Allingham
49e2ef5267
2007-04-18 Don Allingham <don@gramps-project.org>
...
* src/plugins/BookReport.py: escape xml constructs (bug 877)
* src/PluginUtils/_Options.py: escape xml constructs (bug 877)
svn: r8403
2007-04-19 02:03:29 +00:00
Benny Malengier
44321f2c89
2007-04-18 Benny Malengier <bm@cage.ugent.be>
...
* src/DisplayTabs/_EmbeddedList.py
* src/DisplayTabs/_BackRefList.py
* src/DisplayTabs/_NoteTab.py
* src/DisplayTabs/_ButtonTab.py
Added move up and move down buttons to the EmbeddedList, use them only
for now in NoteTab
svn: r8402
2007-04-18 21:49:29 +00:00
Jérôme Rapinat
1915d4c9f5
update French translation for 2.2.7
...
svn: r8401
2007-04-18 16:11:20 +00:00
Brian Matherly
44b6c47171
generate DEFAULT_DIR for databases from const.home_dir
...
svn: r8400
2007-04-18 11:55:17 +00:00
Don Allingham
d9d1080283
2007-04-17 Don Allingham <don@gramps-project.org>
...
* src/Editors/_EditRepository.py: fix double click save bug
* src/Editors/_EditSource.py: fix double click save bug
* src/Editors/_EditEvent.py: fix double click save bug
* src/Editors/_EditPlace.py: fix double click save bug
* src/Editors/_EditFamily.py (EditFamily.save): fix potential double click of Family
Editor dialog
svn: r8399
2007-04-18 03:59:34 +00:00
Don Allingham
6edbffe3a3
2007-04-17 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_FamilyList.py: add marriage date column
* src/GrampsDb/_DbUtils.py: add function for finding a marriage event
* src/DisplayModels/_FamilyModel.py: add marriage date column
* src/GrampsDbUtils/_GedcomParse.py: handle place form handing
* src/GrampsDbUtils/_GedcomLex.py: handle place form handing
* src/GrampsDbUtils/_WriteGedcom.py: handle note list
* src/docgen/ODFDoc.py: escape special characters
svn: r8398
2007-04-18 02:12:40 +00:00
Alex Roitman
2d6e4daadb
2007-04-17 Lubo Vasko <pgval@inMail.sk>
...
* sk.po: Translation update.
2007-04-17 Piotr Czubaszek <pioterus@gmail.com>
* pl.po: Translation update.
svn: r8397
2007-04-18 00:36:25 +00:00
Kees Bakker
58c6b98f7f
* po/nl.po Some corrections by Erik
...
svn: r8396
2007-04-17 19:13:10 +00:00
Kees Bakker
a72adcd890
Just a msgmerge with the nl.po and new gramps.pot so that Erik
...
can do the changes.
svn: r8395
2007-04-17 17:48:52 +00:00
Arturas Sleinius
d139a1e61c
Updated Lithuanian translation
...
svn: r8394
2007-04-17 17:21:40 +00:00
Benny Malengier
ec251900c5
2007-04-17 Benny Malengier <bm@cage.ugent.be>
...
* src/images/
* src/GrampsWidgets.py
* src/glade/gramps.glade
* src/glade/edit_person.glade
* src/DisplayTabs/_NoteTab.py
Added new icons for lock, unlock, viewmedia, and start using them.
Removed old lock and view icons.
svn: r8393
2007-04-16 23:07:32 +00:00
Martin Hawlisch
c6f106c97e
* de.po: translation update
...
svn: r8392
2007-04-16 16:12:34 +00:00
Martin Hawlisch
03c01fa4f0
* src/ViewManager.py (create_pages): fix off-by-one error when preselecting last view
...
svn: r8391
2007-04-16 13:57:03 +00:00
Martin Hawlisch
a52da29fc8
* src/ViewManager.py (create_pages): fix off-by-one error when preselecting last view
...
svn: r8390
2007-04-16 13:53:55 +00:00
Jérôme Rapinat
951d8c821b
update French translation for 2.2.7
...
svn: r8389
2007-04-16 09:19:42 +00:00