summaryrefslogtreecommitdiff
path: root/officecfg/registry
AgeCommit message (Collapse)Author
2015-07-16open remote button in sc toolbarSzymon Kłos
Change-Id: I3ad382e246cf16270bc78d57726107fe72b0fac3
2015-07-16open remote button in sw standard toolbarSzymon Kłos
Change-Id: I7e702da5d4ecc8c32d91e86bd209ec4b7d4f4431
2015-07-16services reordering, changed PlaceEditDialog UISzymon Kłos
Change-Id: I261986286f036816b9b6f05d521c560b0247791d
2015-07-15Convert filters button to the generic controllerMaxim Monastirsky
Change-Id: I6d3c76c0aafe0ad77b597a2cb8331e6f8219e2d2
2015-07-15Convert optimize table button to the generic controllerMaxim Monastirsky
Change-Id: I6b9089daaa2bb7d0dfc1072296fc51401e5fc88a
2015-07-15Convert insert buttons to the generic controllerMaxim Monastirsky
Change-Id: If7c6c1c5000893fca4205162526b4b4035637c11
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky
Currently many toolbar controllers are basically doing the same thing - show some docked toolbar. So the idea here is to have one generic controller that will handle all these cases in a unified way. It will get the name of the toolbar that it's supposed to show from the configuration, based on the command it was registered for. Right now it can handle both simple (i.e. with DROPDOWNONLY bits) and split (i.e. with DROPDOWN bits) scenarios, where for split kind it replaces the function (and the image) of the main part of the button, with the last selected function, for easy reusing. A button is considered to be a split one, if the name of the initial default command was passed along with the sub toolbar name, otherwise it will be a simple button. The core change is in framework/. Other parts are a usage example, in form of converting the custom shapes buttons to this new controller. Change-Id: I087cc58c3db1889ca69a26546d4f00fe07e2a58d Reviewed-on: https://gerrit.libreoffice.org/16967 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-07-12big step towards real chart sidebarMarkus Mohrhard
Change-Id: I9b7d1f963746f7689b02099fbae77c9c943bad58
2015-07-10Kill SID_TBXCTL_INSOBJMaxim Monastirsky
The associated toolbar doesn't exist anymore, and most of the buttons that were there in (at least) OOo 2.0 were moved to the Insert toolbar (it's the one that's pulled from the "Insert" button). So kill it, and make Insert Chart/Object visible by default in the Insert toolbar. Change-Id: I84ea43f560ea23ceff2e885e9ce615b9d76f3075
2015-07-08tdf#87702: Addition of Shadow sidebar tabRishabh Kumar
Change-Id: I75b368c0a8088926c765dbc46c6a4ce7c9d8b9f0 Reviewed-on: https://gerrit.libreoffice.org/16375 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 Henschel
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-07-05Related: tdf#92540 Use “S” as acceleratorAdolfo Jayme Barrientos
While an S is already used in this file, it does not conflict with this command from Math’s Tools menu. Change-Id: Id69ade4b076e53b680395871b5bef34afe1c6ecc
2015-07-04tdf#92540: Math, Symbols Box icon's tooltip is 'Catalog'Julien Nabet
Change-Id: Ic80b123bff60a0d6d5a01ba1620673c8d6360023 Reviewed-on: https://gerrit.libreoffice.org/16754 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-07-03Fix typosAndrea Gelmini
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510 Reviewed-on: https://gerrit.libreoffice.org/16709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-07-02Table is actually Table of ContentsOlivier Hallot
Make it also more clear for translators Change-Id: I602ffb17e80c7078be19498d33b609fa3d980902 Reviewed-on: https://gerrit.libreoffice.org/16695 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-07-01tdf#86179 inc/dec font is missing in some shellsMaxim Monastirsky
Mostly in Calc, but also for the SwAnnotationShell. Also replace the current code in SwDrawTextShell with a call to EditView::ChangeFontSize. The latter is able to handle text with different sizes out of the box. Change-Id: I4b55da579ea51683140bce0544e481606d7e5f3e Reviewed-on: https://gerrit.libreoffice.org/16658 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky
See the comment 45 in the bug for the agreed design. Change-Id: I428f339df48f530f606525434a4a2be8a79acaab
2015-06-30tdf#92438 fix regression in LibreLogo icon orderLászló Németh
Change-Id: I214f49ada17ddb350586426085d27290ad46ee61
2015-06-29tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar
Disables the area tab when a line is selected Change-Id: Ib02a68fb548a7cc10f9af7e0d1b6191119f18915 Reviewed-on: https://gerrit.libreoffice.org/16165 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-06-28tdf#91857 Minor fixes to impress's and calc's reorganized menusYousuf Philips
Change-Id: I8a50e34d7a0f5746458003268366f59f65e47b91 Reviewed-on: https://gerrit.libreoffice.org/16554 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-26Enable icons for a few chart formatting toolbar buttonsYousuf Philips
Change-Id: Ibd70f1cd7cf50d7bd50347e5b428bb3a12521fc3 Reviewed-on: https://gerrit.libreoffice.org/16530 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-25implement equalize width and height for impress/drawCaolán McNamara
Equalize width/height adjusts width/height of selected objects to the width/height of the last selected object. Change-Id: I7c222a6591112cb674322d310ebd87f04a9198bd
2015-06-24Move chart formatting toolbar to first row and enable iconsYousuf Philips
Change-Id: Id8d726599f6bd647ac41612df869e95faea75d2d Reviewed-on: https://gerrit.libreoffice.org/16440 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
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-06-16Make track changes sidebar an experimental feature as its incompleteYousuf Philips
Change-Id: If373aa7a7efb338fd7a5305acbd19e95344a4bfc Reviewed-on: https://gerrit.libreoffice.org/15995 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-06-16tdf#91909 Uno commands for slide navigation and sortingPhilippe Jung
The following change adds the following uno commands to draw and impress. Commands are in standard toolbar and not visible by default. NextPage: go to the next page PreviousPage: go to the previous page FirstPage: go to the first page LastPage: go the the last page MovePageUp: Moves the current selection above the page preceding the selection. MovePageDown: Moves the current selection below the page following the selection. MovePageTop: Moves the selection to the top. MovePageBottom: Moves the current selection to the bottom. Change-Id: I2dbd923f14fd9901fb513c58b51bc7ab91ad0a83 Reviewed-on: https://gerrit.libreoffice.org/16211 Reviewed-by: Philippe Jung <phil.jung@free.fr> Tested-by: Philippe Jung <phil.jung@free.fr>
2015-06-16tdf#73071:Styles tab addition to the sidebar for writerRishabh Kumar
Addition of .uno:StyleApply , .uno:StyleUpdateByExample and .uno:StyleNewByExample uno commands to the sidebar Change-Id: Iab6f1fb465066fce523fd376038a059189f1b842 Reviewed-on: https://gerrit.libreoffice.org/16279 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-14tdf#91857 Reorganize impress's menu barYousuf Philips
Change-Id: I35d25b920bb5c195916500b1190e593143d62ab1 Reviewed-on: https://gerrit.libreoffice.org/16274 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-11tdf#91781 Make Styles a new main menu bar entry and small rearrangmentsYousuf Philips
Change-Id: I9b8ab749978826741b2c893197aaf7ebc1758d3f Reviewed-on: https://gerrit.libreoffice.org/16227 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-11tdf#91820 Minor fixes and fix icon linksYousuf Philips
Change-Id: I8b151c09bd8630abfc5b7ec3b56870e0075c8d36 Reviewed-on: https://gerrit.libreoffice.org/16231 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara
make this a multi-path element with a shared read-only location and a user read/write location and don't copy the presets, instead just keep them in the shared location Now an admin can copy extra palettes into the shared location and they magically appear in the user deployments Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2
2015-06-07tdf#91781 Addition of new commands not found in the menu barYousuf Philips
Change-Id: I3fed4a7ec52d728e8e437774c8b4c018995eb060 Reviewed-on: https://gerrit.libreoffice.org/16122 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
2015-06-07tdf#81475 Another round of tweaks to Writer's various toolbarsYousuf Philips
Change-Id: I573fd274c9d757801036a79b47568a12b8096938 Reviewed-on: https://gerrit.libreoffice.org/16121 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
2015-06-05tdf#91820 Reorganize calc's menu barYousuf Philips
Change-Id: I1eb0ffe8dc5f79057514801735c6b1be8c8d24dd Reviewed-on: https://gerrit.libreoffice.org/16090 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-05CALC: readd InsertRows/InsertColsPhilippe Jung
Following ESC decision, uno commands InsertRows / InsertColumns must be added to the current one InsertRowsBefore / InsertColumnsBefore and InsertRowsAfter / InsertColumnsAfter. This will guarantee ascending compatibility while making more explicit the behaviour thanks to the new commands. For Calc, these commands are equivalent to InsertxxxBefore Change-Id: I3aada5c9b03c504e6728c33cad2b2d569df1d60a Reviewed-on: https://gerrit.libreoffice.org/16099 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
2015-06-05WRITER: readd InsertRows/InsertColsPhilippe Jung
Following ESC decision, uno commands InsertRows / InsertColumns must be added to the current one InsertRowsBefore / InsertColumnsBefore and InsertRowsAfter / InsertColumnsAfter. This will guarantee ascending compatibility while making more explicit the behaviour thanks to the new commands. Change-Id: I31964e3bdfa63b9447edb794fe233e2665651142 Reviewed-on: https://gerrit.libreoffice.org/16097 Reviewed-by: Philippe Jung <phil.jung@free.fr> Tested-by: Jenkins <ci@libreoffice.org>
2015-06-05tdf#91781 Restoring Edit entries under a new submenu and change view namesYousuf Philips
Change-Id: I5f1bb1ca976a8cbc8c2dcf7986d66cbd8043f9d4 Reviewed-on: https://gerrit.libreoffice.org/16086 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-03tdf#91781 Fix some entry headingsYousuf Philips
Change-Id: I69b07eef540d862ea684b1d51d64509f59a5cb3e Reviewed-on: https://gerrit.libreoffice.org/16020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-02tdf#91783 - Reverse the toggle behaviour of .uno:Graphic ChangePhilippe Jung
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-06-01tdf#88276: Add background colour toolbar and sidebar buttonsKatarina Behrens
but they do nothing yet, follow-up commit(s) add real functionality to them Change-Id: Ieac5d0326b284069b8da1b39f94bdb5a8c84b6dd Reviewed-on: https://gerrit.libreoffice.org/15841 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-31tdf#91781 Reorganize writer's menu barYousuf Philips
Change-Id: I28fcfb7511df137f8995dd4d1271d8dfdf112be8 Reviewed-on: https://gerrit.libreoffice.org/16006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-31Calc: Insert row/col before/after [2/2]Philippe Jung
This part adds features to add rows/cols after the selection which is a new behaviour. Change-Id: Iec1201ae56970cd3dd0622c2ffa1eb6e46ad7446 Reviewed-on: https://gerrit.libreoffice.org/15831 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung
This part renames all INSROW / INSCOL to INSROWS_BEFORE / INSCOLS_BEFORE which is the current (default) behaviour. Change-Id: Ia084f17a3be8bf09908e5d227ef4e6d09b8420a4 Reviewed-on: https://gerrit.libreoffice.org/15830 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-28tdf#91653 Give this command a saner nameAdolfo Jayme Barrientos
Change-Id: I0cd1d51d1e16019c87e0c615c046a553eb5dc138
2015-05-23tdf#90882 Add table insert uno commands to menu bar and fix labelsYousuf Philips
Change-Id: I4f5f2daeb27b8ba486abc685e42596030de6d2d1 Reviewed-on: https://gerrit.libreoffice.org/15863 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-22tdf#81475 Additional improvements to Writer's toolbarsYousuf Philips
Change-Id: Ibf64cecd88faca1dce7f081a630faabd0ee76046 Reviewed-on: https://gerrit.libreoffice.org/15860 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-20tdf#90882 Writer: insert row/col before/afterPhilippe Jung
From the contextual menu, it is now possible to insert rows or cols before the current position. Number of rows/cols inserted is based on current selection. Change-Id: Ie1a718fbb1b8caf67716f9c8fad21f90d182ca79 Reviewed-on: https://gerrit.libreoffice.org/15773 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-13tdf#68871 Nuke old Elements box from menu, rename new paneAdolfo Jayme Barrientos
Change-Id: I22301e72a8cb8d11ad35ea63e6361b56e7c7e867
2015-05-06Avoid using letters with descenders as acceleratorsAdolfo Jayme Barrientos
The underlining of accelerator keys creates a visual conflict with the descender strokes of the letters g, j, p, q, and y, which slows down visual scanning; not to mention that some UI fonts might be especially problematic due to their design (I’m looking at you, Apple, for choosing the grotesque Helvetica Neue, which is particularly unsuitable for UIs). Spotted by Clara Ginovart Cid. Change-Id: Ia559904b2f2fc1eddbea0193e95c929f7650c6f0
2015-05-05tdf#34555 add crop features to swPhilippe Jung
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>