summaryrefslogtreecommitdiff
path: root/dbaccess/uiconfig/dbrelation
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>
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>
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze
* UNO command TipOfTheDay and slot SID_TIPOFTHEDAY introduced and added to help menus * Tip ID introduced to keep the current tip over the day * Tip ID updates after 24h * Randomization of tips replaced by sequential order * Tip ID added to the dialog title Change-Id: I69b72b80d6d6afa25a1c4f01fa05bc60b5741db8 Reviewed-on: https://gerrit.libreoffice.org/78693 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2019-05-09Related tdf#38889: Sync sub menus Tools > MacrosJens Carl
Synchronize sub menu Tools > Macros by adding "Edit Macros" across the different applications menus. Change-Id: I16185034955d889afe8a508a3522bb0a63f29545 Reviewed-on: https://gerrit.libreoffice.org/71827 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2019-04-15tdf#14649 dbaccess menubar: show icons for most importent itemsandreas kainz
Change-Id: I6eb682acd0616162837809a9f89dfb2c66efb505 Reviewed-on: https://gerrit.libreoffice.org/70787 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-03-06sync dbaccess ui files with swriter ui file structureandreas kainz
Change-Id: I5acecb3292c1b4ef6aa2dfdc38775ed5bb81324a Reviewed-on: https://gerrit.libreoffice.org/68806 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze
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-06-14menubar: update and sync all base menubarsandreas kainz
Change-Id: I9b7e31f2335f01e20ee71137fdb2fd0315f3bd91 Reviewed-on: https://gerrit.libreoffice.org/55542 Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Tested-by: Jenkins
2018-05-23toolbar:id is not valid attribute of toolbar:toolbarChristian Lohmaier
according to framework/dtd/toolbar.dtd – and having the same ID everywhere also is kinda pointless.. Change-Id: Ia7768be2f951886e39e24d78fc6d69b4f3c84235 Reviewed-on: https://gerrit.libreoffice.org/54665 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier
The full implementation depends on infra Task #2179 https://redmine.documentfoundation.org/issues/2179 revision1: change to https, per demand of #2179 Removed ellipsis Code changed as suggested Change call to pass BCP47 string, with language as fallback. task #2179 will be reviewed accordingly. Change-Id: I573542da0f394d7128faab0106df852d622c98b3 Reviewed-on: https://gerrit.libreoffice.org/34693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-02-05.uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky
... so it won't show as an empty submenu in the customization dialog, and allow accidentally overwriting it. Change-Id: I9431e5240485a58f63a2333850a9052e475db63e
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot
Add the entry "Documentation" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/documentation/?&LOlang=<locale> <locale> is obtained from .getLocale() Patch2: create a member with try/catch for external URLs Patch3 Use sfx2::openUriExternally Revert to User Guides.. in UI. Change-Id: I8332253c31bd3be330cdd794f9e056b632b38037 Patch4: remove 1st '&' in URLs Reviewed-on: https://gerrit.libreoffice.org/28817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt
Change-Id: I1843767160b79041c42e506eff0cf39399c74f26 Reviewed-on: https://gerrit.libreoffice.org/29668 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-08-11tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot
Add the entry "~Get help online" to the modules Help menu. on click, the system browser opens http://hub.libreoffice.org/forum/?&LOlang=<lang> <lang> is obtained from .getLocale() That in turn will redirect to e.g. askbot (but only few languages are using it at the moment) or other nl-specific resources. (nl-projects can request corresponding targets from infa, without the need to change the code – cf rdm#1983) The link can/should be extended to also include the version of LO and the currently used module to allow finer grained redirects. Change-Id: I56108dba4dd2684405623c4586103fc8ff9bea56 Reviewed-on: https://gerrit.libreoffice.org/27028 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt
Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat
Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-06-19Revert "Remove License/Credits menu items"Petr Mladek
GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
2012-06-18Remove License/Credits menu itemsStefan Knorr (astron)
The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-14re-base on ALv2 code.Michael Meeks
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev
2010-11-26Put show credits entry into all app ui configsThorsten Behrens
2010-09-28Replace the "Help Support" menu item by the "License Information" oneFridrich Štrba
2010-09-15default-no-registration-menu.diff: Remove registration from menu.Michael Meeks
2008-03-05INTEGRATION: CWS dba30a (1.11.134); FILE MERGEDKurt Zenker
2008/02/11 13:49:27 fs 1.11.134.1: unify the help menu
2007-05-10INTEGRATION: CWS dba23a (1.10.98); FILE MERGEDKurt Zenker
2007/02/05 06:33:54 oj 1.10.98.1: #i71071# apply patch
2006-08-04INTEGRATION: CWS onlineupdate3 (1.8.40); FILE MERGEDIvo Hinkelmann
2006/07/19 11:08:25 obr 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2006/07/14 07:57:06 obr 1.8.40.1: #i66949# Moved help menu entry
2006-07-10INTEGRATION: CWS qiq (1.8.8); FILE MERGEDOliver Bolte
2006/06/19 10:47:31 fs 1.8.8.1: AddTable, not DBAddTable (the latter does not know an icon)
2006-04-26INTEGRATION: CWS menucleanup (1.6.262); FILE MERGEDKurt Zenker
2006/04/13 15:32:00 kendy 1.6.262.2: RESYNC: (1.6-1.7); FILE MERGED 2006/04/11 17:32:14 kendy 1.6.262.1: #i64286# Remove menu:helpid and menu:label from menu *.xml
2006-04-07INTEGRATION: CWS onlineupdate1 (1.6.260); FILE MERGEDVladimir Glazounov
2006/04/05 06:42:30 cd 1.6.260.1: #134045# Add menu item online update
2004-11-26INTEGRATION: CWS toolbars3 (1.2.12); FILE MERGEDJens-Heiner Rechtien
2004/11/05 10:13:07 cd 1.2.12.2: #i35062# New toolbars from CJ according to spec 2004/10/12 10:26:18 cd 1.2.12.1: #i35062# New toolbar structure according to toolbar spec
2004-11-16INTEGRATION: CWS docking4 (1.5.8); FILE MERGEDOliver Bolte
2004/10/07 15:30:07 toconnor 1.5.8.1: #i35129# change to new macro submenu layout
2004-09-09INTEGRATION: CWS toolbars2 (1.3.12); FILE MERGEDOliver Bolte
2004/08/23 09:45:57 dbo 1.3.12.1: #i32582# removed separators around PackageManager... Issue number: Submitted by: Reviewed by:
2004-09-09INTEGRATION: CWS insight02 (1.3.2); FILE MERGEDRüdiger Timm
2004/08/13 14:28:29 oj 1.3.2.2: #i32563# toolbox changes 2004/08/11 13:27:04 oj 1.3.2.1: #i32609# add menu and toolbardbapp/menubar/menubar.xml
2004-09-09INTEGRATION: CWS insight02 (1.1.2); FILE ADDEDRüdiger Timm
2004/08/11 13:30:28 oj 1.1.2.1: #i32609# add menu and toolbar
2004-08-02INTEGRATION: CWS insight01 (1.2.2); FILE MERGEDJens-Heiner Rechtien
2004/07/22 10:16:05 oj 1.2.2.5: #i31891# remove unsued sep 2004/07/21 11:43:18 dbo 1.2.2.4: #i20304# added package manager menu item Issue number: Submitted by: Reviewed by: 2004/03/31 09:02:48 oj 1.2.2.3: remove macro recording 2004/03/30 07:44:14 oj 1.2.2.2: Add closeWin 2004/03/18 13:30:02 oj 1.2.2.1: #111075# remove DatasourceAdministration menu entry
2004-02-25INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDEDKurt Zenker
2004/02/22 08:41:54 cd 1.1.2.2: #111899# Fixed some problems with commands URLs created from automatic tool 2004/02/03 13:48:21 cd 1.1.2.1: #i25017# XML based user interface configuration files for our modules