summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20elementary: fix for tdf#119073, + 32px chart configuration,3D setting, ↵Rizal Muttaqin2-6/+3
heading style, etc Change-Id: I53c3b4d7dd6a4b47ac2d27b361978faa597386e4 Reviewed-on: https://gerrit.libreoffice.org/61965 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-10-18tdf#113415 - Customizable links in Help menuheiko tietze2-0/+40
SendFeedbackURL, QA_URL, DocumentationURL, GetInvolvedURL, DonationURL added to global variables under Menus Change-Id: Ie95ef2795d4079edd204edb1fcd86fde4376cedf Reviewed-on: https://gerrit.libreoffice.org/61874 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-10-16tdf#113241 better default for number recognition options in Writer tablesCor Nouws1-2/+2
Change-Id: Ibcaa185dc16953302ed04fab65153e4275709ad9 Reviewed-on: https://gerrit.libreoffice.org/61065 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-10-15tdf#120429 - Functions Insert Columns Exist Two Timesheiko tietze4-60/+19
Legacy UNO commands InsertRows and InsertCols hidden from customization Commands are still accessible via macro Also fixed terminology in Draw/Impress for Insert Columns from Left/Right to Before/After Change-Id: I29a6b2fdb7481db43ad1a8ad25be5e9107558bd6 Reviewed-on: https://gerrit.libreoffice.org/61579 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-10-12tdf#118621 - Optionally disable floating header/footer menuheiko tietze2-0/+19
UNO command UseHeaderFooterMenu introduced Change-Id: I4be009e08bc66dc675c7c903552c6376e22639f1 Reviewed-on: https://gerrit.libreoffice.org/61706 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-10-12tdf#120506: Get rid of unnecessary accentcolor parsing for personasMuhammet Kara1-6/+0
Change-Id: I64534fd3d7de90debb9e49e8c636c5fbfac787bf Reviewed-on: https://gerrit.libreoffice.org/61668 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
2018-10-11tdf#119580 sc: Use the regular object popupmenu for chartsMaxim Monastirsky1-5/+0
Context menu of a chart is supposed to be the same as for other ole objects, except the additional .uno:ExportAsGraphic. Given that .uno:ExportAsGraphic is hidden when non-chart object is selected, we can just place it in the regular ole object popupmenu (done already), and use that menu also for charts. Discussion is in https://gerrit.libreoffice.org/60128 . Change-Id: I8a07c550998e1db0d2af7f87c625dbd258454bdd Reviewed-on: https://gerrit.libreoffice.org/61678 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-10-11tdf#117721 draw ui: add .uno::SetMinimal[RowHeight|ColumnWidth]Justin Luth1-0/+16
Minimize column width: Adjusts the width of the selected columns to fit the selected content. The table can shrink if necessary, but will not grow. (Previously no way to minimize columns. Since minimizing really can mess up merged cells, enhance my new calcPreferredColumnWidth function.) Minimize row height: Adjusts the height of the selected rows to fit the content, causing the table to shrink. (The new optimize action functioned as minimize. So this change tweaks optimize so that it does not reduce the table size. A followup commit will make it distribute based on largest minimized row (still without reducing table size), and change distributed rows to work the way the document states - based on the largest row. Change-Id: I807a9cc9e9441a1215539e817b87158afe5a0604 Reviewed-on: https://gerrit.libreoffice.org/61472 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-10-11tdf#64242 sw add minimize table col/row UIJustin Luth1-0/+16
A followup commit will modify the optimize functions, which currently function as a minimize, so lets make sure that the ability to minimize is still available. Minimize column width: Adjusts the width of the selected columns to fit the selected content. The table can shrink if necessary, but will not grow. (This is how Optimize column width worked in LO <= 6.1.) Minimize row height: Adjusts the height of the selected rows to fit the content, causing the table to shrink. (This is how Optimize row height worked in LO <= 6.1.) Change-Id: I2c0b8c7b7a05c31328f2feef464ef0e131318ff8 Reviewed-on: https://gerrit.libreoffice.org/60902 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze1-5/+13
UNO command SID_GETINVOLVED added with access to the website from all main menus under Help Dispensable ellipsis removed from other UNO commands around Help Change-Id: I79536be3de31f55a7b208bcdd5a243e05b3d3668 Reviewed-on: https://gerrit.libreoffice.org/61238 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-10-08tdf#113236 change menu "Tools > Protect Spreadsheet" to "Protect Spreadsheet ↵Cor Nouws1-1/+1
Structure" Change-Id: Id9f69e6f27610591ef0c62b7d0dec83fa1e4fe9a Reviewed-on: https://gerrit.libreoffice.org/61066 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-09-22tdf#117721 draw ui: add .uno::SetOptimalRowHeightJustin Luth1-0/+8
Optimal row height: Adjusts the height of the selected rows to fit the content, causing the table to shrink. This really is SetMinimalRowHeight, but until minimize is also added, it is the most desirable optimization. Change-Id: I90717b2752027404a85fd5eb01c68279996598ca Reviewed-on: https://gerrit.libreoffice.org/60129 Reviewed-by: Justin Luth <justin_luth@sil.org> Tested-by: Justin Luth <justin_luth@sil.org>
2018-09-21tdf#117721 draw ui: add .uno::SetOptimalColumnWidthJustin Luth1-0/+8
Optimize column width: Adjusts the width of the selected columns to fit the content, without changing the width of the table. Any leftover space is distributed proportionately, with thin columns growing slightly, and wide columns growing much wider. The implementation and results are different from how Writer does it, but tables themselves are also very different in Draw. So I don't think it needs to be handled identically. Writer's implementation is really "minimalColumnWidth" anyway. Change-Id: Ia10cfa9822d7eef3c4909a82c21535aa6668b143 Reviewed-on: https://gerrit.libreoffice.org/60078 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
2018-09-21Let's calm down and end message with a periodTakeshi Abe2-2/+2
Change-Id: I14bbb49e7d7200785b0fb812b9719d030987cbc5 Reviewed-on: https://gerrit.libreoffice.org/60845 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-09-20Use slug instead of name to store PersonasMuhammet Kara1-0/+5
Persona names aren't necessarily unique, but the slug is a unique id (also called pretty name) for personas. It can also be directly used to retrieve/reach the original url of an installed persona. Change-Id: Ieb81671a0fd654a727063d00a4f78a3b5cb29cbd Reviewed-on: https://gerrit.libreoffice.org/60821 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
2018-09-15Transparency tool added to the context menuheiko tietze1-1/+4
After tdf#119689/gradient has been added to the context menu the same should be done for transparency Change-Id: I3932a1c4dff99c2b8876b0196de7d974b8dcdb31 Reviewed-on: https://gerrit.libreoffice.org/60478 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-09-13fix typoAndrea Gelmini1-1/+1
Change-Id: Ic06c2cc3fa9fee3ae81b71ac011cac53a6893e0e Reviewed-on: https://gerrit.libreoffice.org/60437 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-09-13tdf#119689 - Missing interactive gradient toolheiko tietze1-1/+4
Command added to the context menu of Draw and Impress Caption and tooltip slightly adjusted for a more clear communication Change-Id: Id5ce9c07f949a4e6b99082ccb3a511960b59725c Reviewed-on: https://gerrit.libreoffice.org/60425 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-09-12CJK preview text missing from format->characterCaolán McNamara1-25/+25
since... commit 16700331da2087bbb53c1774605cef2d0411206a Date: Wed Feb 21 17:51:19 2018 +0400 tdf#114768: Update default font list for Simplified Chinese Liberation Sans doesn't have any CJK glyphs in it Change-Id: I8c2822055ccabdf1fac2cf035a959015e5a33d33 Reviewed-on: https://gerrit.libreoffice.org/60396 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-09-08KJ: +more missing Calc NB icons, Calc menu, Writer menu, etcRizal Muttaqin3-0/+45
Change-Id: I81b397608ab8d3d1c0c523a2f620b3417788913f Reviewed-on: https://gerrit.libreoffice.org/60098 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-09-06tdf#119036 - Inserting columns into RTL sheets will add them to the wrong sideheiko tietze1-6/+6
Commands renamed to Before/After according Writer Change-Id: I4af6fa134a70ff83a717bd53bb0531fd3f647300 Reviewed-on: https://gerrit.libreoffice.org/60081 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-09-06tdf#119293 - UI Consistency for inserting rows in Writer table"heiko tietze1-4/+4
Labels are set now depending on row/col as before/after and above/below .uno:InsertColumnsBefore and .uno:InsertColumnsAfter are captioned Before/After Change-Id: Ifb4f791b62e3c96f50d457c785b6f793deb4fce9 Reviewed-on: https://gerrit.libreoffice.org/60080 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-05KJ: Add more missing Calc, Draw & Writer NB icons, etcRizal Muttaqin4-0/+153
Change-Id: Ibf094d551546cc08e962b5afb0a170e7d17da0ef Reviewed-on: https://gerrit.libreoffice.org/59829 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-09-05Revert "Menubar Calc: update sheet menuentry according to table in writer"Maxim Monastirsky2-20/+20
This reverts commit 94787b2f8457156c4c9a906717a2b48709ecea91. This reverts commit a96351eda8b18168a7dd1ae4824e4364f2938e5b. This reverts commit e68783344a88b827c5fe6a0fd1174b36d75d4d3c. Change-Id: I726ec48d996ad13f209ce1d139d88401d4d27ddb Reviewed-on: https://gerrit.libreoffice.org/59930 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-08-31presentation minimizer: report possible errorsVasily Melenchuk2-0/+7
In process bunch of different problems can occur, but they are not reported to user. IO errors are now shown with message dialog, other exceptions (if any) are passed to upper level. Change-Id: Idc15cb5b7f97de296e095d71ae1f3b2700fc0fa7 Reviewed-on: https://gerrit.libreoffice.org/58765 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-08-24tdf#119425 - Use Ctrl+Tab to switch between sheets on macOSheiko tietze1-2/+14
macOS used MOD3 now Change-Id: I6bec6a8311335ea0eb3decb0e0c2adc2fa9b03f7 Reviewed-on: https://gerrit.libreoffice.org/59459 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-08-24tdf#119236 Dimension dialog for Writer and CalcMaxim Monastirsky2-8/+8
Change-Id: Ifbc6c8959afcedac0fd9ec7a3f5e2cca63c11eda Reviewed-on: https://gerrit.libreoffice.org/59484 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-08-23tdf#119430 new icon MeasureAttributesandreas kainz1-0/+3
added to - breeze - elementary - colibre Change-Id: Idbb7237aeba4ed9bafd162d282901f8d4282615b Reviewed-on: https://gerrit.libreoffice.org/59471 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-08-19Menubar Calc: update sheet menuentry according to table in writerandreas kainz2-20/+20
Calc sheet menubar entry First section was use the same items than writer so the WriterCategories were moved to GenericCategorie Main benefit is that app specific items are centralized in sheets - Format -> Row, Columns and Merge items are in Sheet on the same subsection than writer - Format -> Print Range was moved from Format to Sheet where SplitTable is in writer - Format -> Conditional and Style stuff was moved to Sheet where the Style stuff is located in writer. In writer there are NO Style items in Format - Tools -> Protect and View -> Protect is centralized in Sheet like in Writer -> Table - Sheet -> Comments are now in Edit -> Comments like i writer open point: Sheet -> Size -> The entries has to be renamed to be more clear (like already in writer) Change-Id: Ic014ccc260dd3264ef6e79a2b71d268e40f22088 Reviewed-on: https://gerrit.libreoffice.org/56912 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-08-14tdf#116542 a11y: introduce STATIC roleSamuel Thibault1-0/+4
This should be used for brief non-editable text which is not meant to have a relation with another object (as opposed to text or label). Change-Id: I46bfa56042a51295e9fa0d332babdbb40668ff0b Reviewed-on: https://gerrit.libreoffice.org/58734 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-08-12Draw menubar: add icons to shape menusectionandreas kainz2-0/+33
Change-Id: Ia095375bc300e45ce4956867fc02472d1e11a0dc Reviewed-on: https://gerrit.libreoffice.org/58890 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-08-09remove Calc's software interpreterLuboš Luňák1-7/+0
- it's in practice never used nowadays, group threading has higher priority in the code and since SwInterpreter's allowed opcodes are a subset of group threading's, there should be no formula where control flow gets as far as using SwInterpreter - the only opcodes SwInterpreter allows are ocAdd, ocSub, ocMul, ocDiv, ocSum and ocProduct, which is a rather limited set and group threading should handle all that as well - if SwInterpreter performs anything better than group threading, there shouldn't be a problem doing the same for group threading - it's yet another code path that should be handled, tested, etc. and the added complexity is not worth it - it shares some code with OpenCL handling, which is both added hassle in case OpenCL code needs changes, and it also causes confusion such as people thinking SwInterpreter has something to do with OpenCL Change-Id: I99052862b60b6266c70dd436d1d7938177dc6bd9 Reviewed-on: https://gerrit.libreoffice.org/58643 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
2018-08-09menubar draw: add choosemodebar commandsandreas kainz1-0/+14
Change-Id: I1baee1ec55e310aec2ec1010234d739eec5020c8 Reviewed-on: https://gerrit.libreoffice.org/58749 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-08-04Fix typosAndrea Gelmini1-1/+1
Change-Id: I5ffa6366875d29c8a8bc8273057205c221e04a64 Reviewed-on: https://gerrit.libreoffice.org/58581 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-07-30tdf#108461 Correct use of the default styleMaxim Monastirsky1-2/+2
The underlying issue was fixed by Miklos in commit 9d754a59154c40235c240bb0e7f47a2006fa85bd ("sw: give the 'Default Style' char style a programmatic name"). What left is to actually use the internal name in various UI elements. Also removed a comment that tells to not rename the default style, which isn't relevant anymore, as we no longer write the UI name into files. Change-Id: Ie2ab632e40b4fc6295f2c9d1a1f1f2358ab38e52 Reviewed-on: https://gerrit.libreoffice.org/58311 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2018-07-20tdf#118402 Add ellipsis to New -> TemplatesAbhyudaya Sharma1-1/+1
Change-Id: Id79036d8d96748525fedcf366dc6f92b03360e69 Reviewed-on: https://gerrit.libreoffice.org/56926 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
2018-07-11tdf#116861: better default settings for minimize Presentationandreas kainz2-5/+5
Change-Id: I6d05cb5591791afc438bfe38f179aa26d6cee920 Reviewed-on: https://gerrit.libreoffice.org/57285 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-07-10tdf#118314 menubar: remove ShowImeStatusWindow in menubarsandreas kainz1-5/+0
Function isn't available any more. codebase has to be cleanded up Change-Id: I42597cde5b5d2472f670552f49776775d5bf391e Reviewed-on: https://gerrit.libreoffice.org/57183 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2018-07-08KJ icons: ^ envelope, symbol, char style; + toolbar, sendfeedback & donationRizal Muttaqin1-0/+6
Change-Id: I5cfee18784a469b3aa025f9be16d429b04d05ef5 Reviewed-on: https://gerrit.libreoffice.org/57106 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-07-06Menubar icons: add icon to Help -> SendFeedbackandreas kainz1-0/+3
Change-Id: If88c59e6beddfdfcca95448334cc558ae5720366 Reviewed-on: https://gerrit.libreoffice.org/57042 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-07-06Menubar Writer: remove FootnoteDialog icon in Tools sectionandreas kainz1-3/+0
Change-Id: Ia151c71409d4395762f6ebcb69b73b6652751104 Reviewed-on: https://gerrit.libreoffice.org/57038 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-07-05Menubar Impress: add missing icons to menubarandreas kainz1-0/+27
Change-Id: I5116e214ab64923c28dda4d10feab1193b5d9d31 Reviewed-on: https://gerrit.libreoffice.org/56978 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-07-04Calc Menubar: add icons to some menubar entriesandreas kainz2-0/+21
Change-Id: Iad8334c3e0f27c39cdab54a06ca8e54de263d26b Reviewed-on: https://gerrit.libreoffice.org/56885 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-07-02Colibre icons: add icons for Common Align actionsandreas kainz1-0/+24
Change-Id: Ia234b76039759d6f71ec6578e7ffa4ff4236dae2 Reviewed-on: https://gerrit.libreoffice.org/56797 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-06-30Karasa Jaga: Add icons for menubar actionsRizal Muttaqin1-0/+9
Change-Id: I44f0a474ddd6e2dcee912f60a85134e3fa0cbf8b Reviewed-on: https://gerrit.libreoffice.org/56738 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2018-06-28writer: add icons for menubar actionsandreas kainz2-3/+54
Change-Id: Ib222936295c4815f9d87a0da4c2c7a93c929391c Reviewed-on: https://gerrit.libreoffice.org/56604 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-06-28tdf#86612: statusbar: hide some elements if width is not sufficientVasily Melenchuk1-0/+6
new statusbar element property mandatory=true/false to determine if this element can be hidden if total statusbar width is not enough to fit all elements. marked some calc and draw statusbar elements as not mandatory. Change-Id: I20e26d3c4bd865e94ea48632a1e97d55f3fa712f Reviewed-on: https://gerrit.libreoffice.org/56443 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-06-16menubar: DataMenu is needed in bibliography tooandreas kainz2-5/+5
Change-Id: I8ede08755efab25e2cbbf1b8a13df8fe05c36a27 Reviewed-on: https://gerrit.libreoffice.org/55907 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-06-15Implement infobar encouraging the community involvement.Jan Holesovsky1-0/+6
Change-Id: I06128ed7d28d17fa9a395878efaef4b890f5dbe0 Reviewed-on: https://gerrit.libreoffice.org/55760 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2018-06-14menubar: update and sync all base menubarsandreas kainz1-10/+0
Change-Id: I9b7e31f2335f01e20ee71137fdb2fd0315f3bd91 Reviewed-on: https://gerrit.libreoffice.org/55542 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Jenkins