summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
AgeCommit message (Collapse)Author
2013-04-04make border property of multiline edit optionalCaolán McNamara
Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e
2013-04-04convert license dialog to .ui formatCaolán McNamara
Change-Id: Icbcb2a86369c95f9acff05d677a4f5eaa1d9dfb9
2013-03-25SfxInternetPage: apparently forgot to remove the .ui file...Michael Stahl
Change-Id: I6fa21e9e7403eacf4259c2cb95b22c383c517aa9
2013-03-25remove that silly SfxInternetPage alreadyMichael Stahl
LibreOffice is not a web browser. This reloading stuff apparently never even worked for editable documents anyway, see i#50881. Change-Id: I720fbb72fd93232ad3e6fdfc65a05748bdf78108
2013-03-13drop unused resources and toggle label to activate replacement widgetCaolán McNamara
Change-Id: I4a608c3b8163b9e171cd73dc7921d16e7dbfa3a1
2013-03-13convert manage style page to .uiCaolán McNamara
Change-Id: I42d08439c7aaf90ba2090012757c2ece88ba023c
2013-02-21HIG, consistent border width for properties pageCaolán McNamara
Change-Id: Iacaa53c167230d40bd7e68216ff9deb97c528063
2013-02-21clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tabNoel Power
Change-Id: I9cfb4f65e27a73921ac7944376677c5ddecdf9a9
2013-02-21change lib:widget delimiter from : to -Caolán McNamara
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-15various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2
2013-02-15use stock buttonCaolán McNamara
Change-Id: I203eac7e8f4b49524c9255924725f5f1de4b9979
2013-02-13move print options .ui to sfx2 and adapt codeCaolán McNamara
Change-Id: I8a7b1d15a002cbe74ac0fb97fcd8ce60a47a4e61
2013-01-26add mnemonic widgets to document info pageCaolán McNamara
Change-Id: I286847cb0f07a416b1810450eb2c873ca19c2932
2013-01-26add mnemonic widgets to description info pageCaolán McNamara
Change-Id: Ic9b5a0d39d91ee3546ab49e5c586b16b70298045
2013-01-26add mnemonic widgets to statistics info pageCaolán McNamara
Change-Id: Ife142f262f3f78f25ba3b8b3eaa1a515b21b3da5
2013-01-26add mnemonic widgets to internet info pageCaolán McNamara
Change-Id: Ic28d8e0918d81086232424fe98e34636f4f83233
2013-01-24add a layout aware SfxSingleTabDialogCaolán McNamara
Change-Id: Ia4726eac4448dd22380d81d49c5e3b19aa097f73
2012-12-29callcatcher: update unused code listCaolán McNamara
Change-Id: I47467b53705f8059a829126a598e29a1105df13c
2012-12-19convert document properties tabdialog to .ui formatCaolán McNamara
this includes allow us to add tabpages to SfxTabDialogs by name (and getting back the matching pageid) where the name of a tabpage is the name of the label widget for the page in the .ui notebook. Change-Id: I48bfaa9ac8daa443ca72540e2024ddb9df34faa5
2012-12-19split out custom properties info page and convert to .uiCaolán McNamara
The CustomPropertiesWindow could be converted to something that inherits from one of the new containers and remove a load of that custom positioning code but for now just minimally retro-fit the existing manual position setting code of the custom scrolling widget. Change-Id: I6c85286f3652a11bf8c8d827c4986b5b9d745523
2012-12-19split out custom info page and convert to .uiCaolán McNamara
Change-Id: I4353c839f6b081fcffd33edb2eb6722e91379cf5
2012-12-19split out internet info page and convert to .uiCaolán McNamara
Change-Id: I1aa0dea1e0867b4cf6c4ca099d8c0281d400b24c
2012-12-18split out security info page and convert to .uiCaolán McNamara
Change-Id: Ifb962186a80941beb57b75815fbb9d425ef44ee0
2012-12-18split out statistics info page and convert to .uiCaolán McNamara
Change-Id: I0c940128e535cfadbd7ac917601dd9da0d0a347a
2012-12-18bah, missing fileCaolán McNamara
Change-Id: I09626f2d7b5b786e35e02964554d7f5c0239d952
2012-12-18split out description info page and convert to .uiCaolán McNamara
Change-Id: I502a51018f7281c9e4bc42d6f9ae76e6cd6a3d86
2012-12-17split out document info page and convert to .uiCaolán McNamara
move svt::SelectableFixedText to vcl and implement "selectable" GtkLabels by mapping to that vs FixedText for standard GtkLabels Change-Id: Ic114991cd2c2eb6673bcef634fa286dd7c67056f
2012-12-13initial base for printer properties dialogGokul
Change-Id: Ie6606684f28aeba84820b1832217a347c5e0502d
2012-12-11convert Template Management dialog to .uiCaolán McNamara
Change-Id: Ifebd5ad91d1c8b456c458b01738261dfe34a6f83
2012-12-10move template management .ui to impl home of sfx2Caolán McNamara
Change-Id: I000906b6149dd1f152f8ac2055e1dbb87b58b9d2
2012-12-06convert Printer Options dialog to .uiCaolán McNamara
Change-Id: Ie9f5823170c58f785328e41edcfa1ad70a949529
2012-12-04Checkin/out: some cleanup in UI strings + translators commentsCédric Bosdonnat
Change-Id: Ifd1b4f2385523fb845332aaff84eb3528258a469
2012-11-07using a grid instead of a boxCaolán McNamara
because I haven't implemented widget prop expands yet in boxes, but I have in grid, not too hard to do, just need to get around to it Change-Id: I6120df6061f622e14f8160f0bb098fcaba15abab
2012-11-07CMIS: added CheckIn dialogCédric Bosdonnat
Change-Id: Iba938986478b880b7026285f607972a2e4d72283
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara
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 McNamara
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
2012-10-11import password echo char settingCaolán McNamara
Change-Id: I36a82a8bb915e72a191787a2e44f9bd814271ea1
2012-10-05convert password dialog to .uiCaolán McNamara
Change-Id: Ib2e9c5a72239fc0fa3a54ac3717d90fe1b779d63