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
Alex Roitman
d9ac38ff1f
2007-01-09 Alex Roitman <shura@gramps-project.org>
...
* src/const.py.in: use proper macros.
* src/gramps.py: Correctly define dirs.
svn: r7889
2007-01-10 02:14:25 +00:00
Alex Roitman
4dae3896e4
2006-11-25 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Use
per-database environment dirs, under ~/.gramps/env dir.
* src/const.py.in (env_dir): Add new variable.
svn: r7697
2006-11-26 03:00:44 +00:00
Alex Roitman
0d168a46a7
Update
...
svn: r7480
2006-10-29 03:50:17 +00:00
Alex Roitman
67111c6b6a
* src/ViewManager.py (ViewManager.about): Use const.py.
...
* src/const.py.in (url_manual): Add the link constant.
* src/GrampsDisplay.py (help): Update the link.
svn: r7478
2006-10-29 03:01:56 +00:00
Alex Roitman
b59f1a2c8b
2006-10-27 Alex Roitman <shura@gramps-project.org>
...
* src/const.py.in: Put gettext import back.
svn: r7448
2006-10-27 17:37:08 +00:00
Alex Roitman
624df01e01
* src/ViewManager.py (ViewManager.about): Translate comments.
...
* src/const.py.in: No gettext (won't work anyway because const.py
is imported before textdomain is set.
svn: r7444
2006-10-27 02:49:54 +00:00
Alex Roitman
0a0c346c34
2006-09-12 Alex Roitman <shura@gramps-project.org>
...
* src/const.py.in (app_gramps): Revert to using a string.
svn: r7317
2006-09-12 20:51:47 +00:00
Don Allingham
a05a72b8ea
2006-09-11 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_ReadXML.py: don't assume that os.path.sep is the
first element of an absolute path. Many not be true on some legacy
operating systems.
svn: r7312
2006-09-11 15:38:59 +00:00
Brian Matherly
259d0678ae
* src/const.py.in: Disable thumbnailer for Windows.
...
svn: r7267
2006-08-26 02:46:40 +00:00
Brian Matherly
de4bf165b9
* src/Config/_GrampsIniKeys.py: Report error on invalid filename
...
* src/const.py.in: detect windows home directory before others
svn: r7216
2006-08-20 21:52:49 +00:00
Don Allingham
accd5c5e4f
svn: r6825
2006-05-31 03:23:55 +00:00
Alex Roitman
0c2f2fdd11
* src/const.py.in: Use gettext.
...
* src/GrampsDb/_ConstXML.py: Remove file.
svn: r6736
2006-05-21 20:27:46 +00:00
Don Allingham
cc1a0275e9
* src/DataViews/_MediaView.py: Shorten tab name
...
* src/DataViews/_RepositoryView.py: Shorten tab name
* src/DataViews/_SourceView.py: Shorten tab name
* src/DataViews/_EventView.py: Shorten tab name
* src/DataViews/_FamilyView.py: Shorten tab name
* src/DataViews/_FamilyList.py: Shorten tab name
* src/DataViews/_PedigreeView.py: Shorten tab name
* src/DataViews/_PlaceView.py: Shorten tab name
* src/DataViews/_PersonView.py: Shorten tab name
* src/DataViews/_MapView.py: Shorten tab name
* src/glade/gramps.glade: remove unused option
* src/const.py.in: bugtracker address fix
svn: r6416
2006-04-22 22:09:16 +00:00
Don Allingham
b2ea3cfaec
remove expanduser
...
svn: r6218
2006-03-29 04:11:17 +00:00
Don Allingham
e2100245d4
remove convert dependency
...
svn: r6217
2006-03-29 03:21:29 +00:00
Don Allingham
be2bb20020
.ini settings
...
svn: r6186
2006-03-21 06:33:59 +00:00
Don Allingham
7fdb8314d9
lds specific data moved
...
svn: r6185
2006-03-21 06:23:45 +00:00
Alex Roitman
c5b8bf3a31
* various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context.
...
svn: r6156
2006-03-16 20:25:15 +00:00
Alex Roitman
a2f4e44261
Update
...
svn: r6138
2006-03-11 05:11:41 +00:00
Don Allingham
628457e159
Add option to suppress tooltips in trees
...
svn: r6111
2006-03-09 19:07:13 +00:00
Alex Roitman
ebe3a60a20
Update
...
svn: r6099
2006-03-08 01:16:20 +00:00
Don Allingham
fcdf07ccdd
new logging scheme
...
svn: r6080
2006-03-05 04:31:24 +00:00
Don Allingham
5ce0ba4f12
relocate glade files
...
svn: r6075
2006-03-04 22:53:46 +00:00
Don Allingham
4a04791292
update new installation paths
...
svn: r6046
2006-03-03 00:17:58 +00:00
Alex Roitman
ab07389727
* src/*png, src/*jpg: move under images directory.
...
svn: r6043
2006-03-02 23:37:16 +00:00
Don Allingham
6f8ae3cd51
* src/AddrEdit.py: remove already_exist check in favor of exception
...
* src/AttrEdit.py: remove already_exist check in favor of exception
* src/DisplayState.py: remove already_exist variable
* src/DisplayTabs.py: handle exception
* src/EditEventRef.py: remove already_exist check in favor of exception
* src/EditFamily.py: update to derive from EditPrimary
* src/EditMedia.py: update to derive from EditPrimary
* src/EditMediaRef.py: remove already_exist check in favor of exception
* src/EditPerson.py: update to derive from EditPrimary
* src/EditPlace.py: update to derive from EditPrimary
* src/EditRepository.py:update to derive from EditPrimary
* src/EditSource.py: update to derive from EditPrimary
* src/EditSourceRef.py: remove already_exist check in favor of exception
* src/Errors.py: new exception
* src/EventEdit.py: update to derive from EditPrimary
* src/EventView.py: catch exception of window already exists
* src/FamilyList.py: catch exception of window already exists
* src/FamilyView.py: catch exception of window already exists
* src/GrampsWidgets.py: typos
* src/NameEdit.py: remove already_exist check in favor of exception
* src/PedView.py: catch exception of window already exists
* src/PersonView.py: catch exception of window already exists
* src/PlaceView.py: catch exception of window already exists
* src/Plugins.py: catch exception of window already exists
* src/UrlEdit.py: remove already_exist check in favor of exception
* src/const.py.in: dynamically determine path
* src/gramps.glade: name changes
* src/gramps.py: set path
svn: r6014
2006-03-01 05:08:11 +00:00
Don Allingham
ced7763d93
fix cwd
...
svn: r5886
2006-02-05 05:33:29 +00:00
Don Allingham
06731ccf4f
* src/AddMedia.py: glade path
...
* src/AddrEdit.py: glade path
* src/AttrEdit.py: glade path
* src/DateEdit.py: glade path
* src/EventEdit.py: glade path
* src/GrampsCfg.py: glade path
* src/ImageSelect.py: glade path
* src/Sources.py: glade path
* src/StyleEditor.py: glade path
* src/const.py.in: glade path
* src/Marriage.py: glade path
* src/unlocked.png: added
* src/GrampsDb/_ReadGedcom.py: optimize UI updates, add test code
svn: r5772
2006-01-17 05:03:30 +00:00
Don Allingham
8f43528b12
* src/const.py.in: remove unused variables
...
* src/gramps.glade: remove unused dialogs
svn: r5751
2006-01-14 05:27:48 +00:00
Alex Roitman
3c0c535d4a
* src/GrampsLogger/.cvsignore: Add to CVS.
...
* src/const.py.in: Add directory for the db environment.
* src/GrampsDb/_GrampsDbBase.py: Use new logging;
(get_number_of_repositories): add method; (_del_*): add
placeholder methods -- must be overriden in derived classes.
* src/GrampsDb/_GrampsBSDDB.py: Use new logging; Add txn attribute
to the database; (open_table): rename dbopen; (get_*_cursor): Pass
txn to cursor constructors; (load): Open environment with
transaction-capable flags, open tables with AUTO_COMMIT flag;
(rebuild): use txn; (_delete_primary_from_reference_map): Use txn;
(_update_reference_map): Use txn; (_del_*)L Use txn; (remove_*):
remove unneeded functions (already in DbBase);
(_get_obj_from_gramps_id): Use txn;
(_commit_base,_do_commit,_find_from_handle): Add and use txn;
(transaction_commit): create and commit txn; do not sync().
svn: r5682
2006-01-06 20:55:49 +00:00
Alex Roitman
97cdbe6af4
merge changes from gramps20
...
svn: r5482
2005-12-06 06:38:09 +00:00
Martin Hawlisch
2663b12f13
* src/gramps_main.py: pass DisplayState to TipOfDay
...
* src/TipOfDay.py: Use DisplayState
* src/const.py.in: add GRAMPS websites
* src/ViewManager.py: Add TipOfDay; Make GRAMPS websites work again
svn: r5124
2005-08-25 15:08:07 +00:00
Don Allingham
4424259671
* src/ViewManager.py: set up about box and other HELP menu items
...
* src/const.py.in: strings for about box
* Makefile.am: install COPYING file to provide text for GPL.
svn: r5073
2005-08-13 03:23:02 +00:00
Alex Roitman
02ca5a73b5
* src/const.py.in: Remove obsolete constants.
...
svn: r5042
2005-08-09 14:43:04 +00:00
Alex Roitman
42534975c3
Merge changes made between 2.0.3 and 2.0.5
...
svn: r4911
2005-07-08 20:24:54 +00:00
Alex Roitman
095915429d
* src/RelLib.py: Move constants back to RelLib, as class attributes.
...
* src/Utils.py: Move constant mappings from const.py.in
* src/const.py.in: Move constants and mappings elsewhere.
* various: Use constants from RelLib, not const.
svn: r4736
2005-05-30 20:41:43 +00:00
Martin Hawlisch
bb50c0f5df
* src/const.py.in: Replace static definition of lds_temple_to_abrev by dynamic generation from lds_temple_codes so they need to be defined only once.
...
svn: r4723
2005-05-27 21:39:39 +00:00
Alex Roitman
9e54f3d2b2
Update
...
svn: r4717
2005-05-27 20:13:11 +00:00
Alex Roitman
f1e31b8270
* src/const.py.in: Get rid of TransTable use in favor of int contsants.
...
* src/GrampsBSDDB.py (upgrade_2): Use proper constants.
* src/RelLib.py: Move constants out to const.py.in.
svn: r4716
2005-05-27 20:09:28 +00:00
Alex Roitman
5610229889
Merge SOUR_REPO branch with main trunk
...
svn: r4712
2005-05-27 17:43:04 +00:00
Alex Roitman
557638b510
* src/const.py.in: Define integer constants for standard events.
...
svn: r4707
2005-05-27 14:04:53 +00:00
Don Allingham
9b7fe2ab46
* src/EditPerson.py: start of new gallery
...
* src/ImageSelect.py: start of new gallery
* src/Witness.py: fix listmodel
* src/const.py.in: LDS temple names
* src/edit_person.glade: start of new gallery
svn: r4465
2005-05-03 04:06:03 +00:00
Don Allingham
f844fb5bf1
* src/const.py.in: convert Alternate Birth and Alternate Death to
...
Birth and Death
svn: r4448
2005-05-01 04:22:08 +00:00
Don Allingham
4dfc846191
* src/edit_person.glade: re-add edit_person.glade
...
* src/EditPerson.py: start of new EditPerson dialog
* src/ListModel.py: enhancements for the start of inline editing
* src/Makefile.am: add edit_person.glade
* src/ReadXML.py: commit transactions properly
* src/const.py.in: add edit_person.glade back in
svn: r4375
2005-04-19 04:20:17 +00:00
Don Allingham
e5542af5c6
* src/DbPrompter.py: provide a better error message of DB open failure
...
* src/const.py.in: Add Martin Hawlisch and Richard Tayor to author list
svn: r4300
2005-04-05 15:31:04 +00:00
Don Allingham
20a785d887
* src/EventEdit.py: Display error message if event type not specified.
...
* src/gramps_main.py: fix merge callback
svn: r4240
2005-03-26 15:27:39 +00:00
Alex Roitman
dac485ee26
* src/gramps_main.py (__init__): Catch "ErrorSchemaInvalid" exception
...
* src/Errors.py (GConfSchemaError): Add new exception.
* src/const.py.in: Remove exception string "ErrorSchemaInvalid"
(replaced by new class).
* src/GrampsGconfKeys.py (get_bool,get_int,get_string): Raise exception.
svn: r4204
2005-03-17 20:33:36 +00:00
Martin Hawlisch
3dfcf51269
* src/GrampsGconfKeys.py (get_bool,get_int,get_string): Raise exception when default value could not be get from gconf schema
...
* src/const.py.in: Add custom exception "ErrorSchemaInvalid"
* src/GrampsMime.py (mime_type_is_defined): New method that returns True/False
* src/gramps_main.py (__init__) Catch "ErrorSchemaInvalid" exception and check for installed MIME-type. Show error because installation is incomplete.
svn: r4200
2005-03-17 19:28:00 +00:00
Martin Hawlisch
fd67637913
* src/plugins/ImportvCard.py: A quickly hacked version of a vCard importer. Maybe it is useful for someone.
...
* src/const.py.in: added mime for vCard import.
svn: r4196
2005-03-16 22:40:42 +00:00