Commit Graph

7490 Commits

Author SHA1 Message Date
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
Gerald Britton
2230220ea1 Tweaks using builtins and list comprehensions -- fix error in get_name
svn: r13492
2009-11-03 14:22:37 +00:00
Doug Blank
1f5256e8fd Supress warning on not loading local translations (1st party plugins don't have them)
svn: r13491
2009-11-03 13:47:01 +00:00
Doug Blank
8143ef6c18 Added localized gettext for registration code
svn: r13490
2009-11-03 13:42:37 +00:00
Doug Blank
98ec7731e7 Used the gramps way of editing files
svn: r13489
2009-11-03 12:01:33 +00:00
Rob G. Healey
6741ffed73 Cleanup and remove some old functions in WebCal.
svn: r13488
2009-11-03 07:32:45 +00:00
Brian Matherly
3141ed0e71 Cleanup libnarrate.
svn: r13487
2009-11-03 05:25:15 +00:00
Rob G. Healey
99499779dc NarrativeWeb is now using format_date() where it is just needing to be displayed. Where calculations are needed, using Date() and date(). Stylesheets are being updated as well. A lot of general cleanup as well.
svn: r13486
2009-11-03 04:18:05 +00:00
Doug Blank
e83e5effc5 Skip hidden directories, and the po and locale system dirs of gramps-addons
svn: r13485
2009-11-03 01:56:27 +00:00
Doug Blank
822586d8a5 Added plugin.fpath to keep track of path; added edit button in plugin window
svn: r13484
2009-11-03 01:39:47 +00:00
Doug Blank
9130ddd23a Default to 'en' in get_addon_translator() if locale.getlocale()[0] returns None
svn: r13483
2009-11-03 00:34:12 +00:00
Gerald Britton
f822b4b8a0 Tweaks using builtins and list comprehensions
svn: r13482
2009-11-02 19:07:32 +00:00
Nick Hall
200bacb1f5 Add extra sections to Complete Individual Report
svn: r13481
2009-11-02 14:57:34 +00:00
Serge Noiraud
461b70a7e4 GeoView : issue 3312 : limits problem and some other minor bugs.
svn: r13480
2009-11-01 22:10:54 +00:00
Doug Blank
d23721d35f Allow plugin manager to follow links (so you can add a link in plugins to a development dir)
svn: r13479
2009-11-01 15:45:53 +00:00
Doug Blank
05de29cbf8 Don't complain if LANG is en and there is no explicit translation for addons
svn: r13478
2009-11-01 15:44:04 +00:00
Doug Blank
ba897a8e0f Added __file__ to plugin registration environment (to retrieve addon translations)
svn: r13477
2009-11-01 14:30:56 +00:00
Doug Blank
0f61597985 Begin moving 3rd-party plugins to external SVN: DataEntryGramplet removed
svn: r13476
2009-11-01 14:28:37 +00:00
Doug Blank
0dc707ef7c Added a function to get a translation with fallback for addons
svn: r13475
2009-11-01 14:26:21 +00:00
Brian Matherly
c43c3beba0 Clean up ReportUtils: Move text strings into "Narrator" class in libnarrate. Remove unused functions. Move functions out that are only used once.
svn: r13474
2009-10-31 21:36:57 +00:00
Benny Malengier
ffd61918c4 fix svn properties
svn: r13472
2009-10-31 08:15:10 +00:00
Peter Landgren
4e3971913d Another fix for translation to work.
svn: r13469
2009-10-30 18:28:11 +00:00
Jérôme Rapinat
d9f4b84860 update, typo on day. MON format
svn: r13468
2009-10-30 18:05:45 +00:00
Jérôme Rapinat
bb51d41133 cannot translate variable (part2 - thanks Peter)
svn: r13467
2009-10-30 18:01:48 +00:00
Serge Noiraud
140cee8e6a GeoView : change strings for translation.
svn: r13465
2009-10-30 16:45:00 +00:00
Jérôme Rapinat
9ec8339998 cannot translate variable (mailing-list)
svn: r13463
2009-10-30 10:15:18 +00:00
Serge Noiraud
291c8ed819 GeoView : Correction of bad simplifications in svn 13212.
Some limits problems.
          Try to solve 1.3 from issue 3312.
          Replacing radio buttons by a combobox to save space.


svn: r13462
2009-10-30 08:41:21 +00:00
Erik De Richter
9a93932ea1 update nl translation
svn: r13461
2009-10-30 06:37:22 +00:00
Benny Malengier
750331b8bd 3325: Gramps (from trunc) chrashes without an environment definition for LANG
svn: r13460
2009-10-29 22:12:11 +00:00
Benny Malengier
ab302b4673 Use Utils to check for Windows instead of string compare
svn: r13459
2009-10-29 21:56:31 +00:00
Benny Malengier
83fd55e363 3294: Edit buttons causing an error
svn: r13458
2009-10-29 21:36:57 +00:00
Gerald Britton
00bee4ee66 Bug 0003098: "Buri" event on GeneWeb file may break import into Gramps
svn: r13457
2009-10-29 20:03:03 +00:00
Jérôme Rapinat
0757d0821c 3278: [Records plugin] Mariage calculation should only work with event_role=Family or primary
svn: r13456
2009-10-29 11:44:32 +00:00
Peter Landgren
4c93a08c14 Change of first letter in month's names to lower case.
svn: r13454
2009-10-29 07:22:17 +00:00
Luigi Toscano
ad8c24d9c3 Italian translation for month names
svn: r13452
2009-10-28 23:36:10 +00:00
Jérôme Rapinat
cd46badf1e update still parsing problem with one date format
svn: r13448
2009-10-28 18:40:20 +00:00
Benny Malengier
61130b11ef 03288: [XML import] Custom family event role type is ignored on Family Events
svn: r13447
2009-10-28 16:15:48 +00:00
Jérôme Rapinat
dc85030a20 typo
svn: r13445
2009-10-28 15:01:36 +00:00
Jérôme Rapinat
7f9934d2c8 Revised _Date_fr.py according to Brian's changes in revision 13442
svn: r13444
2009-10-28 15:00:16 +00:00
Espen Berg
ea35e9b5e7 Revised _Date_nb.py according to Brian's changes in revision 13442
svn: r13443
2009-10-28 13:02:30 +00:00
Brian Matherly
77847d37ba 0003320: DateDisplay: incorrect index for short_months and long_months
svn: r13442
2009-10-28 12:21:37 +00:00
Doug Blank
7a19720b01 Need to ignore old values of wrong list type
svn: r13441
2009-10-28 12:15:18 +00:00
Doug Blank
b5e9f4ddf0 Added missing traceback import
svn: r13440
2009-10-28 10:38:57 +00:00
Benny Malengier
e03cd66c2d 3304: current HTML modules add a newline for every doc.write_text()
svn: r13439
2009-10-28 08:15:16 +00:00
Serge Noiraud
6ba97f3e6d GeoView : We need webkit 1.1.10 to use the encoding.
reset the combobox text when switching map.


svn: r13438
2009-10-28 07:48:05 +00:00
Peter Landgren
c1c27b3ebf Update of strings as requested.
svn: r13437
2009-10-28 07:34:37 +00:00
Brian Matherly
758d69ec88 Make short and long month strings constants in the DateDisplay class instead of using the localized month strings detected by GrampsLocale. This will allow DateDisplayers to work for languages other than the current locale - will be useful for user selectable report translations.
svn: r13436
2009-10-28 03:25:57 +00:00
Doug Blank
d920e3479a Looks like this is needed
svn: r13435
2009-10-28 01:16:21 +00:00
Serge Noiraud
e407cd26b6 GeoView : Force the renderer to be utf-8 ( issue #2887 )
Button limits problem ( issue #3312 #1.1)
          Some missings infos   ( issue #3312 #1.2)
          Info bubble problem   ( issue #3312 #1.3)
          Page limits problem   ( issue #3312 #2)
          Some minor corrections.


svn: r13433
2009-10-27 18:48:43 +00:00
Rob G. Healey
77da65bc71 Fixed a lot of string items, whereas href=; it becomes href = as an example. This was talked about a while back, and Brian or Benny made the point to code like this.
svn: r13432
2009-10-27 15:40:15 +00:00
Peter Landgren
7fe80cc10b Fix of translation problem with _().
svn: r13431
2009-10-27 09:06:52 +00:00
Brian Matherly
e03f293238 Fix some residual bugs from the implementation of the new plugin manager.
svn: r13430
2009-10-27 02:35:42 +00:00
Brian Matherly
fa10edbfd1 Skip hidden directories when registering plugins.
svn: r13429
2009-10-27 01:44:46 +00:00
Doug Blank
bb99cd20b1 Fixed missing expand option on gramplets; added connect/disconnect signal handling; removed signal to update status bar when gramplet doesn't do anything
svn: r13428
2009-10-27 00:27:40 +00:00
Benny Malengier
2ed1159e89 Gramplets need to be registered as STABLE to see
svn: r13425
2009-10-26 19:27:09 +00:00
Benny Malengier
53de46901e add license to gpr.py files
svn: r13424
2009-10-26 19:15:58 +00:00
Jérôme Rapinat
b63f7e6818 3308: Wrong position of export options (also geneweb dialog)
svn: r13423
2009-10-26 13:33:41 +00:00
Brian Matherly
2ad02fa658 Remove unused function from KinshipReport.
svn: r13422
2009-10-26 02:11:51 +00:00
Brian Matherly
22693cfbad Pylint cleanup for the relationship calculator.
svn: r13421
2009-10-26 02:10:14 +00:00
Doug Blank
7290694c43 Additions for new gen/plug/_grampley.py
svn: r13420
2009-10-25 22:37:32 +00:00
Doug Blank
2e327a10cf Added missing file
svn: r13419
2009-10-25 22:32:34 +00:00
Doug Blank
aa3c30803e Updated for new location of Gramplet
svn: r13418
2009-10-25 21:13:37 +00:00
Doug Blank
c8fc4d20dd Added = and == to match for similar and exact text_only date matches
svn: r13417
2009-10-25 21:05:45 +00:00
Doug Blank
6af2d2f30a Step #2 some cleanup: Moved Gramplet class to gen/plug/_gramplet from DataView/GrampletView ; updated gramplets
svn: r13416
2009-10-25 20:29:45 +00:00
Doug Blank
88de64e9a0 Fixes for Given Name, Top Surname, and Surname gramplets
svn: r13415
2009-10-25 19:04:32 +00:00
Benny Malengier
ebc34c4a71 add missing pluginmanager
svn: r13414
2009-10-25 18:43:01 +00:00
Benny Malengier
e75f15ca53 03289: GVFamilyLines, PlaceReport crash without individuals set
svn: r13413
2009-10-25 17:07:50 +00:00
Benny Malengier
cad5461b2d 3282: Gramps should only display marriage event with role = family (or primary)
svn: r13411
2009-10-25 16:52:45 +00:00
Benny Malengier
14dcf94739 3292 register plugins, load on need, not on start of GRAMPS - GEPS 014\nmove grampletview to guipluginmanager
svn: r13409
2009-10-25 15:33:50 +00:00
Jérôme Rapinat
c67c22b6c0 3308: Wrong position of export options
svn: r13408
2009-10-25 15:04:06 +00:00
Jérôme Rapinat
af0455bcdd typo
svn: r13407
2009-10-25 14:58:17 +00:00
Doug Blank
975e639dd1 Phase 1 conversion of gramplets to new plugin system
svn: r13406
2009-10-25 14:42:47 +00:00
Benny Malengier
d25cdc3958 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Improvements: gen.plug only depends on gen, relationship default is moved
to Relationship.py, and config for hidden to a gui.pluginmanager


svn: r13405
2009-10-25 13:52:29 +00:00
Doug Blank
c10da3fec5 Fixed stderr traceback output; added dbstate to interact with the db; fixed missing on_delete_event signal
svn: r13404
2009-10-25 03:12:36 +00:00
Benny Malengier
79b6708163 03292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Part 2: update plugin status: show registered, allow hide/unhide of 
        plugins


svn: r13403
2009-10-24 20:27:10 +00:00