diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-22 13:41:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-30 14:32:12 +0200 |
commit | 374599f8c26713905a310673d2b429083321186a (patch) | |
tree | 2ee4be182670b2ca9396a5f42d4122bed806a3ba /extras | |
parent | 2d3a5e81e9730c1190f8592f85f5b99b6d4587ef (diff) |
weld SvxCharacterMap dialog
and SmSymDefineDialog
There's a whole bunch of interrelated stuff which needs to work at the same
time.
add menu support, keyboard support, better mouse support,
a gtk scrollable adaptor to support pseudo scrolling drawing bodge,
plugable uitest support for custom widgets, plugable a11y support
for custom widgets via the existing atk_object_wrapper_new wrapper
for XAccessible
In this specific case, change SvxCharacterMap from something that has an
internal scrollbar to a scrolledwindow where the scrollbar is external, which
drops the need for the a11y impl of SvxCharacterMap to emulate being a scrolled
window and internal table and just needs the table a11y impl
Change-Id: Ia2743d6958021c525a1900154dcbb69ae33fc400
Reviewed-on: https://gerrit.libreoffice.org/52084
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 71f2c260b26a..5770537a83ad 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -257,9 +257,6 @@ <glade-widget-class title="Show Math Symbol" name="smlo-SmShowSymbol" generic-name="Show Math Symbol" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> - <glade-widget-class title="Show Math Char" name="smlo-SmShowChar" - generic-name="Show Math Char" parent="GtkDrawingArea" - icon-name="widget-gtk-drawingarea"/> <glade-widget-class title="Gallery Preview" name="svxcorelo-GalleryPreview" generic-name="Gallery Preview" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> @@ -269,12 +266,6 @@ <glade-widget-class title="Math Symbol Selection" name="smlo-SmShowSymbolSet" generic-name="Math Symbol Selection" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> - <glade-widget-class title="Math Char Selection" name="svxlo-SvxShowCharSet" - generic-name="Math Char Selection" parent="GtkDrawingArea" - icon-name="widget-gtk-drawingarea"/> - <glade-widget-class title="Math Char Selection" name="svxlo-SvxSearchCharSet" - generic-name="Math Char Selection" parent="GtkDrawingArea" - icon-name="widget-gtk-drawingarea"/> <glade-widget-class title="Number Preview" name="cuilo-SvxNumberPreview" generic-name="Number Preview Window" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> @@ -811,10 +802,7 @@ <glade-widget-class title="Ruby RadioButton" name="cuilo-RubyRadioButton" generic-name="RubyRadioButton" parent="GtkRadioButton" icon-name="widget-gtk-radiobutton"/> - <glade-widget-class title="Show Text" name="cuilo-SvxShowText" - generic-name="ShowText" parent="GtkDrawingArea" - icon-name="widget-gtk-drawingarea"/> - <glade-widget-class title="Char Win" name="sfxlo-SvxCharView" + <glade-widget-class title="Char Win" name="sfxlo-SvxCharViewControl" generic-name="ShowText" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> <glade-widget-class title="Notebook switching tabs depending on context" name="sfxlo-NotebookbarTabControl" |