Commit Graph

8264 Commits

Author SHA1 Message Date
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
d3e57f4932 Moved djangodb.py to dbdjango.py
svn: r14114
2010-01-24 14:19:45 +00:00
Doug Blank
ddecec588d Renamed djangodb.DjangoDb to dbdjango.DbDjango
svn: r14113
2010-01-24 14:01:36 +00:00
Doug Blank
e5d14f59c1 Fixed DbDjango's
svn: r14112
2010-01-24 13:55:39 +00:00
Doug Blank
2d36aea65a Added doc notes on new database hierarchy
svn: r14111
2010-01-24 13:47:48 +00:00
Doug Blank
4fd46fe669 Moved plugins to ~/.gramps/gramps32/plugins and ini to ~/.gramps/gramps32/
svn: r14110
2010-01-24 12:18:30 +00:00
Brian Matherly
2e9a4c27d0 Move find_mime_type_pixbuf from the Mime module to ThumbNails. It is more closely related to thumbnails than mime.
svn: r14109
2010-01-24 04:52:22 +00:00
Nick Hall
4a529d0c28 Fix selected handles for merge operations
svn: r14108
2010-01-23 15:31:50 +00:00
Peter Landgren
6ce240ff43 Something forgotten.
svn: r14107
2010-01-22 17:59:54 +00:00
Peter Landgren
f6ecab76c0 Something forgotten.
svn: r14106
2010-01-22 17:59:07 +00:00
Gerald Britton
1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +00:00
Doug Blank
fdfb1b48b0 3527: People View sometimes skips items because of LRU key error
svn: r14103
2010-01-21 01:55:48 +00:00
Doug Blank
97c058af9b probably_alive and CalcEstDates now share same codebase; rewritten probably_alive
svn: r14102
2010-01-20 13:39:37 +00:00
Doug Blank
c689013025 Added two additional cases for date matches: <=, >=
svn: r14101
2010-01-20 13:37:24 +00:00
Serge Noiraud
f06acae4b1 GeoView : issue 3497 adds filters.
javascript errors when switching between maps.


svn: r14100
2010-01-19 19:34:47 +00:00
Peter Landgren
418618d856 Better output of pre- and unformatted notes and of end notes references.
svn: r14098
2010-01-19 12:47:48 +00:00
Peter Landgren
e18dd1d560 Better output of pre- and unformatted notes and of end notes references.
svn: r14097
2010-01-19 12:47:17 +00:00
Gerald Britton
517a5e3c90 Tweaks and minor refactoring
svn: r14096
2010-01-18 20:14:59 +00:00
Peter Landgren
bf0d4a5123 More info in tooltip text about formatting.
svn: r14095
2010-01-18 17:59:28 +00:00
Jérôme Rapinat
659c51a011 2384: KinshipReport use hard to translate sentences (by Josip)
svn: r14094
2010-01-18 15:46:32 +00:00
Jérôme Rapinat
d9ad7798bc 3105: general base objects
svn: r14093
2010-01-18 14:57:54 +00:00
Brian Matherly
f04880ec09 Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
svn: r14091
2010-01-18 04:42:17 +00:00
Doug Blank
1b8706eaf1 Plugin Manager part 3: can now install plugins
svn: r14090
2010-01-18 04:09:04 +00:00
Doug Blank
9e3ebf46b4 Plugin Manager, part 2 of 3: updates trunk for using 3.2 manual, Plugin Manager gets addon list from wiki
svn: r14088
2010-01-17 21:45:37 +00:00
Doug Blank
e2bbd220bb Bug in comparing defaults if no deepcopy
svn: r14087
2010-01-17 20:23:56 +00:00
Doug Blank
b66e96b8d9 Plugin Manager refinements, part 1: refactored plugin lists, renamed Plugin Status to Plugin Manager, added functionality on loaded plugin page
svn: r14086
2010-01-17 16:24:56 +00:00
Doug Blank
bd15fa674a Refined API: better arg names, and better docstring; allow config to get path implicitly, ala our Glade API
svn: r14085
2010-01-17 13:47:26 +00:00
Doug Blank
3413cf0372 Add ability to ask for addon translator without giving filename, ala our Glade API
svn: r14084
2010-01-17 13:44:53 +00:00
Doug Blank
943dbc97b4 Added a yield occasionaly in main
svn: r14083
2010-01-16 23:02:10 +00:00
Doug Blank
f446b66e34 Make main a generator
svn: r14082
2010-01-16 23:00:26 +00:00
Gary Burton
8e08e3199c Fix for tree model changes. See bug 3503
svn: r14081
2010-01-16 22:23:24 +00:00
Peter Landgren
98ad2bda38 Trying to fix Notes and end notes ref. It is better now, but still some more to do.
svn: r14079
2010-01-14 19:53:08 +00:00
Brian Matherly
47ea087ab6 Continued work on GEP008: Move contents of ansel_utf8.py into libgedcom.py since that is the only place it is used.
svn: r14075
2010-01-14 05:45:51 +00:00
Brian Matherly
d9a0ab8a90 Continued work on GEP008: Consolidate src/FilterEditor files into one file and move it to gui/filtereditor.py.
svn: r14074
2010-01-14 04:58:30 +00:00
Brian Matherly
e2f9eec6e9 NameDisplay was moved.
svn: r14073
2010-01-14 04:21:31 +00:00
Brian Matherly
c5f54d0cfc Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display.
svn: r14072
2010-01-14 04:08:04 +00:00
Rob G. Healey
44cafe6abd Removed Navigation.py from src/Makefile.am so that it will build correctly.
svn: r14071
2010-01-13 23:48:33 +00:00
Gerald Britton
d6ede10e89 Tweaks to reduce source- and byte-code sizes
svn: r14069
2010-01-13 20:54:46 +00:00
Benny Malengier
63d9122ea2 fix 3 one line bugs in treebasemodel
svn: r14068
2010-01-13 20:17:45 +00:00
Peter Landgren
61360acb4e Fix of issue 2848.
svn: r14066
2010-01-13 18:47:34 +00:00
Peter Landgren
1da6b67df6 Fix of issue 2848.
svn: r14065
2010-01-13 18:45:53 +00:00
Peter Landgren
27dd026a97 Fix of issue 2848.
svn: r14064
2010-01-13 18:40:55 +00:00
Peter Landgren
5d1ac53678 Fix of issue 2848.
svn: r14063
2010-01-13 18:39:40 +00:00
Jérôme Rapinat
289e77ef8b typo
svn: r14062
2010-01-13 16:14:34 +00:00
Nick Hall
4a87cbbe61 Add Most Recently Used object functionality to Go menu
svn: r14061
2010-01-13 15:59:36 +00:00
Gerald Britton
a4b22193c2 Use defaultdict instead of dict to simplify code and improve performance
svn: r14060
2010-01-13 15:46:12 +00:00
Peter Landgren
334d0d6e2a Update after Brians rev 14053.
svn: r14056
2010-01-13 07:57:58 +00:00
Brian Matherly
4b1c61a6e7 Make in-law relationships easier to translate for the Kinship Report.
svn: r14053
2010-01-13 04:31:42 +00:00
Benny Malengier
623e39d0a8 On delete of node in treeview, remove handle link so that goto_handle unsets
selection


svn: r14052
2010-01-12 22:10:33 +00:00
Benny Malengier
61de0898af 1. remove leftover from using nodeid as iter
2. fix error in add on placetreeview: preset values with node.name of parents


svn: r14051
2010-01-12 21:50:37 +00:00
Doug Blank
f415159d6f Revised iterable table interface; removed DbEngine and DbTable
svn: r14048
2010-01-12 18:38:39 +00:00
Jérôme Rapinat
12a4c7bebf 1683 Untranslatable text in Relationship calculator window - was the last one still using old API
svn: r14046
2010-01-12 16:11:39 +00:00
Jérôme Rapinat
3ebe3def2f get rid of generation limitation (was 30)
svn: r14045
2010-01-12 14:53:00 +00:00
Doug Blank
f7e09f23c8 Added missing _; return errors and print
svn: r14044
2010-01-12 13:05:41 +00:00
Jérôme Rapinat
90b902fda3 Do not need to translate DEBUG tools (name, description)
svn: r14043
2010-01-12 13:01:22 +00:00
Brian Matherly
4f2f5f8986 Add ngettext, sgettext, sngettext to libtranslate.
svn: r14042
2010-01-12 12:54:59 +00:00
Jérôme Rapinat
9ccdb167cd Do not need to translate variables
svn: r14041
2010-01-12 10:51:36 +00:00
Benny Malengier
263c87ff87 correct not general string, more logical treeview
svn: r14040
2010-01-12 08:37:17 +00:00
Nick Hall
4479396c86 Clear all navigation history on change of database
svn: r14039
2010-01-12 01:29:07 +00:00
Nick Hall
23c7f9e3f8 Fix bug in bookmark organiser introduced with commit 14023
svn: r14038
2010-01-12 00:30:23 +00:00
Nick Hall
a4dcfa3fc3 Bug fixes for commit 14023
svn: r14037
2010-01-11 22:37:18 +00:00
Doug Blank
95bb81a54c Missing underscore
svn: r14036
2010-01-11 20:34:47 +00:00
Doug Blank
bdefba55ca Towards an DbEngine, for a variety of reasons
svn: r14035
2010-01-11 19:45:17 +00:00
Doug Blank
f15f18056b Some minor refinements
svn: r14034
2010-01-11 19:42:35 +00:00
Jérôme Rapinat
8c851f7506 1683 Untranslatable text in Relationship calculator window - keep level logic but avoid index out of range
svn: r14033
2010-01-11 17:11:13 +00:00
Doug Blank
44b940f07f 3511: Minor improvements on new 'Calculate Estimated dates' tool
svn: r14032
2010-01-11 16:31:22 +00:00
Doug Blank
29e2b12172 Fix for activating a notepad that hasn't been shown yet can crash python
svn: r14031
2010-01-11 16:11:30 +00:00
Doug Blank
8830a4c762 3506: Allow third-party plugins (addons) to have their own config.ini file
svn: r14030
2010-01-11 14:29:29 +00:00
Doug Blank
8fdfd69951 Added get_active_object
svn: r14029
2010-01-11 13:50:32 +00:00
Benny Malengier
db06758bb0 Only clear dicts, don't reassign
svn: r14028
2010-01-11 10:51:56 +00:00
Serge Noiraud
aec92a4929 ODFDoc : issue 3439, 3440, 3461, 3462
svn: r14026
2010-01-11 08:11:50 +00:00
Brian Matherly
252ef6daee Continued work on GEP008: Move BasicUtils/UpdateCallback.py to gen/updatecallback.py.
svn: r14025
2010-01-10 20:21:10 +00:00
Benny Malengier
2a36355a8b fix goto_handle on row update
change placetreeview somewhat, further to discuss


svn: r14024
2010-01-10 20:11:18 +00:00
Nick Hall
b503fa2e25 Extend history functionality (back/forward) and active-changed signals to all primary objects
svn: r14023
2010-01-10 19:19:33 +00:00
Doug Blank
141100fdbf Fixing defaultdict optimization so that it works
svn: r14022
2010-01-10 17:20:08 +00:00
Jérôme Rapinat
9b7d972c99 1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin, lcc)
svn: r14021
2010-01-10 16:32:57 +00:00
Benny Malengier
04763f50fe *fix displayed/total on views, so they are correct on updates
*listviews don't become dirty from add/delete/update signals while
 they are not active. This should improve performance on large trees
 now that these actions are cheap in all views after rework of the views


svn: r14020
2010-01-10 15:00:15 +00:00
Benny Malengier
2e65bfcce4 Extra keybinding/buttonbinding on treeviews for usability
Shift+enter and dblclick: expand group and children


svn: r14019
2010-01-10 12:20:13 +00:00
Jérôme Rapinat
1946440fc2 1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin)
svn: r14018
2010-01-10 10:03:59 +00:00
Jérôme Rapinat
5d3dc7e037 1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin)
svn: r14017
2010-01-10 09:12:33 +00:00
Peter Landgren
fc5d6ecfbc ProgressDialog.py has moved from src/
svn: r14016
2010-01-10 08:52:58 +00:00
Doug Blank
4093c1060c Now searches spouse, and their familes, for evidence
svn: r14015
2010-01-10 07:45:10 +00:00
Doug Blank
2d60b8763a Enhanced Calculate Estimated Dates tool
svn: r14014
2010-01-10 04:06:44 +00:00
Doug Blank
746e934937 Support for additional notebook pages in Tool manager
svn: r14013
2010-01-10 04:05:20 +00:00
Doug Blank
cd17f1e0fa Add support for checkbox/toggle columns; a debug msg for developers
svn: r14012
2010-01-10 04:03:59 +00:00
Gerald Britton
2b12f3df07 Use defaultdict type where possible for minor performance gain and source code simplification
svn: r14011
2010-01-09 19:54:32 +00:00
Gerald Britton
4c7365dbcf Missing import
svn: r14010
2010-01-09 19:41:00 +00:00
Gerald Britton
721f97459e Fix duplicate object ids in glade files
svn: r14009
2010-01-09 19:39:43 +00:00
Jérôme Rapinat
f56402cf37 3473: To dynamicaly change calendar option on the Gramps session
svn: r14008
2010-01-09 17:51:58 +00:00
Doug Blank
7dd624d657 Workaround added for strange Python 2.6 bug on recusive signal handling
svn: r14007
2010-01-09 17:13:56 +00:00
Doug Blank
36fa65944d Removed unneeded imports
svn: r14006
2010-01-09 17:12:45 +00:00
Benny Malengier
0ec49507ed Renable enter to expand nodes on the treeviews
svn: r14005
2010-01-09 16:16:52 +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
Doug Blank
bfa7687058 Fixed code that gave warning: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed
svn: r14003
2010-01-09 13:40:40 +00:00
Benny Malengier
de2d669763 3275: PageView reworking, changes by B. Malengier and N.Hall
Specifically: improve new treeview by using a linked list implementation so 
 iters can be quickly iterated over
Also: progressdialog on long personview loads.


svn: r14002
2010-01-09 11:10:32 +00:00
Gerald Britton
afe85ad0d5 Tweaks and simplifications
svn: r14001
2010-01-08 21:47:02 +00:00
Gerald Britton
16808b6c0e Add missing import
svn: r14000
2010-01-08 21:46:36 +00:00
Doug Blank
debfc3dd78 Fixed issue of not re-docking gramplet from whence it came (reported by Rob); refined some code
svn: r13999
2010-01-08 20:06:51 +00:00
Jérôme Rapinat
2f7f7ac5f8 pylint
svn: r13998
2010-01-08 16:10:54 +00:00
Peter Landgren
d664fa4aa2 Fix of issue 3480.
svn: r13997
2010-01-08 15:59:05 +00:00
Peter Landgren
e4dfdb9190 Fix of issue 3480.
svn: r13996
2010-01-08 15:57:54 +00:00
Peter Landgren
f579f495cb Fix of issue 3480.
svn: r13995
2010-01-08 15:56:39 +00:00
Peter Landgren
418b89007e Fix of issue 3480.
svn: r13994
2010-01-08 15:54:47 +00:00
Serge Noiraud
e346c68fb1 GeoView : issue 3472; using date format preference.
svn: r13992
2010-01-07 22:02:38 +00:00
Doug Blank
59b06487b7 Add ability for Table to have toggle-able rows; also keeps track of raw data
svn: r13991
2010-01-07 21:42:43 +00:00
Doug Blank
68e9b27265 Added method to make dates non-specific
svn: r13990
2010-01-07 21:41:07 +00:00
Serge Noiraud
da41542da6 ODFDoc : issue 3440; only remove fo:max-height.
svn: r13989
2010-01-07 20:40:24 +00:00
Doug Blank
427b24a34d Allow notebook to expand; remove unneeded table (leftover?)
svn: r13987
2010-01-07 14:57:37 +00:00
Peter Landgren
ed34d4f62f Fix of issue 3507.
svn: r13986
2010-01-07 14:39:53 +00:00
Doug Blank
239fc7f526 Removed items generated from Makefile
svn: r13985
2010-01-07 14:16:33 +00:00
Doug Blank
aecdc5ea62 Changed Apply to more generic Execute; Added return value for results tab textbuffer
svn: r13984
2010-01-07 14:13:38 +00:00
Doug Blank
3664fbb913 Added on_delete_event signal handler to surpress RuntimeWarning: missing handler
svn: r13983
2010-01-07 14:10:26 +00:00
Jérôme Rapinat
83d7448c1a 2846: build tree basic on arithmetics - uncomment lines (ezegzda)
svn: r13982
2010-01-07 10:52:41 +00:00
Gerald Britton
6726952bcc tweaks to reduce source and object code and run-time lookups
svn: r13981
2010-01-06 17:53:17 +00:00
Brian Matherly
1fa4e8d66c Continued work on GEP008: move gen/utils/longop.py, gen/utils/progressmon.py, ProgressDialog.py into gui/widgets/progressdialog.py.
svn: r13980
2010-01-06 05:27:28 +00:00
Brian Matherly
7aec8904ea Remove gen.db.iterator.py - it is not used.
svn: r13979
2010-01-06 04:44:09 +00:00
Doug Blank
8c115f26b7 Working towards GEDCOM imports through the web
svn: r13978
2010-01-06 04:12:08 +00:00
Doug Blank
0d06f2fa59 Changed default date range to 50 years for before, after, and about (50 before and 50 after)
svn: r13977
2010-01-06 01:39:23 +00:00
Jérôme Rapinat
d2876c8318 pylint
svn: r13976
2010-01-05 19:15:51 +00:00
Jérôme Rapinat
9ae34b4ba8 pylint
svn: r13975
2010-01-05 18:07:09 +00:00
Gerald Britton
57ac58b67e Bug 3499: Referenced proxy not filtering out unreferenced sources
svn: r13974
2010-01-05 16:56:56 +00:00
Jérôme Rapinat
7001690176 1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests (contribution by Andrew I Baznikin)
svn: r13973
2010-01-05 15:58:01 +00:00
Jérôme Rapinat
4acca6c7af pylint
svn: r13972
2010-01-05 14:37:10 +00:00
Jérôme Rapinat
d72aa5ae71 2855 2762 1683 enable tests on rel_xx (pass with sucess)
svn: r13971
2010-01-05 13:42:23 +00:00
Gary Burton
b7b9947cb5 Make sure a family is selected.
svn: r13970
2010-01-04 20:18:37 +00:00
Nick Hall
6872ce1b33 3498: Fix bug and enable show all checkbox in selector
svn: r13969
2010-01-04 18:44:51 +00:00
Nick Hall
c7cebc637f 3432: Fix family selection in report options
svn: r13968
2010-01-04 14:15:07 +00:00
Peter Landgren
7c152a868a Fix of issue 3480.
svn: r13967
2010-01-03 14:14:30 +00:00
Peter Landgren
3de66d1b62 Fix of issue 3495.
svn: r13965
2010-01-03 11:31:19 +00:00
Doug Blank
ace6e05e48 Removed debug code
svn: r13963
2010-01-03 02:20:47 +00:00
Doug Blank
8ccc7afe98 Removed old docs
svn: r13962
2010-01-03 02:19:45 +00:00
Doug Blank
c4a166af12 Temporary workaround for NAV constants
svn: r13961
2010-01-02 23:51:00 +00:00
Nick Hall
6ae29de4f0 2563: Add signals for all objects when active object changes
svn: r13960
2010-01-02 23:01:43 +00:00
Doug Blank
e39b3b68ea Added profile, with css theme
svn: r13959
2010-01-02 16:34:37 +00:00
Gary Burton
f58e700e86 New source filter which counts repository references
svn: r13958
2010-01-02 12:33:18 +00:00
Doug Blank
b6deea0aea Refinements on gramps-connect editing people, families, and events
svn: r13957
2010-01-02 02:09:09 +00:00
Doug Blank
fc25778390 3491: [Gramplet] AgeOnDate Gramplet ignores Probably_alive variable
svn: r13956
2010-01-01 21:28:05 +00:00
Nick Hall
c43f162b2f Preparation to extend navigation to all object types
svn: r13955
2010-01-01 19:55:09 +00:00
Doug Blank
0f78f5c918 Refined right-click popup menus on placeviews
svn: r13954
2010-01-01 18:59:58 +00:00
Doug Blank
2593e8d340 Removed print debug statements (django will crash if you attempt to write to stdout)
svn: r13953
2010-01-01 15:42:31 +00:00
Doug Blank
c800392ffd Working add/edit people and names; working privacy (living and private); unified templates for display/edit
svn: r13952
2010-01-01 15:16:20 +00:00
Doug Blank
eba1c9d264 A simple, conservative probably_alive
svn: r13951
2010-01-01 15:11:00 +00:00
Jérôme Rapinat
7aef74eaca 3485: A better message for date validator on AgeOnDate Gramplet.
svn: r13950
2010-01-01 08:43:29 +00:00
Doug Blank
6cdb8a9406 Add signal for media-changed, and test on mediaview
svn: r13949
2009-12-31 17:03:04 +00:00
Doug Blank
2adcdb6ae3 New control for pagination
svn: r13948
2009-12-31 15:01:06 +00:00
Doug Blank
205b3beadd Enabled Quickviews on all list views; enabled References Quickview for all views
svn: r13947
2009-12-31 14:59:44 +00:00
Doug Blank
fa1413c640 Fixed issue on emitting a signal which will change a table before the click has returned, which can crash Python
svn: r13946
2009-12-31 14:56:44 +00:00
Doug Blank
c269b45a46 Moved import gtk to make Mime module cli usable
svn: r13945
2009-12-30 20:53:38 +00:00
Brian Matherly
3f4c9b31ed Remove unused "SpreadSheet" document generators.
svn: r13942
2009-12-29 19:38:07 +00:00
Brian Matherly
c2d99c34b3 Clean up someone's copy-paste errors.
svn: r13941
2009-12-29 19:28:40 +00:00
Brian Matherly
4838650df4 Move _GedcomParse.py to src/plugins/lib/libgedcom.py. Remove GrampsDbUtils.
svn: r13940
2009-12-29 19:20:16 +00:00
Jérôme Rapinat
bbdf6d80cc 3485: A better message for date validator on AgeOnDate Gramplet.
svn: r13939
2009-12-29 16:56:27 +00:00
Doug Blank
b53fda23cb Fixed incorrect error message
svn: r13938
2009-12-29 13:14:15 +00:00
Brian Matherly
2c6cf26d60 Move _GedcomTokens.py and _GedcomUtils.py into _GedcomParse.py.
svn: r13937
2009-12-29 06:01:43 +00:00
Brian Matherly
c7b595210f Move GedcomStageOne.py into GedcomParse.py.
svn: r13936
2009-12-29 05:37:20 +00:00
Doug Blank
4f3d8f3675 Added missing 'return self' at end of unserialize to match the rest of the classes in lib.gen
svn: r13935
2009-12-29 03:24:38 +00:00
Doug Blank
42ed2c3295 Added fields to Person to reduce queries; should be able to add/edit people and names tomorrow
svn: r13934
2009-12-29 03:22:03 +00:00
Nick Hall
7f2174b225 Improve event type defaults for new events in display tabs
svn: r13933
2009-12-28 18:09:40 +00:00
Jérôme Rapinat
2997016c04 2385: last minor improvements (wording, import gen.lib.date)
svn: r13932
2009-12-28 08:08:49 +00:00
Jérôme Rapinat
5cd600ba66 2385: too much cleanup...
svn: r13931
2009-12-28 06:24:43 +00:00
Brian Matherly
f12196cf80 Merge GedcomInfo.py and GedcomLex.py into GedcomParse.py.
svn: r13930
2009-12-28 05:07:21 +00:00
Doug Blank
7ca0d94563 Latest advancement in privacy issues; reworked proxy + forms
svn: r13929
2009-12-27 18:23:59 +00:00
Jérôme Rapinat
ef3a25815a 2385: use gen.lib.date.Date.ui_calendar_names for getting list of supported calendars
svn: r13928
2009-12-27 18:01:02 +00:00
Doug Blank
a61a472668 Missing gettext
svn: r13927
2009-12-27 13:49:15 +00:00
Jérôme Rapinat
bf944b0de3 2385: drawreports and multiple calendars
svn: r13925
2009-12-27 11:09:58 +00:00
Jérôme Rapinat
d06feb67ca remove unneeded option (tracker 3452 2385 2371 3473)
svn: r13924
2009-12-27 10:57:55 +00:00
Benny Malengier
68224a98c0 correct wrong editperson import
svn: r13923
2009-12-27 09:48:58 +00:00
Nick Hall
ad5aa7006e 3463: Re-select edited row after edit in tree view
svn: r13922
2009-12-26 23:11:09 +00:00
Nick Hall
5422931318 Allow nodes with handles at higher levels in the tree
svn: r13921
2009-12-26 19:42:22 +00:00
Benny Malengier
e8042007ff init list before use
svn: r13920
2009-12-26 10:05:25 +00:00
Doug Blank
04d5da1939 Basic framework for edit/view forms
svn: r13919
2009-12-26 05:40:32 +00:00
Brian Matherly
229c4287d2 Move _GedcomChar.py into _GedcomParse.py
svn: r13915
2009-12-25 21:06:36 +00:00
Brian Matherly
8b2da469cf Remove GEDCOM tests - they are broken and not used.
svn: r13914
2009-12-25 20:39:02 +00:00
Benny Malengier
862d1446d0 Fix two things in nar web:
1/fix bug that not scaled images are not printed out on webpage
  2/remove annoying warning dialogs on every missing images, and 
    replace it by one warning dialog at the end of the report


svn: r13913
2009-12-25 11:44:20 +00:00
Doug Blank
145a517324 Typo in SimpleAccess and refinement in SimpleTable -- allow any object, just turn into string
svn: r13911
2009-12-24 22:19:30 +00:00
Brian Matherly
06b3d7dc1f Fix Misnamed DbMixin
svn: r13910
2009-12-24 20:14:15 +00:00
Serge Noiraud
9aabed5c4f GeoView : issue 3472
svn: r13909
2009-12-24 17:21:55 +00:00
Serge Noiraud
cd7f3b8a29 GeoView : Replacement for openstreetmap and google map button by one provider
toglebutton. This is to minimize the space used by the buttons now
          we have the new "Add place" and "Link place" buttons.


svn: r13908
2009-12-24 15:55:01 +00:00
Doug Blank
06d0291ff4 Refinements on database hierarchy
svn: r13907
2009-12-24 14:38:39 +00:00
Serge Noiraud
ab2f9b9d19 GeoView : Entrybox completion now works when entering "tab"
We can erase the text with the place list label at the left of the entrybox.
          Performance : comment the sort to reduce display time.


svn: r13906
2009-12-24 12:18:18 +00:00
Rob G. Healey
c96e7a579a Some cleanup work, and changed get_marriage_event() to use the extended eventtype.py
svn: r13904
2009-12-24 07:55:26 +00:00
Gary Burton
864a4692a9 Another instance where we need to pass str latitude and longitude to EditPlace
svn: r13903
2009-12-23 23:02:26 +00:00
Serge Noiraud
3106784c22 GeoView : EditPlace crash with real instead of string.
svn: r13902
2009-12-23 21:32:01 +00:00
Gary Burton
d8471f652a Make search bar work again in selectors
svn: r13901
2009-12-23 20:55:52 +00:00
Doug Blank
8c26c5ad64 3302: Detailed Descendant Report fallback for child-list birth/death strings and fixed a typo baptized -> baptised
svn: r13899
2009-12-23 20:16:16 +00:00
Doug Blank
302781a6b3 Event types know how to abbreviate themselves
svn: r13898
2009-12-23 19:35:18 +00:00
Doug Blank
80c53cce3d Updated my email and corrected Rob's
svn: r13897
2009-12-23 18:33:04 +00:00
Gary Burton
2de02b5899 Add an existing place to a map
svn: r13896
2009-12-23 18:20:44 +00:00
Doug Blank
61e3237d5a Constructors don't return things; renderer gets set in constructor
svn: r13895
2009-12-23 17:57:54 +00:00
Doug Blank
ab3dfe1415 3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
svn: r13894
2009-12-23 15:55:58 +00:00
Doug Blank
0f20544be3 Changes to allow GrampsDb tests to run
svn: r13893
2009-12-23 15:48:01 +00:00
Doug Blank
eb23cfd76f 3467: Exporter returns an error, but it exports fine if we try once more during session
svn: r13892
2009-12-23 11:42:05 +00:00
Doug Blank
d50a004450 3466: invalid literal for int() with base 10: in preferences when you try to modify the dates preference
svn: r13891
2009-12-23 11:32:14 +00:00
Serge Noiraud
361b99cee6 GeoView : Add Nick to the contributors.
Force the zoom to be locked when adding places.


svn: r13890
2009-12-23 10:08:16 +00:00
Serge Noiraud
a8e5f3acf9 GeoView : add signal when places are added. thanks nick.
svn: r13889
2009-12-23 07:06:44 +00:00
Doug Blank
172988ff36 Apparently gen.proxy.dbbase and gen.db.dbdir are not needed anymore; edited support files too
svn: r13888
2009-12-22 22:53:25 +00:00
Rob G. Healey
c00ffbcf14 Remove references to import pyexiv2, and fixed RepositoryTypes.
svn: r13887
2009-12-22 22:00:24 +00:00
Gary Burton
db22a53da8 Add a new place to Gramps using latitude and longitude from GeoView
svn: r13886
2009-12-22 20:50:45 +00:00
Serge Noiraud
cd6843635e GeoView: issue 3312.
svn: r13885
2009-12-22 19:37:21 +00:00
Nick Hall
feb13b4a79 Better error message when gramplet fails to load
svn: r13884
2009-12-22 15:48:03 +00:00
Brian Matherly
9a397544a2 Fix missing import for family event reference editor.
svn: r13883
2009-12-22 12:21:37 +00:00
Doug Blank
d0ae0cdaea Change to go with fallback update
svn: r13882
2009-12-22 01:21:13 +00:00
Doug Blank
699dcb13fe Fixed svn Id property
svn: r13881
2009-12-21 13:43:50 +00:00
Doug Blank
5a087bb88f svn propset svn:keywords Id
svn: r13880
2009-12-21 13:03:08 +00:00
Rob G. Healey
603e20d36d Added to files that were missing it.
svn: r13879
2009-12-21 07:58:08 +00:00
Rob G. Healey
35b2dee97a Added to *.gpr.py files and WebCal. Updated EventList and add _find_death_date().
svn: r13878
2009-12-21 07:44:25 +00:00
Doug Blank
3edeee83f2 Moved fallback functions from Db to gen.utils
svn: r13877
2009-12-21 05:59:47 +00:00
Doug Blank
3a8b4d7e40 Moved fallback functions from Db to gen.utils
svn: r13876
2009-12-21 05:58:55 +00:00
Rob G. Healey
c01fa3c174 Still typo problem somewhere. Should be fixed now.
svn: r13875
2009-12-21 04:57:41 +00:00
Doug Blank
7558a4b8de Moved configmanager code to gen/utils so other parts of gramps can use configman
svn: r13874
2009-12-21 04:41:56 +00:00
Doug Blank
1fdb6c4b2c Removed gen.utils.dbutils
svn: r13873
2009-12-21 04:22:14 +00:00
Doug Blank
872e971fd3 gen.lib and gen.utils are independent; removed gen.utils.dbutils --- moved db methods to gen.db.base
svn: r13872
2009-12-21 04:18:31 +00:00
Rob G. Healey
43dc350b8c Fixed error in my entry.
svn: r13871
2009-12-21 04:00:53 +00:00
Rob G. Healey
006156a1ba Updated my author entry.
svn: r13870
2009-12-21 03:15:20 +00:00
Doug Blank
05cc37cea7 Generic Template Tag framework with context variable
svn: r13869
2009-12-21 02:53:31 +00:00
Serge Noiraud
a17ae4c484 GeoView : issue 3312 : erase entrybox and years interval.
svn: r13868
2009-12-21 00:01:32 +00:00
Serge Noiraud
06f3521239 ODFdoc : issues 3439, 3440, 3461 and 3462.
svn: r13867
2009-12-20 23:51:18 +00:00
Doug Blank
5f1ffc9f6a 3460: Wrong configuration value on behavior (date, age)
svn: r13866
2009-12-20 23:24:18 +00:00
Brian Matherly
814d721f68 Remove QuestionDialog dependency from gen. The database now raises exceptions and the GUI generates the question dialog.
svn: r13865
2009-12-20 22:44:32 +00:00
Doug Blank
aa942f96d6 Added getitem, setitem methods and config for module cleanup plans
svn: r13864
2009-12-20 22:44:23 +00:00
Doug Blank
0e14f53bcd Using Gramps Proxy Databases from Gramps-Connect: first revisions
svn: r13863
2009-12-20 22:26:45 +00:00
Doug Blank
c47b494b39 Cleaning up Utils and refactoring common functionality
svn: r13862
2009-12-20 22:21:59 +00:00
Doug Blank
f4ca61c117 Take advantage of refactored functionality in EventType and EventRoleType
svn: r13861
2009-12-20 22:21:00 +00:00
Doug Blank
dcb926bf87 Cleaning up Utils and refactoring common functionality
svn: r13860
2009-12-20 22:12:29 +00:00
Doug Blank
7f55894f26 Added is_primary method to EventRoleType
svn: r13859
2009-12-20 19:59:21 +00:00
Gary Burton
b7169ff0b0 Fix bug 2926. Two references created when dropping media onto gallery tab
svn: r13858
2009-12-20 17:24:28 +00:00
Brian Matherly
806bd63ca2 Continued work on GEP008: Move GrampsDbUtils/_Backup.py to gen/db/backup.py.
svn: r13856
2009-12-20 04:30:28 +00:00
Doug Blank
f90175e10c Simplifying view/edit logic
svn: r13855
2009-12-20 02:34:04 +00:00
Doug Blank
f76d9c9aad Added try/except to exif tag import
svn: r13854
2009-12-20 02:32:01 +00:00
Doug Blank
108ff236f7 Working on PrivateProxy ideas; minor tweaks otherwise
svn: r13853
2009-12-20 01:57:17 +00:00
Gary Burton
4392fa3120 Fix wrong calls to get_type
svn: r13852
2009-12-19 16:08:44 +00:00
Jérôme Rapinat
b7c6eb7dba remove a not necessary comment
svn: r13850
2009-12-19 12:42:11 +00:00
Jérôme Rapinat
4691d50a31 QuestionDialog was already called
svn: r13848
2009-12-18 18:11:06 +00:00
Jérôme Rapinat
5c444a680b PEP8 Import at the top of the file
svn: r13847
2009-12-18 18:09:10 +00:00
Jérôme Rapinat
25db37841c #2385 #3452 #2371 add options for selecting date format and calendars on reports
svn: r13846
2009-12-18 18:03:44 +00:00
Nick Hall
7b9bd62734 Bug fix for trees with handles on non-leaf nodes
svn: r13845
2009-12-18 15:55:05 +00:00
Serge Noiraud
74752f1360 GeoView : Added some corrections for issue 3312
When we switch between databases, if no info exist for the current view,
          don't try to load the page.


svn: r13844
2009-12-18 07:36:20 +00:00
Doug Blank
f31b20e7a9 basic format of edit working; remove preferred field?
svn: r13843
2009-12-18 03:57:48 +00:00
Doug Blank
383cf27b8b Fix to prevent duplicate tags
svn: r13842
2009-12-18 03:55:59 +00:00
Doug Blank
55ad4516a4 Slight change in data width (shouldn't change NarWeb)
svn: r13841
2009-12-18 03:55:16 +00:00
Serge Noiraud
3ee5c908f9 Geography : unable to display geoview when only mozilla is present.
svn: r13840
2009-12-17 20:14:00 +00:00
Serge Noiraud
0598c178ec htmlrenderer : use vars() instead of inline dictionary.
svn: r13839
2009-12-17 18:30:30 +00:00
Gerald Britton
a52663d0cd tweak replacing for-loop with call to map() function
svn: r13838
2009-12-17 16:21:37 +00:00
Rob G. Healey
c7cc7e727d Removed myself from the contributor's list.
svn: r13837
2009-12-17 15:42:23 +00:00
Rob G. Healey
9971a4f1a2 Removed Exif tags completely from NarrativeWeb.
svn: r13836
2009-12-17 14:59:00 +00:00
Rob G. Healey
1191bb227d Fixed the sorting in class EventListPage. Changed elements in stylesheet.
svn: r13835
2009-12-17 07:22:29 +00:00
Doug Blank
b4512427af Small little crash fix
svn: r13834
2009-12-17 04:38:33 +00:00
Doug Blank
d0318dd1a2 Some basic name editing; moved forms to web/grampsdb
svn: r13833
2009-12-17 04:10:41 +00:00
Doug Blank
9f74bdacce Was adding .svn and subdirectories; this should properly limit subdirs
svn: r13832
2009-12-17 04:02:04 +00:00
Doug Blank
00f2a1859a First draft of gramps-connect using django Forms
svn: r13831
2009-12-17 00:04:22 +00:00
Nick Hall
bfd2a9629f Improved export for hierarchical views
svn: r13830
2009-12-16 22:56:55 +00:00
Serge Noiraud
bd961672c8 htmlrenderer : The prefs.js was created twice.
We didn't use the locale language.
               Adding var args to the gerald's modifications.


svn: r13829
2009-12-16 22:09:26 +00:00
Nick Hall
a921cc784f 3433: Fix hierarchy problem in place view
svn: r13828
2009-12-16 19:40:53 +00:00
Doug Blank
e02df43a66 Fixed incorrect fix (thanks Gerald)
svn: r13827
2009-12-16 18:55:45 +00:00
Gerald Britton
85c307d174 Simplification using list comprehension
svn: r13826
2009-12-16 17:51:53 +00:00
Gerald Britton
0caa05e44f Tweak to improve readability and reduce dcalls to write method
svn: r13825
2009-12-16 16:56:45 +00:00
Doug Blank
8f2f2f200f Moved gtk imports out of global scope for cli use
svn: r13824
2009-12-16 12:43:21 +00:00
Doug Blank
2a047ab65e Sort events by alphabetical type name
svn: r13823
2009-12-16 12:04:48 +00:00
Peter Landgren
18eff92c76 Fixed some uppercase in filenames to lowercase.
svn: r13822
2009-12-16 08:07:52 +00:00
Brian Matherly
2f1c04169a move src/DisplayTabs/* to src/gui/editors/displaytabs as part of GEP008
svn: r13821
2009-12-16 06:11:06 +00:00
Rob G. Healey
b060d4189d Removed Editors and Sekectors directories to allow ./autogen.sh to complete. Fixed attribute type so it is translated. Made option visible, but greyed out if the library is not installed by suggestion from Doug Blank. See feature request 3449.
svn: r13819
2009-12-16 03:02:08 +00:00
Doug Blank
cdce67a646 Removed some of the too-many progress updates
svn: r13818
2009-12-16 01:50:17 +00:00
Serge Noiraud
82d7e93a7c GeoView : Better initialization.
Avoid to create the same page several times.
          Don't create the start page twice now we have Web and Geography views.


svn: r13817
2009-12-15 23:43:00 +00:00
Doug Blank
69315dc4ba Fixes for some existing filters, and new 3240: New filter to find connections between people by spidering over the database
svn: r13816
2009-12-15 22:12:42 +00:00
Doug Blank
49bd78481a Removed as now unneeded with Django-supported interface
svn: r13815
2009-12-15 17:32:24 +00:00
Doug Blank
896e157183 Renamed Same Given Name duplicate name
svn: r13814
2009-12-15 17:14:20 +00:00
Doug Blank
d05e98cbf6 Removed as now unneeded with Django-supported interface
svn: r13813
2009-12-15 17:11:05 +00:00
Doug Blank
c10493e0ad Moved to gramps-addons
svn: r13812
2009-12-15 16:59:18 +00:00
Doug Blank
f2abf6e4c2 Removed hacky flag; don't know why it was needed
svn: r13811
2009-12-15 16:48:03 +00:00
Doug Blank
cfec1b2092 Cleanup treestyle to work across gramps versions
svn: r13810
2009-12-15 16:46:40 +00:00
Gerald Britton
0512137d35 tweak using enumerate() instead of more complicated zip(range(len())) alternative
svn: r13809
2009-12-15 16:21:38 +00:00
Doug Blank
cb721e6ad3 Moved DeepConnections.py HeadlineNewsGramplet.py NoteGramplet.py PythonGramplet.py to gramps-addons
svn: r13808
2009-12-15 15:19:49 +00:00
Brian Matherly
bbe2b6da0c move src/Editors/* to src/gui/editors as part of GEP008
svn: r13807
2009-12-15 05:56:12 +00:00
Brian Matherly
baa13df670 Move src/Selectors to src/gui/selectors. Rename files to lower case in conformance with the Gramps coding style.
svn: r13806
2009-12-15 03:45:09 +00:00
Rob G. Healey
224c8c1ffc Fixed error causing crash as per Nick Hall. Corrected tags on libhtmlconst and WebCal.
svn: r13805
2009-12-15 02:50:46 +00:00
Gerald Britton
04a15c8647 tweaks
svn: r13804
2009-12-14 18:32:46 +00:00
Brian Matherly
35a29e9ef5 add widgets to src/gui/Makefile and po/POTFILES
svn: r13802
2009-12-14 12:48:27 +00:00
Rob G. Healey
426691a2ac Not ready yet and I am out of time for now.
svn: r13801
2009-12-14 12:31:34 +00:00
Rob G. Healey
057e8504c0 Finished exiftype.py Will add it to POTFILES.IN in the afternoon.
svn: r13799
2009-12-14 12:22:17 +00:00
Rob G. Healey
8c5c6a428e Continuation of exiftype. Variables have been completed.
svn: r13798
2009-12-14 10:52:57 +00:00
Rob G. Healey
42d45dfa5c Beginning of extending the media exif tags section.
svn: r13797
2009-12-14 10:01:57 +00:00
Rob G. Healey
c94c9c588e Cleanup work on attributes and a comment on sort_event_types() in NarrativeWeb. Clean up work on calendar_build() in WebCal.
svn: r13796
2009-12-14 08:47:01 +00:00
Peter Landgren
3350a54f0d Deleted ref to src/widgets.
svn: r13795
2009-12-14 07:45:14 +00:00
Rob G. Healey
73a8acc7bc Removed debugging code in NarrativeWeb. Adjusted elements in MediaListPage.
svn: r13794
2009-12-14 07:04:37 +00:00
Rob G. Healey
e72257b3f5 Cleaned up class MediaListPage and added mime type to the MediaListPage.
svn: r13793
2009-12-14 06:18:33 +00:00
Rob G. Healey
97f8091467 Fix bug report #3276. Link to temp.png should be document.png. Thanks jerome for finding it.
svn: r13792
2009-12-14 06:15:59 +00:00
Brian Matherly
0001133eb8 move src/widgets/* to src/gui/widgets as part of GEP008
svn: r13791
2009-12-14 03:20:19 +00:00
Brian Matherly
ec81292e52 Add translated language and country strings to the report transation option.
svn: r13790
2009-12-13 21:16:58 +00:00
Peter Landgren
ee65d7f4b1 Fix problem cut off messages. gettext can only handle string constants, not string experssions.
svn: r13786
2009-12-13 15:56:35 +00:00
Doug Blank
013ef62b6b Four ways to link a row: by object, object/col, (object, handle), [(obj, handle)...]]
svn: r13785
2009-12-13 14:45:52 +00:00
Jérôme Rapinat
01c743e6c7 1683: Untranslatable text in Relationship calculator window
svn: r13784
2009-12-13 14:40:26 +00:00
Jérôme Rapinat
b02a7cb4c6 2385: Fan chart and multiple calendars
svn: r13783
2009-12-13 14:22:57 +00:00
Peter Landgren
3edb3a88bc Fixed one wrong gettext call and deleted one unnecessary statement.
svn: r13782
2009-12-13 14:07:24 +00:00
Brian Matherly
4793422042 Don't import removed "unused" module.
svn: r13781
2009-12-13 05:36:16 +00:00
Brian Matherly
098e6c427d Remove widgets/unused.py for obvious reasons.
svn: r13780
2009-12-13 04:43:05 +00:00
Doug Blank
1206598620 Sorts event by ID, date
svn: r13779
2009-12-13 01:04:09 +00:00
Doug Blank
58dc389e48 Sometimes, the pending events can get into an infinite loop of causing more events to be handled; this fix makes it finite
svn: r13778
2009-12-12 17:01:06 +00:00
Doug Blank
b1254d7820 gtk is hidden in methods to not import it overall for cli
svn: r13777
2009-12-12 13:03:57 +00:00
Rob G. Healey
1f6d87182b Cleanup of little things in WebCal.
svn: r13775
2009-12-12 07:42:42 +00:00
Rob G. Healey
8af5f5f532 Moved "import gtk" from several different places to the area where all imports are located. Had a problem with set_header() in class progressMeter.
svn: r13774
2009-12-12 07:41:09 +00:00
Rob G. Healey
bfbba59482 Changed how EventPage works. Cleanup work on NarrativeWeb. Changed some elements in stylesheet that is specific to Visually impaired only.
svn: r13773
2009-12-12 07:38:10 +00:00
Doug Blank
ec24ff86fb Added options for font sizes and count
svn: r13772
2009-12-12 04:18:04 +00:00
Doug Blank
6183947763 Fixed wrong value for 'track' for detached gramplets
svn: r13771
2009-12-12 03:07:19 +00:00
Doug Blank
cc768b3d36 Proper default value for lookup_calendar
svn: r13769
2009-12-11 23:09:02 +00:00
Doug Blank
a547cc8658 RuntimeWarning: missing handler 'on_delete_event'
svn: r13768
2009-12-11 17:39:43 +00:00
Gerald Britton
54e5538c2d Readability and performance tweaks
svn: r13767
2009-12-11 17:30:54 +00:00
Doug Blank
fae07ee445 3415: gtk.HBox in src/widgets/statusbar.py; changes in latest gtk
svn: r13766
2009-12-11 17:28:42 +00:00
Doug Blank
966ecbf20c Convieniences: get_year_calendar(int) or get_year_calendar(name); date.to_calendar(int) or to_calendar(name)
svn: r13764
2009-12-11 15:17:39 +00:00
Doug Blank
b1e51013e6 Updated date_test to test swedish dates more
svn: r13763
2009-12-11 15:06:21 +00:00
Doug Blank
96737bf442 Refined calendar lookup
svn: r13762
2009-12-11 15:05:29 +00:00
Doug Blank
6d245db5fc Fixed error in get_year_calendar
svn: r13761
2009-12-11 14:27:50 +00:00
Doug Blank
c78d7f6759 RuntimeWarning: missing handler 'on_delete_event'
svn: r13760
2009-12-11 13:04:50 +00:00
Brian Matherly
3dd5506903 Remove unneeded TranslationOption import.
svn: r13759
2009-12-11 12:38:43 +00:00
Brian Matherly
c3546880fc Fix translated dates in Ancestor Report. Currently, dates for other than the current locale will print in ISO format.
svn: r13758
2009-12-11 05:55:30 +00:00
Brian Matherly
04a1da3daf Fix crash in NavWeb when accessing uninitiailzed variables.
svn: r13757
2009-12-11 05:51:16 +00:00
Doug Blank
8b326b49d2 3394: Pango Warning for Fanchartview during start
svn: r13756
2009-12-11 03:19:06 +00:00
Doug Blank
91fb951d04 Fixed two bugs with one check: last wart is gone in config
svn: r13755
2009-12-11 03:11:48 +00:00
Doug Blank
011b875540 Charts to Ancestry view category renaming
svn: r13754
2009-12-11 01:48:22 +00:00
Doug Blank
f21ae833ca Defaults are written to .ini as comments
svn: r13753
2009-12-11 01:36:30 +00:00
Gerald Britton
a82b115192 Tweaks
svn: r13752
2009-12-10 21:06:00 +00:00
Gary Burton
0c18bc53ce Remove a typo which prevents the plugin from loading.
svn: r13751
2009-12-10 18:52:02 +00:00
Rob G. Healey
e9650a703b Fixed event types in multiple places. Fixed a crash at line 520 reported by Gary Britton. Thank you.
svn: r13750
2009-12-10 15:37:58 +00:00
Rob G. Healey
e5b231ef6b Fixed all of the stylesheets, NarrativeWeb, and WebCal with the proper use of the header from Brian Matherly.
svn: r13749
2009-12-10 06:50:21 +00:00
Rob G. Healey
c544e79b22 Fixed event types not being translated in IndividualPages, Events section. Made some spacial alignment in eventtypes.py for better visual aid.
svn: r13748
2009-12-10 00:01:20 +00:00
Benny Malengier
d9efebc047 2846: PedigreeView: build tree basic on arithmetics
svn: r13746
2009-12-09 20:23:21 +00:00
Benny Malengier
24cd5d6f92 2846: PedigreeView: build tree basic on arithmetics
svn: r13745
2009-12-09 13:36:40 +00:00
Jérôme Rapinat
9a23a34ff1 #2385: Fan chart and multiple calendars (only for years on french calendar; < 15)
svn: r13744
2009-12-09 08:37:08 +00:00
Doug Blank
f271154b59 Fixes for get_year_calendar
svn: r13743
2009-12-08 12:32:10 +00:00
Doug Blank
a7d2bcc3f0 Small change to avoid Quirks Mode in Firefox
svn: r13742
2009-12-08 02:41:52 +00:00
Doug Blank
b1676eedb7 3265: An improvement of calendar report
svn: r13741
2009-12-08 02:22:26 +00:00
Doug Blank
54ac83e6ed 3420: Error in line 498 of importCSV.py during CSV import.
svn: r13740
2009-12-08 01:13:42 +00:00
Doug Blank
0cf5665a78 3426: No "invalid_date_format" definition on peoplemodel
svn: r13739
2009-12-08 00:24:56 +00:00
Brian Matherly
443e4b3fd4 Fix DetailedDescendant and DetailedAncestor reports.
svn: r13738
2009-12-07 13:11:43 +00:00
Doug Blank
64ec8c20f8 Fixed CSS typos; got all gramps-connect view pages structured
svn: r13736
2009-12-06 23:35:46 +00:00
Brian Matherly
6392a15610 Add draw_wedge function that was removed from ReportUtils.py.
svn: r13735
2009-12-06 22:42:12 +00:00
Doug Blank
291b13090b Don't escape objects in table columns
svn: r13734
2009-12-06 18:38:19 +00:00
Peter Landgren
90bde6a00a Found two typos when translating.
svn: r13733
2009-12-06 18:38:11 +00:00
Doug Blank
08aaa658eb Empty table cells have clickable area, even if empty
svn: r13732
2009-12-06 17:35:51 +00:00
Doug Blank
4434fd6542 Added convienience method for getting year in the calendar of a date
svn: r13731
2009-12-06 17:34:27 +00:00
Doug Blank
9fd2e4a7fc Add manual url links on table rows
svn: r13730
2009-12-06 15:57:53 +00:00
Doug Blank
6e8f40e9f2 Added map for 3406: Use of translation context on plugins/quickview/FilterByName.py
svn: r13729
2009-12-06 13:38:37 +00:00
Jérôme Rapinat
6f155e598e #3406: Try to use of translation context (first step)
svn: r13726
2009-12-06 09:56:08 +00:00
Jérôme Rapinat
927ac824b9 #2385: Fan chart and multiple calendars (like TimeLine.py)
svn: r13725
2009-12-06 09:38:10 +00:00
Doug Blank
1d86ecd6fb Working on private/protected non-logged-in viewing/searching
svn: r13721
2009-12-06 05:09:43 +00:00
Doug Blank
ca061d3607 Refinements to ProgressMeter and ProgressMonitor for cancelling
svn: r13720
2009-12-06 01:16:17 +00:00
Doug Blank
e091da41de Refinements and tests for cancelling processes
svn: r13719
2009-12-06 00:36:10 +00:00
Doug Blank
e686d72a59 3351: Living people are considered as dead (and some dead considered alive)
svn: r13718
2009-12-05 20:11:00 +00:00
Doug Blank
0c10d47a90 Added a == to match to check more exact matches
svn: r13717
2009-12-05 20:07:53 +00:00
Jérôme Rapinat
22847e90ec typo
svn: r13716
2009-12-05 17:15:32 +00:00
Rob G. Healey
b886d022bb Completed bug# 2698. Please test it out completely. Report issues to bug#2698.
svn: r13715
2009-12-05 11:10:28 +00:00
Rob G. Healey
46dd4e6c1a Beginning work on Bug #2698.
svn: r13714
2009-12-05 09:00:32 +00:00
Doug Blank
785184e74f 3339: [Patch] Views get their column display data from db (meta); should get from config ini
svn: r13709
2009-12-05 06:52:53 +00:00
Doug Blank
b876023812 3413: Hidden export plugins still show in list; and rewrote eval() as getattr()
svn: r13708
2009-12-05 06:35:21 +00:00
Doug Blank
e9bc3df09b 3412: Export types are not in any particular order in ExportAssistant
svn: r13707
2009-12-05 05:56:10 +00:00
Doug Blank
34ff80700b 3411: Exporters "Gramps XML" and "Gramps Package" names are asymmetric
svn: r13706
2009-12-05 05:52:19 +00:00
Doug Blank
7fbdff5e0d 3352: Confusion in creating multiple views of same type and selecting them; see tracker for more details
svn: r13705
2009-12-05 04:38:31 +00:00
Doug Blank
e07455b891 3410: holidays.xml is reported to not load from user's plugin directory
svn: r13703
2009-12-05 03:09:21 +00:00
Rob G. Healey
fc48e51d1c Fixed person section of Event Pages.
svn: r13698
2009-12-03 19:10:20 +00:00
Rob G. Healey
da054668cd Working more on Events classes.
svn: r13695
2009-12-01 15:41:23 +00:00
Doug Blank
216a5d6e0a 3376: RFE: please add 'Open directory' to context menu of media objects
svn: r13693
2009-12-01 02:56:03 +00:00
Rob G. Healey
b6f8cd5ee6 Kept place source references and fixed a crash.
svn: r13692
2009-11-29 23:48:51 +00:00
Gary Burton
393d547d6e Fix for bug 3393.
svn: r13691
2009-11-29 22:02:06 +00:00
Peter Landgren
d4081db69f Second fixed a minor bug.
svn: r13690
2009-11-29 19:59:59 +00:00
Peter Landgren
611a6f2e66 Fixed a minor bug.
svn: r13689
2009-11-29 19:27:07 +00:00
Rob G. Healey
1e219a3f77 Fixed a background issue in Web_Basic-Ash.css.
svn: r13687
2009-11-29 02:35:46 +00:00
Rob G. Healey
252ff9d174 Added new EventListPage styles to all stylesheets.
svn: r13686
2009-11-29 02:19:55 +00:00
Gary Burton
f49f1059c0 Fix issue with paragraph breaks on preformatted notes.
svn: r13684
2009-11-28 19:24:46 +00:00
Gary Burton
06ca52e812 Fix typo
svn: r13683
2009-11-28 19:12:36 +00:00
Gary Burton
53fb269d54 Fix problem with missing sources in bibliography
svn: r13682
2009-11-28 19:11:00 +00:00
Rob G. Healey
086c297975 Fixed missing person in class EventListPage. Hyperlinked the grampsid to the to its EventPage as I didn't have the event type to hyperlink with.
svn: r13681
2009-11-28 10:07:20 +00:00
Rob G. Healey
e8c0ee032d Rest of the Ancestor Tree fix from Jason Simanek. Bug #3371
svn: r13679
2009-11-27 09:47:53 +00:00
Rob G. Healey
b90b6f769c Finished EventListPage. Now only need to work out the sorting protion of it... updated stylesheet to match.
svn: r13678
2009-11-27 09:28:39 +00:00
Gerald Britton
288a20f62d Small simplifications
svn: r13676
2009-11-26 19:53:52 +00:00
Jérôme Rapinat
15f9344340 3391: Some sentences missed the final dot
svn: r13674
2009-11-26 11:13:44 +00:00
Rob G. Healey
8aa9a86c59 Fix for Ancestor Tree: unlinked individuals has been fixed. Jason Simanek has come with a correction. I will slowly be updating the rest of the stylesheets as well.
svn: r13671
2009-11-25 08:24:09 +00:00
Gerald Britton
e572a41566 Tweaks using list comprehensions
svn: r13670
2009-11-24 20:14:19 +00:00
Gerald Britton
9698b0306f Tweaks replacing for-loops with iterator expressions
svn: r13664
2009-11-23 20:52:04 +00:00
Doug Blank
2c3fe84b9b Some work on event and source detail pages
svn: r13662
2009-11-23 02:34:35 +00:00
Doug Blank
d004430882 Fixed error in computing days of a date diff span
svn: r13661
2009-11-23 01:54:44 +00:00
Doug Blank
2ed9ac56e4 Fixed a bug in HTML table widths; allow args to make_basic_stylesheet; add scrollbars to tabbed items
svn: r13660
2009-11-23 01:39:29 +00:00
Doug Blank
8e0593d7ad Added scrollbars to main page views
svn: r13658
2009-11-22 22:29:42 +00:00
Doug Blank
3f546e7fa3 Added copyright; added scrollbars on page views; indexes on other ref tables
svn: r13657
2009-11-22 22:28:30 +00:00
Doug Blank
18e4b52115 Print to stderr, turn debug off, use addon translations, if any
svn: r13654
2009-11-22 18:12:58 +00:00
Doug Blank
670e9bc1ff Django importer; may move to addons later, but keeping it with DjangoExport for now
svn: r13653
2009-11-22 18:07:38 +00:00
Doug Blank
828ec034c9 Added indexes; clean properly; updated db schema version num to 0.5.1 (added indexes)
svn: r13652
2009-11-22 16:43:15 +00:00
Doug Blank
bfdb19d182 Settings ready for debugging; removed select_related
svn: r13651
2009-11-22 13:43:40 +00:00
Benny Malengier
a477d5bc7d 3106: Unable to use People with a common ancestor with <filter> match rule
svn: r13649
2009-11-22 08:44:04 +00:00
Doug Blank
4189b78df3 Protect crashing from malformed data; working on locale-based issues; fast flush; UI focus
svn: r13647
2009-11-21 23:18:35 +00:00
Doug Blank
281fa65cd7 Changes to allow large, fast exports
svn: r13646
2009-11-21 14:27:25 +00:00
Rob G. Healey
72cca076c5 Removed unused and unnecessary functions: get_birth_date() and get_death_date(). I never did use them at all.
svn: r13645
2009-11-21 07:42:36 +00:00
Doug Blank
8df4105d3d Added 404 page error checking and gettext readiness
svn: r13644
2009-11-21 02:25:20 +00:00
Doug Blank
5b9c97c53d New error pages
svn: r13643
2009-11-21 01:22:41 +00:00
Gerald Britton
baa7bb7151 Tweaks
svn: r13641
2009-11-20 17:35:21 +00:00
Benny Malengier
5b1038a2a9 3269: Export privacy switch toggles inclusion of source page data
svn: r13639
2009-11-19 20:49:52 +00:00
Gerald Britton
ddb4a6bd0f Tweaks
svn: r13638
2009-11-19 20:10:49 +00:00
Rob G. Healey
c227803a1b Fixed date display in NarrativeWeb. Bug #3370.
svn: r13637
2009-11-19 19:45:09 +00:00
Peter Landgren
f87bd00fa5 Fix of global name 'ltr' is not defined in line 6156.
svn: r13636
2009-11-19 17:56:23 +00:00
Peter Landgren
d1a49e86bd Fourth update for consistent use of Gramps. See issue 3355.
svn: r13635
2009-11-19 17:40:24 +00:00
Peter Landgren
f234756b21 TransUtils.py should not be among them.
svn: r13634
2009-11-19 17:34:11 +00:00
Peter Landgren
0b711b211c Third update for consistent use of Gramps. See issue 3355.
svn: r13633
2009-11-19 17:32:11 +00:00