summaryrefslogtreecommitdiff
path: root/sw/uiconfig/sglobal
AgeCommit message (Collapse)AuthorFilesLines
2017-02-05.uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky1-1/+1
... so it won't show as an empty submenu in the customization dialog, and allow accidentally overwriting it. Change-Id: I9431e5240485a58f63a2333850a9052e475db63e
2017-01-31tdf#105571 Drop toolbar:helpid attribute from toolbar definitionsGabor Kelemen14-178/+178
These are no longer useful. Made with: git grep toolbar:helpid | cut -d : -f1 | sort -u | xargs sed -i -r -e 's/ toolbar:helpid="[0-9]*"//' git grep toolbar:helpid | cut -d : -f1 | sort -u | xargs sed -i -r -e 's/ toolbar:helpid=""//'1 Change-Id: If1bf04265f4e03b44b6a92529f6133aff1589526 Reviewed-on: https://gerrit.libreoffice.org/33642 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-12-23tdf#87700 command to rotate 180 degreesgiacco3-0/+3
added command to rotate an image 180 degrees in Writer Change-Id: I4a1e40f4c3475aceb24edd44691a74372f61b49a Reviewed-on: https://gerrit.libreoffice.org/30074 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
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-06-15tdf#61396 Possibility to edit a template not in Template RepositoryAkshay Deep1-0/+2
Menu Sequence: Open Template... Save as Template... ---------------------- Manage Templates Change-Id: I0d0c8ca15d8dc38662e7f84a4f598933c13dd512 Reviewed-on: https://gerrit.libreoffice.org/26179 Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com> Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley1-1/+0
This functionality seems to only have been used with NPAPI plugins. They've been previously removed. Per the help text, if it is still used by anything, you can use the context menu instead. MN_READONLY_PLUGINOFF also appeared to be unused, so removed. More code might be removable, but would affect activate on click/visible. Change-Id: I12d5bf54edd3a2f716912179b87e798b47b3cc3d Reviewed-on: https://gerrit.libreoffice.org/24500 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-03-08Move anchor submenu to separate popupmenu fileMaxim Monastirsky12-67/+27
Objectives: - Reduce copy-paste, by defining the list of commands only once, and reusing everywhere (menubar, context menu, toolbar button). - Kill SwTbxAnchor. Once we have separate popupmenu, we can just load it with the generic controller. Change-Id: I5a8b47892471e293ee2331915361f8ce256dc76c
2016-02-21tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xmlMaxim Monastirsky1-0/+46
Change-Id: Ic37bfb9e25eba9b03b2c896c904823aec478355e
2016-02-21Convert RID_INSERT_FIELD_CTRL to xmlMaxim Monastirsky2-13/+21
Change-Id: I1bc72c3dfdb20fd538e297a70f5ccbd355d1dbcd
2016-01-20tdf#93837 sw: Convert comment context menu to xmlMaxim Monastirsky1-0/+23
Change-Id: If449bff057a78802ed0b74d75a3c1a8a23def31a
2016-01-19Wrong copy-pasteMaxim Monastirsky1-1/+1
Change-Id: If7f606973eeae92994fa06efee2266ff5dffe384
2016-01-19tdf#93837 Convert Writer context menus to xmlMaxim Monastirsky9-0/+502
Change-Id: I9bc4d5dbef899a31f485123ec841f8d6585a4529
2015-12-30Kill remaining plugin bitsMaxim Monastirsky3-3/+0
Change-Id: Icd99757b48626ef43313e8de42c4e5462f85a958 Reviewed-on: https://gerrit.libreoffice.org/21008 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-12-23New saving behaviorMaxim Monastirsky1-1/+1
Changes in this commit: - AlwaysAllowSave config is gone. Saving is always permitted, unless in a read only document. Also changed the behavior in dbaccess to match sfx2. - The toolbar save button is always enabled, to always give access to the dropdown. That's the case even in a read only document, except that it changes to DROPDOWNONLY, and the save as command icon+tooltip. In table/query designers we still disable the button in read only state. - When the document is modified, the toolbar button gets a special icon to indicate that. TODO: - Icons for the document modified state are still missing. I added some fake links to Tango's links.txt in order to test the new behavior. These links shouldn't stay as-is in a production version! Change-Id: I56c169bf48b78faaf53c2989ce8624f8297ffb6e Reviewed-on: https://gerrit.libreoffice.org/20839 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-12-14tdf#93837 Convert MN_PPREVIEW_POPUPMENU to xmlMaxim Monastirsky1-0/+18
Change-Id: If490e8523dbedabdf4124b1bd1a5ba08678dc06e
2015-12-13sw: table context menu improvementsMaxim Monastirsky1-30/+2
Taking into consideration the changes from https://gerrit.libreoffice.org/20446 Change-Id: If2419574611b890170e9d5eb69703e5c8c21c3c2
2015-12-13tdf#93837 Convert MN_TAB_POPUPMENU to xmlMaxim Monastirsky1-0/+109
Change-Id: I8bf4557094bc32ad58760e822689c3f1d5f33c8f
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt7-16/+16
Change-Id: I42fa834464fd4cd7f0c1f11e310c1145fb1f071b
2015-11-20Remove redundant toolbar:style="radio" propertySamuel Mehrbrodt6-35/+35
Change-Id: I56969839a93af975466ab6c28f2f87557e4d7f1b Reviewed-on: https://gerrit.libreoffice.org/20074 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-20Remove redundant toolbar:style definitionsSamuel Mehrbrodt6-33/+33
Change-Id: If255e6bebe501f1b0959613ce091b322af064628
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt4-7/+7
These have been defined in the widgets Change-Id: If46a6862872286a454804846128bd8658f60af9b
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt1-18/+18
Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870
2015-08-10tdf#93065 Swap next and previous buttons in find toolbarYousuf Philips1-1/+1
Change-Id: Ie07364696175038130cb5b94fbad39b88e646921 Reviewed-on: https://gerrit.libreoffice.org/17473 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-06-02tdf#91783 - Reverse the toggle behaviour of .uno:Graphic ChangePhilippe Jung1-1/+1
Rename: - .uno:Graphic to .uno:ShowGraphics - View->Hide Images to View->Images and Charts and invert toggle state Change-Id: Ife4954e17f7e169b234f477d01409cae52c32efe Reviewed-on: https://gerrit.libreoffice.org/16010 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-05tdf#34555 add crop features to swPhilippe Jung2-0/+13
Adds Crop (by handles) to writer. Proposal of new Format menu and image context menu organisation. This is part of a serie of 4 patches that adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) in all products (scalc, sdraw, simpress, swriter). Main menus, toolbars and contextual menus are updated accordingly. Change-Id: I6fe8907e08519326c78f0bc71f27032b5716bb8e Reviewed-on: https://gerrit.libreoffice.org/15590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-01-14Use the same advanced Ellipse and Rectangle shapes in writer as drawCaolán McNamara1-3/+3
i.e. reconcile writer with draw/impress wrt. commit 0e9faf7a0f8c76b50d9a9354d5fab5d1ad4af821 Author: Petr Mladek <pmladek@suse.cz> Date: Fri Apr 22 16:51:58 2011 +0200 sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapes they allow to wrap text according to the shape which is a very nice feature (bnc#171052) Change-Id: I0bddfe65030f3515bcb5a30f2886d3ad17a72b0d
2015-01-12radio check top/center/bottom alignment for table cellsCaolán McNamara1-3/+3
Change-Id: I30b51510ac5fbfb3c1dd09e0f86a246a8b516f1e
2014-11-29fdo#86035 removed uno:InsertDraw and added shapes submenu to writerYousuf Philips1-1/+0
Change-Id: I66a762ac267f48b9866d6ccb0fec9542eec52aaa Reviewed-on: https://gerrit.libreoffice.org/13188 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-11-27sw: Swap Zoom In and Zoom out in the preview toolbars.Jan Holesovsky1-4/+2
Zoom Out is expected to be on the left, as in the status bar. Change-Id: Ie2a678af407ead0ae40ab7d89f435c8bfb7d8b8e
2014-11-25fdo#84848 enable 'save as' button in toolbarYousuf Philips1-1/+1
Change-Id: Ie84ad526f6756e996e1955610d0a9c627d1e0c8c Reviewed-on: https://gerrit.libreoffice.org/13060 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-13fdo#86252: Menu 'Merge Documents' is at wrong positionCor Nouws1-1/+2
Fixing a small mistake that slipped through with the many great improvements Change-Id: I252f2f05e6d624094507cc1f825faab5912e006e Reviewed-on: https://gerrit.libreoffice.org/12407 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-11fdo#86035 added menu items for shapes and text box and did small rearrangementYousuf Philips1-2/+4
Change-Id: If37446116dc4022d88e46af1af610bc70ce7db78 Reviewed-on: https://gerrit.libreoffice.org/12327 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-08fdo#86018 Distribute space in statusbar better on small screensSamuel Mehrbrodt1-1/+1
Change-Id: If07037e8d313c966c2db572716bf958c89c2fd79 Reviewed-on: https://gerrit.libreoffice.org/12313 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-05fdo#85809 - MENU: Rearranging the Insert > Media submenuYousuf Philips1-2/+2
Change-Id: I34f753904a232a7b338736eee60f9bc225cd8f7f Reviewed-on: https://gerrit.libreoffice.org/12226 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-03fdo#85620 - Changing the label 'Gallery' and having it in the insert menuYousuf Philips1-2/+2
Change-Id: I4deaef9a942b82566bc7dcdc65f2a84441045f91 Reviewed-on: https://gerrit.libreoffice.org/12167 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-28fdo#85046 - MENU: Edit > Changes should be renamed for better clarityYousuf Philips1-2/+1
Change-Id: I8bb6582cc0e5bac390c18308fea8e647d5a0526d Reviewed-on: https://gerrit.libreoffice.org/12098 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Matthew Francis <mjay.francis@gmail.com> Tested-by: Matthew Francis <mjay.francis@gmail.com>
2014-10-21fdo#83579 - 'Extrusion On/Off' should be added to Fontwork toolbarYousuf Philips2-3/+5
Also hid 'Extrusion On/Off' button in the extrusion toolbar Change-Id: I768ba62878039a18cad8294046b3ae84d762d91b Reviewed-on: https://gerrit.libreoffice.org/12046 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-16fdo#85050 - MENU: change related menu items shouldnt be separated find itemsYousuf Philips1-3/+4
Change-Id: I5921cbeadbfb6fdfd6e4a89e39a616d25954bc51 Reviewed-on: https://gerrit.libreoffice.org/11984 Reviewed-by: Cor Nouws <oolst@nouenoff.nl> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-01fdo#84550 Reflect new field order also in MenuSamuel Mehrbrodt1-3/+3
And remove page number fields from HTML documents - there are no pages in HTML. Change-Id: I48a157ba6cb283185d0b58e2fa48227d154def98
2014-09-27fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt1-1/+1
Change-Id: I4ddbd134ba15a48c0c529a11bcb1cd1f71f3a51a
2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips1-0/+1
Change-Id: I29c2171495c0419fa5b6a7b99725d6098331afd0 Reviewed-on: https://gerrit.libreoffice.org/11523 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-05Related: fdo#73151 bring DesignerDialog separator back tooThomas Arnhold1-0/+1
Change-Id: I79c602221769be56f2be1ca83e14f21782e44b38
2014-09-03Related: fdo#73151 bring DesignerDialog back as invisible buttonThomas Arnhold1-0/+1
Let the user decide if he wants to have this button and/or use the sidebar. Partial revert of b4558b508141af16d335f45a0f12bdd34521e944 Maybe we should do the same for the Navigator button. Change-Id: I05ba37e7fa18b4d0a74ae90db05f8e5c63cf449c
2014-09-03fdo#82969 Add AutoSpellcheck to tools menuSamuel Mehrbrodt1-0/+1
Change-Id: Ie5126f382dd78a50ffa50e77763521753942f202 Reviewed-on: https://gerrit.libreoffice.org/11201 Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-03Hide some toolbar buttons in Writer by defaultSamuel Mehrbrodt1-5/+3
https://redmine.documentfoundation.org/issues/638 Change-Id: Ib46aca7eecc8552660cb6cff565e8677c443a8d5 Reviewed-on: https://gerrit.libreoffice.org/11261 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-31fdo#80538 Add (hidden) edit icons to the toolbar againSamuel Mehrbrodt2-0/+3
per https://bugs.freedesktop.org/show_bug.cgi?id=80538#c23 Change-Id: I1e9b06bd84ddbfbf70b4de904679bb99c2b72da0 Reviewed-on: https://gerrit.libreoffice.org/11203 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-29fdo#80538 Show an infobar when document is in read-only modeSamuel Mehrbrodt2-3/+0
and remove the Edit icon from the toolbar Change-Id: I27d9506bd0fb76b3f1ad056a9866f7744674a3e2 Reviewed-on: https://gerrit.libreoffice.org/11182 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt3-6/+1
The general idea is to encourage use of the sidebar instead of floating windows (for Navigator, Styles&Formatting and Gallery) Changes: * Show the sidebar by default in Writer & Impress * Remove the Gallery floating window (Gallery now always opens in the sidebar) * Remove all Gallery, Navigator and Styles&Formatting links from the default toolbar in Writer (since they have an icon in the sidebar and the sidebar is shown by default now) * When selecting "More" from the Styles dropdown, the Stylelist opens in the sidebar instead of the floating window This has all been discussed extensively here: https://bugs.freedesktop.org/show_bug.cgi?id=73151 Change-Id: I3a0461d1472711da7121801000af294b432fccb1 Reviewed-on: https://gerrit.libreoffice.org/11077 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>