Doug Blank
33f168ed6e
Javascript refinements for tabs
...
svn: r19718
2012-05-30 23:33:44 +00:00
Doug Blank
1bd9848b1a
Added javascript to give a #URL when clicking on tabs (good for backup in browser, and bookmarks)
...
svn: r19717
2012-05-30 21:39:01 +00:00
Doug Blank
61bd569c29
added missing tables for refs and secondary information
...
svn: r19716
2012-05-30 21:05:38 +00:00
Doug Blank
83b12cd6b6
Consistent buttons (all buttons are actions, links are navigation) and capitalization (all caps); added highlight to HTML parser
...
svn: r19715
2012-05-30 19:40:32 +00:00
Doug Blank
f14b94dd14
Don't load references when adding a new record
...
svn: r19714
2012-05-30 17:14:39 +00:00
Paul Franklin
2abf41570c
cope with pathological case better
...
svn: r19713
2012-05-30 16:54:46 +00:00
Paul Franklin
db90acb48b
typos
...
svn: r19712
2012-05-30 16:46:29 +00:00
Doug Blank
228cc1d4d5
Changes to stay compatible with Django 1.2
...
svn: r19711
2012-05-30 16:23:04 +00:00
Doug Blank
1b87f73f5e
Added references tab for all objects (except family); some fixes on ref editor
...
svn: r19710
2012-05-30 15:54:51 +00:00
Doug Blank
d746cdb0d7
insert class on table a-href tags
...
svn: r19709
2012-05-30 13:49:42 +00:00
Doug Blank
321c704cac
protection in case quickview fails to load
...
svn: r19708
2012-05-30 13:49:00 +00:00
Doug Blank
44dd3a049c
Added interface to insert global attributes on to a-href tags for HtmlDoc
...
svn: r19707
2012-05-30 13:47:53 +00:00
Doug Blank
f33986204c
Infrastructure to add or share references
...
svn: r19706
2012-05-30 12:54:06 +00:00
Doug Blank
ecf49d95e8
Display block on rows in browse views
...
svn: r19705
2012-05-30 02:52:33 +00:00
Doug Blank
38b50049f2
Working on editing references; fixed an error in ordering of references
...
svn: r19704
2012-05-30 00:49:43 +00:00
Doug Blank
ee794b5077
If an object has get_url, use that for a link
...
svn: r19703
2012-05-30 00:48:26 +00:00
Doug Blank
5da0cc8412
use Python 2.6 rather than dictionary comprehension
...
svn: r19701
2012-05-29 16:03:47 +00:00
Doug Blank
baea5e36b4
Rebuilt sample database
...
svn: r19700
2012-05-29 15:58:08 +00:00
Doug Blank
554e925944
Finished WYSIWYG editing notes
...
svn: r19699
2012-05-29 15:54:56 +00:00
Doug Blank
a1b06272e2
New database structure, StyledTextTagType
...
svn: r19698
2012-05-29 14:39:31 +00:00
Doug Blank
d28d83354a
Working on HTML WYSIWYG editor for notes
...
svn: r19697
2012-05-29 14:08:56 +00:00
Doug Blank
9212e21eb6
Working on HTML WYSIWYG editor for notes
...
svn: r19696
2012-05-29 14:08:38 +00:00
Doug Blank
abbb02a08e
Fixed StyledTextTagType to match grampstype; fixed _DEFAULT on all types; editing notes on web not quite correct (error in DocBackend?)
...
svn: r19695
2012-05-29 13:39:55 +00:00
Rob G. Healey
a8f5d1f8e1
Remove mouse hover blinking text.
...
svn: r19693
2012-05-29 04:30:18 +00:00
Doug Blank
531fbe6e5a
Add forecolor button
...
svn: r19692
2012-05-29 01:24:23 +00:00
Doug Blank
d71494b3d8
Working on formatted notes; everything done but the split into text/tags and save
...
svn: r19691
2012-05-29 00:32:55 +00:00
Doug Blank
3073f58940
Working on styled text editing on web app
...
svn: r19690
2012-05-28 22:52:23 +00:00
Doug Blank
d7dea255b9
Force style type to int if it should be
...
svn: r19689
2012-05-28 22:50:51 +00:00
Doug Blank
b8416f7d42
All objects should return self on serialize
...
svn: r19688
2012-05-28 22:49:47 +00:00
Doug Blank
bb2b773e6d
All objects should return self on serialize
...
svn: r19687
2012-05-28 22:49:09 +00:00
Doug Blank
dcddea249d
Get note text as html
...
svn: r19686
2012-05-28 17:54:22 +00:00
Doug Blank
8bcc160985
Working on note HTML edits
...
svn: r19685
2012-05-28 17:17:15 +00:00
Craig J. Anderson
9f63d657cd
update for feature request 5801
...
Paul wrote over 70% of this code. I only got to improve upon it
slightly.
Also fixed a very small error in the descendant tree where the box
shadow was not scaled up/down with the report (if the report was
scaled).
svn: r19684
2012-05-28 15:02:02 +00:00
Doug Blank
8f8d80f783
Added link to wiki
...
svn: r19680
2012-05-27 19:30:16 +00:00
Doug Blank
e4b5789396
Updated example
...
svn: r19679
2012-05-27 19:11:54 +00:00
Doug Blank
396f517548
Refinements on interactive shell
...
svn: r19677
2012-05-27 19:00:50 +00:00
Doug Blank
685e4c2a46
Reminder to add importing of tags
...
svn: r19676
2012-05-27 18:52:48 +00:00
Doug Blank
b50d9eda8a
Fixed two issues with importing via the web
...
svn: r19675
2012-05-27 18:51:52 +00:00
Doug Blank
baf98375f3
Type on mediaobject; set probably alive on person edit
...
svn: r19673
2012-05-27 14:03:17 +00:00
Doug Blank
bbd443ba7d
All objects should return themselves on unserialize()
...
svn: r19672
2012-05-27 14:01:09 +00:00
Paul Franklin
0027f983c0
syncronize user.py abstraction with CLI and GUI reality
...
svn: r19671
2012-05-27 13:39:40 +00:00
Nick Hall
02d0af7c0a
GEPS008: Fix Gedcom Import/Export problem
...
svn: r19670
2012-05-27 11:33:12 +00:00
Doug Blank
e6571398cb
Updated example.gramps
...
svn: r19669
2012-05-27 02:39:31 +00:00
Doug Blank
82dde838e9
Wrestling with Citations with no sources
...
svn: r19668
2012-05-27 02:38:55 +00:00
Doug Blank
7b97bef883
Use transactions on import; fix for date parser re-location
...
svn: r19667
2012-05-27 02:13:22 +00:00
Doug Blank
6f6c914649
Import and Export can work for any type
...
svn: r19666
2012-05-26 23:26:19 +00:00
Nick Hall
c2b4f96ddc
GEPS008: Re-structure merge files
...
svn: r19665
2012-05-26 21:24:01 +00:00
Doug Blank
b206ade3d3
Refinements on default values for new objects
...
svn: r19664
2012-05-26 20:56:27 +00:00
Doug Blank
0ba29c2d8b
All primary objects can edit, view, create, add, save, add_to, and delete
...
svn: r19663
2012-05-26 18:48:20 +00:00
Jérôme Rapinat
7035384369
add key for vietnamese into _LANG_MAP (lang selector on some textual reports)
...
svn: r19661
2012-05-26 17:43:31 +00:00
Nick Hall
e99da22e7d
GEPS008: Move glade directory
...
svn: r19659
2012-05-26 17:33:53 +00:00
Doug Blank
6919546a0f
Media main parts complete
...
svn: r19656
2012-05-26 04:32:48 +00:00
Doug Blank
c2e5e1741b
Notes completed
...
svn: r19655
2012-05-26 03:10:55 +00:00
Doug Blank
ba9c607ae9
Better method for date editing; updates for DateHandler
...
svn: r19654
2012-05-26 01:48:59 +00:00
Craig J. Anderson
e860f32d51
more code clean up. clean up only.
...
svn: r19653
2012-05-25 23:43:40 +00:00
Doug Blank
c0eaa76d68
Editing of Person, Family, and Event main data complete
...
svn: r19652
2012-05-25 23:41:47 +00:00
Nick Hall
355bbd6d7b
GEPS008: Re-structure date handler files
...
svn: r19651
2012-05-25 23:19:10 +00:00
Craig J. Anderson
7d223409b5
removed a print line
...
svn: r19650
2012-05-25 22:55:44 +00:00
Craig J. Anderson
bea515fc09
Lots of code clean up. one new feature where a separator can be
...
at the start of a line/group.
svn: r19649
2012-05-25 22:52:42 +00:00
Nick Hall
0d89ea1884
GEPS008: Fix for lower case filenames update
...
svn: r19648
2012-05-25 22:37:41 +00:00
Doug Blank
47cdbffbb6
Updates last_changed, last_changed_by
...
svn: r19645
2012-05-25 15:00:39 +00:00
Jérôme Rapinat
cfaee2894a
5705: Wrong detection of error (burial before death) when checking data
...
svn: r19644
2012-05-25 14:02:29 +00:00
Doug Blank
394f9f9d12
Family main fields editing complete
...
svn: r19643
2012-05-25 13:29:30 +00:00
Doug Blank
961a35b529
Family infrastructure in place
...
svn: r19642
2012-05-25 12:38:09 +00:00
Doug Blank
9ca1bd92fb
Working on Family
...
svn: r19641
2012-05-25 01:45:16 +00:00
Doug Blank
bb1bf9ac7a
Working on the rest of the main objects
...
svn: r19640
2012-05-24 20:51:46 +00:00
Nick Hall
b29c7969ed
GEPS008: Convert filter filenames to lower case
...
svn: r19639
2012-05-24 20:11:28 +00:00
Nick Hall
a2825098ec
GEPS008: Re-structure filter files
...
svn: r19638
2012-05-24 17:24:47 +00:00
Doug Blank
fe01467480
I believe that all Person, Name, and Surname editing is done
...
svn: r19637
2012-05-24 17:22:14 +00:00
Doug Blank
b028ce0730
map objects need a db field
...
svn: r19634
2012-05-24 13:08:57 +00:00
Doug Blank
48ef83fbcc
Editing of Person, Name, and surname is nearly complete (need to fix adding second name)
...
svn: r19633
2012-05-24 12:28:34 +00:00
Nick Hall
50773ebd51
5752: Store tag names as unicode
...
svn: r19631
2012-05-23 13:21:36 +00:00
Paul Franklin
7af7459eb2
put style names in alphabetical order
...
svn: r19628
2012-05-22 22:10:12 +00:00
Paul Franklin
f471592d68
5718: crashes on startup
...
svn: r19624
2012-05-22 16:38:24 +00:00
Paul Franklin
f23562019e
5755: some report "custom paper" sizes are saved incorrectly
...
svn: r19623
2012-05-22 15:51:59 +00:00
Paul Franklin
74813da8f0
5754: the book report's "edit" dialog should allow book selection
...
svn: r19621
2012-05-22 15:35:25 +00:00
Paul Franklin
3e482e9d39
5727: some PDF book reports have extra blank pages between them
...
svn: r19619
2012-05-22 15:05:54 +00:00
Doug Blank
cd731f1e21
Editing name done; working on surname
...
svn: r19612
2012-05-21 18:50:03 +00:00
Doug Blank
e495bb58df
Working on name editing with refactor
...
svn: r19610
2012-05-20 22:31:11 +00:00
Doug Blank
9e148614c6
refactoring for view, add, edit, delete, save, and create
...
svn: r19609
2012-05-20 19:22:30 +00:00
Doug Blank
da4981e9a0
5279: i can't export my database
...
svn: r19592
2012-05-19 17:25:54 +00:00
Doug Blank
6580922960
Completed get_raw for all objects
...
svn: r19591
2012-05-19 14:49:12 +00:00
Doug Blank
12f00bf61d
dji.rebuild_cache(item) where item is Person; need rest of items
...
svn: r19590
2012-05-19 13:11:36 +00:00
Doug Blank
85dcc46d39
Only superusers can edit/add; registered users can see all data
...
svn: r19589
2012-05-19 12:24:40 +00:00
Doug Blank
62df43f815
Added sitename to Config; updated sample DBs
...
svn: r19588
2012-05-19 11:53:38 +00:00
Doug Blank
c6db40a14d
added sitename to templates, temporarily hardcoded in views.py; should come from config
...
svn: r19579
2012-05-18 20:05:07 +00:00
Doug Blank
93a57457da
Removed ErrorDialog
...
svn: r19578
2012-05-18 12:23:43 +00:00
Doug Blank
f641712353
Don't crash if no sqlite.db
...
svn: r19577
2012-05-18 11:44:58 +00:00
Doug Blank
a6ab4f5f02
make example
...
svn: r19576
2012-05-18 11:36:17 +00:00
Doug Blank
95be31d84f
make example; new example.sql
...
svn: r19575
2012-05-18 11:35:35 +00:00
Doug Blank
2de079da06
Use correct User() for server
...
svn: r19574
2012-05-18 11:33:52 +00:00
Doug Blank
f199b5782f
Change order of targets in Makefile
...
svn: r19573
2012-05-18 10:13:23 +00:00
Doug Blank
b8109ba431
import/export updates; all appear to work on web
...
svn: r19569
2012-05-18 02:45:36 +00:00
Doug Blank
21abdd5f7f
Removed extra text
...
svn: r19568
2012-05-18 01:30:38 +00:00
Doug Blank
de196aea96
5746: Use the new User classes for Importers and Exporters
...
svn: r19567
2012-05-18 01:21:30 +00:00
Doug Blank
525da42eec
5746: Use the new User classes for Importers; fixed Gedcom import; added user.info()
...
svn: r19561
2012-05-17 21:19:23 +00:00
Doug Blank
8cebcd57db
5746: Use the new User classes for Importers
...
svn: r19560
2012-05-17 20:57:23 +00:00
Doug Blank
3721709368
Make an empty base sqlite db quickly
...
svn: r19557
2012-05-17 18:19:14 +00:00
Doug Blank
b551f24962
css adjustments to make look good
...
svn: r19556
2012-05-17 16:36:21 +00:00
Doug Blank
f3c99d6337
Adjust header on screen (-30px); copyright to 2012; margin of header to left
...
svn: r19554
2012-05-17 14:46:22 +00:00
Doug Blank
00213b2203
Main html table set to 90%; order of choices is based on numeric in Django
...
svn: r19552
2012-05-17 11:56:59 +00:00
Michiel Nauta
96f9d72540
Add warning on db env opening failure
...
svn: r19551
2012-05-17 09:53:36 +00:00
Doug Blank
5d6f91a82e
gedcom import works on-line
...
svn: r19546
2012-05-17 02:59:37 +00:00
Doug Blank
cb0d0a2c81
Brought json initial data up to date; fixed addition of transaction to database; added gramps_id to reports; can now import gedcom on-line again
...
svn: r19545
2012-05-16 23:33:19 +00:00
Doug Blank
82bcb4018c
Proper editing of person, name, surname; fixed default types
...
svn: r19544
2012-05-16 21:50:00 +00:00
Doug Blank
ba4f791bb7
Working on name_origin_type
...
svn: r19541
2012-05-16 13:49:53 +00:00
Doug Blank
b9eb3cefd3
Can now edit a person
...
svn: r19540
2012-05-16 12:05:58 +00:00
Serge Noiraud
324544e4b4
Geography : forgot to modify Makefile.am
...
svn: r19539
2012-05-16 08:52:37 +00:00
Serge Noiraud
f4d11153a2
Geography : Adding a new view : all places visited by one person and his descendants
...
and this by generation.
svn: r19538
2012-05-16 08:44:33 +00:00
Serge Noiraud
77d8e18eb7
Geography : add a new layer to display dates on the map
...
svn: r19537
2012-05-16 07:45:52 +00:00
Doug Blank
c4b84b1e03
Making progress on person edit
...
svn: r19535
2012-05-16 01:25:58 +00:00
Doug Blank
400ce7de33
New template for surname editing
...
svn: r19533
2012-05-15 20:28:46 +00:00
Doug Blank
23114ebe86
prefix/suffix updates; working on editing person
...
svn: r19532
2012-05-15 20:27:53 +00:00
Doug Blank
70b9a8bef0
get_focus on view_person_detail
...
svn: r19531
2012-05-15 20:25:50 +00:00
Doug Blank
66ecc67627
get_focus changes
...
svn: r19530
2012-05-15 20:21:45 +00:00
Doug Blank
58c54609df
Extension to render to rename id
...
svn: r19529
2012-05-15 20:16:39 +00:00
Doug Blank
48c1b83e21
paginator text to buttons
...
svn: r19528
2012-05-15 20:10:02 +00:00
Doug Blank
e5b31262ab
Links as buttons; working on finishing person and name editing
...
svn: r19526
2012-05-15 14:45:47 +00:00
Rob G. Healey
215db01776
Added conditional to check for exiv2 is insalled or not?
...
svn: r19522
2012-05-15 04:01:23 +00:00
Rob G. Healey
6955f6282c
pylint cleanup; remove unused imports.
...
svn: r19521
2012-05-15 02:04:14 +00:00
Doug Blank
afa2ea05a9
Fix proxy to implement all functionality to use correctly as a real Gramps database
...
svn: r19498
2012-05-11 13:31:30 +00:00
Doug Blank
6d3b3558bc
Allow a proxy to be used on dbstate.db
...
svn: r19497
2012-05-11 12:31:13 +00:00
Doug Blank
27a66aec72
Fix filter by name
...
svn: r19496
2012-05-11 12:22:11 +00:00
Doug Blank
f1eeb470f3
Proxies not needed
...
svn: r19493
2012-05-11 12:09:32 +00:00
Serge Noiraud
1fec21ada9
Geography : add and modify some texts.
...
svn: r19490
2012-05-11 10:49:30 +00:00
Nick Hall
dd370f44b5
Change English spellings to American spellings
...
svn: r19487
2012-05-10 18:52:03 +00:00
Peter Landgren
88edcd1dad
Updated.
...
svn: r19483
2012-05-10 14:26:03 +00:00
Doug Blank
183f0f2ff5
New filter: Descendant Familes of filter match
...
svn: r19481
2012-05-10 03:50:23 +00:00
Serge Noiraud
b1d7c68a89
Geography : bad color assignment when several life ways.
...
svn: r19463
2012-05-07 14:34:53 +00:00
Serge Noiraud
3a1093edc4
Geography : I finaly catch this problem : autozoom the first time we click on the map.
...
svn: r19461
2012-05-07 12:17:02 +00:00
Michiel Nauta
4ac14fbc65
5676: Crashed when verifying data
...
svn: r19451
2012-05-06 09:47:08 +00:00
Craig J. Anderson
342ad20cdd
Simple update to help bookreport messages when running this report.
...
svn: r19438
2012-05-04 18:15:13 +00:00
Serge Noiraud
acd641f73e
Geography : remove useless statement
...
svn: r19432
2012-05-03 15:12:24 +00:00
Craig J. Anderson
2bb2b59a90
Fixed a small error were if you added a Descendent Chart, you were
...
given three option for a title. Only the first two should be available.
svn: r19429
2012-05-03 01:31:05 +00:00
Peter Landgren
157d32a963
geofamclose.py was missing.
...
svn: r19425
2012-05-01 19:28:27 +00:00
Doug Blank
dff245f684
Changes for Django 1.4
...
svn: r19424
2012-05-01 14:36:10 +00:00
Doug Blank
5bfe83b19f
5708: Confusing results with statistic gramplet and filter; fixes suggested by PeterL's patch
...
svn: r19415
2012-04-30 13:21:21 +00:00
Doug Blank
b557be86d9
5708: Confusing results with statistic gramplet and filter; fixes suggested by PeterL's patch
...
svn: r19414
2012-04-30 13:13:05 +00:00
Doug Blank
90d3da2e11
5708: Confusing results with statistic gramplet and filter; fix based on PeterL's suggestion
...
svn: r19413
2012-04-30 12:51:23 +00:00
Doug Blank
56b4bc7700
Show actual name which has missing part
...
svn: r19410
2012-04-30 01:49:53 +00:00
Doug Blank
f6e541c296
Fixed bug in allowing links via list
...
svn: r19409
2012-04-30 01:49:09 +00:00
Craig J. Anderson
e1a5a5f8b9
Fixed an error where a function was not passed
...
svn: r19406
2012-04-29 13:40:28 +00:00
Doug Blank
17843e1efd
Error in logic
...
svn: r19405
2012-04-29 12:42:45 +00:00
Serge Noiraud
50b3e4b56a
Geography : not all places shown in the status bar when the mouse is over one marker.
...
crash when we change the map provider in geoplace.
change the icon for geoclose.
svn: r19404
2012-04-29 09:24:40 +00:00
Serge Noiraud
65fe82ae7c
Geography : not all places shown in the status bar when the mouse is over one marker.
...
svn: r19403
2012-04-29 09:21:47 +00:00
Doug Blank
24ac90fde9
Protection for names with no primary name set
...
svn: r19397
2012-04-28 20:36:00 +00:00
Doug Blank
73a37df305
Bring up to date with Narrative web CSS
...
svn: r19396
2012-04-28 20:35:16 +00:00
Michiel Nauta
2912e07371
5691: narrative web site regression: blank line
...
svn: r19395
2012-04-28 19:55:11 +00:00
Doug Blank
0d18eef9ee
Image was wrong size for recent Narrative Web
...
svn: r19392
2012-04-28 13:38:07 +00:00
Serge Noiraud
b28730baa3
Geography : geofamclose : Have these two families been able to meet?
...
svn: r19389
2012-04-27 13:45:29 +00:00
Serge Noiraud
5fc79c4009
Geography : crash with geoclose when we change the database.
...
svn: r19388
2012-04-27 07:51:08 +00:00
Serge Noiraud
8260f30b94
Geography : force to redraw the layers when we change the map provider.
...
svn: r19386
2012-04-25 07:17:04 +00:00
Serge Noiraud
2cd6b8a50a
Geography : geoclose : better way to show meeting zone.
...
svn: r19382
2012-04-24 14:55:36 +00:00
Craig J. Anderson
113a8bce3a
{} groups were simply forgotten about if they did not contain a
...
variable that printed. This does not allow {...}<..>{...} as the
separator will print depending on what is on the other side of the
groups.
updated the code to add a 'non printed variable' code in place of the
group when it does not print. So groups are now treated like regular
variables.
svn: r19375
2012-04-22 12:58:42 +00:00
Paul Franklin
4151874ad1
typos
...
svn: r19368
2012-04-20 16:13:11 +00:00
Tim G L Lyons
0515433985
0005687: Can't delete a note, which is a citation.
...
svn: r19363
2012-04-19 18:40:36 +00:00
Serge Noiraud
da3349ff55
Geography : initialization problem in geoclose.
...
svn: r19360
2012-04-19 15:03:04 +00:00
Jérôme Rapinat
0145b5ea22
Use named_arguments for translators (patch by MathieuMD)
...
svn: r19358
2012-04-19 13:44:56 +00:00
Jérôme Rapinat
f7178ecca7
do not need to translate PopulateSources debug tool (patch by MathieuMD), see devel mailing list
...
svn: r19354
2012-04-19 05:25:55 +00:00
Serge Noiraud
89c94a6fa4
Geography : markers were insensitive for the reference person in geoclose
...
svn: r19353
2012-04-18 18:05:08 +00:00
Jérôme Rapinat
06c0aa4d54
translation issues (patch by MathieuMD), see devel mailing list
...
svn: r19352
2012-04-18 17:27:47 +00:00
Serge Noiraud
cc709d4c3c
Geography : Add the possibility to select the size of the meeting zone with the plugin configuration button.
...
You can see the area where they been able to meet.
Add the reference person choice with the right button.
Change the text position.
svn: r19351
2012-04-18 16:58:23 +00:00
Serge Noiraud
0a9b63bdfd
Geography : add the possibility to have a meeting zone and not exactly one meeting place.
...
svn: r19350
2012-04-18 16:47:39 +00:00
Nick Hall
42071b5050
5655: Fix warnings when tags have duplicate names
...
svn: r19344
2012-04-16 16:21:48 +00:00
Gary Burton
11f65c4625
Fix crash when copying family objects to the clipboard
...
svn: r19339
2012-04-15 20:43:37 +00:00
Jérôme Rapinat
61e68d6ec7
update Makefile.am and POTFILES.in
...
svn: r19329
2012-04-14 15:10:59 +00:00
Michiel Nauta
a5cdd339ed
5466: On import and Check and Repair need to check references to absent objects
...
svn: r19328
2012-04-14 12:20:10 +00:00
Jérôme Rapinat
ac3318e992
move the content of some .gpr.py files into main one for easier maintenance
...
svn: r19325
2012-04-14 09:10:23 +00:00
Jérôme Rapinat
84d4d1acaf
raw_name = key for style (set into _reportdialog.py or specific categories), report_name = translated filename; need to test output into CLI mode
...
svn: r19324
2012-04-14 08:54:26 +00:00
Rob G. Healey
0271ce7ca1
Fixed a few *.gpr.py files up to 3.5.
...
svn: r19320
2012-04-13 20:49:44 +00:00
John Ralls
3eb232c1a9
Load a menu accelerator map named gramps.accel if such a file exists in const.DATA_DIR
...
svn: r19318
2012-04-13 19:53:15 +00:00
Jérôme Rapinat
b3b03d4d2b
5654: write all files into one directory for years and months, level issue with NavWeb, patched by MD Nauta
...
svn: r19316
2012-04-13 16:10:13 +00:00
Jérôme Rapinat
590d836d62
version bump; upgrade "gramps_target_version" (part3)
...
svn: r19313
2012-04-13 15:59:40 +00:00
Tim G L Lyons
5e17b21594
ImportGrdb does not support the latest database format. Adopted suggested solution that the "file association with grdb files perhaps remains but that the importer gives a message to use old version 3.0 to upgrade these old files".
...
svn: r19311
2012-04-13 10:42:25 +00:00
Serge Noiraud
9aaffb82f8
Geography: as geography.gpr.py is only used to load the geography modules if the osmgpsmap library
...
is present, we can force gramps_target_version to the current version of gramps.
svn: r19300
2012-04-11 17:31:53 +00:00
Serge Noiraud
180861bbee
Geography : changes to be conform tu the new version : 3.4 -> 3.5
...
svn: r19299
2012-04-11 07:34:52 +00:00
Jérôme Rapinat
5237f8dc64
version bump; upgrade "gramps_target_version" (part2)
...
svn: r19286
2012-04-10 09:19:26 +00:00
Jérôme Rapinat
374e24dc2c
version bump; upgrade "gramps_target_version" (part1)
...
svn: r19285
2012-04-10 09:11:50 +00:00
Michiel Nauta
707efc0aff
5595: DBError when rebuilding reference maps while Event view row is selected
...
svn: r19271
2012-04-07 20:35:16 +00:00
Nick Hall
92c3c4e824
5206: Remember size of FilterEditor and EditFilter windows
...
svn: r19266
2012-04-07 19:03:41 +00:00
Jérôme Rapinat
080f4ee1fa
new version number for avoiding conflict with 3.4 features and config keys
...
svn: r19264
2012-04-07 17:53:51 +00:00
Vassilii Khachaturov
64ba41c5fd
geography view plugin: fix l10n call when wrong osmgpsmap version reported
...
(parameters should be substituted only AFTER _() is called)
svn: r19263
2012-04-07 13:12:54 +00:00
Michiel Nauta
10b88a5cc0
is_equal called on handle
...
svn: r19262
2012-04-07 11:27:17 +00:00
Serge Noiraud
ce3cb64ee9
Geography : geoclose : incorrect title in selection dialog.
...
svn: r19255
2012-04-06 22:01:37 +00:00
Serge Noiraud
4dc30d6276
Geography : no initialization for geography_path for new users
...
svn: r19254
2012-04-06 21:57:18 +00:00
Tim G L Lyons
5a642228c8
0005667: Merging notes with citation references fails (also merge media)
...
svn: r19252
2012-04-06 17:16:54 +00:00
Tim G L Lyons
6c4dc9c239
0005656: Error during citation merging. get_confidence_level should be set_confidence_level - the classic single character fix!!
...
svn: r19232
2012-04-04 18:16:14 +00:00
Rob G. Healey
95b4775c58
Changes necessary to get trunk compiled and installable once again.
...
svn: r19215
2012-04-03 17:06:11 +00:00
Serge Noiraud
9f28ab87eb
Geography : geoclose : force to show one point in case of multiple events
...
at the same place.
svn: r19213
2012-04-03 14:44:57 +00:00
Serge Noiraud
2bca3eb56f
Geography : new geography plugin : geoclose : Have they been able to meet?
...
svn: r19210
2012-04-03 13:01:09 +00:00
Serge Noiraud
8d4906354d
Geography : reorganization, add a life way layer, some cleaning.
...
svn: r19209
2012-04-03 09:44:44 +00:00
Jérôme Rapinat
47ffcf9bec
5654#c23595, #5193 : should not try to copy a style sheet if 'No style sheet' value is set
...
svn: r19208
2012-04-03 08:48:22 +00:00
Gary Burton
ecdb51c9f7
Use replacement refresh_objects method instead of remove_invalid_objects which no longer exists
...
svn: r19202
2012-04-01 19:23:34 +00:00
Jérôme Rapinat
0a850ceaf4
improvements on french date handler (by Mathieu MD)
...
svn: r19195
2012-04-01 10:36:58 +00:00
Jérôme Rapinat
7d4d7735b7
5621: my bad, call of label(s) and category is not always the same (consistency on children rules); thanks Tim
...
svn: r19194
2012-04-01 10:02:23 +00:00
Jérôme Rapinat
08581e7ca8
5621: do not need to call gettext if strings are not used and displayed (TODO: check strings used on sidebar filters)
...
svn: r19193
2012-04-01 06:58:00 +00:00
Jérôme Rapinat
6c7f3d65bc
better fix for rev19169, 19184 (was IndentationErrors)
...
svn: r19192
2012-04-01 05:57:49 +00:00
Rob G. Healey
596758789a
Fixed an error where 'Document' was being used as a key for CSS_FILES. It did not exist in webstuff.py.
...
svn: r19186
2012-03-31 07:22:48 +00:00
Rob G. Healey
3339a68f80
Fixed IndentationErrors created from rev19169. It is a major one as it crashes Gramps upon trying to loading.
...
svn: r19183
2012-03-31 05:50:52 +00:00
Rob G. Healey
fbafc7e8ef
Fixed IndentationError created from rev19169. It is a major one as it crashes Gramps upon trying to loading.
...
svn: r19182
2012-03-31 05:37:38 +00:00
Rob G. Healey
a0cae6a3e0
Removing duplicated files that are for the webstuff only and were in that directory too.
...
svn: r19180
2012-03-31 04:36:46 +00:00
Jérôme Rapinat
df071b9009
5621: do not need to call gettext if strings are not used and displayed
...
svn: r19169
2012-03-29 07:13:06 +00:00
Nick Hall
4bbae2d469
5443: Change integer entry fields to use spinner controls
...
svn: r19157
2012-03-26 18:27:56 +00:00
Jérôme Rapinat
b97ff5fd63
non ASCII characters in a string, see http://www.gramps-project.org/wiki/index.php?title=Coding_for_translation#How_to_allow_translations
...
svn: r19134
2012-03-24 08:39:15 +00:00
Rob G. Healey
e383c8fd44
Added encoding for this file so that gramps will work. Non-ASCII character '\xe2' in file /home/Frog/Downloads/gramps-3.4.0/gramps/gen/plug/docgen/graphdoc.py on line 67, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details.
...
svn: r19129
2012-03-24 05:07:19 +00:00
Jérôme Rapinat
88d9b23ac8
5081: check and use unfiltered persons on private __is_living (by MD Nauta)
...
svn: r19124
2012-03-23 16:13:40 +00:00
Jérôme Rapinat
612774f11b
5648: improvements, enhancements, more accurate strings
...
svn: r19120
2012-03-23 15:26:12 +00:00
Rob G. Healey
76ece14d56
Added based uppon use of setup.py
...
svn: r19115
2012-03-23 05:57:00 +00:00
Tim G L Lyons
b1e9f33a60
GEDCOM import: IdMapper can sometimes be passed @F2002@ and sometimes F2002. These were not mapping to the same swapped Gramps Id.(Partly a consequence of revision 19053).
...
svn: r19096
2012-03-19 16:06:26 +00:00
Rob G. Healey
48205702d2
Bug#0002738: NarrativeWeb: strange behaviour with alphabet navigation when used with narrow browser window --> has now been fixed.
...
svn: r19089
2012-03-19 06:49:44 +00:00
Rob G. Healey
6bfd0b0e8d
Bug#0005274: Narweb - Web Link, showing Url --> has now been fixed.
...
svn: r19086
2012-03-19 03:35:00 +00:00
John Ralls
dcdf119ffa
Bug 5429: Fix typo in MacTranslation.py
...
svn: r19082
2012-03-18 20:10:37 +00:00
Benny Malengier
99ed2483ac
5617: local variable for mother on 'plugins/views/geoperson.py
...
svn: r19077
2012-03-17 14:09:23 +00:00
Michiel Nauta
f2ad220878
5632: Objects with references to missing tags not fixed by Check and Repair
...
svn: r19066
2012-03-14 20:05:47 +00:00
Michiel Nauta
110e6d52de
5629: Citations with reference to missing note/media not fixed by Check and Repair
...
svn: r19058
2012-03-13 21:40:11 +00:00
Tim G L Lyons
4e7137569f
0005608: GEDCOM import ignores leading 0's in INDI ID's
...
svn: r19056
2012-03-13 17:47:06 +00:00
Tim G L Lyons
73be67b3f8
0005620: Export name types to GEDCOM. Patch extended following testing against various GEDCOM files from the internet.
...
svn: r19054
2012-03-13 17:12:23 +00:00
Rob G. Healey
cde90955cb
Removed duplicate files that are already in src/plugins/webstuff and its sub-directories.
...
svn: r19036
2012-03-10 02:14:08 +00:00
Rob G. Healey
cdaaf11964
Adjusted screen width for WebCal pages.
...
svn: r19026
2012-03-09 07:42:35 +00:00
Rob G. Healey
b17cf1f8ff
Reverted Source Page Citation Referents' Media section.
...
svn: r19025
2012-03-09 03:07:50 +00:00
Rob G. Healey
c11615fe49
Moved style sheeta from the styles directory to css so as to match changes to NarrativeWeb.
...
svn: r19024
2012-03-08 15:09:10 +00:00
John Ralls
c1ff037027
[Bug #5610 ] Can't launch external viewer due to PATH set by Gramps
...
startup script
Hard-code the path to /usr/bin/open in gui/utils.py. Since this is an
Apple-only utility and Apple-proprietary, there's no legitimate reason
to use a different one.
svn: r19023
2012-03-06 19:10:24 +00:00
Jérôme Rapinat
39f157a104
5554: 'importgedcom.glade' into plugins.import folder
...
svn: r19019
2012-03-06 16:18:27 +00:00
Jérôme Rapinat
85a431eb44
5554: 'importgedcom.glade' used with ANSEL encoding
...
svn: r19017
2012-03-05 19:32:35 +00:00
Jérôme Rapinat
af90f9ef06
try to avoid key issue en event
...
svn: r19012
2012-03-05 19:19:45 +00:00
Jérôme Rapinat
cd2c9544cd
5554: Ignore no more used .glade files on installation and translation
...
svn: r19009
2012-03-05 17:25:00 +00:00
Jérôme Rapinat
a54cbac8f3
Enable translation on top object
...
svn: r19008
2012-03-05 17:20:12 +00:00
Jérôme Rapinat
b708b68160
5609: Improvements for Records report (by reinhard)
...
svn: r19004
2012-03-04 08:34:59 +00:00
Rob G. Healey
154a49bad9
Fixed the Outline Citations display so that it does not do groupings. It still does the groupings if it is in Drop Down mode.
...
svn: r19003
2012-03-04 03:25:31 +00:00
Jérôme Rapinat
7c8f8a2656
Avoid to ignore last characters when we have more than 999 individuals (string length into button). It is not fixed for all cases, only more confort.
...
svn: r19000
2012-03-03 08:57:41 +00:00
Rob G. Healey
f76a460b28
Added option to choose which layout the user wants for the Source Page Citation Referents section as either Outline or Drop Down.
...
svn: r18997
2012-03-03 08:25:12 +00:00
Rob G. Healey
26bbb654d0
fixed issues regarding to the other style sheet's navigation menu.
...
svn: r18996
2012-03-02 23:42:20 +00:00
Tim G L Lyons
0427db85d6
0005606: GEDCOM import: NOTE_RECORD is not handled properly
...
svn: r18994
2012-03-02 18:27:10 +00:00
Tim G L Lyons
d4e0017365
0005605: GEDCOM inport: Embedded from of MULTIMEDIA_LINK in INDIVIDUAL_RECORD does not use IdMapper
...
svn: r18990
2012-03-02 17:13:10 +00:00
Rob G. Healey
5d10b97fb8
Extended the minimum height for the SourcePage citation Referents section to make room for the Citations Drop down menu bar if Basic-Blue style sheet is chosen and Drop Down is selected for menu layout.
...
svn: r18985
2012-03-02 01:57:03 +00:00
Rob G. Healey
a99a124b96
Added word Unknown if the date event was missing for SourcePage's Citation Referents section so that there would be at least something to display.
...
svn: r18984
2012-03-02 01:51:34 +00:00
Rob G. Healey
900a8f39f1
Finished fixing Events drop down in class SourcePage's Citation Referents section, thank you nitin chandha, for all the help in the conditional loops.
...
svn: r18983
2012-03-01 16:12:39 +00:00
Nick Hall
08d8cd2535
1446: Fix Clipboard refresh problem
...
svn: r18982
2012-02-29 23:30:31 +00:00
Rob G. Healey
31647a7a3b
People Drop Down Citation Referents section is working perfectly now. Thank you, "nitin chadha" <contact.nitinchadha@gmail.com> for all of your wonderful help.
...
svn: r18980
2012-02-29 07:54:36 +00:00
Rob G. Healey
b4c89cf207
AddingAnimated Citations Drop Down back into Gramps for class SourcePage.
...
svn: r18979
2012-02-29 01:36:50 +00:00
Doug Blank
1194b9e8ab
Missing import
...
svn: r18976
2012-02-26 13:47:53 +00:00
Tim G L Lyons
e516ae592e
Disable 'Install Addons' tab in Help->Plugin Manager because it is superseded by the Preferences check for updates features.
...
svn: r18969
2012-02-24 18:32:38 +00:00
Tim G L Lyons
d8c1fae4df
Change defaults so that new users are not notified about new plugins (before they have even seen the UI). This solves 0004994: Gramp hangs on retriving addons list
...
svn: r18963
2012-02-23 20:54:09 +00:00
Jérôme Rapinat
a79fb3683b
grammar improvement
...
svn: r18955
2012-02-23 07:19:12 +00:00
Serge Noiraud
4aa0a450ef
NarrativeWeb : bug #0005537 : forgot to close the gendex file
...
svn: r18953
2012-02-22 21:20:52 +00:00
Serge Noiraud
58afe3dfe9
NarrativeWeb : bug #0005537 : Bug creating archive with the option Include Family Map with all places
...
svn: r18951
2012-02-22 20:27:01 +00:00
Tim G L Lyons
212c752202
0005588: [XML]: Media object handling on citation and private marker on (source reference). Add media object to citation. No change needed for privacy.
...
svn: r18947
2012-02-21 23:10:30 +00:00
Tim G L Lyons
b422c82edb
GEDCOM import: if a default source is created, attached date data for submitters was incorrectly stored as a Date object when it should be text.
...
svn: r18945
2012-02-21 15:47:15 +00:00
Tim G L Lyons
a5c42e2975
Change gramplet to populate database with sources and citations into a tool under the Tools/Debug menu as I should have created it in the first place. This tool is a test/diagnostic tool.
...
svn: r18944
2012-02-21 15:08:43 +00:00
Tim G L Lyons
2354408e8b
GEDCOM import: error handling code moved to one place (no change to effect)
...
svn: r18935
2012-02-19 16:45:00 +00:00