summaryrefslogtreecommitdiff
path: root/sd/uiconfig/simpress/toolbar/toolbar.xml
AgeCommit message (Collapse)Author
2024-09-25tdf#139619 Add Line Style to Impress standard toolbarKira Tubo
Change-Id: I00e07e80cf86bc60cb7323eedaf27931cfc71a1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173696 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2018-05-23toolbar:id is not valid attribute of toolbar:toolbarChristian Lohmaier
according to framework/dtd/toolbar.dtd – and having the same ID everywhere also is kinda pointless.. Change-Id: Ia7768be2f951886e39e24d78fc6d69b4f3c84235 Reviewed-on: https://gerrit.libreoffice.org/54665 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-01-31tdf#105571 Drop toolbar:helpid attribute from toolbar definitionsGabor Kelemen
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>
2015-12-07tdf#84909 Improvements to impress and draw toolbarsYousuf Philips
Change-Id: I50f1ee5fc0ff9a53532954dfc4939a7d5f18f575 Reviewed-on: https://gerrit.libreoffice.org/20280 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-11-20Remove redundant toolbar:style definitionsSamuel Mehrbrodt
Change-Id: If255e6bebe501f1b0959613ce091b322af064628
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt
These have been defined in the widgets Change-Id: If46a6862872286a454804846128bd8658f60af9b
2015-06-20tdf#84909 Additional tweaks to the standard, draw and text toolbarsYousuf Philips
Change-Id: I2a1a222855b3dfdc4147f14a559d13432745e456 Reviewed-on: https://gerrit.libreoffice.org/16388 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-02-23tdf#84909 rearrangement of Impress' drawing toolbarYousuf Philips
Change-Id: I6d83b3655536142e05e56929356f89a762fd9f96 Reviewed-on: https://gerrit.libreoffice.org/14576 Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2014-11-24fdo#84909 move zoom to object and added/hid/unhid some other buttonsYousuf Philips
Change-Id: I5235c790f7e9b755ef57a9e6643b049ea802ec30 Reviewed-on: https://gerrit.libreoffice.org/13063 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
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>
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
2012-10-17Impress, Draw toolbars: Move alignment etc. away from "Drawing".Jan Holesovsky
Based on discussions with Mirek M., thanks! :-) Change-Id: Ib295629cb5e35835e1087bf048947d9a3e3323f9
2011-04-22sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapesPetr Mladek
they allow to wrap text according to the shape which is a very nice feature (bnc#171052)
2005-03-21INTEGRATION: CWS fwkpostbeta1 (1.5.76); FILE MERGEDKurt Zenker
2005/03/03 11:35:07 jl 1.5.76.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/27 13:43:50 cd 1.5.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions
2005-03-08INTEGRATION: CWS iha07 (1.5.66); FILE MERGEDVladimir Glazounov
2005/03/01 16:32:43 iha 1.5.66.2: RESYNC: (1.5-1.6); FILE MERGED 2005/02/17 09:59:31 iha 1.5.66.1: #i42430# added arrows toolbar hidden and arrow
2005-02-17INTEGRATION: CWS impress31 (1.5.72); FILE MERGEDVladimir Glazounov
2005/01/24 15:46:11 af 1.5.72.1: #i41099# Button for starting presentation starts not visible.
2004-11-27INTEGRATION: CWS presentationengine01 (1.2.54); FILE MERGEDKurt Zenker
2004/11/17 19:45:23 thb 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/29 12:19:06 cl 1.2.54.1: fixed effect slot
2004-11-26INTEGRATION: CWS toolbars3 (1.2.130); FILE MERGEDJens-Heiner Rechtien
2004/11/05 10:16:47 cd 1.2.130.3: #i35062# New toolbars from CJ according to spec 2004/10/20 16:50:37 cd 1.2.130.2: RESYNC: (1.2-1.3); FILE MERGED 2004/10/12 10:16:08 cd 1.2.130.1: #i35062# New toolbar structure according to toolbar spec
2004-10-12INTEGRATION: CWS sj09 (1.2.6); FILE MERGEDJens-Heiner Rechtien
2004/08/25 12:15:26 sj 1.2.6.3: typo 2004/07/30 13:46:07 sj 1.2.6.2: removed arrows toolbar 2004/07/19 18:42:45 sj 1.2.6.1: added custom shape toolbars, removed some popups
2004-07-06INTEGRATION: CWS docking1 (1.1.2); FILE ADDEDOliver Bolte
2004/06/14 08:49:25 cd 1.1.2.1: #i25236# Transition from resource to XML files for toolbars