Commit Graph

12952 Commits

Author SHA1 Message Date
Alex Roitman
8a2e1b5ad6 Update
svn: r7828
2006-12-20 07:23:10 +00:00
Alex Roitman
7f7c4335e2 2006-12-19 Alex Roitman <shura@gramps-project.org>
* src/PluginUtils/_Plugins.py: Emit signal on rebuild, rebuild
	open plugin dialogs on rebuild.
	* src/ViewManager.py: Use signal to rebuild plugin menus.
	* src/DisplayState.py (DisplayState.__signals__): Register signal
	to indicate plugin reloading.



svn: r7827
2006-12-20 07:22:19 +00:00
Alex Roitman
43a14bfa74 2006-12-19 Alex Roitman <shura@gramps-project.org>
* src/PluginUtils/_Plugins.py: Emit signal on rebuild, rebuild
	open plugin dialogs on rebuild.
	* src/ViewManager.py: Use signal to rebuild plugin menus.
	* src/DisplayState.py (DisplayState.__signals__): Register signal
	to indicate plugin reloading.



svn: r7827
2006-12-20 07:22:19 +00:00
Arturas Sleinius
dbd63fb6e1 Updated Lithuanian translation
svn: r7826
2006-12-19 18:53:39 +00:00
Arturas Sleinius
ccd2af619f Updated Lithuanian translation
svn: r7826
2006-12-19 18:53:39 +00:00
Don Allingham
9a4dea67cc 2006-12-19 Don Allingham <don@gramps-project.org>
* src/ViewManager.py (ViewManager.post_load_newdb): make sure to enable
	the readonly menu items



svn: r7825
2006-12-19 18:46:26 +00:00
Don Allingham
cde0635d19 2006-12-19 Don Allingham <don@gramps-project.org>
* src/ViewManager.py (ViewManager.post_load_newdb): make sure to enable
	the readonly menu items



svn: r7825
2006-12-19 18:46:26 +00:00
Alex Roitman
03191e6a48 * src/DataViews/_PersonView.py (person_removed): Typo.
svn: r7824
2006-12-19 18:03:34 +00:00
Alex Roitman
8dd862fc93 * src/DataViews/_PersonView.py (person_removed): Typo.
svn: r7824
2006-12-19 18:03:34 +00:00
Alex Roitman
4e3ff06545 In help:
2006-11-07  Lubo Vasko  <pgval@inMail.sk>
	* sk/sk.po: Translation update.

In po:
2006-12-19  Piotr Czubaszek  <pioterus@gmail.com>
	* pl.po: Translation update.

2006-12-19  Lubo Vasko  <pgval@inMail.sk>
	* sk.po: Translation update.



svn: r7823
2006-12-19 17:59:41 +00:00
Alex Roitman
ba0a093898 In help:
2006-11-07  Lubo Vasko  <pgval@inMail.sk>
	* sk/sk.po: Translation update.

In po:
2006-12-19  Piotr Czubaszek  <pioterus@gmail.com>
	* pl.po: Translation update.

2006-12-19  Lubo Vasko  <pgval@inMail.sk>
	* sk.po: Translation update.



svn: r7823
2006-12-19 17:59:41 +00:00
Alex Roitman
4f8f6c0651 2006-12-19 Alex Roitman <shura@gramps-project.org>
* src/PluginUtils/_Options.py (save): Use unicode, not str.



svn: r7822
2006-12-19 17:53:54 +00:00
Alex Roitman
982c4cf9a6 2006-12-19 Alex Roitman <shura@gramps-project.org>
* src/PluginUtils/_Options.py (save): Use unicode, not str.



svn: r7822
2006-12-19 17:53:54 +00:00
Jérôme Rapinat
7e88431933 update French translation for manual
svn: r7821
2006-12-19 10:20:12 +00:00
Jérôme Rapinat
216519bab5 update French translation for manual
svn: r7821
2006-12-19 10:20:12 +00:00
Jérôme Rapinat
f3c60b169a update French translation
svn: r7820
2006-12-19 08:40:14 +00:00
Jérôme Rapinat
b8eec058b8 update French translation
svn: r7820
2006-12-19 08:40:14 +00:00
Alex Roitman
706d07fd00 Update
svn: r7819
2006-12-19 07:42:43 +00:00
Alex Roitman
997be179b9 Update
svn: r7819
2006-12-19 07:42:43 +00:00
Alex Roitman
f37005c706 2006-12-18 Alex Roitman <shura@gramps-project.org>
* src/PluginUtils/_Options.py (save): Escape special characters.



svn: r7818
2006-12-19 04:53:42 +00:00
Alex Roitman
740a436e76 2006-12-18 Alex Roitman <shura@gramps-project.org>
* src/PluginUtils/_Options.py (save): Escape special characters.



svn: r7818
2006-12-19 04:53:42 +00:00
Don Allingham
6183354ba4 * src/DataViews/_PersonView.py: exact search for gender (bug #633)
* src/DisplayModels/_PeopleModel.py: exact search for gender (bug #633)
	* src/Filters/_SearchFilter.py: exact search for gender (bug #633)
	* src/Filters/__init__.py: export ExactSearchFilter


svn: r7817
2006-12-19 04:47:07 +00:00
Don Allingham
e0c8c1379b * src/DataViews/_PersonView.py: exact search for gender (bug #633)
* src/DisplayModels/_PeopleModel.py: exact search for gender (bug #633)
	* src/Filters/_SearchFilter.py: exact search for gender (bug #633)
	* src/Filters/__init__.py: export ExactSearchFilter


svn: r7817
2006-12-19 04:47:07 +00:00
Don Allingham
3c73746665 * src/DataViews/_EventView.py: disable items with readonly db (bug #771)
* src/DataViews/_PersonView.py: disable items with readonly db (bug #771)
	* src/DataViews/_RelationView.py: disable items with readonly db (bug #771)
	* src/ViewManager.py: disable items with readonly db (bug #771)
	* src/PageView.py: disable items with readonly db (bug #771)


svn: r7816
2006-12-19 02:29:47 +00:00
Don Allingham
4a67435c92 * src/DataViews/_EventView.py: disable items with readonly db (bug #771)
* src/DataViews/_PersonView.py: disable items with readonly db (bug #771)
	* src/DataViews/_RelationView.py: disable items with readonly db (bug #771)
	* src/ViewManager.py: disable items with readonly db (bug #771)
	* src/PageView.py: disable items with readonly db (bug #771)


svn: r7816
2006-12-19 02:29:47 +00:00
Don Allingham
e3899f9cc9 2006-12-18 Don Allingham <don@gramps-project.org>
* src/plugins/Desbrowser.py (DesBrowse.button_press_event): fix typo 
	(from bmcage)



svn: r7815
2006-12-18 22:25:19 +00:00
Don Allingham
e1325eda76 2006-12-18 Don Allingham <don@gramps-project.org>
* src/plugins/Desbrowser.py (DesBrowse.button_press_event): fix typo 
	(from bmcage)



svn: r7815
2006-12-18 22:25:19 +00:00
Kees Bakker
2d3e575a5a Addition of 4 more pictures.
svn: r7814
2006-12-18 22:08:26 +00:00
Kees Bakker
30220dc092 Addition of 4 more pictures.
svn: r7814
2006-12-18 22:08:26 +00:00
Jérôme Rapinat
cfd674718e update French translation for manual
svn: r7813
2006-12-18 14:40:43 +00:00
Jérôme Rapinat
bc0544bce3 update French translation for manual
svn: r7813
2006-12-18 14:40:43 +00:00
Don Allingham
9a335f5354 svn: r7812 2006-12-18 04:27:55 +00:00
Don Allingham
7a65d256dd svn: r7812 2006-12-18 04:27:55 +00:00
Alex Roitman
43862bfb95 2006-12-17 Piotr Czubaszek <pioterus@gmail.com>
* pl.po: Translation update.



svn: r7811
2006-12-17 21:35:53 +00:00
Alex Roitman
b62ec3ef91 2006-12-17 Piotr Czubaszek <pioterus@gmail.com>
* pl.po: Translation update.



svn: r7811
2006-12-17 21:35:53 +00:00
Don Allingham
ba79de9f14 2006-12-16 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: proper handling of unknown source tags



svn: r7810
2006-12-16 22:36:32 +00:00
Don Allingham
53863807a0 2006-12-16 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: proper handling of unknown source tags



svn: r7810
2006-12-16 22:36:32 +00:00
Kees Bakker
36c18dc07f Screenshots made by Erik.
svn: r7809
2006-12-16 12:08:00 +00:00
Kees Bakker
52bc623ab2 Screenshots made by Erik.
svn: r7809
2006-12-16 12:08:00 +00:00
Kees Bakker
6ca144df8b A few additional translations (by Erik).
svn: r7808
2006-12-16 11:56:26 +00:00
Kees Bakker
9cee879186 A few additional translations (by Erik).
svn: r7808
2006-12-16 11:56:26 +00:00
Don Allingham
745b3098ed * src/GrampsWidgets.py (PlaceEntry.set_button): fix tooltips (bug #764)
* src/glade/gramps.glade: remove static tooltip


svn: r7807
2006-12-16 04:32:15 +00:00
Don Allingham
b393649c8e * src/GrampsWidgets.py (PlaceEntry.set_button): fix tooltips (bug #764)
* src/glade/gramps.glade: remove static tooltip


svn: r7807
2006-12-16 04:32:15 +00:00
Don Allingham
ba6255ae09 2006-12-15 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py (import2): import a readonly file properly



svn: r7806
2006-12-16 03:47:03 +00:00
Don Allingham
cba1d710ab 2006-12-15 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py (import2): import a readonly file properly



svn: r7806
2006-12-16 03:47:03 +00:00
Don Allingham
e98d2a0825 2006-12-15 Erik De Richter <erik.de.richter@be.gm.com>
* C/gramps.xml: fix typo



svn: r7805
2006-12-15 15:56:11 +00:00
Don Allingham
1a7fdd45d5 2006-12-15 Erik De Richter <erik.de.richter@be.gm.com>
* C/gramps.xml: fix typo



svn: r7805
2006-12-15 15:56:11 +00:00
Martin Hawlisch
e32cc098dc * src/Editors/_EditSourceRef.py,
* src/Editors/_EditRepoRef.py,
* src/Editors/_EditUrl.py,
* src/Editors/_EditMediaRef.py,
* src/Editors/_EditEventRef.py,
* src/Editors/_EditFamily.py,
* src/DisplayTabs/_NameEmbedList.py,
* src/DisplayTabs/_EmbeddedList.py,
* src/DisplayTabs/_GalleryTab.py,
* src/DisplayTabs/_DataEmbedList.py: Disable some more controls when readonly



svn: r7804
2006-12-15 12:39:28 +00:00
Martin Hawlisch
a78af64666 * src/Editors/_EditSourceRef.py,
* src/Editors/_EditRepoRef.py,
* src/Editors/_EditUrl.py,
* src/Editors/_EditMediaRef.py,
* src/Editors/_EditEventRef.py,
* src/Editors/_EditFamily.py,
* src/DisplayTabs/_NameEmbedList.py,
* src/DisplayTabs/_EmbeddedList.py,
* src/DisplayTabs/_GalleryTab.py,
* src/DisplayTabs/_DataEmbedList.py: Disable some more controls when readonly



svn: r7804
2006-12-15 12:39:28 +00:00
Alex Roitman
1e3441f4a6 2006-12-14 Alex Roitman <shura@gramps-project.org>
* src/plugins/ChangeNames.py (toggled): Add method; 
	(display): Connect renderer to the handling method.



svn: r7803
2006-12-15 05:23:45 +00:00