summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_gtk3_kde5.mk
AgeCommit message (Expand)Author
2018-01-23Introduce gtk3_kde5 vcl pluginMilian Wolff
For instance, .uno:ViewTrackChanges should also be listed Change-Id: Ifdaaa91b053a28d5ba9a6926d81194d92c6ca65f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158386 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2023-05-04tdf#153587 Display CTRL+F in the keyboard shortcuts listJuergen Funk * Add the missing entry to Accelerators.xcu * Handle vnd.sun.star.findbar:-command the same as .uno commands Change-Id: I69d441d63a6b0478a07c9ef10665b7d59d3334b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151322 Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> Tested-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> 2023-02-07Fix links in DispatchCommands wiki pageJean-Pierre Ledure The modified python script generates the https://wiki.documentfoundation.org/Development/DispatchCommands wiki page. The https://gerrit.libreoffice.org/c/core/+/142723 commit has broken the links to OpenGrok in the last column ("Source files") of the tables and also the list of files at the bottom of the page. The actual page in the wiki, after upgrade to LO 7.5 has been generated with the modified version of the script. Change-Id: I2ec674f4257229e543a7797fddd2f7a142a743f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146553 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> 2022-11-15Allow using bin/list-dispatch-commands.py with separate builddirMike Kaganski Change-Id: Ide1c43c603b4a82534cc116133852f5f05858a2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142723 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2022-01-24Dispatch commands: Include tooltip labels in the Description columnJean-Pierre Ledure The modified script updates the https://wiki.documentfoundation.org/WikiAction/history/Development/DispatchCommands wiki page. A typo excluded the tooltips while they're meaningful when they are longer than the usual UI labels or the "context" labels (whatever a context label might mean). Change-Id: I001d1a5624be9f40761f5e0dcd28da0a9feb981e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128866 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> 2022-01-14Dispatch commands: reviewed wiki layout and contentJean-Pierre Ledure The wiki page https://wiki.documentfoundation.org/Development/DispatchCommands is generated by the execution of the python script: /bin/list-dispatch-commands.py Layout and content changes: - better commands list coverage Scan of .xcu, .sdi and .hxx files The list is the "union" of the found commands => Base and Charts commands are part of the list - new classification based in the 1st place on the .xcu files i.o. the .hxx (or "slots") names => Commands are listed only once - The sources providing the listed info are referenced for each command with a direct link to the opengrok sources - New information when available A subclassification: the group The potential arguments of the command Change-Id: I54dd8c219d0e7a00fd346faa7577e181a068bbaa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128254 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>