mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
60ae49087b
@ -1122,7 +1122,8 @@ class BooksModel(QAbstractTableModel): # {{{
|
|||||||
disp['composite_template'] = tmpl
|
disp['composite_template'] = tmpl
|
||||||
self.db.set_custom_column_metadata(cc['colnum'], display=disp,
|
self.db.set_custom_column_metadata(cc['colnum'], display=disp,
|
||||||
update_last_modified=True)
|
update_last_modified=True)
|
||||||
self.refresh(reset=True)
|
self.refresh(reset=False)
|
||||||
|
self.research(reset=True)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
id = self.db.id(row)
|
id = self.db.id(row)
|
||||||
|
@ -877,7 +877,7 @@ class TagsView(QTreeView): # {{{
|
|||||||
search_submenu.addAction(self.search_copy_icon,
|
search_submenu.addAction(self.search_copy_icon,
|
||||||
_('The saved search expression'),
|
_('The saved search expression'),
|
||||||
partial(self.context_menu_handler, action='raw_search',
|
partial(self.context_menu_handler, action='raw_search',
|
||||||
key=tag.name))
|
key=tag.original_name))
|
||||||
self.context_menu.addSeparator()
|
self.context_menu.addSeparator()
|
||||||
elif key.startswith('@') and not item.is_gst:
|
elif key.startswith('@') and not item.is_gst:
|
||||||
if item.can_be_edited:
|
if item.can_be_edited:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user