Alex Roitman
|
58b1a424bb
|
2007-01-22 Alex Roitman <shura@gramps-project.org>
* src/Editors/_EditSource.py (query_response): Remove sourcerefs
from repos (indirectly, through secondary objects).
* src/Editors/_EditPlace.py (query_response): Avoid db walk.
* src/DataViews/_FamilyList.py (remove): Set busy cursor.
* src/DataViews/_PlaceView.py (remove): Set busy cursor.
* src/DataViews/_SourceView.py (remove): Set busy cursor.
* src/DataViews/_MediaView.py (remove): Set busy cursor.
* src/DataViews/_EventView.py (remove): Set busy cursor.
* src/DataViews/_RepositoryView.py (remove): Set busy cursor.
* src/Editors/_EditEventRef.py (DelEventQuery): Remove unneeded class.
* src/Filters/Rules/_HasTextMatchingSubstringOf.py: Remove
unneeded import.
* src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py
(cache_sources): Adapt to changes in get_source_referents.
* src/Utils.py (get_source_referents): Use reference map, add
repositories to the search results;
(get_media_referents): Use reference map.
svn: r7958
|
2007-01-23 03:37:13 +00:00 |
|
Don Allingham
|
2d0c2bed65
|
2007-01-21 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py: catch exceptions
* src/DisplayState.py: catch exceptions
* src/DbLoader.py: catch exceptions (DbLoader.read_file): catch exception
* src/Filters/SideBar/_SidebarFilter.py: add tooltips for dates
* src/Filters/SideBar/_PersonSidebarFilter.py: add tooltips for dates
svn: r7949
|
2007-01-22 02:17:52 +00:00 |
|
Don Allingham
|
39368e4eb6
|
* src/DataViews/_MediaView.py: pylint
* src/DataViews/_RepositoryView.py: pylint
* src/DataViews/_SourceView.py: pylint
* src/DataViews/_EventView.py: pylint
* src/DataViews/_FamilyList.py: pylint
* src/DataViews/_PlaceView.py: pylint
* src/DataViews/__init__.py: pylint
* src/DataViews/_PersonView.py: pylint
* src/DataViews/Makefile.am: pylint
* src/DataViews/_RelationView.py: pylint
* src/RelLib/_CalSdn.py: pylint
* src/RelLib/_Person.py: pylint
* src/RelLib/_Family.py: pylint
* src/RelLib/_EventType.py: pylint
* src/RelLib/_GrampsType.py: pylint
* src/RelLib/_Event.py: pylint
* src/RelLib/_LdsOrd.py: pylint
* src/PageView.py: pylint
svn: r7885
|
2007-01-09 04:32:07 +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 |
|
Don Allingham
|
e593f5fd33
|
* various: pyflakes fixes
svn: r6982
|
2006-07-03 04:25:33 +00:00 |
|
Alex Roitman
|
624138a2a4
|
* src/DataViews/_RepositoryView.py (edit, on_double_click): Catch
exception.
* src/GrampsWidgets.py (PlaceEntry.add_del_clicked)
(PlaceEntry.share_clicked): Catch exception.
svn: r6716
|
2006-05-18 23:02:47 +00:00 |
|
Don Allingham
|
06c27271c5
|
* src/DataViews/_RepositoryView.py: column fixes
* src/DataViews/_SourceView.py: column fixes
* src/DataViews/_EventView.py: column fixes
* src/DataViews/_FamilyList.py: column fixes
* src/DataViews/_PlaceView.py: column fixes
* src/DataViews/_PersonView.py: column fixes
* src/DisplayModels.py: column/sort fixes
* src/PageView.py: column/sort fixes
svn: r6664
|
2006-05-15 04:14:03 +00:00 |
|
Don Allingham
|
0aaaa45ca1
|
* src/DataViews/_MediaView.py: tool tips
* src/DataViews/_RepositoryView.py: tool tips
* src/DataViews/_SourceView.py: tool tips
* src/DataViews/_EventView.py: tool tips
* src/DataViews/_PedigreeView.py: tool tips
* src/DataViews/_PlaceView.py: tool tips
* src/DataViews/_PersonView.py: tool tips
* src/ViewManager.py: tool tips
* src/QuestionDialog.py: add info dialog
* src/PageView.py: tool tips
svn: r6574
|
2006-05-08 01:15:19 +00:00 |
|
Alex Roitman
|
6921e6e316
|
* src/DataViews/_PedigreeView.py (define_actions): Translate labels.
* src/DataViews/_SourceView.py (define_actions): Translate labels.
* src/DataViews/_PlaceView.py (define_actions): Translate labels.
* src/DataViews/_MediaView.py (define_actions): Translate labels.
* src/DataViews/_RepositoryView.py (define_actions): Translate labels.
* src/DataViews/_MapView.py (define_actions): Translate labels.
* src/DataViews/_EventView.py (define_actions): Translate labels.
* src/DataViews/_PersonView.py (define_actions) Translate labels.
* src/PageView.py (BookMarkView.define_actions,
PersonNavView.define_actions, ListView.define_actions): Translate
labels.
svn: r6513
|
2006-05-02 05:50:46 +00:00 |
|
Don Allingham
|
0593cae180
|
multiple bookmark lists
svn: r6452
|
2006-04-26 21:48:13 +00:00 |
|
Don Allingham
|
999711b902
|
2006-04-23 Don Allingham <don@gramps-project.org>
* src/DataViews/_MediaView.py: Column editor changes
* src/DataViews/_RepositoryView.py: Column editor changes
* src/DataViews/_SourceView.py: Column editor changes
* src/DataViews/_EventView.py: Column editor changes
* src/DataViews/_FamilyView.py: Column editor changes
* src/DataViews/_PlaceView.py: Column editor changes
* src/DataViews/_PersonView.py: Column editor changes
* src/GrampsDb/_DbUtils.py: fix add_child_to_family to handle refs
* src/ColumnOrder.py: format changes
* src/glade/gramps.glade: format changes
* src/SelectFamily.py: ManagedWindow support
svn: r6428
|
2006-04-24 04:06:17 +00:00 |
|
Don Allingham
|
3274d3dad9
|
* src/ColumnOrder.py: use ManagedWindow
* src/DataViews/_MediaView.py: ColumnOrder update
* src/DataViews/_RepositoryView.py: ColumnOrder update
* src/DataViews/_SourceView.py: ColumnOrder update
* src/DataViews/_EventView.py: ColumnOrder update
* src/DataViews/_PlaceView.py: ColumnOrder update
* src/DataViews/_PersonView.py: ColumnOrder update
svn: r6424
|
2006-04-23 22:14:28 +00:00 |
|
Don Allingham
|
7bae68c6f1
|
* src/DataViews/_MediaView.py: Shorten tab name
* src/DataViews/_RepositoryView.py: Shorten tab name
* src/DataViews/_SourceView.py: Shorten tab name
* src/DataViews/_EventView.py: Shorten tab name
* src/DataViews/_FamilyView.py: Shorten tab name
* src/DataViews/_FamilyList.py: Shorten tab name
* src/DataViews/_PedigreeView.py: Shorten tab name
* src/DataViews/_PlaceView.py: Shorten tab name
* src/DataViews/_PersonView.py: Shorten tab name
* src/DataViews/_MapView.py: Shorten tab name
* src/glade/gramps.glade: remove unused option
* src/const.py.in: bugtracker address fix
svn: r6416
|
2006-04-22 22:09:16 +00:00 |
|
Don Allingham
|
d384497dd9
|
pychecker fixes
svn: r6407
|
2006-04-22 03:23:57 +00:00 |
|
Alex Roitman
|
57d6df04c9
|
* various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext
svn: r6282
|
2006-04-06 22:02:46 +00:00 |
|
Don Allingham
|
6a432cf0a1
|
repository drag-n-drop
svn: r6196
|
2006-03-23 05:19:38 +00:00 |
|
Alex Roitman
|
93add4967a
|
* various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context.
svn: r6155
|
2006-03-16 20:24:27 +00:00 |
|
Don Allingham
|
9ffa6613a7
|
column editing
svn: r6085
|
2006-03-05 23:39:20 +00:00 |
|
Don Allingham
|
a3aedf85ae
|
module renames
svn: r6072
|
2006-03-04 16:08:52 +00:00 |
|