summaryrefslogtreecommitdiff
path: root/cui/uiconfig
AgeCommit message (Collapse)Author
2012-11-08center vertical items in first rowCaolán McNamara
Change-Id: I08415c11d2e923ae0be005f019cfe6996d8d71a4
2012-11-08convert macro dialog to .ui formatCaolán McNamara
Change-Id: I5c832f3eaa6aefe2d652173289ef306e8743d4e0
2012-11-05convert basic dialog to .uiCaolán McNamara
Change-Id: I1ed45e5990aca4be8b499fe300d7d43fda16bd6a
2012-11-02tidy dialog a bitCaolán McNamara
Change-Id: I301e24aeb3f8b49dbf9902b7fb00c2992ece5e42
2012-11-02WIP: first stab at converting the insert-row dialogPhilipp Kaluza
to UI format Conflicts: cui/UI_cui.mk Change-Id: I1b1888f667b31b6ca22d1eca57aeb9da7ce45b71
2012-10-31convert run macro to .uiCaolán McNamara
Change-Id: I4e83afa3d164ba0ae8640f4b5f2712b88c1e305f
2012-10-26connect adjustments to spinbuttonsCaolán McNamara
Change-Id: Ia840ae93a0582e96df8faa2507835dc4fbb7141d
2012-10-26migrate Insert Floating Frame dialog to .ui fileJack Leigh
Change-Id: I732bd280295097fe098d3175127eb4d8a026dc32
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-12grr I wanted can+has *default* not *focus*Caolán McNamara
Change-Id: I070ae5f7081cf9081e8f36658e8adf7de143b207
2012-10-12set has-default for insert ole object dialogCaolán McNamara
Change-Id: Ic1c3f8784bc41c6b8adbeb4798e51eeb0300b2d0
2012-10-12migrate 'Insert OLE Object' dialog to use .ui fileJack Leigh
Change-Id: If2a241e34f88a39bacee5344f89893e3ccfdc57d
2012-10-12Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svxCaolán McNamara
Change-Id: I50f68674e057dd358357d611bbbbb3332d8cd00b
2012-10-11convert insert plugin to .uiCaolán McNamara
Change-Id: I229b152ba132329ca20cff0afd4f84e1c052b97f
2012-10-11add insert plugin .uiJack Leigh
Change-Id: Ic84e65debd25fef68cd1e2b1b801da68fa79219b
2012-10-05convert hyphenate dialog to .uiCaolán McNamara
Change-Id: I0025ce0107deaaf6b4698745691c9f0bfddc7c34
2012-10-04convert thesaurus dialog to .ui formatCaolán McNamara
Change-Id: I58c128b78f19b1141b82c2cecb37ed390a5db82b
2012-09-28add special character dialogGokul
Change-Id: I9f5e6846593ab34995518598294950b34f91b83f
2012-09-28adapt zoom dialog code to layout widgetsCaolán McNamara
Change-Id: I7da387db88b8a4449dc1dc7099527f786b0d565e
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara
Change-Id: I20829b6a0835bf96489d67b6f7effcfa84650328
2012-09-28convert hard-coded layout of effects tabpage to .uiCaolán McNamara
Change-Id: I6aa02f112b0b13402db1f0cf721d0db8862432bc
2012-09-28convert hard-coded layout of position tabpage to .uiCaolán McNamara
Change-Id: I760ac60a341a9942fef5a911cdb8b5af304ff1ad
2012-09-28convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara
Change-Id: I87da59af50420993303111dae0ec4456ae15cc20
2012-09-28add adjustment for max columnsCaolán McNamara
Change-Id: I6a1c97a3fea03bd4ef0c5a45d94bd139921bcfc1
2012-09-28We need to distinguish NumericFields from MetricFieldsCaolán McNamara
In the future I'm hoping we can get some gtk3-side support for patterns for GtkSpinButtons or such such. In the meamtime overload that info into the name Change-Id: I20464e3ddafb710dd7330fc038bb9330b852410a
2012-09-28distinguish between NumericFields and MetricFieldsCaolán McNamara
GtkSpinFields without a pattern are NumericFields Otherwise we hook off the pattern to determine what sort of field it is, only MetricFields for now and their various field units. Change-Id: I1d50b302b402516b5460774f1d689ac93bfd61ff to-do: upstream something of the "pattern" nature into gtk
2012-09-28We'll need to customize the xml format a little for some thingsCaolán McNamara
But we might be able to get them upstreamed to gtk and we can still do the pony work with glade (and/or tweak glade to retain alien properties)
2012-09-28add Zoom dialog .uiCaolán McNamara