summaryrefslogtreecommitdiffstats
path: root/filter/uiconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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