Nick Hall
bf23e340db
4849: Prevent errors in gramplets that depend on the pyexiv2 module when this module is not available
...
svn: r17186
2011-04-21 15:56:40 +00:00
Benny Malengier
1c17d12385
print if bsddb3 is used in help
...
svn: r17170
2011-04-20 19:42:32 +00:00
Benny Malengier
b3beba53d8
Some bsddb changes
...
* allow to use bsddb3 as database via a config setting
* set async write to disk to improve speed, eg import * 40
svn: r16446
2011-01-23 21:25:51 +00:00
Jérôme Rapinat
453cf6205f
python 2.6 and later
...
svn: r16267
2010-12-12 10:19:51 +00:00
Peter Landgren
739da49fb8
Fixed a type and added print out od system PATH.
...
svn: r16222
2010-11-20 14:47:36 +00:00
Peter Landgren
39435db48e
Added versions for graphviz and ghostscript in cli command --version.
...
svn: r15987
2010-10-14 12:53:01 +00:00
Peter Landgren
ed6f4a0080
Issue 4276: Gramps cli interface for user with non latin characters in name. Mostly Windows.
...
svn: r15984
2010-10-14 11:46:05 +00:00
Doug Blank
5ed53f5e9c
Changed --settings to --version to be more compatible with other programs; added --config=[section.setting[:value]] to see/set config value(s)
...
svn: r15817
2010-08-26 12:17:00 +00:00
Doug Blank
0e330eb929
Added a --settings to show settings and versions (based on test_dependencies.py by Stephen George)
...
svn: r15009
2010-04-03 22:44:41 +00:00
Peter Landgren
0828461144
New attemot to improve complete translation in Windows.
...
svn: r14414
2010-02-20 13:21:26 +00:00
Peter Landgren
34a910ec3a
Step towards fix of translation in Windows.
...
svn: r14268
2010-02-07 18:01:17 +00:00
Benny Malengier
e752af9ed6
FINALLY: this fixes translation issues with gtk.Builder on my box (ubuntu 9.10)
...
svn: r14253
2010-02-06 17:17:20 +00:00
Brian Matherly
cd30f4db2f
Continued work on GEP008: move src/Mime to src/gen/mime.
...
svn: r14118
2010-01-24 20:17:14 +00:00
Doug Blank
1830a44505
Had to allow links now that plugins is a dir inside gramps32 to allow flexibility in addons
...
svn: r14115
2010-01-24 15:24:36 +00:00
Doug Blank
f7e09f23c8
Added missing _; return errors and print
...
svn: r14044
2010-01-12 13:05:41 +00:00
Benny Malengier
08c8edb43d
More info on gtk in error report & remove duplicate PYTHON line
...
svn: r14004
2010-01-09 15:16:50 +00:00
Peter Landgren
33686fcf18
First update for consistent use of Gramps. See issue 3355.
...
svn: r13610
2009-11-17 20:14:53 +00:00
Brian Matherly
82a847226e
Cleanup gettext configuration (in preparation for custom report translations).
...
svn: r13385
2009-10-18 22:18:29 +00:00
Doug Blank
850253ca41
Removing experimental server code
...
svn: r12863
2009-08-03 00:24:34 +00:00
Doug Blank
a717faf4d6
Experimental --server mode
...
svn: r12858
2009-08-02 03:31:39 +00:00
Benny Malengier
67f912aa2d
03090: All strings are not shown translated
...
svn: r12804
2009-07-16 12:23:51 +00:00
Benny Malengier
9d417e2cd6
Split Utils in a non GUI and GUI part
...
move GrampsCfg utils to Utils
improve import strategy
svn: r12680
2009-06-19 15:23:58 +00:00
Benny Malengier
4b7692708c
Split CLI from GUI. These changes allow CLI to work without GTK
...
Part 1. To do: pylint on new files.
svn: r12674
2009-06-18 21:56:37 +00:00
Jérôme Rapinat
1e3c17204c
#2269 wrong localisation directory with custom prefix
...
svn: r10981
2008-08-13 06:01:11 +00:00
Gerald Britton
882199f1c2
Replace dict.has_key(x) with x in dict for performance gain
...
svn: r10874
2008-07-17 18:10:32 +00:00
Raphael Ackermann
04d63561e1
2008-03-04 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/Bookmarks.py: 0001770: Bookmark Editor window and deleting entries
Set focus on bookmark right above the deleted bookmark
* src/gramps.py: comment typo
* src/ListModel.py: fix, changed func((param)) to func(param)
svn: r10186
2008-03-04 22:28:59 +00:00
Raphael Ackermann
90f883e46d
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/* 143 files
* test/try_tree_model.py
* windows/nsis/gcheck.py
imports cleanup
svn: r10055
2008-02-18 20:07:09 +00:00
Benny Malengier
a6fe002719
2008-01-12 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/GrampsDisplay.py: open url in standard way
* src/gramps.py: add comment on use of import gnome
* README:
* INSTALL:
Remove need for gconf, add need for xdg utilities
svn: r9788
2008-01-13 00:48:03 +00:00
Raphael Ackermann
9317748613
2008-07-07 Raphael Ackermann <raphael.ackermann@gmail.com
...
* src/DataViews/PersonView.py: removed unused import
* src/plugins/EventCmp.py: fixed error introduced with previous change
* src/gramps.py: removed unused import
* src/PageView.py: removed unused import
svn: r9744
2008-01-07 20:07:52 +00:00
Benny Malengier
f6d4bf1b60
* src/gramps.py: text error, issue #1342
...
2007-11-06 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9310
2007-11-06 14:36:24 +00:00
James G Sack
3ce249d923
CLI fixup: bugs 1331,2,3,4
...
svn: r9286
2007-10-31 21:47:58 +00:00
Peter Landgren
56050eabb9
Correction of wrong commit
...
svn: r9275
2007-10-30 11:12:29 +00:00
Peter Landgren
472e7e7712
Ordinary update of new strings
...
svn: r9272
2007-10-30 10:13:01 +00:00
Benny Malengier
022596af8a
* src/gramps_main.py: if error and terminate, don't show family manager before exit
...
* src/gramps.py: terminate if wrong python version
2007-10-20 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9221
2007-10-20 21:24:32 +00:00
Benny Malengier
b7803fefc4
2007-09-28 James G. Sack <jgsack@san.rr.com>
...
* src/gramps.py: remove wrong setting of sys.path
svn: r9056
2007-10-01 18:31:19 +00:00
Brian Matherly
07a96a7333
Don't import gramps_main until logging is setup.
...
svn: r9041
2007-09-30 02:51:38 +00:00
Don Allingham
a65a73d1d7
* various: const.py changes
...
2007-09-07 Don Allingham <don@gramps-project.org>
* src/DateHandler/_Date_fr.py: fix indentation errors
2007-09-07 Don Allingham <don@gramps-project.org>
svn: r8948
2007-09-08 05:54:02 +00:00
Kees Bakker
e92a5979a8
Use the normal sys.exit() instead of os._exit() because the latter will
...
not flush any output. Also catch the SysExit exceptions in gramps.py and
do a gtk.main_quit() just to be sure. This all is to make commandline
processing usable.
svn: r8308
2007-03-20 19:21:41 +00:00
Zsolt Foldvari
4cd6d41f79
* src/MarkupText.py: cleanup
...
* src/DisplayTabs/_NoteTab.py (build_interface): debug log
* src/const.py.in: add new command line arg '-d,--debug'
* src/gramps.py (setup_logging): change root logger default level
to WARNING
* src/ArgHandler.py (parse_arg): handle command line arg: debug
2007-02-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
svn: r8093
2007-02-12 22:33:03 +00:00
Alex Roitman
5000d97921
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
912a73371f
* src/GrampsDb/_WriteGedcom.py (GedcomWriter.gui_setup): Add a
...
dialog about the researcher information.
* src/gramps.py (run): Remove startup dialog.
svn: r7278
2006-08-27 21:04:49 +00:00
Brian Matherly
1a02c853c0
* src/ManagedWindow.py: mask strange Windows logging error on close
...
svn: r7179
2006-08-15 03:12:14 +00:00
Brian Matherly
7cd3ebaa77
* src/gramps.py: catch logging error and ignore.
...
svn: r7168
2006-08-13 04:18:59 +00:00
Brian Matherly
58e213e22b
Add provisions for local mo files for Windows
...
svn: r6797
2006-05-27 21:04:44 +00:00
Don Allingham
f8a6f76900
2006-04-27 Don Allingham <don@gramps-project.org>
...
* src/ViewManager.py: support for keypress events
* src/gramps.py: fix gnome init
svn: r6464
2006-04-27 17:03:23 +00:00
Don Allingham
071ae0ac9a
dialog fixes, replace fork with spawn
...
svn: r6226
2006-03-29 22:51:27 +00:00
Don Allingham
dfeb7259b3
new logging scheme
...
svn: r6080
2006-03-05 04:31:24 +00:00
Alex Roitman
45a3a8dc50
Remove executable bit
...
svn: r6032
2006-03-02 18:40:22 +00:00
Don Allingham
26092c071a
* 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
Richard Taylor
6fee6a5f79
integrated object selector into edit family
...
svn: r5804
2006-01-20 10:30:35 +00:00