Commit Graph

8264 Commits

Author SHA1 Message Date
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
Jérôme Rapinat
22b476be8a 3343: Misnamed report format. Open Document to OpenDocument
svn: r13632
2009-11-19 11:13:39 +00:00
Doug Blank
f3d85ec0f4 Incremental updates for css tweaks, showing validated info, family details and attempts for proper url handling
svn: r13631
2009-11-19 02:41:37 +00:00
Benny Malengier
1846c513cf 2799: in GEDCOM export, changed timestamp for every single record is 31 DEC 1969
svn: r13630
2009-11-18 22:45:54 +00:00
Jérôme Rapinat
34f27d5fa5 avoid _ on p (typo on key)
svn: r13627
2009-11-18 19:48:06 +00:00
Gerald Britton
50029fbb16 Fix bug in Narrative Web source page. Small performance enhancements in display_source_refs.
svn: r13626
2009-11-18 18:41:53 +00:00
Rob G. Healey
307fa33cf1 Converted alphabet navigation to be able to handle words as well as letters.
svn: r13622
2009-11-18 08:36:16 +00:00
Peter Landgren
c1c5a61266 Update for consistent use of Gramps. See issue 3355.
svn: r13621
2009-11-18 08:34:20 +00:00
Rob G. Healey
1888d3b423 Working on source references and events. Changes in stylesheet to match work.
svn: r13619
2009-11-18 08:05:58 +00:00
Brian Matherly
03af2705e7 Fix translation problem in libnarrate.
svn: r13618
2009-11-18 06:14:19 +00:00
Brian Matherly
adb18efb83 svn: r13617 2009-11-18 05:32:22 +00:00
Doug Blank
3f19c3d1b3 Updates to Family view and tabs
svn: r13616
2009-11-18 02:58:29 +00:00
Doug Blank
3e6a161694 removed debug print
svn: r13615
2009-11-18 00:24:48 +00:00
Doug Blank
ee91c17d4b Changed GRAMPS to Gramps
svn: r13614
2009-11-17 23:48:50 +00:00
Doug Blank
ac95f805ac Workaround to avoid importing all of ReportUtils and gtk
svn: r13613
2009-11-17 23:28:04 +00:00
Peter Landgren
8cfd607ed5 Update for consistent use of ZIP/Postal code. See issue 3355.
svn: r13612
2009-11-17 20:53:19 +00:00
Peter Landgren
900d1c57f4 Second update for consistent use of Gramps. See issue 3355.
svn: r13611
2009-11-17 20:45:58 +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
Nick Hall
0e87714de3 Fix bug in new place view with empty places
svn: r13608
2009-11-17 10:28:13 +00:00
Rob G. Healey
f9f4a0a3a5 Fixed bug #3357. Formatting of the date was messed up.
svn: r13607
2009-11-17 09:26:28 +00:00
Benny Malengier
24bc002117 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532559
svn: r13606
2009-11-17 08:46:47 +00:00
Brian Matherly
9b1392c912 Clean up descendant tree - PEP8, naming, etc.
svn: r13603
2009-11-17 05:11:32 +00:00
Nick Hall
d7b4ca2d9c Add hierarchical place view. Reorganise existing place view and model.
svn: r13601
2009-11-17 00:13:03 +00:00
Doug Blank
ef705c09ef Moved gtk out of scope of import
svn: r13600
2009-11-16 23:06:45 +00:00
Doug Blank
f272ce3dd1 Move gtk-based items out of scope of import for cli
svn: r13599
2009-11-16 22:39:54 +00:00
Rob G. Healey
06017f562e Fixed if hyper: cconditional in class MediaPage, lines 2554-2563.
svn: r13598
2009-11-16 21:10:49 +00:00
Doug Blank
fb6897848e Notes on running Django+gramps under apache with wsgi
svn: r13597
2009-11-16 13:36:28 +00:00
Doug Blank
4bea5ee24e Fixed bug in assoc table
svn: r13596
2009-11-16 03:19:28 +00:00
Doug Blank
e9366e26b6 fixed typo
svn: r13595
2009-11-16 00:38:43 +00:00
Doug Blank
313bcfa0cd Django debug support; added table support; add missing DjangoDb funcs; minor css tweaks
svn: r13594
2009-11-15 22:47:43 +00:00
Doug Blank
fa21027a23 Changed the displayed text of an object in the simple table to gramps_id rather than name of item
svn: r13593
2009-11-15 22:43:44 +00:00
Benny Malengier
47158f47ac allow forcing a view to be first in category
svn: r13590
2009-11-15 13:49:27 +00:00
Benny Malengier
319ca153a3 register the gramps-view icon
svn: r13589
2009-11-15 13:23:16 +00:00
Doug Blank
a96eb41a7f Use new link tag; SimpleTable can now output docgen types other than gtk
svn: r13588
2009-11-15 13:18:59 +00:00
Doug Blank
406e46eac9 Added link and underline sections to base and html docgen types; defaults to silent pass so that we can add to other docgen types without breaking anything yet
svn: r13587
2009-11-15 13:15:54 +00:00
Rob G. Healey
cde3354364 Added Address Book styles to all style sheets.
svn: r13585
2009-11-15 06:25:12 +00:00
Rob G. Healey
4a98fd23d6 The exif tags option will only be displayed if they have the pyexiv2 library installed. Great error prevention.
svn: r13584
2009-11-15 05:47:19 +00:00
Rob G. Healey
ff073515be Added Image Exif Tags back into NarrativeWeb. Need to download and install pyexiv2 to see them though.
svn: r13583
2009-11-15 05:12:34 +00:00
Rob G. Healey
772714f866 Fixed Makefiles after Reorgination part2.
svn: r13582
2009-11-15 05:10:00 +00:00
Doug Blank
59af37944b Refinements to events_table and css
svn: r13581
2009-11-14 23:48:55 +00:00
Doug Blank
b5ca175f2b Changed the names of the styles of tables and fixed a col width error (which weren't used, but will be in the webapp)
svn: r13580
2009-11-14 22:50:19 +00:00
Doug Blank
02d095ca8c Moved functions from my_tags to web.utils; added some support for tables; uses docgen code; minor changes to css
svn: r13579
2009-11-14 22:48:30 +00:00
Benny Malengier
d3fd2f150d GEPS_014:_Plugin_registration_and_management
finish views in category, todo: configuration


svn: r13578
2009-11-14 17:17:34 +00:00
Doug Blank
dd71f833fe Draft notes template
svn: r13571
2009-11-13 05:40:11 +00:00
Doug Blank
0f59d46f09 Removed from SVN
svn: r13570
2009-11-13 05:38:34 +00:00
Doug Blank
82767be261 jquery added, due to modifications needed (css changes)
svn: r13569
2009-11-13 05:37:33 +00:00
Doug Blank
dc7174fd7e New template tags; new view_detail function
svn: r13568
2009-11-13 05:33:38 +00:00
Doug Blank
eb6f886e66 Drafts of the detail html templates
svn: r13567
2009-11-13 05:32:33 +00:00
Doug Blank
6066738fac Updated imports
svn: r13566
2009-11-13 05:29:42 +00:00
Doug Blank
9fd107741f A Fan chart view (unstable)
svn: r13565
2009-11-13 01:59:30 +00:00
Doug Blank
2a1aa5e5ad Allow lateral move placement of Fan Chart
svn: r13564
2009-11-13 01:57:40 +00:00
Benny Malengier
7da5541920 Cleanup after making views plugins, remove last imports of DataView
svn: r13563
2009-11-12 22:32:52 +00:00
Benny Malengier
9036896938 3347: /src/Selectors/_SelectPlace.py is still looking for DataViews
svn: r13562
2009-11-12 21:59:53 +00:00
Benny Malengier
f5e8ab5fe2 3347: /src/Selectors/_SelectPlace.py is still looking for DataViews
svn: r13561
2009-11-12 21:53:47 +00:00
Doug Blank
572836fb45 Further hacking to make testing locales faster, but still work in a limited fashion when pyenchant is not installed
svn: r13560
2009-11-12 02:58:33 +00:00
Doug Blank
c142ea4b29 Added context_processor to handle contexts for every template; refer to favion2; some visual polish
svn: r13559
2009-11-11 16:18:01 +00:00
Jérôme Rapinat
d1340f66fe 1563: 'Compressed Strudtured Vector Graphic SVG should be SVGZ (contribution by DuncanNZ)
svn: r13556
2009-11-11 14:58:55 +00:00
Doug Blank
b9c26306d3 Slightly different favicon for webapp (to see it among other gramps pages in the browser)
svn: r13555
2009-11-11 14:58:06 +00:00
Doug Blank
a3abc0950d Better error reporting; return options from run_report to see what happened and where it went
svn: r13554
2009-11-11 13:42:34 +00:00
Doug Blank
16b1cbfa50 Added more compatibility to run reports
svn: r13553
2009-11-11 13:41:02 +00:00
Doug Blank
ddb1b31223 Fix an error in handling null times
svn: r13552
2009-11-11 03:20:34 +00:00
Doug Blank
0798a9470a Webapp can now run some gramps reports using a django database
svn: r13551
2009-11-11 03:19:03 +00:00
Doug Blank
e8790f1d7b Added a direct way to run a report without having to go through ArgHandler; fixed an error in reporting errors for cli reports
svn: r13550
2009-11-11 03:16:21 +00:00
Doug Blank
d90fb534e3 visual refinements; changed search to use istartswith
svn: r13549
2009-11-10 22:42:27 +00:00
Doug Blank
f90c2db4cd Moved src/gen/web to src/web
svn: r13547
2009-11-10 14:23:19 +00:00
Doug Blank
08d8861048 Changes to allow webapp to work out of the box
svn: r13546
2009-11-10 13:10:44 +00:00
Doug Blank
91920710e8 Added WEB_DIR constant
svn: r13545
2009-11-10 13:06:55 +00:00
Doug Blank
7063d4215c Use gramps const for locations
svn: r13544
2009-11-10 13:04:14 +00:00
Doug Blank
3be59844d4 Test db should not be in svn; removed
svn: r13543
2009-11-10 05:29:10 +00:00
Doug Blank
4ab1467845 New files for gramps webapp; src/data/templates contains html templates, and src/gen/web contains gramps-Django interface
svn: r13542
2009-11-10 05:28:35 +00:00
Doug Blank
b7327e679a UNSTABLE plugin for django export
svn: r13541
2009-11-10 05:21:35 +00:00
Doug Blank
18dede768e Some fixes for tabs, and an option to skip saving filename
svn: r13540
2009-11-10 05:20:19 +00:00
Doug Blank
b04b31dbc7 Missing uuid import
svn: r13539
2009-11-10 05:11:26 +00:00
Doug Blank
17d709be14 New constant for UUID creations
svn: r13538
2009-11-10 03:33:10 +00:00
Doug Blank
14cbb9e27a Send warnings to stderr rather than stdout
svn: r13537
2009-11-10 03:27:46 +00:00
Rob G. Healey
1f2103469e Fixed two build problems. configure.in had a reference to src/DisplayModels/Makefile. The /src/plugins/view/Makefile.am had a reference to htmlrenderer without the .py extension.
svn: r13536
2009-11-10 01:33:58 +00:00
Serge Noiraud
e769051735 GeoView : Plugin registration and management corrections.
svn: r13534
2009-11-09 20:31:19 +00:00
Rob G. Healey
158e272c77 Re-stretched out navigation and subnavigation menu bars.
svn: r13530
2009-11-09 06:05:44 +00:00
Rob G. Healey
232bb80d6c Re-did Internet Address Book. it is now Address Book. Current styles for my work on Address Book in stylesheet.
svn: r13529
2009-11-09 04:37:49 +00:00
Benny Malengier
19522ec975 GEPS 014: Plugin registration and management
Also views are now plugins belonging to view category


svn: r13528
2009-11-08 16:41:49 +00:00
Benny Malengier
eea7ba35c7 enable change of sortkey moves rows in flat views
svn: r13527
2009-11-07 23:38:49 +00:00
Jérôme Rapinat
8d957a9935 3333: Update for the Croatian DateHandler (contribution by VPeric)
svn: r13524
2009-11-07 15:42:28 +00:00
Jérôme Rapinat
b09835410f 3333: Update for the Croatian DateHandler (contribution by VPeric)
svn: r13523
2009-11-07 15:41:28 +00:00
Jérôme Rapinat
7c3740d2fc revert update for the Croatian DateHandler
svn: r13522
2009-11-07 15:26:28 +00:00
Benny Malengier
a5ac3beda9 one way of converting the sortkey, not two
svn: r13520
2009-11-07 13:50:10 +00:00
Doug Blank
c6a51db8d3 Fix for running quick view gramplet; disable unnecessary signals reception for some change-actives
svn: r13519
2009-11-07 13:31:36 +00:00
Doug Blank
b31acf707d Allow special quick views to receive additional arguments
svn: r13518
2009-11-07 13:29:35 +00:00
Benny Malengier
1b556586a4 3275: PageView reworking main work by Nick Hall
Moving personview to the new pageview classes, and using a generic 
treebasemodel


svn: r13515
2009-11-07 13:04:45 +00:00
Jérôme Rapinat
e44a7cc8e2 3333: Update for the Croatian DateHandler
svn: r13514
2009-11-07 09:05:27 +00:00
Jérôme Rapinat
7fcdd0fb67 3333: Update for the Serbian DateHandler
svn: r13513
2009-11-07 09:03:32 +00:00
Rob G. Healey
029a5a0026 Fixed listing of internet addresses in display_url_list() and class InternetAddressBook.
svn: r13512
2009-11-06 21:50:35 +00:00
Rob G. Healey
e0dc1b74f3 Added progress meter bar to Internet Address Book.
svn: r13511
2009-11-06 21:08:58 +00:00
Doug Blank
e80f108688 Removed walking of links
svn: r13509
2009-11-06 15:14:38 +00:00
Rob G. Healey
faae542526 Fix my html source layout problems. Cleanup and making stylesheet consistent.
svn: r13506
2009-11-06 08:04:41 +00:00
Doug Blank
9c335c802b Added code to use gramplet.help_url which shows help for gramplet
svn: r13505
2009-11-06 04:42:56 +00:00
Rob G. Healey
1605254b2d Added Internet Address Book to NarrativeWeb. Added styles for it and OneDay elements for WebCal. Updated printer stylesheet to current work.
svn: r13503
2009-11-05 18:18:49 +00:00
Nick Hall
f697451301 Fixed error when opening two plugin status windows
svn: r13501
2009-11-05 16:49:35 +00:00
Doug Blank
aee3e932e1 Added fpath and help_url for plugins
svn: r13500
2009-11-05 11:57:19 +00:00
Doug Blank
be9c8df643 Fixes translation problem for addons
svn: r13499
2009-11-04 23:20:35 +00:00
Serge Noiraud
811463d770 GeoView : issue 3312 : keep years selection between pages, place selection, ...
svn: r13498
2009-11-04 22:15:45 +00:00
Peter Landgren
bd18302d69 Fix so that a copy is created, if new filename already exists. Works like normal XML export.
svn: r13494
2009-11-03 17:33:35 +00:00