Commit Graph

370 Commits

Author SHA1 Message Date
Benny Malengier
08b4f8a510 3275: PageView reworking-adding the new files 2
svn: r13338
2009-10-07 19:53:34 +00:00
Benny Malengier
fce9b37a08 3275: PageView reworking-adding the new files
svn: r13337
2009-10-07 19:50:00 +00:00
Raphael Ackermann
e4495716a9 Removed broken Export to CD on Gnome. This was never working on KDE or Windows. And no developer seems to be able to get it to run on their gnome system. It is very easy now to burn a backup of gramps to a cd using e.g., K3b or Brasero.
svn: r12923
2009-08-08 16:35:36 +00:00
Benny Malengier
ee69317b62 Fix for: 1277: database corroption on delete outside of DisplayTabs while tab open
Introduces the concept of callman.py as one single way to follow handles an
interface is interested in. 
dbguielement.py contains a small base class using that, usable for all windows/
guielements that need to track database changes to handles


svn: r12881
2009-08-05 10:32:05 +00:00
Benny Malengier
b80e5efa42 add glade.py to install
svn: r12798
2009-07-15 14:03:31 +00:00
Benny Malengier
2a685cbd7a 3093: Enable grouped displaytab in the editor: Name tab
svn: r12781
2009-07-10 13:18:13 +00:00
Benny Malengier
72183e94a7 error msg on comment string
svn: r12771
2009-07-07 09:19:12 +00:00
Benny Malengier
83bc378330 fix error in potfiles
svn: r12736
2009-06-30 06:19:02 +00:00
Benny Malengier
fb6967d000 optimization and cleaning of the base model for flat treeviews
svn: r12723
2009-06-28 21:15:10 +00:00
Jérôme Rapinat
b672928791 2831: missing filter rule on Event object matching source reference
svn: r12707
2009-06-25 17:21:59 +00:00
Benny Malengier
4cab1104b0 add missing file to po
svn: r12682
2009-06-19 21:33:49 +00:00
Benny Malengier
4b7692708c Split CLI from GUI. These changes allow CLI to work without GTK
Part 1. To do: pylint on new files.


svn: r12674
2009-06-18 21:56:37 +00:00
Benny Malengier
38876a32a5 GEPS 008: File Organization
svn: r12667
2009-06-15 19:02:15 +00:00
Benny Malengier
542b1e404d 02707: Add markup notes to html output
part 1: remove template from html output


svn: r12631
2009-06-06 09:49:40 +00:00
Benny Malengier
142e7e4970 move latexbackend into PdfDoc
svn: r12614
2009-06-02 18:42:41 +00:00
Benny Malengier
fb3ec68c6a part 3 : split basedoc in files, remove Utils dependance, move fontscale in gen,
update build system


svn: r12603
2009-05-31 14:59:56 +00:00
Benny Malengier
7f6ca2aa45 update Makefiles and po, add not committed __init__ to import docgen module
svn: r12592
2009-05-29 22:41:26 +00:00
Gerald Britton
110557c3c7 Add glade.py with Glade class and use instead of gtk.Builder throughout project
svn: r12528
2009-05-14 20:15:59 +00:00
Gerald Britton
e5794d4999 Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 3
svn: r12512
2009-05-07 20:08:27 +00:00
Gerald Britton
05d6302cdd Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 2
svn: r12509
2009-05-06 19:15:55 +00:00
Gerald Britton
0440ca1c2a Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 1
svn: r12508
2009-05-06 14:44:22 +00:00
Doug Blank
a9727d5acf Added src/plugins/lib/libhtml.py to pass 'make distcheck'
svn: r12485
2009-04-22 03:10:22 +00:00
Brian Matherly
a39b1ba156 Move src/plugins/docgen/CairoDoc.py to src/plugins/lib/libcairodoc.py.
svn: r12363
2009-03-19 12:08:52 +00:00
Brian Matherly
84b972cfb5 Remove src/ReportBase/_PrintTools.py. It is not being used.
svn: r12360
2009-03-19 02:32:16 +00:00
Brian Matherly
c56c25b932 Add DocGenPlugin to be used to register all docgen plugins. This replaces the array of variables which was more difficult to read.
svn: r12359
2009-03-19 02:24:29 +00:00
Doug Blank
1855f134a9 2760: errors in 'make distcheck'
svn: r12190
2009-03-01 12:32:33 +00:00
Brian Matherly
e44981b963 Remove CmdRef.py from POTFILES.in.
svn: r12022
2009-02-17 05:04:31 +00:00
Luigi Toscano
8b2e6e9241 Adapt the paths of the moved files, regenerate gramps.pot.
svn: r11950
2009-02-10 15:54:23 +00:00
Jérôme Rapinat
2a4246f247 enable translations on GeoView.py
svn: r11866
2009-02-05 12:20:05 +00:00
Peter Landgren
f2c5aec927 plugins/mapservices/eniroswedenmap.py added.
svn: r11850
2009-02-04 19:13:10 +00:00
Jérôme Rapinat
179b3ae6e0 Extra options for xgettext
svn: r11843
2009-02-04 10:45:12 +00:00
Jérôme Rapinat
017b32ebe0 #2657,#1718 use ngettext (contribution by josip)
svn: r11828
2009-02-03 16:21:42 +00:00
Peter Landgren
55156fe809 Update for mapservices.
svn: r11823
2009-02-03 12:39:31 +00:00
Doug Blank
b33c0fc77a Removed tool/DateParserDisplayTest from distribution
svn: r11822
2009-02-03 12:16:59 +00:00
Benny Malengier
829d78b611 New mapservice plugin structure, as a general solution to #2659
*    configure.in
 *    src/DataViews/PlaceView.py
 *    src/Config/_GrampsConfigKeys.py
 *    src/gen/plug/_manager.py
 *    src/plugins/mapservices
 *    src/plugins/mapservices/googlemap.py
 *    src/plugins/mapservices/openstreetmap.py
 *    src/plugins/lib/Makefile.am
 *    src/plugins/lib/libmapservice.py
 *    src/plugins/Makefile.am
 *    src/widgets/menutoolbuttonaction.py
 *    src/widgets/Makefile.am
 *    src/PageView.py
 *    po/POTFILES.in


svn: r11811
2009-02-02 21:55:22 +00:00
Doug Blank
248002b819 Split DefaultGramplets into their respective files
svn: r11790
2009-02-01 16:42:57 +00:00
Brian Matherly
f7e2cd8e3f Finish moving libholiday.py and WebCal.py into their new homes.
svn: r11760
2009-01-30 02:26:10 +00:00
Jérôme Rapinat
1c028beca2 update french translation
svn: r11686
2009-01-22 15:16:15 +00:00
Brian Matherly
3f95d8ddb7 Plugins Restructure: Move docgen plugins into plugins/docgen.
svn: r11652
2009-01-18 04:59:14 +00:00
Doug Blank
33067b97f1 Moved AgeStats.py gramplet to correct subdirectory, and updated Makefile.am and POTFILES.in
svn: r11650
2009-01-18 02:20:17 +00:00
Brian Matherly
451aaee4f4 Plugins Restructure: Move NarrativeWeb.py plugins into plugins/webreport.
svn: r11649
2009-01-17 23:32:20 +00:00
Brian Matherly
6671a8f26e Plugins Restructure: Move import plugins into plugins/import.
svn: r11641
2009-01-17 03:36:19 +00:00
Brian Matherly
ea23898403 Plugins Restructure: Move export plugins into plugins/export.
svn: r11640
2009-01-17 03:27:21 +00:00
Brian Matherly
853e54a624 Plugins Restructure: Move text reports into plugins/textreport.
svn: r11638
2009-01-16 23:10:34 +00:00
Doug Blank
5e74a57142 Plugins restructure: move gramplets to plugins/gramplet/
svn: r11636
2009-01-16 23:03:35 +00:00
Brian Matherly
a12989719b Move all quick views into plugins/quickview.
svn: r11635
2009-01-16 21:39:51 +00:00
Brian Matherly
96f9411caa Move all draw reports into plugins/drawreport.
svn: r11634
2009-01-16 21:10:36 +00:00
Brian Matherly
ec7ded54c6 Move all relationship calculator translators into plugins/rel.
svn: r11632
2009-01-16 16:46:40 +00:00
Doug Blank
d8f05e65d4 Contribution by MD Nauta, Feature Request #2603, Adds ChangedSince filter for all records. Tweaked time match a little, and text
svn: r11605
2009-01-10 18:41:16 +00:00
Doug Blank
6c1fd069f5 Added new Attribute gramplet, quick view, and link (for gramplets)
svn: r11604
2009-01-10 16:31:45 +00:00
Jérôme Rapinat
f52bc67439 french translation (clean-up for trunk)
svn: r11586
2009-01-08 11:40:23 +00:00
Doug Blank
3c9ffd061e New Given Name Cloud Gramplet by Pander Musubi, and new links to run Same Given Quick View
svn: r11577
2009-01-06 05:01:17 +00:00
Doug Blank
dad8af1cd4 Removed translation hacks and committed WhatsNext and Records to po files
svn: r11555
2008-12-31 22:01:03 +00:00
Doug Blank
c083591372 New Descendent Gramplet based on the report
svn: r11518
2008-12-26 15:19:37 +00:00
Doug Blank
e10cf8deb1 Added new Gramplet: AgeStats.py that creates textual distribution graphs where each row can be double-clicked to show matching groups
svn: r11499
2008-12-20 16:37:37 +00:00
Jérôme Rapinat
fd45bf6b4b 2465: More rules according to User Interface Object tabs - extra line (Thanks Peter)
svn: r11247
2008-11-05 09:21:10 +00:00
Jérôme Rapinat
99bae06ff2 2465: More rules according to User Interface Object tabs
svn: r11246
2008-11-05 08:09:24 +00:00
Peter Landgren
0971065b75 Updates of POTFILES.in, gramps.pot sv.po
svn: r11245
2008-11-04 16:51:43 +00:00
Brian Matherly
2e9a488e3e Refactor export plugin framework. All importers and exporters are now plugins.
svn: r11243
2008-11-04 04:12:51 +00:00
Jérôme Rapinat
ce1d1b327d Rename _HavePhotos.py to _HasGallery
svn: r11232
2008-11-01 15:47:22 +00:00
Brian Matherly
dfd426e5ca Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code.
svn: r11173
2008-10-21 04:22:45 +00:00
Brian Matherly
5f7ef33cdc Remove GrampsDbUtils/importdbdir.py. You can't import database directories from the GUI,and there is no need to import them from the CLI. You can still open a database directory from the CLI.
svn: r11145
2008-10-15 03:29:41 +00:00
Brian Matherly
e9c1b1de89 Remove GRDB export code. GRDB export is not supported.
svn: r11144
2008-10-14 11:54:42 +00:00
Brian Matherly
8e8f37d5d3 Create a new plugin class for Import plugins.
svn: r11142
2008-10-14 02:34:28 +00:00
Jérôme Rapinat
c1fd934c1a update references
svn: r11115
2008-10-06 11:32:47 +00:00
Jérôme Rapinat
ac214b08be update references
svn: r11108
2008-10-05 08:21:22 +00:00
Gary Burton
90e82e8c03 Recent files added have translatable strings
svn: r11052
2008-09-11 21:07:08 +00:00
Jérôme Rapinat
7120655439 update
svn: r10842
2008-07-04 09:08:03 +00:00
Brian Matherly
007ba8dd49 Rename "_Plugins.py" to a more appropriate name: "_PluginDialogs.py". Same goes for the classes in the file.
svn: r10742
2008-05-19 04:14:11 +00:00
Alex Roitman
6dcb21a1ca Remove leftovers from GConf era and clean up related code
svn: r10730
2008-05-16 23:51:36 +00:00
Jérôme Rapinat
9d732d7381 add GrampsAboutDialog.py reference
svn: r10725
2008-05-15 15:11:21 +00:00
Zsolt Foldvari
c67fec4d9e Fix 'make install' and 'make gramps.pot' problems arising from the recent
reorganisation of GrampsWidgets.py to the widgets package.


svn: r10717
2008-05-14 12:24:35 +00:00
Brian Matherly
26cdcd680e Merge BareReportDialog with ReportDialog. BareReportDialog is now gone.
svn: r10620
2008-04-22 03:45:09 +00:00
Jérôme Rapinat
7d8fb588e3 fr.po: update
svn: r10456
2008-04-03 14:35:28 +00:00
Brian Matherly
e08a8cf205 Rename CountAncestors to NumberOfAncestorsReport and convert it from a "view" to a "text" report.
svn: r10422
2008-03-30 03:27:32 +00:00
Brian Matherly
6c526f3ef2 0001938: Substring filter for notes does not work.
svn: r10326
2008-03-15 21:10:30 +00:00
Doug Blank
e051772305 Added FilterByName.py quick report
svn: r10191
2008-03-05 04:58:22 +00:00
Brian Matherly
e2bc58fe63 0001711: Inconsistant names for graphical reports
svn: r10152
2008-03-01 22:47:48 +00:00
Raphael Ackermann
21042e7d72 2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/plugins/GrampsCfg.py: new (GrampsPreferences.update_idformat_entry):
	add method that sets new ID format preferences in db. 
	(GrampsPreferences.add_prefix_panel): use callback update_idformat.entry 
	0001817: Make preference changes take immediate effect. 
	* po/POTFILES.in: add DateParserDisplayTest.py. #0001819
	
2008-02-25 Raphael Ackermann <raphael.ackermann@gmail.com>
	* POTFILES.in : add missing plugins/DateParserDisplayTest.py #0001819

svn: r10115
2008-02-25 07:46:32 +00:00
Doug Blank
a1450a8c29 2008-02-22 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/DataViews/GrampletView.py: translate "Gramplet"
	* src/plugins/Makefile.am : add AgeOnDate.py QR
	* po/POTFILES.in: add AgeOnDate.py QR



svn: r10095
2008-02-22 13:11:41 +00:00
Stéphane Charette
90e942c656 typo: plubins versus plugins
svn: r10089
2008-02-21 17:15:05 +00:00
Stéphane Charette
583f926d23 removed old FamilyLines.py, added new NotRelated.py
svn: r10087
2008-02-21 07:19:32 +00:00
Benny Malengier
15e789467b 2008-02-15 Benny Malengier <benny.malengier@gramps-project.org>
* src/DisplayTabs/_SourceEmbedList.py:
	* src/DisplayTabs/_PersonRefEmbedList.py:
	* src/DisplayTabs/_RepoEmbedList.py:
	* src/DisplayTabs/__init__.py:
	* src/DisplayTabs/_AddrEmbedList.py:
	* src/DisplayTabs/_WebEmbedList.py:
	* src/DisplayTabs/_NameEmbedList.py:
	* src/DisplayTabs/_EventEmbedList.py:
	* src/DisplayTabs/_EmbeddedList.py:
	* src/DisplayTabs/_GalleryTab.py:
	* src/DisplayTabs/_BackRefList.py:
	* src/DisplayTabs/_NoteTab.py:
	* src/DisplayTabs/_LocationEmbedList.py:
	* src/DisplayTabs/_ButtonTab.py:
	* src/DisplayTabs/_DataEmbedList.py:
	* src/DisplayTabs/_AttrEmbedList.py:
	* src/DisplayTabs/_LdsEmbedList.py:
	* src/DisplayTabs/_GrampsTab.py:
	* src/Editors/_EditPrimary.py:
	* src/Editors/_EditPlace.py:
	* src/Editors/_EditSecondary.py:
	* src/Editors/_EditSourceRef.py:
	* src/Editors/_EditReference.py:
	* src/Editors/_EditRepoRef.py:
	* src/Editors/_EditNote.py:
	* src/Editors/_EditMediaRef.py:
	* src/Editors/_EditEventRef.py:
	* src/Editors/_EditName.py:
	* src/Editors/_EditFamily.py:
	Add mnemonics for all tabs, eg ALT+S and INSERT to move to sources and
	insert a new source.
	* src/DisplayTabs/_TextTab.py:
	* src/DisplayTabs/Makefile.am:
	* po/POTFILES.in:
	Remove unused TextTab



svn: r10040
2008-02-15 22:38:47 +00:00
Benny Malengier
453ac2b981 2008-02-13 Benny Malengier <benny.malengier@gramps-project.org>
* po/POTFILES.in: remove checkpoint.glade


svn: r10025
2008-02-13 14:14:10 +00:00
Raphael Ackermann
146e89876d 2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/data/tips.xml.in: remove checkpoint reference
	* src/plugins/Makefile.am: remove checkpoint reference
	* po/POTFILES.in: remove checkpoint reference

svn: r10000
2008-02-05 22:24:44 +00:00
Brian Matherly
0e4e799375 0001689: Text: Generato commadline plugin interface not localised
svn: r9988
2008-02-03 02:26:38 +00:00
Brian Matherly
7ddc29e684 0001694: Descendant report -untranslated text
svn: r9987
2008-02-03 02:16:59 +00:00
Doug Blank
bd01643099 added src/Config/_GrampsConfigKeys.py
svn: r9933
2008-01-25 13:07:43 +00:00
Brian Matherly
2b7534d55d Remove FamilyLines and GraphVis.py from distribution and translation.
svn: r9897
2008-01-21 03:07:34 +00:00
Peter Landgren
87e85ea4c2 Fix GuiOptions.py to _GuiOptions.py
svn: r9876
2008-01-18 07:48:50 +00:00
Brian Matherly
07e1529f27 Refactoring the report system. Decouple MenuOptions from the code that displays them. (Book Report is broken and needs to be fixed.)
svn: r9875
2008-01-18 05:39:50 +00:00
Doug Blank
cafebdcd83 2008-01-16 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/Simple/_SimpleTable.py: added gettext
	* data/Makefile.am: added schema files
	* po/POTFILES.skip: some files not in POTFILES.in
	* po/POTFILES.in: added some missing files



svn: r9851
2008-01-16 14:48:56 +00:00
Jérôme Rapinat
1168635987 2008-01-15 Jerome Rapinat <romjerome@yahoo.fr>
* POTFILE.in : add missing plugins/References.py
        * fr.po: Translation update



svn: r9814
2008-01-15 10:14:46 +00:00
Doug Blank
e35844de95 2008-01-06 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/DataViews/MyGrampsView.py:
	* src/DataViews/__init__.py:
	* src/DataViews/GrampletView.py:
	* src/DataViews/Makefile.am:
	* src/Config/_GrampsConfigKeys.py:
	* src/plugins/DefaultGramplets.py:
	* src/plugins/Makefile.am:
	* src/plugins/DefaultGadgets.py:
	* src/glade/gramps.glade:
	* po/POTFILES.in:
	Renamed Gadgets -> Gramplets, MyGrampsView -> GrampletView



svn: r9732
2008-01-06 22:57:34 +00:00
Benny Malengier
9664842702 * src/DataViews/MediaView.py:
* src/DataViews/RepositoryView.py:
	* src/DataViews/SourceView.py:
	* src/DataViews/EventView.py:
	* src/DataViews/PlaceView.py:
	* src/PageView.py:
	Remove unused double click procedure
	* src/plugins/SimpleBookTitle.py: remove use of AddMedia
	* src/Editors/AddMedia.py: added
	* src/AddMedia.py: removed
	* src/Editors/Makefile.am:
	* src/Makefile.am:
	* po/POTFILES.in:
	Move AddMedia to the editors directory
	* src/Editors/_EditMedia.py:
	Edit Media now works as other editors, spawning AddMedia when 
	select is clicked.
	* src/ManagedWindow.py: typo in comment
	* src/Config/_GrampsConfigKeys.py: Two new keys, rerun ./autogen.sh
	Still todo: make relative path work

2008-01-06  Benny Malengier <benny.malengier@gramps-project.org>


svn: r9722
2008-01-06 10:51:20 +00:00
Jérôme Rapinat
b99cfbe859 svn: r9641 2007-12-30 16:13:01 +00:00
Doug Blank
e2cb83448a 2007-12-30 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/plugins/OnThisDay.py: i18n changes
	* src/plugins/Makefile.am: added missing files
	* src/plugins/DefaultGadgets.py: i18n changes
	* src/QuickReports.py: allow callers to send obj directly
	* src/Simple/_SimpleTable.py: added support for objs
	* po/POTFILES.in: i18n changes



svn: r9640
2007-12-30 15:39:00 +00:00
Jérôme Rapinat
3bb6865383 2007-12-30 Jerome Rapinat <romjerome@yahoo.fr>
* POTFILES.in : update
        * gramps.pot : update template
	* fr.po: Translation update



svn: r9635
2007-12-30 12:08:46 +00:00
Benny Malengier
dc9f03b6c0 2007-12-28 Benny Malengier <benny.malengier@gramps-project.org>
* src/ViewManager.py: remove unused functions, add alt actions left/right
	* src/GrampsDb: deleted with _GrampsDbWriteXML.py,
		_GrampsDbFactories.py, _GrampsGEDDB.py, _GrampsXMLDB.py,
		__init__.py, Makefile.am, _GrampsInMemDB.py, _GrampsBSDDB.py.
		No more inmemory databases
	* src/GrampsDbUtils: moved here _GrampsDbWriteXML.py and _GrampsBSDDB.py
	* src/plugins/ReadGrdb.py:
	* src/plugins/Checkpoint.py:
	* src/ObjectSelector/_ObjectSelectorWindow.py:
	* src/DbManager.py:
	* src/GrampsDbUtils/_WriteGrdb.py:
	* src/GrampsDbUtils/__init__.py:
	* src/GrampsDbUtils/_GrampsDbWRFactories.py:
	* src/GrampsDbUtils/_WriteXML.py:
	* src/GrampsDbUtils/Makefile.am:
	* src/gramps_main.py:
	* src/RecentFiles.py: recent-files-gramps.xml, don't overwrite 2.2.x data
	* src/ArgHandler.py:
	* src/DbLoader.py: remove unused functions
	* src/Makefile.am:
	* po/POTFILES.in:
	* src/GrampsDbUtils/importdbdir.py: allow import of new database via cli
	Remove inMem Editing, move remaining to DbUtils, fix ArgHandler



svn: r9613
2007-12-28 15:09:01 +00:00
Stéphane Charette
5ea0cd4b3e work in progress converting FamilyLines to new GraphViz plugin
svn: r9612
2007-12-28 10:08:19 +00:00
Jérôme Rapinat
6d8e9f0c21 2007-12-20 Jerome Rapinat <romjerome@yahoo.fr>
* POTFILES.in : add plugins/GVRelGraph.py reference
        * gramps.pot : update template
	* fr.po: Translation update



svn: r9546
2007-12-20 14:03:01 +00:00
Doug Blank
84748d6950 Removed duplicate entries
svn: r9487
2007-12-11 03:37:40 +00:00
Zdeněk Hataš
62301615b9 Datehandler for czech language added.
svn: r9478
2007-12-10 13:10:13 +00:00
Doug Blank
e58d354a14 2007-12-07 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/PluginUtils/Makefile.am: Missing _PluginsWindows.py
	* po/test: new unittest dir
	* po/test/po_test.py: new unittest suite for POTFILES
	  and Makefiles
	* po/POTFILES.in: Missing CalculateEstimatedDates.py



svn: r9458
2007-12-08 05:02:09 +00:00
Doug Blank
a13f3e950c 2007-11-29 Douglas S.Blank <dblank@cs.brynmawr.edu>
* po//POTFILES.in: renamed PluginStatus.py -> PluginWindows.py



svn: r9431
2007-11-29 12:48:58 +00:00
Espen Berg
1795bbe762 Updated POTFILES.in due to Norwegian date handler/display
svn: r9420
2007-11-27 20:25:03 +00:00
Jérôme Rapinat
1763ff94ef po/POTFILES.in add plugins/all_relations
svn: r9246
2007-10-25 17:54:19 +00:00
Benny Malengier
0f2327429e 2007-10-18 Benny Malengier <benny.malengier@gramps-project.org>
* src/DisplayTabs/__init__.py: add note backref
	* src/glade/gramps.glade: add notebook to note editor to show backref
	* src/DisplayTabs/_NoteTab.py: import editnote in method to avoid import loop
	* src/Editors/_EditNote.py: add notetab of backreferences
	* src/DisplayTabs/_NoteBackRefList.py: note backreferences list
	* src/DisplayTabs/Makefile.am: new backref file
	* po/POTFILES.in: new backref file


svn: r9209
2007-10-18 21:52:08 +00:00
Stéphane Charette
bdcbfb45d0 added Portuguese rel_pt.py contributed by Duarte Loreto <happyguy_pt@hotmail.com>
svn: r9172
2007-10-13 10:07:28 +00:00
Benny Malengier
5495c3f705 * src/Filters/Rules/Event/_MatchesSourceFilter.py: new filter
* src/Filters/Rules/Event/__init__.py: load new filter
	* src/Filters/Rules/Event/Makefile.am: distribute
	* src/Filters/Rules/Person/_MatchesEventFilter.py: new filter
	* src/Filters/Rules/Person/__init__.py: load new filter
	* src/Filters/Rules/Person/Makefile.am: distribute
	* po/POTFILES.in: translate new filters
	This is issue #1249

2007-10-12 Benny Malengier <benny.malengier@gramps-project.org> 


svn: r9160
2007-10-12 11:26:28 +00:00
Don Allingham
b63befadce svn: r9131 2007-10-11 03:25:51 +00:00
Benny Malengier
b67d69d299 2007-10-10 Duarte Loreto <happyguy_pt@hotmail.com>
* src/DateHandler/_Date_pt.py: portugese datehandler accompanying translation
	* po/POTFILES.in: new file in POTFILE
	* src/DateHandler/Makefile.am: add new file for distribution


svn: r9130
2007-10-10 19:38:47 +00:00
Don Allingham
5c5022e2cd 2007-10-09 Don Allingham <don@gramps-project.org>
* src/GrampsDb/Makefile.am: update
	* src/gen/db/Makefile.am: update
	* src/gen/lib/primaryobj.py: remove MarkupText dependency
	* src/Makefile.am: remove RelLib
	* po/POTFILES.in: update



svn: r9121
2007-10-10 03:41:44 +00:00
Don Allingham
25ac68f14a svn: r9067 2007-10-03 17:23:27 +00:00
Don Allingham
dc8b47a270 2007-10-03 Don Allingham <don@gramps-project.org>
* various: create gen package, move proxy files to this library



svn: r9066
2007-10-03 17:14:26 +00:00
Jérôme Rapinat
8cdb9a074b update french translation
svn: r9055
2007-10-01 16:12:26 +00:00
Jérôme Rapinat
1ca8fdda9e need to remove this references for generating a new gramps.pot
svn: r9013
2007-09-27 07:43:20 +00:00
Benny Malengier
bb2350ce9a 2007-09-26 Benny Malengier <benny.malengier@gramps-project.org>
* src/Selectors/_SelectNote.py:a note selector for the reports
	* src/Selectors/Makefile.am: add selectNote
	* po/POTFILES.in: add selectNote


svn: r9009
2007-09-26 07:39:09 +00:00
Zsolt Foldvari
e0a79c5103 2007-09-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/glade/Makefile.am:
        * po/POTFILES.in:
        Add src/glade/paper_settings.glade.
        * src/BaseDoc.py: Fix $Revision$ svn property.


svn: r9004
2007-09-25 09:08:50 +00:00
Benny Malengier
f97b98c2cb * src/Config/_GrampsConfigKeys.py: add config keys for fuzzy date match
* src/RelLib/_CalSdn.py: correct type in comment
	* src/RelLib/_Date.py: add new match function to match two dates with 
	fuzzy date support (about 2000 matches about 2005).
	* src/Filters/Rules/_HasEventBase.py: use new match
	* src/Filters/Rules/MediaObject/_HasMedia.py: use new match
	* src/Filters/Rules/Person/_HasBirth.py: use new match
	* src/Filters/Rules/Person/_HasDeath.py: use new match
	* src/Filters/Rules/Person/_HasFamilyEvent.py: use new match
	* src/Filters/Rules/_RuleUtils.py: delete, contained old match date routines
	* src/Filters/Rules/Makefile.am: remove RuleUtils
	* po/POTFILES.in: remove RuleUtils
	Based on patch of Douglas S. Blank <dblank@cs.brynmawr.edu>, ticket #1219



svn: r8995
2007-09-20 19:59:46 +00:00
Benny Malengier
2fbe01e584 2007-09-08 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/lineage.py: Quick report lineage based on code Jerome
	* po/POTFILES.in : translate lineage
	* src/plugins/Makefile.am : distribute lineage



svn: r8963
2007-09-12 09:12:13 +00:00
Don Allingham
643c75099c * src/plugins/WriteCD.py: don't generate thumbnails
* src/Selectors/_SelectObject.py: new image sizing routines
	* src/ImgManip.py: simplify
	* src/docgen/HtmlDoc.py: new image sizing routines
	* src/docgen/ODFDoc.py: new image sizing routines
	* src/docgen/LaTeXDoc.py: new image sizing routines
	* src/docgen/RTFDoc.py: new image sizing routines
	* src/Makefile.am: add ThumbNails.py
	* po/POTFILES.in: add ThumbNails.py

2007-09-10  Don Allingham  <don@gramps-project.org>


svn: r8959
2007-09-11 03:51:35 +00:00
Don Allingham
3ffc1a8af9 2007-09-07 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_DbBase.py: pylint
	* src/GrampsDbUtils/_GedcomStageOne.py: added
	* src/GrampsDbUtils/_GedcomParse.py: pylint
	* src/GrampsDbUtils/_ReadGedcom.py: pylint
	* src/GrampsDbUtils/_ReadXML.py: pylint
	* src/GrampsDbUtils/_GedcomLex.py: pylint
	* src/GrampsDbUtils/_WriteXML.py: pylint
	* src/GrampsDbUtils/_GedcomUtils.py: pylint
	* src/GrampsDbUtils/_ProxyDbBase.py: pylint
	* src/GrampsDbUtils/Makefile.am: added _GedcomStageOne.py
	* po/POTFILES.in: added _GedcomStageOne.py



svn: r8943
2007-09-07 21:24:01 +00:00
Stéphane Charette
40e940d84a new reference count filters
svn: r8892
2007-08-30 08:04:28 +00:00
Benny Malengier
9ce50cee93 Quick reports general functionality
svn: r8889
2007-08-29 19:37:58 +00:00
Zsolt Foldvari
9bc24a3cad 2007-08-29 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/glade/printpreview.glade: Renamed and moved to src/docgen/
	* src/glade/Makefile.am: printpreview.glade removed.
	* src/docgen/gtkprintpreview.glade: Added.
	* src/docgen/Makefile.am: gtkprintpreview.glade added.
	* po/POTFILES.in: /src/docgen/gtkprintpreview.glade added.
	* src/docgen/GtkPrint.py: Preview is getting close to be complete.



svn: r8885
2007-08-28 22:28:58 +00:00
Brian Matherly
5e42a8ba9d Rename AncestorChart2 to AncestorChart
svn: r8884
2007-08-28 12:05:02 +00:00
Jérôme Rapinat
ec21298ae4 update French translation
svn: r8879
2007-08-27 18:25:45 +00:00
Brian Matherly
2da4eb7c95 Added WebCal.py. This plugin was contributed by Thom Sturgill and adapted to work with Gramps 3.0 by Brian Matherly.
svn: r8877
2007-08-27 03:52:06 +00:00
Brian Matherly
3b85844831 Add LivingProxyDb.
svn: r8874
2007-08-26 20:15:15 +00:00
Benny Malengier
dbbf63cbe4 Two new filters
svn: r8868
2007-08-25 19:29:26 +00:00
Don Allingham
5b26062459 2007-08-24 Don Allingham <don@gramps-project.org>
* src/ExportAssistant.py: fix grammar
	* src/ExportOptions.py: place for common options, build option dialog for
	exporters
	* src/GrampsDbUtils/_WriteGedcom.py: handle restrict, private, and new
	option dialog
	* src/GrampsDbUtils/_PrivateProxyDb.py: add get_researcher()
	* src/GrampsDbUtils/exportgedcom.glade: removed
	


svn: r8864
2007-08-25 05:03:23 +00:00
Benny Malengier
167e4288a1 New export assistant
svn: r8857
2007-08-23 11:58:36 +00:00
Benny Malengier
c0f14c9070 start work on new export manager
svn: r8834
2007-08-18 21:13:30 +00:00
Brian Matherly
1d65909cef Add KinshipReport.py
svn: r8833
2007-08-18 20:09:45 +00:00
Brian Matherly
6cbb0a7d27 Add End Of Line Report.
svn: r8790
2007-07-30 03:32:19 +00:00
Brian Matherly
7d93f8839b Multiple enhancements to the marker report.
svn: r8784
2007-07-28 22:40:55 +00:00
Brian Matherly
9e1a5abf94 Add marker report
svn: r8776
2007-07-27 04:14:07 +00:00
Don Allingham
255a59679d 2007-07-26 Don Allingham <don@gramps-project.org>
* src/DataViews/_PersonView.py: add siblings quick report
	* src/plugins/siblings.py: Added
	* src/plugins/all_events.py: add i18n support
	* src/plugins/Makefile.am: added new files



svn: r8774
2007-07-27 03:51:54 +00:00
Brian Matherly
cc807f08db Add ImportCSV.py and ExportCSV.py to po/POTFILES.in.
svn: r8773
2007-07-25 04:11:25 +00:00
Stéphane Charette
575f48d88d added FamilyLines to trunk
svn: r8757
2007-07-23 10:13:45 +00:00
Jérôme Rapinat
6bf7eb10c6 update translation
svn: r8754
2007-07-22 11:15:20 +00:00
Jérôme Rapinat
32c4a13daf update references
svn: r8696
2007-07-04 17:18:42 +00:00
Jérôme Rapinat
7877c1134c enable MarkupText
svn: r8695
2007-07-04 15:47:35 +00:00
Alex Roitman
e8c8245c05 In .:
2007-06-23  Alex Roitman  <shura@gramps-project.org>
	* src/plugins/RemoveUnused.py: Rewrite with single-dialog UI.
	* src/plugins/unused.glade: Add new file.
	* src/plugins/Makefile.am: Ship new file.

In po:
	* POTFILES.in: Add new files.


svn: r8646
2007-06-24 01:26:48 +00:00
Alex Roitman
d1f776c3bb 2007-06-23 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.

2007-06-16  Peter Landgren  <peter.talken@telia.com>
	* sv.po: Update.

2007-06-16  Matthias Alles  <alles@rhrk.uni-kl.de>
	* de.po: Fixes.

2007-06-15  Matthias Alles  <alles@rhrk.uni-kl.de>
	* de.po: Fix the "was the son of" problem.

2007-06-13  Morten Bo Johansen  <mbj@spamcop.net>
	* da.po: Translation update.

2007-05-24  Lubo Vasko  <pgval@inMail.sk>
	* sk.po: Translation update.

2007-05-21 Arturas Sleinius  <asleinius@users.sourceforge.net>
        * lt.po: updated Lithuanian translation

2007-05-21  Stefan Björk  <betula@users.sourceforge.net>
	* sv.po: Translation update; bug #0001058.

2007-05-17  Espen Berg  <espen.berg@ntnu.no>
	* nb.po: Translation update
	* no.po: Translation update

2007-05-14  Espen Berg  <espen.berg@ntnu.no>
	* nb.po: Translation update
	* no.po: Translation update

2007-04-17  Lubo Vasko  <pgval@inMail.sk>
	* sk.po: Translation update.

2007-04-17  Piotr Czubaszek  <pioterus@gmail.com>
	* pl.po: Translation update.

2007-04-17 Arturas Sleinius  <asleinius@users.sourceforge.net>
	* lt.po: updated Lithuanian translation

2007-03-08  Stefan Björk  <betula@users.sourceforge.net>
	* sv.po: Translation update.

2007-03-07  Stefan Björk  <betula@users.sourceforge.net>
	* sv.po: Translation update.

2007-02-20  Espen Berg  <espen.berg@ntnu.no>
	* nb.po: Translation update
	* no.po: Translation update

2007-02-15  Piotr Czubaszek  <pioterus@gmail.com>
	* pl.po: Translation update.

2007-02-14  Espen Berg  <espen.berg@ntnu.no>
	* nb.po: Translation update
	* no.po: Translation update



svn: r8640
2007-06-23 21:51:57 +00:00
Alex Roitman
106d6447fd Update
svn: r8545
2007-06-13 21:02:47 +00:00
Jérôme Rapinat
1d07bb0989 add French translation for dbmanager dialog (keep strings for 2.2x)
svn: r8368
2007-04-09 11:18:57 +00:00
Jérôme Rapinat
1093e3d69b update French translation
svn: r8235
2007-02-25 19:32:55 +00:00
Martin Hawlisch
609bfbc9eb * src/Filters/_GenericFilter.py: Add GenericNoteFilter
* src/Filters/Rules/Makefile.am: Add new Note subfolder
* src/Filters/Rules/Note/*: Added new files
* src/Filters/SideBar/_NoteSidebarFilter.py: New file
* src/Filters/SideBar/Makefile.am: Add NoteSidebarFilter
* src/Filters/SideBar/__init__.py: Add NoteSidebarFilter
* src/DataViews/_NoteView.py: Enable NoteSidebarFilter
* po/POTFILES.in: Add the new files
* configure.in: Add new subfolder



svn: r8226
2007-02-24 19:16:50 +00:00
Jérôme Rapinat
1e419182e5 update French translation
svn: r8085
2007-02-11 15:51:33 +00:00
Jérôme Rapinat
4dac15ad08 add forgotten place rules
svn: r8059
2007-02-05 22:31:56 +00:00
Jérôme Rapinat
45a2cfaced update translation reference for 2.3 branch
svn: r8050
2007-02-04 16:36:07 +00:00
Don Allingham
069412bc4c (BaseModel.delete_row_by_handle): fix sort array after delete
svn: r7967
2007-01-24 04:45:11 +00:00
Don Allingham
de760c6c66 2007-01-08 Don Allingham <don@gramps-project.org>
* src/ansel_utf8.py (utf8_to_ansel): handle single character indexes 
	as a fallback. (bug #779)
	* src/StartupDialog.py: removed - no longer used
	* src/Makefile.am: remove StartupDialog.py installation
	* po/POTFILES.in: removed StartupDialog.py



svn: r7882
2007-01-08 20:08:57 +00:00
Alex Roitman
65c3d40a22 In .:
* src/Filters/Rules/Family/_RegExpFatherName.py: Add new module.
	* src/Filters/Rules/Family/_RegExpMotherName.py: Add new module.
	* src/Filters/Rules/Family/_RegExpChildName.py: Add new module.
	* src/Filters/SideBar/_FamilySidebarFilter.py (get_filter): Use
	regex filters.
	* src/Filters/Rules/Family/__init__.py: Expose new modules.
	* src/Filters/Rules/Family/Makefile.am: Ship new files.
In po:
2006-12-13  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: List new files.



svn: r7799
2006-12-14 07:04:53 +00:00
Alex Roitman
5bf3d98930 In .:
2006-12-06  Alex Roitman  <shura@gramps-project.org>
	* src/Makefile.am (gdir_PYTHON): Ship new file.

2006-12-06  Benny Malengier  <bm@cage.UGent.be>
	* src/PlaceUtils.py: Add new file.
	* src/DataViews/_PlaceView.py (google): Use new module.

In po:
2006-12-06  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: List new file.



svn: r7765
2006-12-06 17:52:48 +00:00
Alex Roitman
685c655b80 In .:
2006-12-01  Alex Roitman  <shura@gramps-project.org>
	* src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/plugins/RebuildRefMap.py: Add new plugin.
	* src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Fix reindexing.
	* src/GrampsDb/_GrampsDbBase.py (reindex_reference_map): Add a
	placeholder method for anything other than BSDDB.

In po:
2006-12-01  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: List new file.



svn: r7740
2006-12-01 08:23:51 +00:00
Alex Roitman
e96bbdb75e In .:
2006-11-30  Alex Roitman  <shura@gramps-project.org>
	* src/Filters/Rules/Makefile.am: Ship new file.
	* src/Filters/Rules/Family/Makefile.am: Ship new file.
	* src/Filters/Rules/Person/Makefile.am: Ship new file.

In po:
2006-11-30  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: List new files.



svn: r7736
2006-11-30 19:55:28 +00:00
Don Allingham
a577020674 * configure.in: up version number
* src/GrampsCfg.py: window title
	* src/ColumnOrder.py: window title name
	* src/DisplayState.py: open recent menu copy
	* help/C/gramps.xml: typo fixes
	* po/POTFILES.in: remove unused files


svn: r7717
2006-11-27 03:24:39 +00:00
Jérôme Rapinat
175725db2c update French translation
svn: r7568
2006-11-06 17:48:08 +00:00
Jérôme Rapinat
db90bca944 need to generate a new gramps.pot (missing Reorder.py ref)
svn: r7546
2006-11-03 10:32:47 +00:00
Jérôme Rapinat
103f3879b8 add missing references : gedcomexport.glade, gedcomimport.glade
svn: r7509
2006-10-30 11:10:56 +00:00
Jérôme Rapinat
0d7e9a15ba update French translation
svn: r7426
2006-10-23 17:35:42 +00:00
Alex Roitman
74b4fc2cba In .:
2006-10-19  Piotr Czubaszek  <pioterus@gmail.com>
	* src/plugins/rel_pl.py: Polish relationship calculator.
	* src/plugins/Makefile.am (pkgdata_PYTHON): Add rel_pl.py

In po:
	* POTFILES.in: Add new file.



svn: r7417
2006-10-20 04:25:28 +00:00
Alex Roitman
bf82cb6fb7 In .:
2006-10-10  Alex Roitman  <shura@gramps-project.org>
	* NEWS: Update.
	* src/plugins/ExportVCalendar.py (get_option_box): Use custom filters.
	* src/plugins/ExportVCard.py (get_option_box): Use custom filters.
	* src/plugins/WriteFtree.py (get_option_box): Use custom filters.
	* src/plugins/WriteGeneWeb.py (get_option_box): Use custom filters.
	* src/Selectors/_BaseSelector.py: Import gettext.

	* src/ReportBase/_StyleEditor.py: Make style editor not modal
	* src/glade/gramps.glade: Make style editor not modal
	* src/GrampsLogger/_ErrorReportAssistant.py: Fix typo.
	* src/plugins/AncestorReport.py: Fix generation numbers.
	* src/GrampsLogger/_ErrorReportAssistant.py: Fix email client
	launch (#455)
	* src/plugins/Checkpoint.py: typo
	* src/docgen/RTFDoc.py: fix page breaks (#0000441)
	* src/plugins/Calendar.py: fix filter typo
	* src/plugins/WritePkg.py: don't set uid on Windows
In po:
2006-10-10  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Include all of Selectors package.

	* sk.po: Update translation.
	* lt.po: updated Lithuanian translation.


svn: r7391
2006-10-11 04:59:26 +00:00
Jérôme Rapinat
3551c4f372 update french translation
svn: r7310
2006-09-11 09:36:02 +00:00
Don Allingham
27a0993f03 2006-09-02 Don Allingham <don@gramps-project.org>
* src/DisplayTabs/_EventEmbedList.py: Don't override event type on
	a drag-n-drop (bug #420)
	* po/POTFILES.in: remove non-shipping modules

        * src/plugins/Calendar.py: fix filter typo
        * src/plugins/WritePkg.py: don't set uid on Windows


svn: r7300
2006-09-02 23:31:30 +00:00
Alex Roitman
53ebf77ed7 In .:
* src/Filters/Rules/Makefile.am (SUBDIRS): Reflect directory change.
In po:
2006-08-22  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Reflect directory change.



svn: r7234
2006-08-22 16:52:20 +00:00
Alex Roitman
ea6d923618 2006-08-19 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.



svn: r7209
2006-08-19 17:38:02 +00:00
Alex Roitman
b19d9eaecb In .:
* src/DataViews/_PlaceView.py: Add filter sidebar.
	* src/FilterEditor/_ShowResults.py: Support media filters.
	* src/FilterEditor/_EditRule.py: Support media filters.
	* src/FilterEditor/_FilterEditor.py: Support media filters.
	* src/Filters/_GenericFilter.py: Support media filters.
	* src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/Filters/SideBar/__init__.py: Expose new module.
	* src/Filters/SideBar/_MediaSidebarFilter.py: Add module.
	* src/Filters/Rules/Media/Makefile.am (pkgdata_PYTHON): Ship new files.
	* src/Filters/Rules/Media/_HasIdOf.py: Add module.
	* src/Filters/Rules/Media/_HasNoteMatchingSubstringOf.py: Add module.
	* src/Filters/Rules/Media/_HasNoteRegexp.py: Add module.
	* src/Filters/Rules/Media/_MatchesFilter.py: Add module.
	* src/Filters/Rules/Media/_RegExpIdOf.py: Add module.
	* src/Filters/Rules/Media/_MediaPrivate.py: Add module.
	* src/Filters/Rules/Media/__init__.py: Expose new modules.
	* src/Filters/Rules/Media/_AllMedia.py: Add module.
	* src/Filters/Rules/Media/_HasMedia.py: Add module.

In po:
2006-08-09  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r7147
2006-08-10 00:42:44 +00:00
Alex Roitman
b1522eab91 In .:
2006-08-07  Alex Roitman  <shura@gramps-project.org>
	* src/DataViews/_RepositoryView.py: Add filter sidebar.
	* src/FilterEditor/_ShowResults.py: Support repo filters.
	* src/FilterEditor/_EditRule.py: Support repo filters.
	* src/FilterEditor/_FilterEditor.py: Support repo filters.
	* src/Filters/_GenericFilter.py: Support repo filters.
	* src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/Filters/SideBar/__init__.py: Expose new module.
	* src/Filters/SideBar/_RepoSidebarFilter.py: Add module.
	* src/Filters/Rules/Repository/Makefile.am (pkgdata_PYTHON): Ship
	new files.
	* src/Filters/Rules/Repository/__init__.py: Expose new modules.
	* src/Filters/Rules/Repository/_HasRepo.py: Add module.
	* src/Filters/Rules/Repository/_RepoPrivate.py: Add module.
	* src/Filters/Rules/Repository/_RegExpIdOf.py: Add module.
	* src/Filters/Rules/Repository/_MatchesFilter.py: Add module.
	* src/Filters/Rules/Repository/_HasNoteRegexp.py: Add module.
	* src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py: Add
	module.
	* src/Filters/Rules/Repository/_HasIdOf.py: Add module.
	* src/Filters/Rules/Repository/_AllRepos.py: Add module.

In po:
2006-08-07  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r7144
2006-08-07 20:16:00 +00:00
Alex Roitman
7c742ec66a In .:
* src/DataViews/_PlaceView.py: Add sidebar filter.
	* src/FilterEditor/_EditRule.py: Support place filters.
	* src/FilterEditor/_FilterEditor.py: Support place filters.
	* src/FilterEditor/_ShowResults.py: Support place filters.
	* src/Filters/_GenericFilter.py: Support place filters.
	* src/Filters/SideBar/__init__.py: Expose new module.
	* src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/Filters/SideBar/_PlaceSidebarFilter.py: Add module.
	* src/Filters/Rules/Place/Makefile.am (pkgdata_PYTHON): Ship new files.
	* src/Filters/Rules/Place/_AllPlaces.py: Add module.
	* src/Filters/Rules/Place/_HasIdOf.py: Add module.
	* src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py: Add module.
	* src/Filters/Rules/Place/_HasNoteRegexp.py: Add module.
	* src/Filters/Rules/Place/_MatchesFilter.py: Add module.
	* src/Filters/Rules/Place/_RegExpIdOf.py: Add module.
	* src/Filters/Rules/Place/_PlacePrivate.py: Add module.
	* src/Filters/Rules/Place/_HasPlace.py: Add module.
	* src/Filters/Rules/Place/__init__.py (editor_rule_list): Expose
	new module.
	
In po:
2006-08-06  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r7142
2006-08-07 02:49:12 +00:00
Alex Roitman
a2237d7da5 * src/Filters/_GenericFilter.py: Support Source filters.
* src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/Filters/Rules/Source/Makefile.am: Ship new files.
	* src/FilterEditor/_EditRule.py: Support Source filters.
	* src/FilterEditor/_FilterEditor.py: Support Source filters.
	* src/FilterEditor/_ShowResults.py: Support Source filters.
	* src/Filters/Rules/Source/__init__.py: Expose new modules.
	* src/Filters/SideBar/_SourceSidebarFilter.py: Add module.
	* src/Filters/SideBar/__init__.py: Expose new module.
	* src/Filters/Rules/_Rule.py (Rule.match_substring): Add
	convenience method for simple substring search.
	* src/Filters/Rules/Source/_RegExpIdOf.py: Add module.
	* src/Filters/Rules/Source/_MatchesFilter.py: Add module.
	* src/Filters/Rules/Source/_HasNoteRegexp.py: Add module.
	* src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py: Add module.
	* src/Filters/Rules/Source/_HasIdOf.py: Add module.
	* src/Filters/Rules/Source/_SourcePrivate.py: Add module.
	* src/Filters/Rules/Source/_AllSources.py: Add module.



	


svn: r7138
2006-08-06 06:26:10 +00:00
Alex Roitman
dd41a8a651 In .:
* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/Filters/Rules/Family/_MemberBase.py: Add new module.
In po:



svn: r7136
2006-08-06 00:24:58 +00:00
Alex Roitman
f29fb679f3 In .:
* src/Filters/SideBar/_PersonSidebarFilter.py: Minor changes.
	* src/Filters/SideBar/_FamilySidebarFilter.py: Add father, mother,
	and child search options.
	* src/Filters/Rules/Family/__init__.py: Expose new modules.
	* src/Filters/Rules/Family/_Search*Name.py: add new modules.
	* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new files
In po:
2006-08-05  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.
	


svn: r7135
2006-08-05 23:37:48 +00:00
Alex Roitman
c47d910fb1 * src/Filters/SideBar: Add new module.
svn: r7131
2006-08-05 04:41:56 +00:00
Alex Roitman
7edd5cff60 Update
svn: r7128
2006-08-05 04:10:10 +00:00
Alex Roitman
19a3a5fea4 In .:
* src/Filters/Rules/Family/__init__.py (editor_rule_list): Import
	and use new rule.
	* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/Filters/Rules/Family/_HasAttribute.py: Add new rule.
	* src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/Filters/Rules/_HasAttributeBase.py: Add base module.
	* src/Filters/Rules/_HasEventBase.py (apply): Use new API.
In po:
	Add new files.


svn: r7125
2006-08-04 23:19:59 +00:00
Alex Roitman
49d002f75c In .:
2006-08-04  Alex Roitman  <shura@gramps-project.org>
	* src/DataViews/_MediaView.py (row_change): Work around older pygtk.
	* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new
	files. 
	* src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Ship new file.

In po:
2006-08-04  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Unlist plugins that are not shipped.



svn: r7120
2006-08-04 19:36:18 +00:00
Alex Roitman
9a9bf37d6f 2006-08-03 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new files.



svn: r7118
2006-08-04 05:08:06 +00:00
Alex Roitman
fd782260f3 * POTFILES.in: Remove obsolete file;
reflect the name change of Merge -> FindDupes.


svn: r7105
2006-08-01 04:37:31 +00:00
Alex Roitman
230d3b7d69 In .:
2006-07-31  Alex Roitman  <shura@gramps-project.org>
	* src/Filters/_SearchBar.py (SearchBar.__init__): Take dbstate as
	a constructor argument; (SearchBar.apply_filter): pass dbstate.
	* src/PageView.py (BookMarkView.add_bookmark,
	PersonNavView.jumpto, PersonNavView.fwd_clicked,
	PersonNavView.back_clicked, ListView.build_widget): Pass dbstate.
	* src/Navigation.py (BaseNavigation.__init__,
	PersonNavigation.__init__): Take dbstate as a constructor argument;
	(PersonNavigation.build_item_name): properly access dbstate.
	* src/DisplayState.py (__init__): Do not take dbstate as a
	constructor argument; Do not connect dbstate signal here (moved to
	ViewManager);
	(display_relationship,push_message,modify_statusbar): Make dbstate
	an argument.
	* src/plugins/Checkpoint.py (run_tool): Pass dbstate.
	* src/ViewManager.py (_build_main_window): Do not pass dbstate to
	uistate DisplayState constructor; connect dbstate signal handler;
	pass dbstate to Navigation; (keypress): Pass dbstate;
	(statusbar_key_update): Pass dbstate;
	(do_load_plugins): Pass dbstate;
	(ViewManager.add_bookmark): Pass dbstate.
	* src/DataViews/_RelationView.py (shade_update): Pass dbstate.
	* src/DataViews/_PersonView.py (build_widget,_goto,
	key_goto_home_person, key_edit_selected_person): Pass dbstate.
	* src/Filters/Makefile.am (pkgdata_PYTHON): Remove obsolete file.
	* src/Filters/__init__.py: Remove importing obsolete module.
	* src/Filters/_FilterWidget.py: Remove obsolete module.

In po:
2006-07-31  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Remove obsolete file.



svn: r7104
2006-08-01 04:31:10 +00:00
Alex Roitman
df1e865d38 2006-07-30 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add missing file.



svn: r7094
2006-07-30 07:31:30 +00:00
Alex Roitman
9ab1e4635d Update
svn: r7076
2006-07-25 19:58:23 +00:00
Alex Roitman
d13fa66d07 2006-07-25 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add missing files.



svn: r7073
2006-07-25 18:37:56 +00:00
Alex Roitman
111294b3f0 2006-06-22 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.



svn: r6948
2006-06-22 20:07:10 +00:00
Alex Roitman
0c850aeda1 In .:
* src/DisplayTabs/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/DisplayTabs/__init__.py: Import new module.
	* src/DisplayTabs/_TextTab.py: Add new module.
	* src/Editors/_EditSourceRef.py (_setup_fields): Remove Text tab;
	(_create_tabbed_pages): Add Text tab.
	* src/glade/gramps.glade (source_ref_edit): Remove Text tab.
In po:
2006-06-15  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new file.



svn: r6894
2006-06-15 17:17:42 +00:00
Alex Roitman
8f308bb5b4 2006-06-11 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Remove plugin that is not shipped.
	* gramps.pot: Update.



svn: r6881
2006-06-12 04:50:30 +00:00
Alex Roitman
47914d99f8 In .:
2006-06-04  Alex Roitman  <shura@gramps-project.org>
	* configure.in: Set up for the next release.
	* src/Filters/Rules/Person/_RegExpName.py (RegExpName.labels): Typo.

In po:
2006-06-04  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add missing files.



svn: r6861
2006-06-05 06:42:06 +00:00
Don Allingham
28d4740d3c 2006-06-01 Don Allingham <don@gramps-project.org>
* src/DataViews/_PersonView.py: FilterEditor call sequence
	* src/FilterEditor/_EditFilter.py: added
	* src/FilterEditor/_FilterEditor.py: Break out other classes
	* src/FilterEditor/_EditRule.py: added
	* src/FilterEditor/_ShowResults.py: added
	* src/FilterEditor/Makefile.am: Add new files



svn: r6843
2006-06-02 03:21:52 +00:00
Alex Roitman
f8eb3a2ebb 2006-05-30 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Change files due to module split.



svn: r6821
2006-05-31 00:57:54 +00:00
Alex Roitman
0bc28d5cb4 2006-05-25 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new files.



svn: r6784
2006-05-26 00:31:17 +00:00
Don Allingham
b2e8acc59d * src/DataViews/_RelationView.py: renamed from _FamilyView
* src/DataViews/__init__.py: use RelationView.py
	* src/DataViews/Makefile.am: update


svn: r6761
2006-05-23 19:46:02 +00:00
Alex Roitman
d95f546782 In .:
* src/GrampsDb/_GrampsDbBase.py (DbState.change_database_noclose):
	Add new method.
	* src/Makefile.am (gdir_PYTHON): Ship new file.
In po:
2006-05-17  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new file.



svn: r6699
2006-05-17 23:36:31 +00:00
Alex Roitman
3b6d63e48f In .:
* src/Selectors/_SelectPerson.py: Use new package.
	* src/plugins/RelCalc.py: Use new package.
	* src/DataViews/_PersonView.py: Use new package.
	* src/DisplayModels: Make new package.
	* src/Makefile.am: Remove old files.
In po:
	* POTFILES.in: Add new files; remove old files.


svn: r6683
2006-05-17 00:48:46 +00:00
Alex Roitman
66c08cbf34 In .:
2006-05-16  Alex Roitman  <shura@gramps-project.org>
	* src/Filters/_PersonSidebarFilter.py: Import gettext.
	* src/Filters/_SidebarFilter.py: Import gettext.
	* src/Filters/Makefile.am: Ship new files.

In po:
2006-05-16  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r6682
2006-05-16 18:32:47 +00:00
Alex Roitman
dc7053df55 * src/Selectors/_Select*.py: Subclass from BaseSelector.
* src/Selectors/Makefile.am: Ship new file.
	* src/Selectors/_BaseSelector.py: Add new file.



svn: r6673
2006-05-15 20:50:25 +00:00
Alex Roitman
e0b3dc141d In .:
2006-05-15  Alex Roitman  <shura@gramps-project.org>
	* configure.in: Generate new Makefile.
	* src/Makefile.am: adapt to new module.
	* src/Selectors: separate selectors in their own module.
	* src/Select*.py: move to Selectors.
	* src/DataViews/_FamilyView.py: Use new module.
	* src/Editors/_EditLdsOrd.py: Use new module.
	* src/Editors/_EditPersonRef.py: Use new module.
	* src/Editors/_EditFamily.py: Use new module.
	* src/DisplayTabs/_SourceEmbedList.py: Use new module.
	* src/DisplayTabs/_RepoEmbedList.py: Use new module.
	* src/DisplayTabs/_EventEmbedList.py: Use new module.
	* src/DisplayTabs/_GalleryTab.py: Use new module.
	* src/plugins/FilterEditor.py: Use new module.
	* src/plugins/SimpleBookTitle.py: Use new module.
	* src/PluginUtils/_Report.py: Use new module.

In po:
2006-05-15  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r6669
2006-05-15 15:53:42 +00:00
Alex Roitman
5de297d2d6 In .:
* src/Makefile.am (gdir_PYTHON): Add new file.
	* src/SelectRepository.py: Add new file.
	* src/DisplayTabs/_RepoEmbedList.py: Add share button.

In po:
	* POTFILES.in: Add new file.


svn: r6668
2006-05-15 06:40:54 +00:00