summaryrefslogtreecommitdiff
path: root/vcl/uiconfig
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18Small tweaks to printing UIAdolfo Jayme Barrientos4-6/+8
Change-Id: I600e7dd96bcf1e173398a51f63efd66300853fb0 Reviewed-on: https://gerrit.libreoffice.org/12492 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2-2/+0
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-11-17HIG fixes for vclAdolfo Jayme Barrientos6-174/+126
Change-Id: I7ab2aa906073f0ea09ca4e3e4ae1d5346f6e7616 Reviewed-on: https://gerrit.libreoffice.org/12499 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos2-2/+2
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>
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper1-2/+2
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>
2014-03-31Resolves: fdo#63228 Printers list does not increase height with Print DialogCaolán McNamara1-91/+98
Change-Id: I731fe5159bead1dc0036ede8d4cd26c233e3b296
2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara1-5/+32
because this is another way seen in the wild to transmit a fax number through cups as an alternative to using fax4CUPS Change-Id: I32db38aa05213e469442136eb46d0028098a8b7e
2014-03-31add mnemonic widgetsCaolán McNamara1-39/+45
Change-Id: I0646927ea73b4bb69bd912d3cc5dfbdafad53aa4
2014-03-21move remaining padmin dialogs into vclCaolán McNamara3-0/+447
and so padmin is no more Change-Id: I554cefa8b38581daad8a78bafa167448b0a0ef61
2014-03-21move the cups password dialog from padmin to vclCaolán McNamara1-0/+155
now we don't have to dlopen padmin to get it so we can drop that complicated stuff. Change-Id: I2f01bd104aae8f17ada9a445da653b441a927c70
2014-03-21move the fax dialog from padmin to vclCaolán McNamara1-0/+109
now we don't have to dlopen padmin to get it so we can drop that complicated stuff and don't need to be unx only Change-Id: I0e585b05a4ecf2a1c8a3ac5275185d81ada518e5
2013-12-23convert print progress dialog to .uiCaolán McNamara1-0/+87
use an actual ProgressBar rather than direct drawing into the dialog window Change-Id: I13a17970055980e0e248f60058cd4d5ef91f1d7d
2013-08-24add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara2-0/+70
Change-Id: Ie422cd2c903cbd18353b1929c074574d452559ce
2013-05-20Related: fdo#61186 add a toggle to override the paper formatCaolán McNamara1-2/+18
We now need a mechanism to instruct the print dialog that we want to force printing to use the printer settings configured paper. Particularly useful for nup printing and brochures scenario 3: forcing printing to use the printer settings paper a file->printer settings->properties->paper set a paper size, ideally something not used in the test doc, e.g. Executive b file->print->page layout and set pages per sheet to 4 the auto selection for paper will be the first paper size in use, i.e. legal c flip to options and toggle "use only paper size from printer preferences" preview should reconfigure as "Executive" Change-Id: Ie224c252c2cb6c9ee21be5c54e470bca1c7eb0bb
2013-02-21change lib:widget delimiter from : to -Caolán McNamara1-2/+2
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-20various efforts to consistently apply HIG rulesCaolán McNamara1-9/+42
Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
2013-02-10add 6 width border to toplevel widgets of printdialogJoren De Cuyper1-0/+4
Change-Id: I415769aeda335d65a4a5dc03be56e26a860046e3 Reviewed-on: https://gerrit.libreoffice.org/2067 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-08janitorial tidyingCaolán McNamara1-1/+0
Change-Id: I4f37cb4bcde935bfbf6d412f4c81ef0451245f00
2013-02-08resolve fdo#60450 - Printer list is missing its border in Print dialogJoren De Cuyper1-1/+2
Change-Id: I2e28b9f9d52bcb01b04f98d39d12b6d8a627bec5 Reviewed-on: https://gerrit.libreoffice.org/2043 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-06drop bottom paddingCaolán McNamara1-1/+0
Change-Id: Idf7cb08121cae2c183ed5bc012d848b31429ff49
2013-02-06Added dialog title, 6 px spacing on Print dialog like in 3.6, fdo#59846Robert Roth1-2/+13
Change-Id: Id7c9ff4c7d7da830f9fdfb5046b627b5235c19be Reviewed-on: https://gerrit.libreoffice.org/1951 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-12default spinbuttons to left alignCaolán McNamara1-0/+1
Change-Id: Idccab2fcf985ede4f07897131e9cae3499030b0f
2012-12-20implement small-size variant stock image buttonsCaolán McNamara1-44/+14
Change-Id: I82d5a957b5c38b8aa19e28ceb8d6850c0bf7526e
2012-11-24PrintDialog: add some space between preview and tab controlIvan Timofeev1-0/+1
Change-Id: I2bab3de95b6cf22ef1c40d3062c7402fac4ab5b1
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara1-14/+28
so we can keep translations markup free, and it matches better our existing font use in controls Change-Id: Ib762030f8bf831f2b0afabdd643508e660ad9266 See: https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
2012-10-17make use of ability to use bold in labelsCaolán McNamara1-7/+7
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
2012-09-28set the default button on various dialogsCaolán McNamara1-0/+1
Change-Id: I63b1cc73d8ed240c40dec07fe1f8470da8410464
2012-09-28rename expander for help and remove now unused hidsCaolán McNamara1-1/+1
Change-Id: I9c5b01efb0a233621732350f8aff432343931be8
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-0/+1572
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60