Alex Roitman
f8d2f86295
* src/gramps_main.py (open_example): Fix destination name when copying
...
files (was directory name).
* doc/gramps-manual/C/gramps-manual.xml: Reflect name change for
Comprehensive Ancestors Report.
* src/plugins/AncestorReport.py: Prefixed style names ("AHN:").
* src/plugins/Ancestors.py: Prefixed style names ("AR:").
* src/plugins/DescendReport.py: Prefixed style names ("DR:").
* src/plugins/DetAncestralReport.py: Prefixed style names ("DAR:").
* src/plugins/DetDescendantReport.py: Prefixed style names ("DDR:").
* src/plugins/FtmStyleAncestors.py: Prefixed style names ("FTA:").
* src/plugins/FtmStyleDescendants.py: Prefixed style names ("FTD:").
* src/plugins/FamilyGroup.py: Prefixed style names ("FGR:").
* src/plugins/CustomBookText.py: Prefixed style names ("CBT:").
* src/plugins/SimpleBookTitle.py: Prefixed style names ("SBT:").
Rename "Copyright string" with "Subtitle string".
* src/plugins/BookReport.py (BookReportDialog.__init__): Finally,
clear the style problem.
svn: r1901
2003-07-18 06:17:28 +00:00
Alex Roitman
1a5fb683a9
* src/gramps_main.py: Replace old "file-should-be-directory" message.
...
* src/StartupDialog.py: Minor typos.
* src/plugins/Verify.py: Likewise.
* src/plugins/WebPage.py: Likewise.
* src/plugins/book.glade: Likewise.
* src/MediaView.py: Likewise.
* src/PlaceView.py: Likewise.
* src/po/template.po: Update the above corrections in template.
svn: r1894
2003-07-17 02:37:28 +00:00
Don Allingham
e4a1d75f14
* src/DisplayTrace.py: identify more linux versions
...
svn: r1803
2003-06-30 03:07:24 +00:00
Don Allingham
00c9985d60
* src/plugins/ReadGedcom.py: removed unused variable
...
* src/latin_utf8.py: explicity state iso-8859-1 to unicode translation
* src/gramps_main.py: handle clearing of tabs better, eliminating
spurious tabs being added on a complete rebuild of the tabs.
svn: r1782
2003-06-26 02:53:04 +00:00
Don Allingham
c5a32dfae8
update
...
svn: r1775
2003-06-25 03:36:48 +00:00
Don Allingham
cf54cbc309
pychecker fixes
...
svn: r1750
2003-06-16 04:57:25 +00:00
Don Allingham
8189febf02
* src/preferences.glade: Don't immediately show preferences dialog
...
* src/GrampsCfg.py: Handle new callback for preferences dialog
* src/gramps_main.py: Pass update_display instead of full_update to
loadConfig to prevent the displaying of multiple entries on the display.
svn: r1738
2003-06-14 14:47:41 +00:00
Alex Roitman
8edebcad36
* src/ReadXML.py (import_data), src/WriteXML.py (export_data),
...
src/RelImage.py (import_media_object), src/gramps_main.py
(open_example), src/plugins/Check.py (cleanup_missing_photos),
src/plugins/WebPage.py (write_gallery):
Change shutil.copy() calls to first call shutil.copyfile() and then try
setting up bits.
svn: r1652
2003-06-03 21:18:23 +00:00
Don Allingham
8e21af4a49
Catch loops in filters
...
svn: r1583
2003-05-23 04:08:03 +00:00
Don Allingham
4021237d5f
Fixed loading of places and goto person switching back to first page
...
svn: r1580
2003-05-23 01:47:36 +00:00
Don Allingham
5c8fcf4c3f
Pass the correct object to apply_filter when apply is clicked
...
svn: r1570
2003-05-22 03:15:48 +00:00
Alex Roitman
0ad11c728c
Segfault on changing tab with filter applied
...
svn: r1569
2003-05-22 01:25:23 +00:00
Alex Roitman
282cd6732d
Updates
...
svn: r1568
2003-05-21 22:08:09 +00:00
Alex Roitman
41f848f53c
Finishing command line options
...
svn: r1564
2003-05-21 18:06:41 +00:00
Alex Roitman
f5c9c8f2cd
Command line imports: gedcom and iso
...
svn: r1552
2003-05-20 20:31:16 +00:00
Alex Roitman
7eded566a4
Unknown option handling
...
svn: r1551
2003-05-20 19:21:23 +00:00
Alex Roitman
9dbba654e5
Command line export-> default to gramps
...
svn: r1549
2003-05-20 18:33:14 +00:00
Alex Roitman
697e5cb456
Correction
...
svn: r1547
2003-05-20 04:52:44 +00:00
Alex Roitman
1d660a389f
Command-line import from gedcom: cleanup
...
svn: r1544
2003-05-19 19:58:52 +00:00
Alex Roitman
c4e62d273a
Prompt to save on Open and Open Example
...
svn: r1543
2003-05-19 18:17:35 +00:00
Alex Roitman
dc0cec92e3
Command line: check action
...
svn: r1541
2003-05-19 04:54:14 +00:00
Alex Roitman
86be928072
Command line: import cleanup and some exports
...
svn: r1540
2003-05-19 03:52:06 +00:00
Alex Roitman
ffb10b08d9
Command-line import
...
svn: r1538
2003-05-18 17:31:45 +00:00
Don Allingham
b2be35af0a
Shift-click to edit spouse, re-implemented family name guessing
...
svn: r1537
2003-05-18 04:18:12 +00:00
Alex Roitman
fc1daf4b66
Command line parameters
...
svn: r1536
2003-05-17 04:14:13 +00:00
Alex Roitman
6519704bdb
Ask user if missing media files on Save As
...
svn: r1524
2003-05-14 00:39:10 +00:00
Don Allingham
ec119ab64a
Fixed marriage problem and startup dialog
...
svn: r1515
2003-05-12 19:39:49 +00:00
Alex Roitman
3058db9d18
Handle media files on Save As...
...
svn: r1514
2003-05-12 03:30:30 +00:00
Don Allingham
a6338d63b3
Handle image imports that are abandoned
...
svn: r1506
2003-05-08 17:12:10 +00:00
Don Allingham
59f87c9487
Patch for tabs from Billy Earney
...
svn: r1496
2003-05-06 02:54:14 +00:00
Don Allingham
700fc73ae6
Gramps IMPORTING
...
svn: r1490
2003-05-05 01:36:21 +00:00
Don Allingham
377750f4c1
Handle redraw of the display after a tool is run
...
svn: r1489
2003-05-03 14:16:59 +00:00
Alex Roitman
9a4e9db4e8
Correction: bind relationship function _after_ the plugins are loaded
...
svn: r1484
2003-04-30 16:40:28 +00:00
Don Allingham
5d09a26cd2
Relcal changes for plugins
...
svn: r1479
2003-04-30 00:24:32 +00:00
Don Allingham
13eb91d4c9
Fixed Find from popping up multiple windows.
...
svn: r1474
2003-04-22 21:52:59 +00:00
Don Allingham
65c7ff817e
Allow the user to select the entries to be modified.
...
svn: r1452
2003-04-16 06:25:38 +00:00
Don Allingham
8a4b9b957e
Fix configure file to not include extending-gramps
...
svn: r1433
2003-04-10 02:58:00 +00:00
Don Allingham
35184f9d6f
Translation changes
...
svn: r1432
2003-04-10 02:49:51 +00:00
Unknown
21fc77e211
German translation and several typo fixes
...
svn: r1431
2003-04-09 19:49:11 +00:00
Don Allingham
f4b8546438
Pychecker cleanup
...
svn: r1430
2003-04-09 03:29:08 +00:00
Don Allingham
7b8aa74a1d
gtk.glade.bindtextdomain
...
svn: r1427
2003-04-06 05:07:36 +00:00
Don Allingham
7414aeba7c
translation fixes
...
svn: r1425
2003-04-05 23:39:22 +00:00
Don Allingham
165efc5848
Find support
...
svn: r1423
2003-04-04 05:48:25 +00:00
Alex Roitman
67bae25522
Typos
...
svn: r1418
2003-04-01 23:28:21 +00:00
Don Allingham
31cd4e0549
Fixed example file loading
...
svn: r1414
2003-03-31 03:38:06 +00:00
Don Allingham
2c5b7b691d
Example database menu item
...
svn: r1413
2003-03-31 01:33:40 +00:00
Don Allingham
27d3985fb9
filename clean up
...
svn: r1408
2003-03-28 02:28:04 +00:00
Don Allingham
de7efc0405
Sidebar/tab handling
...
svn: r1402
2003-03-27 03:16:09 +00:00
Don Allingham
42b49c4c49
Translate list headers
...
svn: r1400
2003-03-26 02:32:58 +00:00
Don Allingham
e2d89c8f90
Accessibility for dialogs
...
svn: r1384
2003-03-23 03:50:59 +00:00
Don Allingham
5a38afb512
Fixed HTML options
...
svn: r1383
2003-03-23 03:26:55 +00:00
Don Allingham
97068b77a6
Merge fixes, option to display relationship to the home person in the
...
status bar.
svn: r1380
2003-03-22 20:26:44 +00:00
Don Allingham
99a8c5f1dd
Message for place displays
...
svn: r1374
2003-03-21 04:42:12 +00:00
Don Allingham
5d1897c379
Fixed sorting
...
svn: r1373
2003-03-21 04:25:55 +00:00
Don Allingham
64de2e6acf
Faster load times for places
...
svn: r1364
2003-03-20 02:54:28 +00:00
Don Allingham
2615f4c186
HIG improvements
...
svn: r1358
2003-03-19 04:27:34 +00:00
Don Allingham
c326597f61
HIG changes
...
svn: r1355
2003-03-17 05:21:40 +00:00
Don Allingham
50f66cbddd
Updates to people list occur only on active display
...
svn: r1353
2003-03-17 02:28:43 +00:00
Don Allingham
d822a0ebfa
Faster initial display
...
svn: r1350
2003-03-15 18:51:30 +00:00
Don Allingham
d554f53049
Hide main window until it is completely initialized.
...
svn: r1348
2003-03-14 05:46:02 +00:00
Don Allingham
f9f602f378
Patch names improvements
...
svn: r1345
2003-03-12 23:17:54 +00:00
Don Allingham
177c14d082
Faster loading of pages, Improvements to filters
...
svn: r1340
2003-03-12 03:02:08 +00:00
Don Allingham
a72b6df23c
Bug fixes from pychecker
...
svn: r1333
2003-03-08 05:59:20 +00:00
Don Allingham
b6fe29b4d8
Title handling
...
svn: r1328
2003-03-07 02:21:18 +00:00
Don Allingham
368378119d
Window title strings
...
svn: r1327
2003-03-06 06:12:51 +00:00
Don Allingham
e3e2a02607
Interface compliance changes
...
svn: r1323
2003-03-03 04:32:53 +00:00
Don Allingham
072c64eb5e
HIG improvements
...
svn: r1319
2003-02-27 00:29:37 +00:00
Don Allingham
b3baca9985
HIG compliance (or at least the start of)
...
svn: r1318
2003-02-26 05:43:55 +00:00
Don Allingham
0f616d0b90
Updated dialogs
...
svn: r1314
2003-02-24 04:51:57 +00:00
Don Allingham
a631b949cb
Translator names in credits
...
svn: r1306
2003-02-14 03:55:20 +00:00
Don Allingham
8637d33501
Clear displays after a new database is created.
...
svn: r1305
2003-02-14 02:20:59 +00:00
Don Allingham
acf975cd1a
updated strings, called gnome.init
...
svn: r1301
2003-02-13 05:15:39 +00:00
Don Allingham
a9f8fe034f
ansel/utf8 encodings
...
svn: r1258
2003-01-19 06:25:20 +00:00
Don Allingham
a5b4fcd791
pychecker cleanup
...
svn: r1254
2003-01-12 05:22:21 +00:00
Don Allingham
f36b5c5056
Graphviz index problem, scroll window on person list
...
svn: r1253
2003-01-11 23:43:24 +00:00
Don Allingham
4f6e5a4031
Pychecker fixes, gnome.url.show to gnome.url_show
...
svn: r1252
2003-01-10 13:52:32 +00:00
Don Allingham
7f514dac82
pychecker fixes, GEDCOM import/export improvements, calendar improvements
...
svn: r1250
2003-01-10 05:21:32 +00:00
Don Allingham
1e1ef8dc73
Calendar updates
...
svn: r1247
2003-01-09 04:41:08 +00:00
Don Allingham
1d449eb7c7
Unselect selected person on goto_active_person, apply Alexandre Duret-Lutz's
...
GEDCOM patches
svn: r1243
2003-01-08 04:58:00 +00:00
Don Allingham
c6ca0c4e18
OpenOffice fixes, calendar format fixes
...
svn: r1239
2003-01-06 05:14:49 +00:00
Don Allingham
1c902e0eef
Calendar enhancements
...
svn: r1235
2003-01-02 04:31:52 +00:00
Don Allingham
ba3ab2b947
Date handling improvements (calendar conversions)
...
svn: r1233
2002-12-30 00:42:47 +00:00
Don Allingham
8d773d3e7d
Dynamically find pages
...
svn: r1232
2002-12-29 05:44:35 +00:00
Don Allingham
d50af921d3
Dynamic create of person list pages
...
svn: r1231
2002-12-25 05:22:23 +00:00
Don Allingham
42ab304330
Support for natural find
...
svn: r1230
2002-12-24 22:36:46 +00:00
Don Allingham
a08425ebc8
Gedcom export, complete_rebuild fix, merge support
...
svn: r1223
2002-12-14 05:07:09 +00:00
Don Allingham
47e4725f60
Improved reporting for traceback dialog, attempts to determine the distribution
...
svn: r1220
2002-12-11 05:18:47 +00:00
Don Allingham
3484056b38
List sorting
...
svn: r1219
2002-12-06 03:37:31 +00:00
Don Allingham
37b8945a47
Surname prefix support
...
svn: r1217
2002-12-04 04:58:07 +00:00
Don Allingham
efd7282292
Surname prefix support, landscape support for SVG and PS
...
svn: r1215
2002-12-01 03:40:47 +00:00
Don Allingham
1e89380047
Removed unneeded pygtk calls
...
svn: r1210
2002-11-27 05:56:23 +00:00
Don Allingham
f53f056885
use pygtk.require to determine database
...
svn: r1205
2002-11-26 04:06:23 +00:00
Don Allingham
ae834aec56
Delay attaching ListStore to TreeView until after names have been loaded.
...
svn: r1191
2002-11-17 05:06:43 +00:00
Don Allingham
65f8f4c87b
Updates to relationship calculator, disabling menus, saving sidebar/filters
...
svn: r1190
2002-11-16 23:22:33 +00:00
Don Allingham
aac28fa291
EditPerson fixes, list model enhancements
...
svn: r1189
2002-11-15 03:49:39 +00:00
Don Allingham
0c740b6ea8
Fixes for sidebar value saving and apply_filter fixes
...
svn: r1178
2002-11-10 04:22:50 +00:00
Don Allingham
e526e704e2
Warning message
...
svn: r1175
2002-11-10 00:44:10 +00:00
Don Allingham
96e1119270
Tabbed pages in the person list
...
svn: r1174
2002-11-10 00:38:58 +00:00
Don Allingham
a6a58ccf78
GEDCOM/ANSEL handing, improved list access
...
svn: r1173
2002-11-09 18:44:58 +00:00
Don Allingham
814af540c2
Pre02 for gramps-0.9.0
...
svn: r1160
2002-11-02 21:19:58 +00:00
Don Allingham
0585d6fefd
Clean up of unused functions
...
svn: r1153
2002-10-27 04:20:45 +00:00
Don Allingham
e5bb1351c3
Removal of unused functions
...
svn: r1152
2002-10-27 04:03:39 +00:00
Don Allingham
0f3501ae86
Improvements to media view and parent selection
...
svn: r1151
2002-10-27 03:43:12 +00:00
Don Allingham
0753b631a6
Added MIME support via the new grampslib C module.
...
svn: r1148
2002-10-25 04:52:51 +00:00
Don Allingham
782841c738
Fixed place editing
...
svn: r1146
2002-10-21 01:18:07 +00:00
Don Allingham
5875df7c48
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00