summaryrefslogtreecommitdiff
path: root/starmath/uiconfig
AgeCommit message (Collapse)AuthorFilesLines
2017-05-07Collabora Office: remove Safe Mode from menus and Windows start menuAndras Timar1-2/+0
Change-Id: I9eaf6ef76597be6bc35462308f1cee61cb9bae5a
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot1-0/+1
Add the entry "Documentation" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/documentation/?&LOlang=<locale> <locale> is obtained from .getLocale() Patch2: create a member with try/catch for external URLs Patch3 Use sfx2::openUriExternally Revert to User Guides.. in UI. Change-Id: I8332253c31bd3be330cdd794f9e056b632b38037 Patch4: remove 1st '&' in URLs Reviewed-on: https://gerrit.libreoffice.org/28817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt1-0/+2
Change-Id: I1843767160b79041c42e506eff0cf39399c74f26 Reviewed-on: https://gerrit.libreoffice.org/29668 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-08-11tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot1-0/+1
Add the entry "~Get help online" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/forum/?&LOlang=<lang> <lang> is obtained from .getLocale() That in turn will redirect to e.g. askbot (but only few languages are using it at the moment) or other nl-specific resources. (nl-projects can request corresponding targets from infa, without the need to change the code – cf rdm#1983) The link can/should be extended to also include the version of LO and the currently used module to allow finer grained redirects. Change-Id: I56108dba4dd2684405623c4586103fc8ff9bea56 Reviewed-on: https://gerrit.libreoffice.org/27028 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2016-01-28tdf#93837 starmath: Convert RID_VIEWMENU to xmlMaxim Monastirsky2-1/+20
Also fixes .uno:Adjust->.uno:ZoomOptimal forgotten by ffc2e5be1f712b09710e2096ad2f7eb81b80118d Change-Id: Ifa3d1144b2d85290d7d27de50f5ad430ae0cfc8d
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-2/+0
Superseded by the Sidebar Change-Id: I54970d71cd9d42de4f47b223e50dd9474b40632a Reviewed-on: https://gerrit.libreoffice.org/20724 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt1-1/+1
Change-Id: I42fa834464fd4cd7f0c1f11e310c1145fb1f071b
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt1-1/+1
These have been defined in the widgets Change-Id: If46a6862872286a454804846128bd8658f60af9b
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt3-24/+24
Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza1-0/+16
As many users asked, now there is a checkbox inside Tools->Math called "Auto close brackets, parentheses and braces". This option is enabled by default, but can be turned off now. Change-Id: I6f96201c0720fb62fc2dce99222f97194e930fbe Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/19750 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel1-0/+1
The patch introduces a new command .uno:ImportMathClipboard to module Math. It imports MathML content from clipboard and transforms it to Starmath It handles clipboard MIME type 'application/mathml+xml' and plain text, which can be interpreted as MathML segment. It partly solves issues #i14252, #i34781, and #i53509 too. Review by: Hanya <hanya.runo@gmail.com> (cherry picked from commit 9ec2148653436be8612273439180749e71e2ce58) Conflicts: dtrans/source/win32/ftransl/ftransl.cxx officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu sot/inc/sot/formats.hxx sot/source/base/exchange.cxx starmath/sdi/smath.sdi starmath/source/view.cxx Change-Id: I6cb5e8f737ee2e39f9ce96aba841db347a8806e4
2015-05-13tdf#68871 Nuke old Elements box from menu, rename new paneAdolfo Jayme Barrientos2-2/+1
Change-Id: I22301e72a8cb8d11ad35ea63e6361b56e7c7e867
2015-05-12tdf#68871: Remove the old Elements panel from MathJulien Nabet1-195/+0
Conflicts: starmath/inc/toolbox.hxx starmath/source/toolbox.cxx Change-Id: Ie148d57dc14ed3f38566c24ee027f23e25987810 Reviewed-on: https://gerrit.libreoffice.org/15599 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-0/+53
Change-Id: I90375232aefbe40412614ca0f30ba467cf393f2e
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2-2/+0
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-10-30HIG fixes for smath dialogsAdolfo Jayme Barrientos10-427/+217
Disabling manual resizing, setting modal flags, fixing spacing and adding missing colons to labels that precede controls. Change-Id: Id0f180355d302206a632af97dafb6a391c8b4472 Reviewed-on: https://gerrit.libreoffice.org/12105 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-27border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos1-2/+3
I know the old GNOME HIG mentions extra spacing for queries, but I’ve never understood why -- not even GNOME itself respects that rule. It just looks inconsistent and wastes space. Change-Id: I181f800957f69b0943369791e460c7273b6b08f6 Reviewed-on: https://gerrit.libreoffice.org/11658 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-06convert floating RID_TOOLBOXWINDOW to .uiCaolán McNamara1-0/+195
well the dialog itself and the top toolbar, the other toolbars remain as resources as now Change-Id: If2bc5b2c108af0efb88fb018896806531cdafe60
2014-07-08fdo#81036 escape ~ in .ui and fix a typo (straight apostrophe)Andras Timar1-1/+1
Change-Id: I652dc63cc0e8fb04d7c3115d66d60dabda60f0f4
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper4-7/+7
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-19Resolves: fdo#78829 align to top instead of centerCaolán McNamara1-47/+47
Change-Id: Iff4125e108df535d90afd940a9787eb8e011c9bd
2014-04-16spacing->borders spinbuttons end up a little narrowCaolán McNamara1-4/+0
Change-Id: I206db0f4bb55d43ef244e8af850947dbb1fdeb02
2014-04-06fdo#72276 introduce .uno:ZoomMenu so we can split the menu entries/labelsJoren De Cuyper1-1/+1
Currently .uno:zoom is used for the topmenu and submenu. Deleting the '...' behind the text will delete it for both, which is not correct. Therefore I introduce .uno:ZoomMenu for the topmenu. Change-Id: I75bcae572be0cca7216c34d81e0b99f4c59c0aab Reviewed-on: https://gerrit.libreoffice.org/8503 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2014-04-01teach SmShowChar how to resizeCaolán McNamara1-65/+103
and other cleanups Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
2014-04-01Convert RID_SYMDEFINEDIALOG to .uiPalenik Mihály1-0/+539
Change-Id: I03e2518c66fef4e40f95a9b68d68f9bb19a947b1 Reviewed-on: https://gerrit.libreoffice.org/8807 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks1-1/+2
Change-Id: I7ae80079f4bd5fed1234753b521a680498ec43e1
2013-11-30mark non-translatable .ui strings explicitely as suchAndras Timar1-4/+4
so bin/ui-translatable.sh will not find false positives Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15
2013-11-27no need to escape tilde in glade dialogsChristian Lohmaier1-1/+1
Change-Id: I7a7c059c7a6925204aeef19c3640d9ffbff4e6de
2013-11-01convert math font dialog to .uiCaolán McNamara1-0/+229
Change-Id: Ib7bf087664b6c8491872dfa37c750485fedabbe2
2013-07-25minor updatesCsikós Tamás1-1/+0
alignmentdialog.ui - The default button's text was aligned to the right mvtabdlg.cc - the warning text doesn't occupy the space, when there is no warning movecopysheet.ui - top alignment set to 6, radiobuttons aligned horizontally Change-Id: I5c3fbc512292917a2f4297e164fce73c56a124f3 Reviewed-on: https://gerrit.libreoffice.org/5110 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-12Resolves: fdo#66675 set alerts to non resizableCaolán McNamara1-0/+1
GNOME HIG states that "Alert windows are not resizable" so consistent with that. Change-Id: I44240f2202fafca2e6a0502e09f22683bbea4c50
2013-07-03don't need an explicit help handler, the default will be fineCaolán McNamara1-15/+12
Change-Id: I61643e507a68e66e1798c2d21a3f9372027fda1a
2013-07-03fonttypedialog.ui widgetManal Alhassoun1-0/+510
Change-Id: I4aac9046a004d84cd47d563aee8b7338e0d17896 Reviewed-on: https://gerrit.libreoffice.org/4697 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-30misc minor tweaks to messagedialogsCaolán McNamara1-1/+1
Change-Id: I0ec4a7257d352fac43aca57269ffaec96a706651
2013-06-19add a sizegroup and alignment to line up widgetsCaolán McNamara1-43/+53
Change-Id: I7db65ae46cd4fe5c36cdfda172adcb139b5ca4e0
2013-06-19fontsizedialog.ui widgetManal Alhassoun1-0/+364
Change-Id: I1c91b4c621c5a2da11cebdd8e58a5e5d0d86bf6c
2013-06-18even out the rowsCaolán McNamara1-0/+1
Change-Id: I37d2d5a1d174a951c45f7f51d909535dacc2b7d0
2013-06-18a few HIG tweaksCaolán McNamara1-1/+4
Change-Id: I063c5fac1727ea7ba2bf5c8054d425af4598395c
2013-06-18convert starmath settings option page to .ui formatFaisal M. Al-Otaibi1-0/+290
Change-Id: I908a29713ca1e01ec3e742193bd4b49e1fa97bc9
2013-05-30Clean zoom redundances in Math and fix fdo#55929Rodolfo Ribeiro Gomes1-3/+3
Zoom can be handled by sfx2 in many ways: - 50%, 75%, 100%, 150%, 200% - Optimal view (fit in window) - Entire page - Page width The math module was doing the first two by itself. Remove it. Strange enough, state methods for zoom interface definitions on sfx2's appslots.sdi were needed. I thought 'Container' property in sfx.sdi should do the job. It seems to do nothing, though. (The zoom should be disabled only if the object is an OLE/Container). The Help-Ids from pop-up menu in Math/Formula were kept, because they doesn't exist in sfx2. Change-Id: Ie1ae413780551b34aa36b338f9a9df79a198319c Reviewed-on: https://gerrit.libreoffice.org/4076 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-05-30fdo#63351 make use of ZoomSlider in StarMathThomas Arnhold1-2/+3
In collaboration with Marcos Souza <marcos.souza.org@gmail.com> :) Includes some reordering of the statusbar: Zoom and ZoomSlider right, left field with automatic size adjustment. Change-Id: Ibfb1eab1abef7b026eeb7fd7c0a778c433c9e208 Reviewed-on: https://gerrit.libreoffice.org/4053 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-05-29convert save defaults to .ui formatCaolán McNamara1-0/+34
Change-Id: I7843598761cf95b04d9c3741cd8b0612b9b059ce
2013-05-27Make .uno:Open a drop-down toolbar itemAriel Constenla-Haile1-1/+1
(cherry picked from commit b38a51d67373daf9a45a4701e7c760c7b3571a66) Conflicts: chart2/uiconfig/toolbar/standardbar.xml dbaccess/uiconfig/dbapp/toolbar/toolbar.xml sc/uiconfig/scalc/toolbar/standardbar.xml sd/uiconfig/sdraw/toolbar/standardbar.xml starmath/uiconfig/smath/toolbar/standardbar.xml sw/uiconfig/sglobal/toolbar/standardbar.xml sw/uiconfig/sweb/toolbar/standardbar.xml sw/uiconfig/swform/toolbar/standardbar.xml sw/uiconfig/swreport/toolbar/standardbar.xml sw/uiconfig/swriter/toolbar/standardbar.xml sw/uiconfig/swxform/toolbar/standardbar.xml Change-Id: Iac0c7e8e474e8d217ca4daf47232019c64ca888f
2013-05-25translatable="yes" for some elements in .ui filesAndras Timar2-2/+2
Change-Id: I915cd6e73f907850f17b102c7860a827b91eef37
2013-05-24adapt code to spacing dialog .ui conversionCaolán McNamara2-260/+2059
Change-Id: I4ec9444b3ad0d243fda0d93547f000cb7296c0bc
2013-05-23spacing.ui widgetAlia Almusaireae1-0/+260
Change-Id: Ia71b1fe2d75f0b53c091be5adcd975c8e64e3393 Reviewed-on: https://gerrit.libreoffice.org/3969 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-22adapt code to catalog .ui conversionCaolán McNamara1-78/+98
Change-Id: If34cef7eef5ab26f52420685f54a85fcff2a0c12
2013-05-22catalog.ui widgetAlia Almusaireae1-0/+187
Change-Id: I1a67c1c9b30b56d3c0739c2f77abfc24a941dad4
2013-05-22adapt code to alignment dialog .ui conversionCaolán McNamara1-14/+32
Change-Id: I8a64ddc076e177deaa61a450716d7d3dd8043303
2013-05-22alignment.ui widgetAlia Almusaireae1-0/+172
Change-Id: I45c7351e934ebd557af0ab07767ec0b61ce2299f Reviewed-on: https://gerrit.libreoffice.org/3970 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>