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
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
c36c05775e
0000970: _IsBookmarked.py causes crash
...
svn: r8416
2007-04-21 18:58:34 +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
Brian Matherly
1c2514d9b2
PROPERLY escape ampersands in ODFDoc.py
...
svn: r8406
2007-04-20 03:58:03 +00:00
Martin Hawlisch
5face56141
* src/DisplayModels/_NoteModel.py: colorize using marker
...
svn: r8404
2007-04-19 12:18:38 +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
Brian Matherly
44b6c47171
generate DEFAULT_DIR for databases from const.home_dir
...
svn: r8400
2007-04-18 11:55:17 +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
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
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
Brian Matherly
a8621d50ea
0001012: Private source and private child references shown in narrative website.
...
svn: r8385
2007-04-15 19:12:57 +00:00
Brian Matherly
166dfc6e8b
0001017: Insufficient space in pedigree view of narrative website
...
svn: r8383
2007-04-15 02:22:04 +00:00
Brian Matherly
5ce7b7c539
0001011: XML import loses media objects when media object has no title.
...
svn: r8380
2007-04-12 11:51:53 +00:00
Brian Matherly
79fd3aaf39
Remove file check from _GrampsIniKeys.py. It is not needed.
...
svn: r8372
2007-04-09 15:49:24 +00:00
Brian Matherly
8d41368b7f
Missing comma in Checkpoint.py.
...
svn: r8370
2007-04-09 11:42:32 +00:00
Jérôme Rapinat
1d07bb0989
add French translation for dbmanager dialog (keep strings for 2.2x)
...
svn: r8368
2007-04-09 11:18:57 +00:00
Brian Matherly
d731371b7f
0001006: Narrative Web: Media objects missing title (description), mime_type, or path, are displayed poorly.
...
svn: r8366
2007-04-09 03:40:11 +00:00
Don Allingham
6303d781c4
2007-04-08 Don Allingham <don@gramps-project.org>
...
* src/DisplayState.py (DisplayState.__init__): allocate 15 spaces for match label
svn: r8364
2007-04-09 03:01:14 +00:00
Brian Matherly
1f6f8565ba
0000896: Crash running Narrative Web report - system memory exhausted.
...
svn: r8363
2007-04-08 20:19:14 +00:00
Don Allingham
a712445a2b
2007-04-07 Don Allingham <don@gramps-project.org>
...
* src/plugins/Checkpoint.py: update from 2.2
* src/GrampsDb/_GrampsDbWriteXML.py: clean up
* src/Editors/_EditPrimary.py: prevent double OK clicks
* src/Editors/_EditPlace.py: prevent double OK clicks
* src/Editors/_EditSource.py: prevent double OK clicks
* src/Editors/_EditPerson.py: prevent double OK clicks
* src/Editors/_EditRepository.py: prevent double OK clicks
* src/Editors/_EditFamily.py: prevent double OK clicks
* src/Editors/_EditEvent.py: prevent double OK clicks
svn: r8361
2007-04-08 04:24:38 +00:00
Brian Matherly
00632c6a70
0000998: Source Ref link refers to nothing in Narrative web report.
...
svn: r8358
2007-04-06 02:42:52 +00:00
Brian Matherly
ea9b663908
0000996: Individual attributes do no include source reference citations in Narrative Web report.
...
svn: r8356
2007-04-05 12:13:33 +00:00
Brian Matherly
ab25044a7e
0000993: Checkpoint tool crashes in Windows
...
svn: r8353
2007-04-05 02:58:54 +00:00
Zsolt Foldvari
44cd99f74d
2007-04-04 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/GrampsWidgets.py (Statusbar): min width given in #chars;
right alignment of a bar is enabled.
* src/DisplayState.py (DisplayState.__init__): statusbar creation
with modified parameters.
svn: r8350
2007-04-03 23:34:08 +00:00
Don Allingham
f32d7b6d1a
2007-04-02 Don Allingham <don@gramps-project.org>
...
* src/DisplayState.py: shorten match message
* src/GrampsDb/Makefile.am: Added _HelperFunctions.py
* src/GrampsDb/__init__.py: Added _HelperFunctions.py
* src/GrampsDb/_HelperFunctions.py: Added support functions
svn: r8349
2007-04-03 04:05:36 +00:00
Don Allingham
5580ad12d3
* src/GrampsDb/_GrampsDbBase.py: handle close/delete of active database
...
* src/DbManager.py: clean up
* src/DbState.py: issue database-changed signal on db close
* src/GrampsDbUtils/_GedcomParse.py: fix adding of notes
* src/DbLoader.py: don't give undo warning if importing into empty db
svn: r8347
2007-04-02 03:56:30 +00:00
Don Allingham
30ce0c5291
2007-04-01 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PedigreeView.py: display matches in statusbar
* src/DataViews/_PersonView.py: display matches in statusbar
* src/DataViews/_RelationView.py: display matches in statusbar
* src/DisplayState.py: display matches in statusbar
* src/DisplayModels/_BaseModel.py: display matches in statusbar
* src/DisplayModels/_PeopleModel.py: display matches in statusbar
* src/GrampsDbUtils/_GedcomParse.py: display matches in statusbar
* src/PageView.py: display matches in statusbar
* src/Filters/_SearchBar.py: display matches in statusbar
* src/DbManager.py: fix default file name
svn: r8346
2007-04-01 22:37:10 +00:00
Zsolt Foldvari
a5732076d6
2007-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/GrampsWidgets.py (Statusbar._set_packing): Reverse packing style.
svn: r8345
2007-04-01 20:12:14 +00:00
Zsolt Foldvari
4697422bed
2007-04-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/GrampsWidgets.py: Statusbar widget added.
* src/ViewManager.py: use custom Statusbar.
svn: r8344
2007-04-01 16:37:23 +00:00
Brian Matherly
c71b782345
Remove "self.font" and "self.media_list" from the BaseDoc interface as they are only common to a couple of formats.
...
svn: r8342
2007-04-01 04:21:44 +00:00
Brian Matherly
6a864bb44c
Fix PaperStyle typos for AbiWord2Doc.
...
svn: r8341
2007-04-01 03:10:29 +00:00
Don Allingham
2002d9a1ba
2007-03-29 Don Allingham <don@gramps-project.org>
...
* src/ViewManager.py: load previous db if requested
* src/gramps_main.py: load previous db if requested
* src/ArgHandler.py: load previous db if requested
svn: r8340
2007-03-30 04:23:46 +00:00
Brian Matherly
698c28f230
Remove "get_newpage()" and "set_newpage()" from the ReportOptions class. They are not really options. The BookReportDialog now takes care of inserting page breaks.
...
svn: r8339
2007-03-30 02:30:42 +00:00
Don Allingham
8e9a3c191f
svn: r8338
2007-03-29 03:26:28 +00:00
Don Allingham
ad3ae54224
svn: r8337
2007-03-29 03:21:54 +00:00
Don Allingham
a9a388bead
2007-03-28 Don Allingham <don@gramps-project.org>
...
* src/ViewManager.py: call dbmanager if no file loaded on startup
* src/DbManger.py: open buttons and double click
* src/gramps_main.py: use "Family Trees"
svn: r8336
2007-03-29 01:42:21 +00:00
Zsolt Foldvari
d5651b061e
svn: r8335
2007-03-28 16:36:18 +00:00
Zsolt Foldvari
0cc78b2e89
* src/DataViews/_NoteView.py: enable shortcuts and drag-and-drop.
...
* src/Bookmarks.py (NoteBookmarks.make_label): better note label.
* src/DisplayTabs/_NoteModel.py: better note label for preview.
* src/DisplayTabs/_NoteTab.py: enable accepting drag-and-drop notes.
* src/ScratchPad.py: ScratchPadNote added.
* src/DdTargets.py: NOTE_LINK added.
2007-03-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
svn: r8334
2007-03-28 16:27:45 +00:00
Zsolt Foldvari
33fedc18d4
2007-03-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/DataViews/_NoteView.py: put back column editor support.
* src/GrampsDb/_GrampsDbBase.py (get_note_column_order): fix default
values.
* src/DisplayModels/_NoteModel.py: include marker column.
svn: r8333
2007-03-28 14:00:03 +00:00
Don Allingham
e8387f71c7
do the sensible thing, prevent duplicate names when creating a new db.
...
svn: r8332
2007-03-28 04:05:16 +00:00
Don Allingham
e5f0c18781
2007-03-27 Don Allingham <don@gramps-project.org>
...
* src/ViewManager.py: pass dbstate to DbManager
* src/DbManager.py: add icon, prevent deletion of open db, make buttons
do the sensible thing
svn: r8331
2007-03-28 03:33:11 +00:00
Brian Matherly
58b1e800ca
Remove "parse_report_options_frame()" and "parse_other_frames()" from the report interface. They are not used.
...
svn: r8330
2007-03-28 03:17:13 +00:00
Brian Matherly
adbf4b1dac
Remove "enable_options()" from the report interface. All reports define all their own options. So it is not used.
...
svn: r8329
2007-03-28 02:47:03 +00:00
Zsolt Foldvari
a7083cf69c
* src/GrampsDb/_DbUtils.py (db_copy): include missing Note table;
...
handling Note bookmarks.
* src/GrampsDb/_GrampsDbWriteXML.py:
* src/GrampsDb/_GrampsDBDir.py:
* src/GrampsDb/_GrampsBSDDB.py:
* src/Bookmarks.py:
* src/GrampsDbUtils/_ReadXML.py:
Handling Note bookmarks.
2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
svn: r8328
2007-03-27 21:47:18 +00:00