aboutsummaryrefslogtreecommitdiff
path: root/source/it/helpcontent2
AgeCommit message (Expand)Author
2022-06-09update translations for master/7.4.0 beta1Christian Lohmaier
2022-05-25update translations for master/7.4Christian Lohmaier
2022-05-12update translations for 7.4.0 alpha1Christian Lohmaier
2022-05-04update translations for masterChristian Lohmaier
2022-04-26update translations for masterChristian Lohmaier
2022-04-11update translations for masterChristian Lohmaier
2022-04-04update translations for masterChristian Lohmaier
2022-02-21update translations for masterChristian Lohmaier
2022-02-18update translations for masterChristian Lohmaier
2022-01-31update translations for masterChristian Lohmaier
2022-01-26update translations for 7.3.0 rc3Christian Lohmaier
2022-01-12update translations for 7.3.0 rc2Christian Lohmaier
2022-01-10update translations for 7.3.0 rc2/masterChristian Lohmaier
2021-12-21update translations for 7.3.0 rc1Christian Lohmaier
2021-11-25update translations for 7.3.0 beta1libreoffice-7-3-branch-pointChristian Lohmaier
2021-11-24update translations for master/7.3.0 beta1Christian Lohmaier
2021-11-16update translations for masterChristian Lohmaier
2021-10-29update translations for 7.3.0 alpha1Christian Lohmaier
2021-10-25update translations for masterChristian Lohmaier
2021-10-04update translations for masterChristian Lohmaier
2021-09-27update translations for masterChristian Lohmaier
2021-09-14update translations for masterChristian Lohmaier
2021-09-08update translations for 7.2.1 rc2Christian Lohmaier
2021-08-30update translations for 7-2/masterChristian Lohmaier
2021-08-10update translations for 7.2.0 rc3 / masterChristian Lohmaier
2021-08-04update translations for 7.2/masterChristian Lohmaier
2021-07-28update translations for 7.2.0 rc2/masterChristian Lohmaier
2021-07-08update translations for 7.2 / masterChristian Lohmaier
2021-06-24update translations for 7.2 / masterChristian Lohmaier
2021-06-13update translations for 7.2.0 beta1libreoffice-7-2-branch-pointChristian Lohmaier
2021-05-31update translations for masterChristian Lohmaier
2021-05-14update translations for 7.2.0 alpha1Christian Lohmaier
2021-05-05update translations for masterChristian Lohmaier
2021-04-28update translations for masterChristian Lohmaier
2021-04-12update translations for masterChristian Lohmaier
2021-04-06update translations for masterChristian Lohmaier
2021-03-30update translations for masterChristian Lohmaier
2021-03-23update translations for masterChristian Lohmaier
2021-02-22update translations for masterChristian Lohmaier
2021-02-17update translations for masterChristian Lohmaier
2021-02-08update translations for masterChristian Lohmaier
2021-01-30update translations for masterChristian Lohmaier
2021-01-25update translations for masterChristian Lohmaier
2021-01-14update translations for masterChristian Lohmaier
2020-12-17update translations for 7.1.0 rc1Christian Lohmaier
2020-12-15update translations for master/7.1.0 rc1Christian Lohmaier
2020-12-08update translations for master/7.1Christian Lohmaier
2020-11-22update translations for master/7.1 beta1libreoffice-7-1-branch-pointChristian Lohmaier
2020-11-16update translations for masterChristian Lohmaier
2020-10-27update translations for masterChristian Lohmaier
>libreoffice-6-4-7 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swxform/menubar/menubar.xml
AgeCommit message (Collapse)Author
2024-12-02tdf#120658 - Reworking of dialogues Organize macrosJim Raykowski
(make from 5 existing only one) Much of what makes up this patch is adapted from existing code that is used to organize and select macros and to assign macros to shortcut keys. Comments in the patch say where code is borrowed from. Known issues: + Scripting framework library rename for BeanShell, Java, and JavaScript always returns fail when there are no macro entries in the library even though it actually succeeds. The same thing happens using SvxScriptOrgDialog::renameEntry. + Deleting Basic macros from the Macro Manager dialog is not implemented yet. Change-Id: If4da04549f8b39675910cbbd1f94dd9a6b73c31a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176254 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-11-20Resolves tdf#163856 - Disentangle boundaries optionsHeiko Tietze
* Boundary toggles removed from app colors * Object boundaries completely removed (color replaced with DOCBOUNDARIES; Impress placeholder on/off now an expert option) * Toggle options added under formatting aids * Individual UNO commands marked deprecated * New command added to show all boundaries * Frames follow sections now in state and color * Kind of wrapping doesn't matter anmymore Change-Id: I7bbec20831dcb95abef6523884d84b05a1a7df0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176242 Tested-by: Jenkins Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
2023-04-26tdf#155006 don't show "InsertObjectFloatingFrame" by default in menus and ↵Caolán McNamara
toolbars still exists, just isn't presented by default. help describes this as "Inserts a floating frame into the current document. Floating frames are used in HTML documents to display the contents of another file." and "Changes the properties of the selected floating frame. Floating frames work best when they contain an html document, and when they are inserted in another html document." This is basically support for html IFrames and is a fairly obscure thing for an ordinary document. Change-Id: Iec8ff591393e4ee4ed8791094e1f15a225808c8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150707 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05tdf#126917 menu: OpenXMLFilterSettings != MacrosJustin Luth
OpenXMLFilterSettings has nothing to do with macros, but was moved there in LO 6.3. In 6.2 it was placed just before Extension Manager, so that is where I returned it. Change-Id: Id80b5984c785dc66e66aeb3215d8f1ef8c837442 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140739 Tested-by: Justin Luth <jluth@mail.com> Reviewed-by: Justin Luth <jluth@mail.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-05-11tdf#91874 Command Popup - HUD to search and run LO commandsTomaž Vajngerl
This adds Command Popup functionality, which is a HUD like pop-up window, which can be used to search and run commands presented in the main menu (but not limited to that only). This is the initial version, which has limitation in searching and running the command (doesn't work for some currently). Change-Id: I92cdd3130b8de42ee0863c9e7154e7c7246d9377 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115380 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>