summaryrefslogtreecommitdiff
path: root/cui/uiconfig
AgeCommit message (Collapse)Author
2021-11-09tdf#48622 Fix layout issue when "Custom" was selectedSamuel Mehrbrodt
Change-Id: Ie32a763b88cfc26b61d942214b16e008179d410c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124898 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-11-09Save with Glade 3.38.2Samuel Mehrbrodt
Change-Id: I238f8a5adee999fcaad09e8813742fba37a30396 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124897 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
* Hairline (0.05pt) * Very thin (0.5pt) * Thin (0.75pt) * Medium (1.5pt) * Thick (2.25pt) * Extra thick (4.5pt) This unifies the default border line widths throughout the program. Users can still set any line width they want by chosing "Custom" in the "Border" tabpage. Also, existing documents won't be changed. The new defaults are just for newly added borders. Change-Id: I7af85dc189a688a749812824508c33c7814b50f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122683 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-10-31uniformly allow focus into GtkToolbarCaolán McNamara
Change-Id: I110daf882d9196cf7552e43a157ba4ae73fd670b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124458 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-31gtk[3 vs 4]: remove can-focus from GtkToolButtonCaolán McNamara
so tab-cycling inside sidebar panel toolbars works as wanted It needs to be false for gtk3 and true for gtk4, leaving it unspecified gets a desired working default. Change-Id: I34869d5dcffc814f62ec2b717108f90c395a067b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124446 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-29tdf#141193 Added support for bar codes in qrcode dialog box[API Change].homeboy445
Change-Id: I6b79ece1d5419ef92b76755d3bd921a64d6e38fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113989 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-09-27border page combobox defaults to taking up a lot of spaceCaolán McNamara
Change-Id: I29d7debcd39a23b224c8c4660a7edf2f1e9e4a90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122723 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-09-27tdf#48622 add border line thickness predefined values in UIVasily Melenchuk
According to multiple reports border line width selection will be more intuitive with some predefined values. Here is an implementation of this proposal: line width can be selected from combobox from predefined values (thin, medium, thick and custom). Classical spinner is right now hidden unless custom line width is selected. Change-Id: I87a6237335b79a5f5b63e109360e1ea8f12ae071 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114709 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-09-15remove stray track-visited-linksCaolán McNamara
and add truncate-multiline for consistency Change-Id: I5a6fc0f0ac97a0f96739f2383b6d3eb474e776fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122145 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-09-15Fix some assorted mistakes in translatable stringsAdolfo Jayme Barrientos
Thanks Mihail Balabanov, Olivier Hallot and Tuomas Hietala for your keen eyes. Change-Id: Ibceeae6d82e39079c02140ac99729be1a1ab0407
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-03Resolves tdf#120333 - Access to color palettes via tight extensionsHeiko Tietze
Change-Id: I3311115854a29eaddf76b847642250626b7032ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121498 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-08-27Related tdf#119931 - Fix accessibility warningsHeiko Tietze
Change-Id: I69787778f11217a55daa1489c142561db5efce19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121139 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-08-27these checkboxes are being used as labels for the menubuttonCaolán McNamara
so describe that a11y relationship Change-Id: Ia48d928222159399e1f0a3cdd977447b6c861294 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121176 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-08-27change the extra config colors to match the application onesCaolán McNamara
these extra ones are dynamically appended to the static set of the colorconfigwin.ui so adapt them to the changes of commit 2f706b1e91396cbe044c20fab79772dfc081a340 Date: Fri Aug 27 11:46:57 2021 +0200 Improve accessibility for application color settings Change-Id: I5a458ea509dfffc147b533d38458465df18869e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121174 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-08-27these GtkMenuButtons need label propertiesCaolán McNamara
Change-Id: If8dc1112115aa6c2f3074d826a26ff1c87568173 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121173 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-08-27Improve accessibility for application color settingsHeiko Tietze
* Lengthy grid replaced by some frames * Order of sections updated to show less important on bottom * Accessibility suppressions removed and solved Change-Id: I150603d141961cf579c1853ea3e67499da81c596 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121137 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-08-26backendtest: Intersecting Rectangles Drawing testhomeboy445
This test intends to test the even-odd filling rule by testing if the intersecting rectangles have been filled accordingly to the rule or not. Change-Id: I0fb7f115a25476cc38e8bec5cd02737aea3c0316 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119098 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-07-23tdf#140107 Remove all collect usage data code.Jeff Huang
Remove all collect usage data code because we don't really use them. Change-Id: I8d83d57220bed8f8c15bd012584943cd0913500d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119166 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-07-22tdf#95394 - ui fill dialog from (bitmap -> image)haru-02
Change-Id: Ib30eb0489e8cad2d417bc8638204b95f4acee936 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119115 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-07-10Added support for viewing results in the VCL tests UI boxhomeboy445
The user can now easily view the result of any VCL test by just clicking on it - which would show them the resultant bitmap of that corresponding test. Change-Id: I57c0c2ab3662a9abec45ba7fc230c9299dcd9279 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117657 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-07-07xalign/yalign of 0.5 for GtkButton is already the defaultCaolán McNamara
Change-Id: I1a428a7cc0ac1a07c39416802980d7c77265f093 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118523 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.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-02tidy up impress bullets and numbering dialogCaolán McNamara
a little but to have less arbitrary numbers in it Change-Id: Id386616a31c69ebcdea7e97a62a3067bb2fbf60b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118315 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-07-02missing use-underlineCaolán McNamara
Change-Id: I560bb7b6942b66c0d486c1d32eac2d2c88e87eb9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118314 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-07-02add empty label for GtkMenuButtonCaolán McNamara
Change-Id: Idd15f355e695564964c84b20d7dfc205b1d7dcf8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118313 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-29Added a UI dialog box for running the VCL backend testshomeboy445
The UI dialog box will allow the user to run the VCL graphics tests and will allow them to view the results as well. Change-Id: Ice289444ff425496a3e400a4c2bc06c307168c62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117384 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-06-25remove max-length from GtkSpinButton .uiCaolán McNamara
Change-Id: Ifee61d19ca017205dd4d21de14465eda9773a750 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117909 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-18move the explanatory image outside the RadioButtonCaolán McNamara
Change-Id: I90425bec7418a26959241b670f63a5f4a4bb0fa4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117460 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-18resave with latest gladeCaolán McNamara
Change-Id: I4c576eb1bdd8476f5bd4de4c5cd0be0af3817fe2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117459 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-17stray always-show-image properties in random checkboxesCaolán McNamara
Change-Id: Ida0132cba449fb098415b26e59ee31643518af0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117378 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-17remove 'relief' from CheckButtonsCaolán McNamara
Change-Id: I8a17c36489946327113e63f80b952525ae4201a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117377 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-17there is no such thing as a 'margin' propertyCaolán McNamara
added in: commit e97bccdba42b464e2df8d5996d4cdc9b03b6c243 Date: Wed Dec 9 00:44:10 2020 +0530 tdf#128176 Add a vertical scrollwindow to fontfeaturesdialog there is a deprecated 'border' property and various margin-start/margin-end/margin-top/margin-button properties Change-Id: I4528106a6cd51a9feede471cd8a47b81cf0df49a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117372 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-16remove SpinButton input-purpose propertiesCaolán McNamara
Change-Id: I68629d4350c43c80fdd00f9fcb8af3733753fe43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117327 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-16stray unwanted 'relief' property on random checkboxCaolán McNamara
Change-Id: Id942f88780d4f697df44433180343ca3c763ed67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-16Resolves: tdf#142874 missing translation propertyCaolán McNamara
since... commit 15664117ef4db51bdcabb46b7990573509da0d73 Date: Thu Jul 25 21:40:48 2019 +0300 tdf#125923 Fix reset button. Change-Id: Ib589aa32221eaa33a13a17a00c2edb51866a5daa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117315 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-16resave with latest gladeCaolán McNamara
Change-Id: I1fac93fc43c80fb986e5b09b497c644be6852b52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117314 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-16both children are at position 0Caolán McNamara
instead of one at 0 and the other at 1 Change-Id: I1943d2e68f39fb463d76237d6eb0bffe800a6b6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117313 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-16replace deprecated GtkButtonBoxCaolán McNamara
replace the ones outside action-area of dialogs Change-Id: Iec0edfc675057f994c188e12dbacbb0f2126dbd6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117274 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-16resave with latest gladeCaolán McNamara
Change-Id: I53a401a096e171b0955303396eccda18e1b8002a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117273 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-15move unique use of primary-icon-tooltip-text to tooltip-textCaolán McNamara
there are no "secondary" or "primary" icons for the tip to be relevant to. I imagine this should be for the whole widget. Change-Id: I3509000ae3d8a9ce3eca3549a76b0fe9222fb319 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117265 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-15call close button "close"Caolán McNamara
Change-Id: Iefa08a1c1887e3d5148d8925cefcd9451eea5d02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117201 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-15be consistent wrt help with 'secondary' packingCaolán McNamara
Change-Id: I442d29123f286795744e767c2d020532993643f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117195 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-15resave with latest gladeCaolán McNamara
Change-Id: I0c62277013afd4e6ba8ac09776420a359a5ac399 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117194 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-14we don't put images into these checkboxes anymoreCaolán McNamara
Change-Id: I9bf0ba8dabdd6bbff2a88191f87452a213b39178 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117182 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-14remove unexplained caps_lock_warning/shadow_type ComboBox Entry propertiesCaolán McNamara
Change-Id: Id1b0ff8845c03d95651aece905459609edfa090b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117181 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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-14if active is set group shouldn't be setCaolán McNamara
Change-Id: I26db5a96f176df7bd2ef6ef83c40150856845383 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117141 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-14group leader should be activeCaolán McNamara
Change-Id: I79cc2032c8641288ec6def4aaee32cb67e2da915 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117140 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-06-14move comment to the line above the referenced lineCaolán McNamara
so pretty-printing doesn't afterwards change this file Change-Id: Id581d837013973045a0984484deea22a27db09a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117138 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>