summaryrefslogtreecommitdiffstats
path: root/filter/uiconfig/ui
Commit message (Collapse)AuthorAgeFilesLines
* convert all help responses to gtk's -11Caolán McNamara2018-02-255-13/+13
| | | | | | | | | | | | | | and ok responses to gtk's -5 and cancel responses to gtk's -6 and close responses to gtk's -7 and yes responses to gtk's -8 and no responses to gtk's -9 Change-Id: Ia1a261a3a711ed9f5d8c0b0c639897c3064bb08c Reviewed-on: https://gerrit.libreoffice.org/50206 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* weld native message dialogsCaolán McNamara2018-02-221-1/+0
| | | | | | | | | | | | | | | | just the straight-forward MessageDialog cases first a) remove border_width from message dialog .ui so as to take the default border width b) retain 12 as default message dialog border for vcl widget case c) remove layour_style from message dialog button boxes so as to take the default mode (a no-op for vcl widget case) d) use gtk response ids (vcl builder will converts to vcl ones) Change-Id: I7de281093a1b64f92f71ca11e7cbba42bb658154 Reviewed-on: https://gerrit.libreoffice.org/50143 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* turn implicit container explicit in buildable notebooksCaolán McNamara2017-10-172-10/+76
| | | | | | | | | | | as in interim measure for SfxTabDialogs we throw away the TabPage if its not suitable for reuse Change-Id: Ic5776ca3d2a8cb6bf41f33df01b211f81c62a842 Reviewed-on: https://gerrit.libreoffice.org/43134 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#95178 Homogeneous columns are a huge waste of spaceAdolfo Jayme Barrientos2017-08-114-4/+0
| | | | | | | | | | This becomes a problem in other languages, such as German and Spanish, which have longer strings. A downside of this patch is that the options no longer look aligned when you switch tabs. Change-Id: Iffb49d5411cc655bd16b78a9470da7dc661077ca
* migrate to boost::gettextCaolán McNamara2017-07-2114-188/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
* tdf#90436 - correct label = Selection/Selected sheet(s)Cor Nouws2017-05-151-1/+1
| | | | | | | Change-Id: Ia5158fc7cd7e33367ca4c9785d2995138869b3c4 Reviewed-on: https://gerrit.libreoffice.org/34031 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* vcl PDF export, norefxobj: add UI for thisMiklos Vajna2017-03-291-1/+16
| | | | | | | | | | | | | | | Disable the "use reference XObjects" (old behavior) by default, but keep it as an option in case someone wants it. Summary till the help is updated: the old way is simpler code, so it's always correct, but really only Acrobat supports that markup. The new way is supported by all readers, but more complex, so it's more likely it goes wrong. Change-Id: I4769474f29d98412be496a0aa4e8254ae4f0919e Reviewed-on: https://gerrit.libreoffice.org/35826 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
* tdf#90436 - better wording for selection in case of PDF export from CalcCor Nouws2017-02-071-2/+11
| | | | | | | | | improved patch Change-Id: I6baf39db88d3fe9322c573a288243689d1696d7f Reviewed-on: https://gerrit.libreoffice.org/33977 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
* two elements at the same packing positionCaolán McNamara2016-10-191-3/+3
| | | | | | | if you use glade to edit the .ui files then this sort of cockup which reeks of manual xml editing doesn't arise Change-Id: Ic339953cad15078bc847a4c31c0c7592b071b454
* Revert "Better wording in UI for in case of PDF export from Calc - tdf#90436"Samuel Mehrbrodt2016-10-141-1/+1
| | | | | | | | | | | | | | This modifies the text for all applications, and puts Calc-specific text in it. It should be done for calc only, if at all. See comments in https://gerrit.libreoffice.org/#/c/28255/ This reverts commit 44a02cc81d8a23f19655ae9f67ff69bdfe683df9. Change-Id: Ia7fd742385fa0d609007f70e5116a99729224f76 Reviewed-on: https://gerrit.libreoffice.org/29807 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* Better wording in UI for in case of PDF export from Calc - tdf#90436Cor Nouws2016-10-141-1/+1
| | | | | | | Change-Id: I4d53faee7a057e9de20bbff5469a95e2797fcf57 Reviewed-on: https://gerrit.libreoffice.org/28255 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
* Move accessibility relations to .ui files, Part 9: tdf#87026Muhammet Kara2016-06-151-1/+6
| | | | | | | | | | By removing unnecessary variables/strings/function calls, and making proper changes in the related .ui files. Change-Id: I52e3f2a16519aee13b06f0efc6beb3385bcb0f1c Reviewed-on: https://gerrit.libreoffice.org/26066 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht2016-05-161-6/+21
| | | | | | | | | | This patch introduces a setting 'Export placeholders' to File/Export as PDF. It works like the related printer setting. Change-Id: I3a11a4601b1244b57e55c9b73b58116d355e105c Reviewed-on: https://gerrit.libreoffice.org/24976 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
* tdf#39271 allow to export only notes pagesDavid Tardon2016-03-241-8/+30
| | | | Change-Id: Ia03062cf31b6bab8196dc317a7e8fbcfc86fadf0
* tdf#88428: Add GUI to select one of user-configured Time Stamp AuthoritiesTor Lillqvist2015-02-171-0/+28
| | | | | | Work in progress. The selection not used for anything yet. Change-Id: Ia86fa0f59dcfee8e9d332a028a3fad37f4019fe0
* has_focus is not implemented, remove usesCaolán McNamara2015-01-211-3/+25
| | | | Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
* More HIG fixes in filter, svxAdolfo Jayme Barrientos2014-11-175-21/+18
| | | | | | | Change-Id: I74df6b8221b4bb18791ec81af266dd58571c4c8c Reviewed-on: https://gerrit.libreoffice.org/12489 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#83395 - improve PDF export dialog labels and tooltipsYousuf Philips2014-11-061-4/+7
| | | | | | | Change-Id: Idddce2dc81e86cc840da5d6d8891487cee6609d4 Reviewed-on: https://gerrit.libreoffice.org/12081 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* fdo#78826 HIG: missing colons and capitalization in cui, filterAdolfo Jayme Barrientos2014-11-0112-361/+80
| | | | | | | | | | | * Fix capitalization * Standardize spacing * Standardize Help button’s position Change-Id: Ibc7152acbe460a9564ab6b97a637f38ea5e7144a Reviewed-on: https://gerrit.libreoffice.org/12075 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos2014-09-281-1/+1
| | | | | | | | | Second pass. Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d Reviewed-on: https://gerrit.libreoffice.org/11669 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* .ui tweaks to PDF export tab pagesAdolfo Jayme Barrientos2014-09-183-20/+17
| | | | | | | | | | | Added missing colons, use sentence case for check boxes [1], allow descriptive security labels to wrap, add 6 px padding for the Sign page. Change-Id: Iafc0788e367ab74aa0ec740b06892926b0b00390 Reviewed-on: https://gerrit.libreoffice.org/11408 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
* fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper2014-06-234-5/+5
| | | | | | | Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* xmlfiltertabpagetransformation.ui: expand fields horizontallyThomas Arnhold2014-04-241-2/+5
| | | | | | and increase the default size for DocType, so that it fully visible by default. Change-Id: Ia0aaf6aae5a24d2c0a51cc7a63e7eac9f5feb7a7
* convert pdf warn dialog to .uiCaolán McNamara2014-03-141-0/+89
| | | | Change-Id: I379c7f06ae87bee5571c1f2ef5053b3b863d6e61
* set mnemonic widgetCaolán McNamara2013-11-131-0/+2
| | | | Change-Id: Iefdaf7d7e7b1156e9f1d20e2552ca0bb84c2a357
* Convert ImpSWFDialog.src to uiLaurent Balland-Poirier2013-11-131-0/+292
| | | | | | | | | add ui file Change-Id: I42af9b8969a07b4d738c1fd30fc8917f24f784c6 Reviewed-on: https://gerrit.libreoffice.org/6592 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: fdo#33983 use 'Slides' instead of 'Pages' for impress pdf exportCaolán McNamara2013-08-151-8/+25
| | | | Change-Id: Id380514f8f74783a0a0baf61cc9358f2b1bcbc47
* convert xslt filter dialog to .uiCaolán McNamara2013-07-301-0/+118
| | | | Change-Id: I02bb629af1f4811f382469b8e2aaaba272f07034
* drop unused help ids & fix mnemonic widgetsCaolán McNamara2013-07-301-4/+6
| | | | Change-Id: I80c21126e2728ffa18c87a98e500cc941d462de1
* Convert xml filter tabpage transformation to .uiabdulmajeed ahmed2013-07-301-0/+217
| | | | | | | Change-Id: Ice69f7d036d414c82f6c313a8dc025f736b97e68 Reviewed-on: https://gerrit.libreoffice.org/5201 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* set mnemonic widgets and a few other little tweaksCaolán McNamara2013-07-241-151/+170
| | | | Change-Id: Ic0ae45085ca933e41591f932524f4ddef4de5714
* Convert Xml-Filter-TabPage-General to .uiabdulmajeed ahmed2013-07-241-0/+182
| | | | | | | | Change-Id: Ia2ce0ce28b8a078b99651b38bdd3cbeaea3d8772 Reviewed-on: https://gerrit.libreoffice.org/5029 Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* convert pdf signing page to .ui formatCaolán McNamara2013-07-083-2/+276
| | | | Change-Id: I037036e410a6f9d7da7bc34721c105e81470d5d9
* convert pdf options dialog to .ui formatCaolán McNamara2013-07-081-0/+174
| | | | Change-Id: I7c186ea77bbadd20ac881dcb0aa2cf7db525dc1e
* convert pdf export general page to .uiCaolán McNamara2013-07-081-0/+737
| | | | Change-Id: I94d86f9807e67bd4f352321fde1c83913b5a4fed
* convert pdf view page to .ui formatCaolán McNamara2013-07-041-0/+464
| | | | Change-Id: I738dd72f66658f60025152c9c3db765dbcb981ac
* convert pdf security page to .uiCaolán McNamara2013-06-281-0/+604
| | | | Change-Id: Ie785f4b112b8992707f886720d92bd34d0823f39
* use standard row spacingCaolán McNamara2013-06-271-1/+5
| | | | Change-Id: Icbdc1399d4abd9222c1b1fced68c1e3012b05020
* Convert to .ui pdf userinterface tab pageabdulmajeed ahmed2013-06-211-0/+384
| | | | Change-Id: I9203a63b2d6d1ab14ebee17611a78221755af082
* set rows to 6 pixel spacingCaolán McNamara2013-06-081-2/+6
| | | | Change-Id: I11975ef36c52b6279d099d6a5e32ce9da4cbc9ca
* convert pdf links tab page to .uiabdulmajeed ahmed2013-06-081-0/+192
| | | | Change-Id: I305021366a2670a582f00433be2a6e26d745f587
* various efforts to consistently apply HIG rulesCaolán McNamara2013-03-152-23/+8
| | | | Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c
* change lib:widget delimiter from : to -Caolán McNamara2013-02-211-1/+1
| | | | | | | because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
* make translatable a few more ui stringsAndras Timar2013-02-051-6/+6
| | | | Change-Id: I0a10cbb7eab77d215c15592a2121b65f1c9f3732
* use sizegroups instead of explicit codeCaolán McNamara2013-01-111-14/+8
| | | | Change-Id: I2376e69adf235d1e6f89296c50a9cea76041f9d7
* convert text xml filter dialog to .uiCaolán McNamara2012-11-221-0/+394
| | | | Change-Id: I619b1495df376854a614239d59f68c565bbe9086
* convert xslt filter dialog to .uiCaolán McNamara2012-11-201-0/+182
Change-Id: Ia07df75b00b7d34da9dfeeddb47280ddba23b897