Josip
28b1db78e0
9335: Gramps has experienced an unexpected error
2016-03-28 14:52:58 -07:00
romjerome
105dfb9ad5
9315: [Regression]: Filter set by default on selector is ignored
...
'Show all' button status and first load
2016-03-28 09:24:10 +02:00
Paul Franklin
da0b478421
center the Book dialog (in the whole screen)
2016-03-24 12:16:15 -07:00
Paul Franklin
c23093d6f8
add a few more parents to a few more dialogs
2016-03-22 21:04:22 -07:00
Doug Blank
2b6a96afbd
Merge pull request #106 from tecknicaltom/filtering_filters
...
add a filter to the tree of rule filters
2016-03-22 16:39:31 -04:00
SNoiraud
d414f33d01
9278: Crash when dragging multiple media items to clipboard
2016-03-19 23:46:00 +01:00
Tom Samstag
b96645084a
add a filter to the tree of rule filters
...
I can never remember which category filters are in when making a new
rule. This change adds a filter entry above the treeview. As you type,
filters that do not contain the search text (case insensitively) are
made not visible. Categories are always visible, but will no longer
expand if all of their child nodes are hidden.
2016-03-14 00:05:13 -07:00
romjerome
6c1ba0f23f
9006 9111 9274: fix scrolling in persons view after typing some letter
...
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'
Thank you schnitker for report, investigations and patch
2016-03-07 15:06:53 +01:00
Doug Blank
819223b2be
Merge pull request #97 from sam-m888/9255AddCitationsSelectorToLinkEditor
...
9255 Add Citations Selector To Link Editor
2016-02-23 08:25:25 -05:00
SNoiraud
e64737bb51
0743: Searching in people view when surnames are collapsed
2016-02-23 11:05:32 +01:00
SNoiraud
84f4ce3513
TreeBaseModel : str has no encode method.
2016-02-22 15:42:04 +01:00
Sam Manzi
e7fafa3a86
9255 Add Citations Selector To Link Editor
2016-02-17 16:37:19 +11:00
Doug Blank
202e1f5594
Protection from null objects
2016-02-07 11:58:59 -05:00
SNoiraud
e54ed1254a
7852: Rename family tree does not update the title of the parent window.
2016-02-02 10:34:52 +01:00
Doug Blank
c4e7d0ec25
StyledText: don't crash if styles are corrupt
2016-01-31 09:17:01 -05:00
SNoiraud
dfd1a596ab
5417 : Non-image media objects don't appear in the main window gallery.
2016-01-31 11:16:10 +01:00
SNoiraud
ae8572187e
9136: Pressing tab stops at element in gui places
2016-01-30 15:34:51 +01:00
Doug Blank
c19f4b47a9
Rename database methods: _object to _media
2016-01-24 18:15:50 -05:00
Doug Blank
157604b40e
Rename *_media_object methods to *_media
2016-01-23 21:53:14 -05:00
Doug Blank
2eeda93617
Renamed get_object_from to get_media_from
2016-01-23 19:00:13 -05:00
Doug Blank
32b8005e0e
Fixed unnecessary comparisons
2016-01-23 18:45:54 -05:00
Doug Blank
ee05e0b451
7335: Cleanup code, filenames, and documentation
...
First part of cleanup, changes:
MediaObject -> Media
mediaobj -> media
mediaobject -> media
2016-01-23 14:22:41 -05:00
Doug Blank
8525397067
9166: People sorted by surname view now crashes
...
Fixed issue by surrounding gramplet load code in try/except.
2016-01-14 07:13:47 -05:00
Nick Hall
76d8c70b91
Remove redundant ignore list from attribute types
2016-01-09 00:50:49 +00:00
Doug Blank
ed0001ba0e
9155: proper fix
2016-01-06 15:39:46 +01:00
romjerome
d6f3149a38
Fix previous commit [faaabc]
...
Do not create an additional database access
2016-01-06 15:25:39 +01:00
romjerome
faaabcef3a
9155: Unhandled AttributeError when db.get_tag_from_handle returns None
2016-01-06 14:51:43 +01:00
Tom Samstag
92c2ddc33e
remove unnecessary pass statements
2015-12-31 00:24:07 -08:00
Tom Samstag
602ad1bc53
not x is None -> x is not None
2015-12-31 00:03:22 -08:00
Tom Samstag
de8d8370e3
fixing else clauses on loops
2015-12-30 22:46:57 -08:00
Paul Franklin
76315be47d
8128: GtkDialog mapped without a transient parent
2015-12-30 21:43:31 -08:00
Paul Franklin
e473f9dc89
8128: GtkDialog mapped without a transient parent
...
The set of fixes was actually triggered by comments in
https://gramps-project.org/bugs/view.php?id=9122#c45895
https://gramps-project.org/bugs/view.php?id=9122#c45921
The project is ongoing, since it's needed for our Windows users.
2015-12-29 22:49:05 -08:00
Nick Hall
a65e69cb53
Only check for changed data when cancel button clicked
2015-12-30 00:41:00 +00:00
Nick Hall
39c8d33169
Merge pull request #84 from tecknicaltom/more_None_handle_fixes
...
fixes for None handle errors: single-parent family
2015-12-29 23:32:34 +00:00
Nick Hall
5729db8f7f
Avoid check for changed data when save button clicked
2015-12-29 20:00:40 +00:00
Nick Hall
40ca8a2da4
Store original object during editor initialisation
2015-12-29 19:54:18 +00:00
Tom Samstag
4ac6d346f4
fixes for None handle errors: single-parent family
...
Fixes for Person lookups with None handles, related to the use of a
single-parent family
2015-12-29 10:42:00 -08:00
Doug Blank
928a437f48
Merge pull request #78 from romjerome/maintenance/gramps42
...
9057: fix counter for filtered entries
2015-12-14 15:31:15 -05:00
Nick Hall
f7c54e9b88
Fix handle errors in person and family editors
2015-12-13 17:34:15 +00:00
Sam Manzi
828cb1ac08
Merge pull request #75 from cicl06/master
...
Small fix in import script
2015-12-07 10:07:51 +11:00
Paul Franklin
8ed9d8958d
center export dialog on parent window
2015-12-05 20:22:21 -08:00
Paul Franklin
1000c1b5cb
center report dialogs on parent window
2015-12-05 20:20:34 -08:00
Nick Hall
5c958bd7fb
Raise HandleError exception for bad handles
2015-12-05 21:17:56 +00:00
J. Robert Magyar II
536cc48d85
x button now closes import file menu
2015-12-05 10:47:12 -06:00
Nick Hall
8c66825e84
Remove redundant str conversion in tree models
2015-12-02 12:28:24 +00:00
Nick Hall
b34b257d33
Unicode conversion not required for other Gtk methods
2015-11-29 00:01:05 +00:00
Nick Hall
415540e4a6
Unicode conversion not required for FileChooserDialog methods
2015-11-28 23:48:43 +00:00
Nick Hall
d770c8a236
Remove unused constfunc imports
2015-11-28 22:00:51 +00:00
Nick Hall
2fad4320d6
9027: Put tag selection list in alphabetical order
2015-11-28 19:15:09 +00:00
Nick Hall
4eeebeb00a
Remove redundant code
2015-11-28 18:49:22 +00:00