summaryrefslogtreecommitdiff
path: root/cui/uiconfig
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14adapt code to use paste special .uiCaolán McNamara1-0/+184
Change-Id: Iaac28f442aa38dd6610c89ba04ea2d1ccfca35c5
2013-05-10Personas: Kill the non-finished "Background Image" feature.Jan Holesovsky1-109/+9
It seems not to be a too good idea anyway - the image has to have some specifics, so the value of setting any random image as the background of Writer / Calc / Impress is questionable. Either way, if anybody wants to finish that, easy to recover from the history ;-) - better than keeping the unused code around. Change-Id: I5079210bd91b5e70ce20681e5477b860bb28ff07
2013-05-01clear gtk enum value response idsCaolán McNamara3-4/+3
Change-Id: I4cf3d81bcfe31e8a2b99c0f770bc1f999205f110
2013-04-30rework background page to balance the preview and controlsCaolán McNamara1-91/+122
a) expand to fit the available space b) make the controls and the preview the same size c) reorganize the three options of color, gradient and bitmap to all put the preview in the same place and adjust so the preview is the same size in each case, i.e. switching between views gives the impression of a single shared preview element d) put a border around the gradient list so its area is visually noticable to be the same size as its preview area Change-Id: I88735778bb482f9dd011f890d170be127877367a
2013-04-25add borders to category and format listboxesCaolán McNamara1-10/+13
Change-Id: Ic53084ded75f9c9000d5768de12953e3b339908e
2013-04-19Personas: Rename them to Themes even in the UI.Jan Holesovsky2-9/+9
Change-Id: Ia7916e0cbbf91de09195c20b60f31ffe80256a9c
2013-04-18fdo#63503 add 'Delete Last' button to Special Characters dialogAndras Timar1-1/+15
Change-Id: I7f14564f6b28e0b480b503394e0e078ed28f9150
2013-04-18convert autocorrect replace tabpage to .ui formatCaolán McNamara2-105/+443
Change-Id: I962fae2d4d177a7ca364d0dece0c15132a199497
2013-04-18convert autocorrect replace to to .uiCaolán McNamara1-0/+186
Change-Id: Id1ea4f5e5f003b4c5c405556a2951943a5ed4fb2
2013-04-17convert autocorrect dialog to .ui formatCaolán McNamara1-0/+255
Just the outmost dialog itself, not the individual pages. We have to go top down in this case to incrementally convert the pages because of the non-standard additional widgets outside the tabcontrol area. So this dialog is set to non-resizable until its contents are converted over. Change-Id: I92014a44b4cab8d345666295b052635d4b57a496
2013-04-16convert email options to .ui formatCaolán McNamara1-0/+111
Change-Id: Ie42117b21c4b6a37831462f34f3af52c7933d438
2013-04-16convert browser options to .uiCaolán McNamara1-0/+42
Change-Id: Ia3672c43b0e80e45ff3404fa84a11182cd6c03a0
2013-04-04convert about dialog to .ui formatCaolán McNamara1-0/+296
Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00
2013-04-04make border property of multiline edit optionalCaolán McNamara4-4/+4
Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e
2013-04-03Resolves: fdo#60663: Adapt hyphenation dialog to HIGHonza Minarik1-3/+2
Change-Id: I1a67a73e6dc6b26bdb84f0594d84a1f5d7e2bca2
2013-04-03convert online updates page to .uiCaolán McNamara1-0/+269
Change-Id: I69e8a1d136df3f8f8daa2d3f5241b74d2b39efdd
2013-04-02various efforts to consistently apply HIG rulesCaolán McNamara1-73/+50
Change-Id: I1056635b0bd6f1220a7cf7cc1182a37c7d104a9a
2013-04-02Widget UI for Calc cell alignment pageOlivier Hallot1-0/+628
Format - cell, alignment tab Change-Id: I78e4252064671720d41ad3af086b41d2efe06ac1 Reviewed-on: https://gerrit.libreoffice.org/2773 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-01put save options into columnsCaolán McNamara1-210/+198
risk putting the save options into columns, and put the load options into their traditional position, rather than side by side with the save options Change-Id: I298ca87b11afcc0dcd4ddc148b37f50e0c89baea
2013-04-01various efforts to consistently apply HIG rulesCaolán McNamara2-217/+182
Change-Id: I168fd3813d64c11d2c90bf94cac146a26714adde
2013-03-26convert half of optfltr.src to .uiKrisztian Pinter1-0/+260
Converted the "VBA Properties" half of optfltr.src to optfltrpage.ui. Change-Id: Ie200377f2956aa243b1be859eb52972b79e9dc66 Reviewed-on: https://gerrit.libreoffice.org/2961 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-19fix the 'warning' icon in .ui filesAndras Timar1-1/+1
Images in .ui files can be loaded from resources (images.zip). However, only those images are packed into images.zip, which are used in traditional .src resources. We need to tweak packimages.pl one day. Change-Id: Ic954f2561e66880c7f7ff3ed941ccb28a86d83e1
2013-03-19converted cui/source/options/optsave.src to .uiKrisztian Pinter1-0/+546
Change-Id: Ieaef10684f45dc699e7d2c56dffca5483f0a30cc Reviewed-on: https://gerrit.libreoffice.org/2816 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-15various .ui fixes caught by linter toolJack Leigh2-43/+15
Change-Id: Ic92ddc9550b33358a3bb0458b31a23f2c32fd46f Reviewed-on: https://gerrit.libreoffice.org/2763 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-15various efforts to consistently apply HIG rulesCaolán McNamara9-68/+44
Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c
2013-03-08give the numbering format listbox a fixed widthCaolán McNamara1-5/+10
Change-Id: I038cb5650adf9173c971e358aa6b20c782fb0ae7
2013-03-08update sizegroupCaolán McNamara1-0/+11
Change-Id: I4b89859c6898071209bd3864a32487f5bf8e728c
2013-03-08Small improvement in page widget uiOlivier Hallot1-83/+84
Save a coupe of bytes and better use of widget features Change-Id: I6860339a8b62c7e95605a0abc47e99d7ef49696b Reviewed-on: https://gerrit.libreoffice.org/2590 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-04typoThomas Arnhold1-1/+1
Change-Id: I7fda2616fe8f609167ab2caa5eddade5527b4900
2013-03-04SvxZoomDialog: m_pColumnsEdit can be a NumericFieldMiklos Vajna1-2/+2
Change-Id: Ic5469c89587b509822be8e29febc9047548c07ab
2013-03-04vcl: don't assert when lack of unit is intentionalMiklos Vajna1-1/+1
The Writer zoom dialog had this issue. Also change the drawinglayer gradient background tabpage to stop using a custom unit text, when the real unit text will be set from code anyway. Change-Id: Ib2e12572abb5c407b7c49dfa4a34dbdd6b6068d4
2013-03-02changed mnemonics to C_ategory and Fo_rmatEike Rathke1-2/+2
Alt+O and Alt+C were assigned twice (Ok,Cancel), Alt+C did not jump to the category listbox no matter how often pressed, Alt+O alternated between fOrmat and Ok. Still, Alt+C does not trigger Cancel!? Change-Id: I89b027fb33f39a929cc0fc3345a08c711558505e
2013-02-28added mnemonic_widget to jump to lists and edits on shortcutsEike Rathke1-0/+4
Change-Id: I2f048d06bccae7a55dc403eb58f80a165265d2a0
2013-02-28make things line up nicely in page formatCaolán McNamara1-4/+9
5 sizegroups is probably excessive, but results looks reasonable to me Change-Id: I1c0318e2ba0abf77b529d78b30d9af5ec630e6ac
2013-02-27add mnemonic widgets and adjust page format layoutCaolán McNamara1-331/+329
Change-Id: If570d67273f969ebe28ec3f609c8d6ecc5197661
2013-02-27Convert page format tab page to new widget UIOlivier Hallot1-0/+958
Notes: * pageformatpage.ui contains 3 hidden labels to hold strings used in page.cxx * Paper format (A0,A4,...) left in src file. Change-Id: If22c62558f1644e5f25baffeb3d04b921ec0fe8b Reviewed-on: https://gerrit.libreoffice.org/2432 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-26adapt code to comment .ui conversionCaolán McNamara1-58/+145
Change-Id: I93f98f50443ab3b2fb0ce9f3126b03c8a3281ad2
2013-02-26turns out protect changes dialog is converted SfxPasswordDialogCaolán McNamara1-204/+0
Change-Id: Ie4cbbc51baaf609c067abdf110a7843e71a8b2c2
2013-02-26Converted Edit -> Changes -> Comment Widget.Abdulelah Alarifi1-0/+237
Change-Id: Ie8ed01d283559aba5eae1df7a21c6fe019457a7f Reviewed-on: https://gerrit.libreoffice.org/1978 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-25Converted Edit -> Changes -> Protect Records Widget.Abdulelah Alarifi1-0/+204
Change-Id: I3803adf63d2cbe9b036a47479befe8bf21bac10b Reviewed-on: https://gerrit.libreoffice.org/1966 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-02-23add stock undo button text and map to gtk-undoCaolán McNamara1-1/+4
Change-Id: I9109dfc6293c9de399c25bea957712eb00d181be
2013-02-23various efforts to consistently apply HIG rulesCaolán McNamara5-45/+30
Change-Id: I084a0fbce57c732635e73186ba124fe3b53502d5
2013-02-22adapt code to New Toolbar Dialog .ui conversionCaolán McNamara1-3/+7
Change-Id: Ie1b7a0cf5fbb9dbfc04a07bb58d5f55f83a096f3
2013-02-22add in some extra columns to eat extra whitespaceCaolán McNamara1-15/+42
Change-Id: I85c556a5f3ed3934c409f0ee5e0b4454bc5b7728
2013-02-22align color list box to startCaolán McNamara1-2/+2
Change-Id: I819bb12dc694fa6ee2da803e41d0098f66c06c3d
2013-02-22various efforts to consistently apply HIG rulesCaolán McNamara2-7/+11
Change-Id: I045871d1f6c0dbd1baf1df82b196763d374bec38
2013-02-21split up redline dialog and adapt filter page codeCaolán McNamara1-447/+0
Change-Id: Id6fab654b4c92aaba753e7099923efb135a0bdd8
2013-02-21windowsize must be a MetricFieldIvan Timofeev1-2/+2
Change-Id: I360de01d1afa129bec2dc9aabfb16820ec5e3269
2013-02-21add a mechanism to load date fields from .ui filesCaolán McNamara1-5/+3
Change-Id: If546e2f5c0f4b58d1306c737bf69799e8033c5c0
2013-02-21change lib:widget delimiter from : to -Caolán McNamara28-119/+119
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81