summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27tdf#87914 sw: add an initial .uno:SmallCaps commandMiklos Vajna1-0/+8
- handle it in SwTextShell (for normal Writer text) - simple icon in the galaxy theme (cherry picked from commit d378cd2f766eeb1fd1c98f62c9ae6b5b59fd00f1) Change-Id: Ib8f11dbca28b19a2fc0411c92d9f0b4b052277bb
2016-08-09tdf#101154 Classification -> TSCP Classification for the toolbar nameMiklos Vajna3-3/+3
Change-Id: Iebca1cfcecb1c498c195be919ed9f50e7eb40400 Reviewed-on: https://gerrit.libreoffice.org/27892 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit adbaad53624bd88c58cd1ee2ecfb7207c9ab59ee)
2016-07-20Fix typosAndrea Gelmini1-4/+4
Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit fc2590cfa112222500a6c847917d7545f60024c6) Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
2016-07-20Fix typosAndrea Gelmini1-1/+1
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 534b2a4b58ba765dbc256d6297e33453524915e2)
2016-07-20Fix typosAndrea Gelmini3-3/+3
Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 64d624b65124ac02d8ee59b135593fd9d8eb9067) Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
2016-07-13opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl1-0/+6
Guard OpenCL calls with OpenCLZone, so if a OpenCL call crashes we detect this and disable OpenCL so next time the user doesn't encounter the crash at the same calculation because he has a broken OpenCL drivers. Similar has been implemented for OpenGL with good results. Additionaly we persistently remember a known good OpenCL device ID and driver version so we can match this and perform calculation tests when they change. This is to ensure that the selected OpenCL device performs as we expect. In this commit the calculation tests aren't included yet. Remove complex static initializer in opencl wrapper library. Reviewed-on: https://gerrit.libreoffice.org/27064 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit f41eb66302208f384a475fb20c98b6d1b0676cb6) Change-Id: I1a8b81ee31298731efcf63dc6a476955afc035e9 Reviewed-on: https://gerrit.libreoffice.org/27103 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit e1ef22371613f384cc2f6fc75d022cb01bf92af7)
2016-07-08Disable OpenGL by default on WindowsAndras Timar1-1/+1
Change-Id: Ib2cb9e26578ed0911f08965f9675580d45f85cee
2016-07-07sc: add classification toolbarMiklos Vajna1-0/+17
Again this is just UI to call into sfx2, where the functionality is shared with Writer and Impress. (cherry picked from commit e4fe540aa4f77a4d76e4c6042d5790211aebc450) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu Change-Id: I73ce6fb54d50c23df19ed2c610766b7c515e94d6
2016-07-07sd: add classification toolbarMiklos Vajna1-0/+17
This is really just a UI, all the functionality is already shared in sfx2 with Writer. Change-Id: Ide5697fe51d30f74490306a70164a3957a8a6429 (cherry picked from commit a56ba98ec5e287f872d957493f9e81ee27a24c00)
2016-07-07unotools: handle classification path in SvtDefaultOptionsMiklos Vajna1-0/+6
With this, it's possible to reset a custom classification path back to its default value. Change-Id: If0230fa6bb6ab014634dcdface8c470321163097 (cherry picked from commit 5582f0596876c82df343dd0e5d354cd4403e9594)
2016-07-07sfx2 classification: use SvtPathOptionsMiklos Vajna2-12/+10
In preparation to be able to edit the policy path from SvxPathTabPage. Change-Id: I7a8e03e9acf2e8096a5e00d1424c75fe31735c1d (cherry picked from commit bf1721917c3dd565c102fc14e977cfd3cab1fa0e)
2016-07-07sfx2 classification: don't hardcode the policy pathMiklos Vajna1-0/+12
This moves the path from code to configuration, UI is still missing to actually edit that configuration key though. Change-Id: Ie9e9fa986544c8df99203b7f50f19f886ad64009 Reviewed-on: https://gerrit.libreoffice.org/22817 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit 9bd334a475e24d8454ef51b4d9aa5bd7668ee58e)
2016-07-07officecfg: add .uno:ClassificationApply tooltipMiklos Vajna1-0/+5
Change-Id: I03d3cff3365e7ffb6a1218398cb0a6b3de1ce3be (cherry picked from commit 58a22dc030460e7164663ef84acd01f7a993af28)
2016-07-07officecfg: move classificationbar up, so dropdown has enough spaceMiklos Vajna1-2/+2
It used to display categories above the control, due to lack of space. Change-Id: I3d02e57ec55d1ec17d5f43f0cddc2c80cb9c9acb (cherry picked from commit 92978fc5a8eeb5b3de6167f9f7eb215970bb3e34)
2016-07-07sfx2 classification: add categories controller for the toolbarMiklos Vajna1-0/+11
Change-Id: Ib6a5c9577d442034d1114b84c1ad2c20372e3c7a (cherry picked from commit edc4634119485efd3af87a48a7b419716e1bd406)
2016-07-07sw: add initial classificationbarMiklos Vajna1-0/+17
It only contains a single unrelated listbox, though. (cherry picked from commit 0c4a0a53d9fb697a83c8292b2dd50ac25014fe9f) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu Change-Id: I6b91f907ec15b6da5d095b2dd2328c9d118ad606
2016-06-12tdf#94760 Better default values for graphics cacheAkshay Deep1-2/+2
Changed Total Graphic Cache Size to 64 Mb. Changed Object Cache Size to 12 Mb. Change-Id: I772b92f9412ccbf40c1df4e4182dcff6d634b7de Reviewed-on: https://gerrit.libreoffice.org/22967 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 75c272c146045235783e1dfe26a162a8f4dee493) (cherry picked from commit 8d0455e4bba7516550227326c32c46273ffa00da)
2016-06-11Ctrl+3 keyboard shortcut for Set Optimal Column Width in CalcAndras Timar1-0/+6
Change-Id: I1e218a429b509fda35accc832d01fc1f12e8dddd (cherry picked from commit fc53041c0387388f1275abf7beefea4d80d5ee3b)
2016-05-20 tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht1-0/+6
This patch introduces a setting 'Export placeholders' to File/Export as PDF. It works like the related printer setting. Change-Id: I3a11a4601b1244b57e55c9b73b58116d355e105c Reviewed-on: https://gerrit.libreoffice.org/24976 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de> Reviewed-on: https://gerrit.libreoffice.org/25053 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-05-19tdf#99850 Menu entry for Select Sheets...Olivier Hallot1-1/+1
(Signed off in l10n list) Change-Id: I045677d79894791b8add3b79eddac73e3a526d4e Reviewed-on: https://gerrit.libreoffice.org/25035 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 6e96587601e7f73869d09ac2e3296b606b290721) Reviewed-on: https://gerrit.libreoffice.org/25181 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-04-29Specify Alfresco 5 in the list, it also compatibleGuillaume Smaha1-1/+1
Change-Id: I29d32253259c296e2e5fedcff241573479b2d4a3 Reviewed-on: https://gerrit.libreoffice.org/24426 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit 2c47053e7edd062e6a7abd3ff889b756018ff7c3) Reviewed-on: https://gerrit.libreoffice.org/24462 Tested-by: Jenkins <ci@libreoffice.org>
2016-04-22tdf#97915: add Intel driver 3.0.1.10891 to blacklistTomaž Vajngerl1-1/+1
Change-Id: Ie28f48a3aeb5afe7480c42e9267756fc7f70c836 (cherry picked from commit cb5438a3d16634eb267584122169758ab2b76930) Reviewed-on: https://gerrit.libreoffice.org/24298 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-04-22tdf#97887: add Intel driver 5.2.0.10049 to blacklistTomaž Vajngerl1-1/+1
Change-Id: Ied93077ad22490ff02fe0f1e0e90ff01eb4c7b88 (cherry picked from commit 4dd94c6637c503b7cf6e551a8b658a688d6a79ca) Reviewed-on: https://gerrit.libreoffice.org/24297 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-04-05Disable gdrive/OneDrive/Alfresco cloud based on whether they are compiled in.Jan Holesovsky1-4/+4
Change-Id: I81bde1f85489ede4b8c826389146ad0990d6abb6 Reviewed-on: https://gerrit.libreoffice.org/23496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-03-09tdf#62437 Hide OneDrive and Alfresco Cloud until they are functionalYousuf Philips1-4/+4
Change-Id: I0a1426f81e5ece30c4ca416716b5ada2d53a0412 Reviewed-on: https://gerrit.libreoffice.org/22881 Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit a9b8fe5e967e9ec78c3c7793d8df60bfbf20d2b6) Reviewed-on: https://gerrit.libreoffice.org/23011 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-02Related: tdf#91909 home/end don't work in impress text boxes anymoreCaolán McNamara1-12/+0
partial revert of commit 9149dbf17329180e2c9e2fb39243c65acc07a182 Author: Yousuf Philips <philipz85@hotmail.com> Date: Fri Nov 20 09:40:59 2015 +0400 tdf#91909 Add shortcuts to slide navigation to get home/end working in text boxes again Change-Id: I9960b94077c4c00d63483d3105d73f418cbcef0e (cherry picked from commit 758a50110aae8c0b339e3230b39f8d8343ce6bbc) Reviewed-on: https://gerrit.libreoffice.org/22030 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-02Make Position and Size sidebar tab visible when a line is selectedRishabh1-1/+2
Regression bug introduced by - https://gerrit.libreoffice.org/#/c/16165/ and removal of obsolete writer code. Change-Id: I8ab2e0c04b5c90fafdb43f34899053df7bd7fb4e Reviewed-on: https://gerrit.libreoffice.org/21739 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 8fb5502b25f0ca0e97e3eb07b68d89d21ee3d0ec) Reviewed-on: https://gerrit.libreoffice.org/21851 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-01-18tdf#97119 Make TabBarVisible configuration persistantPhilippe Jung1-0/+10
Now the TabBarVisible status persist between LO quit/relaunch. It is also taking into accoutn when opening a (existing/new) presentation. Fixes the incorrect toolbar button status Moves the two buttons on Standard bar, in the PageSetup/SlideMasterPage group. ShowTabBar button is also enabled but not selected by default. Change-Id: Idd9ab15efebc2bf43bc827afaa1eb1457b39deec Reviewed-on: https://gerrit.libreoffice.org/21541 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 87084436d39662636e92dd03a5161293efb80948) Reviewed-on: https://gerrit.libreoffice.org/21582 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-01-18tdf#97196: Slide transition, fix some variant namesJulien Nabet1-5/+5
For Cover, Uncover and Diagonal Change-Id: If382287429c178b96d5a2f33d1224807f7382a05 Reviewed-on: https://gerrit.libreoffice.org/21527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit ecef63a9a020d7996f1c65016e5691dee8b34132) Reviewed-on: https://gerrit.libreoffice.org/21532 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-01-12New saving behaviorMaxim Monastirsky2-8/+0
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. Reviewed-on: https://gerrit.libreoffice.org/20839 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com> (cherry picked from commit 22328a224df4619218b88205838307f70612207e) loplugin:unreffun (cherry picked from commit ea708936c4684668f9aefc3ce9ec2001dbd4bdf2) Change-Id: I56c169bf48b78faaf53c2989ce8624f8297ffb6e Tango: Update Save icons and support “savemodified” status Change-Id: I03589895437907b9048542f07128801577fe62dc (cherry picked from commit a7198d38f0294ab5db04a7f4457565ea8b2c32f1) Reviewed-on: https://gerrit.libreoffice.org/21260 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-12-21Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno1-0/+12
Currently the connection timeout is governed by operating system default. LO timeouts will be used in place of the TCP socket operating system ones, only in operating system where this is currently possible. The timeouts to use can be changed in LO configuration: 'Tools > Options > Advanced > Expert Configuration'. Propriety names are ConnectTimeout and ReadTimeout. ConnectTimeout contains the timeout (in seconds) used when making a connection (max 180 s, min 2 s, default 20 s). ReadTimeout contains the timeout (in seconds) used when reading from a socket (max 180 s, min 20 s, default 60 s). Change-Id: Ide69ab137274c3bf71332b6e76666151ecac1f1e Reviewed-on: https://gerrit.libreoffice.org/20195 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 14220052ef2b8675ee12aad63b0402f023d9760a) Reviewed-on: https://gerrit.libreoffice.org/20742 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-12-15tdf#91909 Add shortcuts to slide navigationYousuf Philips1-0/+24
Change-Id: If9819ec8065d0bdce9604ed74b7b0571b24580b0 Reviewed-on: https://gerrit.libreoffice.org/20070 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 9149dbf17329180e2c9e2fb39243c65acc07a182) Reviewed-on: https://gerrit.libreoffice.org/20444 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-12-13Move .uno:InsertFormMenu to GenericCommandsMaxim Monastirsky2-5/+5
Change-Id: I9af0b49c95dd55ccde463b6f0567c9160d180670 (cherry picked from commit fd5708bfe8b034a825c0643ea9af73b2f976cd40)
2015-12-13tdf#91857 Additional improvements to Impress' menu barYousuf Philips2-27/+45
Change-Id: Ibad6e02b4198219ae32f61af20abd312a99811e8 (cherry picked from commit d1461011d3fb5df172e4e07cb549c4cac4f37b67)
2015-12-08tdf#81475 Improvements to writer's toolbarsYousuf Philips3-7/+10
Hide entries in the standard and table toolbars and add useful entries into the formatting, object, and bullets toolbars. Also make bullets and table toolbars appear on a different line than the drawing toolbar. Change-Id: I307e8f289fc5b1d8c7dd074989ffc0500697073f Reviewed-on: https://gerrit.libreoffice.org/20279 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit bd7f0b0ba3391f3049cb3f2d7b70493a05362316) Reviewed-on: https://gerrit.libreoffice.org/20443 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-12-08tdf#84909 Improvements to impress and draw toolbarsYousuf Philips1-1/+1
Change-Id: I50f1ee5fc0ff9a53532954dfc4939a7d5f18f575 Reviewed-on: https://gerrit.libreoffice.org/20280 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 19c7af844f12436a48be2ef263ede8f0f27d257d) Reviewed-on: https://gerrit.libreoffice.org/20445 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-12-07tdf#91781 Add more shapes to the menu and additional tweaksYousuf Philips2-5/+35
Special version for 5.1, not using ToolbarAsMenuController. It's patch set 2 of https://gerrit.libreoffice.org/20167/ Change-Id: I0f6bc69afce27d5e4dd7fab3c8e8b87e292d6217
2015-12-04related to tdf#73691 - AltX: use alt-c for eu, gl, nl, pt-BRJustin Luth1-0/+8
Unicode Notation toggle's alt-X conflicts with the main menu for Basque, Galician, Dutch, and Brazilian Portugese. Replaced with Alt-C which matches the alternate combination already assigned for German. If MSWord uses a different combination for these languages, someone can request a matching change. Dutch is confirmed as using the conflicting Alt-X, but the other languages are unknown status in MSWord. Change-Id: Id07fc825aa7df427b4e7d1db9026dc1665a14a0d Reviewed-on: https://gerrit.libreoffice.org/20370 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit 2ffe2b0c746a64467b4115523f91ce391ab9b229) Reviewed-on: https://gerrit.libreoffice.org/20390
2015-12-04related to tdf#73691 - don't conflict with menu hotkeysJustin Luth1-0/+6
Although German (de) was remapped to use Alt-C instead, it still assigned the en-US alt-X assignment as well, and accelerators take precedence over menu ~ indicated keys. So a blank assignment needs to be made in the alt-X accelerator for any language that conflicts. Added vietnamese as well - it conflicts with both alt-x and alt-c, so not assigning any accelerator to it for now. A vietnamese can request and suggest an appropriate accelerator combination. Change-Id: Id972f5125ccab5eaca72b6a114099a5b441b055d Reviewed-on: https://gerrit.libreoffice.org/20365 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit f0282aeddc4df555a273c20e8480cef586960ac8) Reviewed-on: https://gerrit.libreoffice.org/20389
2015-12-03sc interperter: Turn it on for a subset of operations by default.Jan Holesovsky1-1/+1
Change-Id: I6715b620adaa6f2b461cb900abb996b62d955ae5 Reviewed-on: https://gerrit.libreoffice.org/20376 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky1-0/+7
Instead provide a user setting that can be enabled so that the S/W Interpreter is used on a subset of the operations. The operations for which it is used are controlled by a whitelist in ScCalcConfig::setOpenCLConfigToDefault(). Change-Id: I7d3f3a864fcb1231e5484ec23961f14fca1466c5
2015-11-30Add 'Edit Points' toolbar to View > Toolbar menu in writerYousuf Philips1-1/+1
Change-Id: Ia38f80f1e1cfda64aa4219346949135c6904ee77 Reviewed-on: https://gerrit.libreoffice.org/19930 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com> (cherry picked from commit a4c8322d2cdd752d299aaeb8a9e9d8d7d665572c) Reviewed-on: https://gerrit.libreoffice.org/20277
2015-11-20enable opengl by default for WindowsTomaž Vajngerl1-0/+7
Change-Id: I8683db0b038e89c1c9b4b723f31a205e80d9be6a
2015-11-20Change the bits of the save button dynamicallyMaxim Monastirsky1-4/+1
When the save slot is disabled, we want it to become a dropdown only instead of disabling it. Change-Id: I22fb04c8a0c9afc0a1af8f031a584cdaa99484f9 Reviewed-on: https://gerrit.libreoffice.org/20079 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-19Toolbar: Add 'Save As' to 'Save' dropdownSamuel Mehrbrodt1-0/+3
Change-Id: I6597ae5569b29d09a8c44fc9a55b71166aa37b05
2015-11-19tdf#91909 Add shortcuts for MovePage actionsPhilippe Jung1-0/+24
Ctrl+Shift+Home: Move page first Ctrl+Shift+Up: Move page up Ctrl+Shift+Down: move page down Ctrl+Shift+End: mov page last Change-Id: I779c000719bf05885b5be65c1111ca0d1e338902 Reviewed-on: https://gerrit.libreoffice.org/20048 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky1-4/+49
The new GenericPopupToolbarController takes by default the popup menu controller that registered for the same .uno:Something command, and sets ToolBoxItemBits to ToolBoxItemBits::DROPDOWNONLY. If a different command specified using the "Value" property - takes the popup menu controller that registered for this command, and sets bits to ToolBoxItemBits::DROPDOWN. Change-Id: I75c5300bd27fcc9f618f2ee0df2aa6aefd088239 Reviewed-on: https://gerrit.libreoffice.org/20040 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-11-18Impress: Rework the way the display modes are presented.Philippe Jung2-0/+27
TODO: take into account remarks from Gerrit New combo to select display mode among: - Slide edition (Normal) - Outline - Notes - Slide sorter - Slide master - Notes master - Handout (master, as we are designing the template used to generate the handout) The combo is based on uno command .uno:DisplayMode Center pane tabs are hidden by default. A new uno dispatch command (.uno:ToggleTabBarVisibility) is available to show/hide this tab bar. Modified uno dispatch commands: No uno name has been modified. .uno:DiaMode : SID_DIAMODE renamed SID_SLIDER_SORTER_MODE .uno:OutlineMode SID_OUTLINEMODE renamed SID_OUTLINE_MODE .uno:NotesMode No change .uno:HandoutMode SID_HANDOUT_MODE renamed SID_HANDOUT_MASTER_MODE All internal code also considers the edit mode as master .uno:SlideMasterPage SID_SLIDE_MASTERPAGE renamed SID_SLIDE_MASTER_MODE If the input parameter SfxBoolItem Isactive is true or not provided, activates Slide Master mode. If parameter is false, activates the "Normal" (slide editing) mode. .uno:NotesMasterPage SID_NOTES_MASTERPAGE renamed SID_NOTES_MASTER_MODE If the input parameter SfxBoolItem Isactive is true or not provided, activates Notes Master mode. If parameter is false, activates the "Notes" mode. Modified behaviours: Now only one mode can be chosen. It is possible to navigate from a mode to any other mode. Previous behaviour: the following navigation Normal -> Slide Master -> Notes -> Normal was displaying slide master. It was required to activate Normal once more to get back to normal. Now the same commands will display the requested mode. Still to come (at least): - Fix reopen the last display mode. - Center pane tabs are now presenting all buttons for all modes (TODO). Change-Id: I11ab59d2f3caa9149260c5e55d44d598d0ce3390 Reviewed-on: https://gerrit.libreoffice.org/16723 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-11-18Revert "Flip buttons: Make the tooltip an uno command property"Samuel Mehrbrodt1-6/+0
The text should be in the extended tooltips, not in the default ones. This reverts commit 0e41564b2fa5192ef1e8ec5e51ad3c04dfa52afd.
2015-11-18Removal of SID_TITLE_MASTER related codePhilippe Jung1-5/+0
i35731 fixed a bug by deprecating SID_TITLE_MASTER dispatch command in 2004. So the feature can not be called anymore since 2004. Ten years after, this changeset removes the code that could be considered as dead code. Change-Id: Ie212baf7ece2897578d2494030d790bcadd16f5f Reviewed-on: https://gerrit.libreoffice.org/16933 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>