Don Allingham
8e2132ccb2
svn: r6636
2006-05-13 04:10:40 +00:00
Don Allingham
3b62238ba8
* src/GrampsCfg.py: fix color dialog buttons
...
* src/Filters/Rules/Person/_HasEvent.py: handle EventType
svn: r6635
2006-05-13 03:53:06 +00:00
Don Allingham
fdd56563e7
2006-05-12 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: set up new filter fields
* src/Filters/Rules/Person/_RegExpIdOf.py: added
* src/Filters/Rules/Person/__init__.py: added new files
* src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py
* src/Filters/Rules/Person/_HasBirth.py: use loose_data_cmp
* src/Filters/Rules/Person/_SearchName.py: search all fields
* src/Filters/Rules/Person/_HasDeath.py: use loose_data_cmp
* src/Filters/Rules/Person/_RegExpName.py: added
* src/Filters/Rules/Person/_MatchIdOf.py: added
* src/Filters/Rules/Person/_HasNoteRegexp.py: added
* src/Filters/Rules/Person/Makefile.am: added new files
* src/Filters/Rules/_RuleUtils.py: added loose_date_cmp
2006-04-26 Martin Hawlisch <Martin.Hawlisch@gmx.de>
svn: r6634
2006-05-12 22:38:48 +00:00
Martin Hawlisch
bf1a9212ff
* data/gramps.schemas.in: Swap colors for ToDo and complete. Using green is more obvious for complete records.
...
svn: r6633
2006-05-12 19:48:45 +00:00
Jérôme Rapinat
159e42f1a4
update fr.po
...
svn: r6632
2006-05-12 19:31:12 +00:00
Don Allingham
8fc4565d1b
* src/GrampsCfg.py: update for selectable colors, default colors
...
* data/gramps.schemas.in: update for selectable colors, default colors
svn: r6631
2006-05-12 18:49:12 +00:00
Alex Roitman
9e68a4b550
In .:
...
2006-05-12 Alex Roitman <shura@gramps-project.org>
* src/UndoHistory.py (gtk_color_to_str): Better color to str.
* src/QuestionDialog.py (QuestionDialog2.__init__): Use the
underline for labels.
* src/plugins/ChangeNames.py: Fix WM.
* src/plugins/PatchNames.py: Fix WM.
In po:
* gramps.pot: Update.
svn: r6630
2006-05-12 18:46:26 +00:00
Don Allingham
75d6553294
* src/GrampsCfg.py: update for selectable colors
...
* src/PeopleModel.py: update for selectable colors
* data/gramps.schemas.in: update for selectable colors
svn: r6629
2006-05-12 18:20:18 +00:00
Don Allingham
63beadfa2d
fix xml parsing path
...
svn: r6628
2006-05-12 17:20:19 +00:00
Don Allingham
05f3bd4b47
fix MonitoredDataType initialization
...
svn: r6627
2006-05-12 16:30:38 +00:00
Alex Roitman
0156d96382
* src/Filters/Makefile.am (pkgdata_PYTHON): Add new files.
...
* po/POTFILES.in: Add missing files.
svn: r6626
2006-05-12 15:05:47 +00:00
Don Allingham
a270b514e6
2006-05-11 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: add additional fields, and build
filter
* src/PeopleModel.py: handle both search and filters
* src/Filters/_GenericFilter.py: import RelLib
svn: r6625
2006-05-12 04:51:44 +00:00
Alex Roitman
159f9423d4
(UndoHistory._selection_changed): Enable/disable buttons.
...
svn: r6624
2006-05-12 01:01:10 +00:00
Alex Roitman
2dcb40ab08
2006-05-11 Alex Roitman <shura@gramps-project.org>
...
* src/UndoHistory.py (gtk_color_to_str): Correct byte color.
svn: r6623
2006-05-12 00:54:17 +00:00
Don Allingham
b073854468
fix marker type, search bar tuple problem
...
svn: r6622
2006-05-11 23:05:12 +00:00
Alex Roitman
f4a522efa7
* src/UndoHistory.py: Paint all rows in a selected block; Require
...
exploicit button click on any action.
svn: r6621
2006-05-11 21:04:46 +00:00
Alex Roitman
d882f5ebf7
(PeopleModel.column_marker_color): properly access marker value.
...
svn: r6620
2006-05-11 19:23:50 +00:00
Alex Roitman
cafeeb7468
2006-05-11 Alex Roitman <shura@gramps-project.org>
...
* src/PeopleModel.py (_MARKER_COL): Correct column numbers.
svn: r6619
2006-05-11 18:51:35 +00:00
Alex Roitman
85c2ff5039
* src/GrampsDb/_ReadXML.py (GrampsParser): Use UpdateCallback.
...
* src/GrampsDb/_ReadGedcom.py (GedcomParser): Use UpdateCallback.
(get_total): Add function, remove unneeded class.
(UpdateCallback.update_real): Allow optional argument;
(UpdateCallback.set_total): Add method.
svn: r6618
2006-05-11 06:16:45 +00:00
Alex Roitman
e9602a5eeb
In .:
...
* src/GrampsDb/_DbUtils.py (db_copy): Use UpdateCallback class.
* src/BasicUtils.py: Add module.
* src/Makefile.am (gdir_PYTHON): Add new file.
In po:
2006-05-10 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.
svn: r6617
2006-05-11 05:11:47 +00:00
Alex Roitman
f3b4b14bc2
* src/DataViews/_MediaView.py (edit): Handle the exception.
...
svn: r6616
2006-05-11 00:33:17 +00:00
Alex Roitman
f724a1185b
* src/plugins/BookReport.py (__init__): Fix url.
...
svn: r6615
2006-05-11 00:18:48 +00:00
Alex Roitman
cc500922f8
* src/plugins/ChangeTypes.py (run_tool): Disable/enable signals.
...
* src/plugins/ReorderIds.py (__init__): Disable/enable signals.
* src/plugins/PatchNames.py (on_ok_clicked): Start transaction
only if doing the changes; disable/enable signals.
svn: r6614
2006-05-11 00:06:43 +00:00
Alex Roitman
f3889a89dd
2006-05-10 Alex Roitman <shura@gramps-project.org>
...
* src/plugins/SoundGen.py: Fix WM.
svn: r6613
2006-05-10 23:48:21 +00:00
Don Allingham
2ddedb80a3
change button order
...
svn: r6612
2006-05-10 21:26:59 +00:00
Don Allingham
40ec7acd41
inverted searches
...
svn: r6611
2006-05-10 20:56:22 +00:00
Alex Roitman
124a5ecac8
2006-05-10 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_ReadGedcom.py (func_person_attr): Typos.
svn: r6610
2006-05-10 20:17:28 +00:00
Don Allingham
27802cf427
better search buttons
...
svn: r6609
2006-05-10 19:56:59 +00:00
Don Allingham
c64bbd2183
fix search status bar message
...
svn: r6608
2006-05-10 17:34:54 +00:00
Don Allingham
707c4207a9
Search bar completion
...
svn: r6607
2006-05-10 16:08:56 +00:00
Alex Roitman
1e3b85f27f
* src/GrampsDb/_DbUtils.py (db_copy): Use batch transaction.
...
* src/GrampsDb/_GrampsBSDDB.py (transaction_begin): Proper indentation.
svn: r6606
2006-05-10 14:23:38 +00:00
Jérôme Rapinat
e81ba544cb
# /po/fr.po : use exact space and dot for fixing occupation:placedescription mistake on det_report (cannot commit with CVS the same fix for gramps 2.0.11)
...
svn: r6605
2006-05-10 13:12:47 +00:00
Alex Roitman
40f355e17d
* src/GrampsDb/_GrampsBSDDB.py (load_from): Add method.
...
* src/GrampsDb/_GrampsXMLDB.py (load_from): Add method.
* src/GrampsDb/_GrampsGEDDB.py (load_from): Add method.
* src/GrampsDb/_GrampsDbBase.py (load_from): Add method.
* src/GrampsDb/_WriteGrdb.py: Use db_copy.
* src/GrampsDb/_DbUtils.py (db_copy): Add function.
* src/ViewManager.py: Save as support.
* src/DataViews/_MapView.py (enable_debug): Set to False to be
able to see the output besides MapView.
svn: r6604
2006-05-10 05:52:55 +00:00
Don Allingham
626185cff8
* src/DataViews/_PersonView.py: search bar implementation
...
* src/PeopleModel.py: search bar implementation
* src/PageView.py: search bar implementation
* src/Filters/_SearchBar.py: search bar functionality
* src/Filters/__init__.py: search bar functionality
svn: r6603
2006-05-10 04:02:45 +00:00
Don Allingham
b30fc7fb24
2006-05-09 Don Allingham <don@gramps-project.org>
...
* src/AddMedia.py: remember last directory for images for
the session
svn: r6602
2006-05-10 01:50:45 +00:00
Alex Roitman
11d3bf9868
* src/plugins/FamilyGroup.py: Use triple quotes.
...
svn: r6601
2006-05-09 23:18:37 +00:00
Alex Roitman
8a8d5342ce
* src/Exporter.py (Exporter.native_export): Use callback.
...
* src/Utils.py (get_new_filename): Add path separator.
* src/GrampsDb/_WriteGrdb.py: Proper export of tables with and
without transaction support, add callback.
svn: r6600
2006-05-09 23:15:38 +00:00
Alex Roitman
8133c888f8
* src/plugins/WriteCD.py: Correctly import XmlWriter.
...
svn: r6599
2006-05-09 22:00:07 +00:00
Alex Roitman
0a3b72df34
* src/GrampsDb/_WriteXML.py (write_object): Check whether path is
...
empty before removing leading slash.
svn: r6598
2006-05-09 21:47:17 +00:00
Alex Roitman
19d1245c01
* src/GrampsDb/_WriteGedcom.py: Bring to new API.
...
svn: r6597
2006-05-09 20:36:12 +00:00
Alex Roitman
99576086d8
* src/plugins/ExportVCard.py: Bring to new API.
...
* src/plugins/ExportVCalendar.py: Bring to new API.
svn: r6596
2006-05-09 19:54:23 +00:00
Alex Roitman
8bdf853c44
* src/plugins/WriteFtree.py: Bring to new API.
...
svn: r6595
2006-05-09 19:45:18 +00:00
Alex Roitman
5b057d1e7a
2006-05-09 Alex Roitman <shura@gramps-project.org>
...
* src/Filters/_FilterMenu.py (build_filter_menu): Return the menu.
* src/plugins/WriteGeneWeb.py: Bring to new API.
svn: r6594
2006-05-09 19:38:15 +00:00
Don Allingham
24afde6b81
2006-05-09 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_MapView.py: add tool tips to tool buttons
* src/ViewManager.py: add tool tips to Open button
svn: r6593
2006-05-09 18:34:58 +00:00
Alex Roitman
13ea348bdf
2006-05-08 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsDbBase.py (get_default_person): Use proper
way of getting person from the handle.
svn: r6592
2006-05-09 04:33:21 +00:00
Don Allingham
2a7a35a259
2006-05-08 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_GrampsDbBase.py: get_default_handle()
* src/DisplayState.py: use get_default_handle, fix race condition
svn: r6591
2006-05-09 04:15:04 +00:00
Don Allingham
4bb09d2fc8
test case
...
svn: r6590
2006-05-09 03:29:04 +00:00
Alex Roitman
8b081be765
* src/GrampsDb/_GrampsBSDDB.py (load): Better non-TXN support.
...
* src/UndoHistory.py (__init__): Rename list to tree.
svn: r6589
2006-05-08 23:18:16 +00:00
Alex Roitman
73ec571d83
Update
...
svn: r6588
2006-05-08 19:56:35 +00:00
Alex Roitman
7739ac2ec2
* src/DataViews/_PersonView.py (delete_person_response): Use child_ref.
...
svn: r6587
2006-05-08 19:08:03 +00:00