summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
AgeCommit message (Collapse)Author
2021-10-08remove unwanted xpad/ypad properties and replace with a margin-endCaolán McNamara
the xpad didn't do anything in vcl, and is deprecated for gtk. There was additional padding shown in gen anyway because a yalign of 0.5 wrongly horizontally centering, which is now fixed. Change-Id: I546ec72b0449185217213ee1ba061dd051122880 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123270 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-08remove (presumably) unwanted 'Widget name' propertyCaolán McNamara
Change-Id: Icf296074e21e02c2aeb63bc6a9d8ff0702cc4c14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123268 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-08resave with glade to tidy this upCaolán McNamara
Change-Id: I7b3499cc1044cb976415d3db6855283bf928c4b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123266 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-08add mappings for emphasis propertyCaolán McNamara
Change-Id: I1406d57a47075bfad3973c6bbb825a7754e8f279 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123264 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-08fix "GtkBox does not have a child property called left-attach"Caolán McNamara
on launching development tools probably since... commit 81d6ed89d1e5268c2ea4ff527f3e6087dc1d8ccd Date: Mon May 17 13:59:25 2021 +0300 tdf#142276 Use vertical GtkBox insted of horizontal GtkGrid for the left side. Change-Id: I6d4e4a056fb25c6ffb44e0ed734eb7a553a78ba3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123263 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-08add 'destructive-action' style to the close button of save changesCaolán McNamara
which gives a red "Don't Save" close button in the default Adwaita gtk theme for that undoable action Change-Id: I62b50c90ca53c8f05e656c9beaecbfb160ce5f67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123249 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-09-11Drop unused multiple selection from UI filesJan-Marek Glogowski
The code must call set_selection_mode(SelectionMode::Multiple) instead. Change-Id: I2d51dd3d3182ccec25f2ec1093a3866880354371 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121915 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2021-09-10gtk4: cannot focus to toolbutton if can-focus is falseCaolán McNamara
which seems reasonable Change-Id: I0cc5fecaace99f612d637c39065982ad12b23b89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121895 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-08-06template dialog starts in thumbnail view without thumbnail shown toggledCaolán McNamara
and only toggled thumbnail toggle to on if it wasn't already in that mode, so default it toggled on in the .ui so it matches the initial setting Change-Id: I8c64014880d6f7ca4d6043bfef32b90040745dbb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120117 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-08-03tdf#143696 rename Properties tree view column from Object to NameTomaž Vajngerl
Change-Id: I600d0bf7c9dc2c6c934e1f6faaed00e296b1d042 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119918 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-07-06drop stray skip-pager-hint propertiesCaolán McNamara
Change-Id: I54f4bba95773797f19290fb357225f9726b2ce72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118517 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-07-06add window-close-symbolic to allowed symbolic icon namesCaolán McNamara
and for vcl use vcl/res/closedoc.png for it Change-Id: If3c31298d40e6130de415998df8840021a706a3a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118516 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-07-06explicitly left align label in expanderCaolán McNamara
Change-Id: I290a73d656b833559581e02fd9fcdb83b44600ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118512 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-07-06use box instead of gridCaolán McNamara
Change-Id: I394779489c256d666e14c7c5bfe55e8ebd94e32d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118481 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-07-06gtk4: insert an intermediate GtkBox as 'toplevel'Caolán McNamara
so we only have to concern outselves about GtkBox and GtkGrid as containers Change-Id: I7154c6256d26b0bb1e13a75eb063ae86d3632bf6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118479 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-07-05tdf#138906 prevent built-in category deletionVert D
*Remove category selection dialog for Delete Category. *Delete Category now deletes the current Category. *Import now imports to current category. *Remove Buttons, add items to menu. *Enable delete multi selection. *Change Dialog titles. *Remove searchview class. (I see no reason for it, it just copies code from localview and localview can handle search results on its own.) Change-Id: I5add4aa9fa68ac68c796a6b98fb54a5d0da93bd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113712 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara
Change-Id: I0475bdd0633b54a644e205628577fac18a3af974 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117142 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-08set entry to expand and combobox to fill its assigned spaceCaolán McNamara
Change-Id: Ia70513d3d6d6fa5ce69936231202f3a52fc56fe8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116857 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-08resave with latest gladeCaolán McNamara
Change-Id: Ia2aa23dfa82728ac38e18bcc15e20ad72b35aa6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116856 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-06enforce indicator consistencyCaolán McNamara
so there is either a standard indicator shown or one of a small subset of named icons a) adds an indicator to show the MenuButton provides a dropdown to the spelling dialog when there are multiple user dictionaries the word could be added to b) use open-menu-symbolic instead of gear icon for the sidebar menu Change-Id: If4f0842fb0f805dde45e375061f23d2aaea0990c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116757 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-06use open-menu-symbolic for menubutton gear menusCaolán McNamara
https: //wiki.gnome.org/Initiatives/GnomeGoals/GearIcons Change-Id: Ia95451f950728c4174887a042a6666e1dd7cc1ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116753 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-02uniformly remove label-fill from GtkExpandersCaolán McNamara
Change-Id: Ife68cef7eeab0010c4d233c81e3bee808c2c1c28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116615 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-27expand frames horizontally to fitCaolán McNamara
Change-Id: I2c2fc8a726c279583ef9aa3d51eebe7f28164684 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116224 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-27resave with latest gladeCaolán McNamara
Change-Id: I91a3836e02cf3ed1cfdcea93f8812dcecc43afcb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116223 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-26don't need always-show-image if there's just an image and no textCaolán McNamara
Change-Id: Ic3a1aad525af39b723e71f579fba40157cb15ac7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116202 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-18tdf#142276 Use vertical GtkBox insted of horizontal GtkGrid for the left side.Gülşah Köse
Keep the layout as simple as possible. Change-Id: Ie4e77e76dccd4f0a6f41e646ba819dba161b3cc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115701 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2021-05-17tdf#141677 Make columns sortableGülşah Köse
Change-Id: Ib4cb8aaba4c59a7afa347f8010deef41477b77f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115688 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2021-05-12add truncate-multiline for uniformityCaolán McNamara
Change-Id: I731b2427b49586ba06e83ce36a13e3508caa3119 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115492 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-12tdf#141426 Remove GtkPaned struct unnecessary tabs.Gülşah Köse
In development tool we need GtkPaned for only properties tab. Unnecessary hide() show() calls for the other tabs(Interfaces, Services, Methods) causes complex problems about inital height of the second pane with gen plugin. Change-Id: I7523ef0bc425d7fc97ec5bd9e30e874f88e354f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115450 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
2021-05-12tdf#141426 Fix VclBox inital size allocation.Gülşah Köse
Change-Id: If7380c9dbbcda091a2de93b722bf90182677af6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115295 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Gülşah Köse <gulsah.kose@collabora.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>
2021-05-03tdf#141678 Set class name alignment.Gülşah Köse
Change-Id: I402e28903ec0bef10ad9fd2e74178b615af07c37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115022 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2021-04-27Fix domain in ui files (found with ui-checkdomain.sh)Xisco Fauli
Change-Id: I6d9fe37636d56b0cd5e06c12c5b5cdbbf54e1d38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114699 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-04-20Resolves: tdf#141770 remove empty tagCaolán McNamara
Change-Id: I0e6c1b36c145c0eb464867e7a30a6d693598409b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114326 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-04-19tdf#141244 Modify DDE Link dialog was emptyAron Budea
Regression from de01c0c1d0f80ffec3882625d77c02ab806f6c7a. Apparently <property> entries must precede <child> ones in .ui files. Change-Id: Ie91897d126527d3b30935a46b31f0a53b2837c53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114237 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-04-12Resolves tdf#135896 - Add hyperlink to file locationHeiko Tietze
File > Properties: Document Location is now a hyperlink opening the file browser for local files or the internet browser for remote content Change-Id: If3de16172e12aa1a3f4acc7504a2b3dd78677c09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113839 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-04-01allow deck title to ellipsize so a native gtk deck could shrinkCaolán McNamara
Change-Id: Ie32e5d9a1f6952fcce4a43b92ab8188bf7779289 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113430 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-26devtools: move UI root element from GtkGrid to GtkBoxTomaž Vajngerl
This triggered an assert in VclBuilder where it expects a weld::Box and not weld::Grid when accessing the root. Change-Id: Ifc0d7c7e8d52c5383aecd9814329e10bf55e6c89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113151 Tested-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-21devtools: change "Current Selection" button to toolbarTomaž Vajngerl
Change "Current Selection" toggle button and add it to the toolbar instead. Change-Id: Id891c4a324832f23f52449328d0f7eda6a862993 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112639 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-18weld the sidebar deckCaolán McNamara
Change-Id: Idc6710df7e59bcb5f61fca783e0cc0666cb13a1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112404 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-17devtools: add refresh button for the DocumentObjectTreeViewTomaž Vajngerl
Change-Id: I4fea7dd2a12bc04649ff62e0d04e3058cf09c884 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112579 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-16devtools: add a text view to show the value of selected propertyTomaž Vajngerl
Sometimes the property value in textual form can take a lot of space, which can't be shown completely in the tree view. To solve this problem, this change adds a text view at the bottom of the tree view, that shows the complete value of currently selected property. The text view can be expanded if necessary, but to not require constant changing of the pane, the position of the text view is always reset to 90% of the total height. Change-Id: I209ee29c7b60ecaa15227cc4966f19a063a7dc0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112548 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-13devtools: show superclass tree in interface and services tree viewTomaž Vajngerl
Change-Id: I508b568bbb5b0559c265a3f058e689eeeb326b83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112372 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-12devtools: make all columns sorted in all tree viewsTomaž Vajngerl
Change-Id: I0a20948fcad6919c5ee1a0f18d649ed9f7808114 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112371 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-12devtools: new column "Info" for properties in object inspectorTomaž Vajngerl
Adds additional column "info" for properties, where additional property attributes are written. Currently these are mostly constants from beans::PropertyAttribute, but they can be others too (anything that is useful to the users for the current property, struct, sequence). Change-Id: I12d21ebdfb9352bca79def98d5aa65aa48cfe2aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112117 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-11remove intermediate containers in sidebarsCaolán McNamara
tested extension sidebars of: a) Wollmux extension sidebars b) Analog Clock Extension demo https://wiki.openoffice.org/wiki/Sidebar_for_Developers#Example:_Analog_Clock_Extension Change-Id: If9729e20526681928137989f01a8ae733a9b0cb5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112035 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-11merge panel and panel titleCaolán McNamara
so one combined InterimItemWindow instead of two separate ones for each panel Change-Id: Ie8e1b6a28f124ef23cf88ec47442ccf15ab51d3e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111903 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-11devtools: add refresh to toolbar for the object inspectorTomaž Vajngerl
Change-Id: I6ffaf9f77d9fcb80571d277f4c9cd153388c78cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112109 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-04master slide panel shouldn't have "more options" buttonCaolán McNamara
default the toolbox to hidden and show it if "more options" is enabled Change-Id: I6ff867268809d949e7854e0e76d3e45c8806797b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111953 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-02-28devtools: on demand create the content of tab pagesTomaž Vajngerl
Until now all the tree views in each tab page were populated at once when the object was inspected. With this change, the tree views are filled on demand when the user enters a tab page, and is cleaned when the user leaves a tab page. Change-Id: I7f2ff89ab4c09412563b71e6524d4529318dee85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111533 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>