summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-09-28additional syntax tidyingCaolán McNamara
Change-Id: I0b99c39fb74ecabd2cc8ec16d38e362a03e83381
2012-09-28make a dialog basically a dictionary of child widgetsCaolán McNamara
so call get("name") on a dialog to get the child widget of that name Change-Id: Ib6ebe8e0165ec3e1f50de9295855042b65faf5d1
2012-09-28set a preferential width on the char/word count widgetsCaolán McNamara
Change-Id: Icb0fa6e358fa3bc8281b8acdc7214b5cd8204c70
2012-09-28missing wordcount.ui installCaolán McNamara
Change-Id: Ic48a4108e4ff9093f7d6a9724902fa4403c956cd
2012-09-28Drop hard-coded layout for wordcount and use Gokul's .uiCaolán McNamara
Take the opportunity to merge SwWordCountDialog and SwWordCountFloatDlg together. Now the cycle is complete, .src -> manual layout -> .ui Change-Id: I4fb7840b8786ede82ffa1591effc9e4ff444504c
2012-09-28add a wordcount .uiGokul
Change-Id: I3eb959c27fa99d0a088472de3f95bf3c659114ee
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-28GetProcAddress doesn't work like dlsym with executable's handleCaolán McNamara
underlying GetProcAddress on windows, unlike dlsym, doesn't search through all loaded .dlls searching for the symbol when given the default module. So load the module by name. Change-Id: I148250c9d8dd5aa2b802581d049533f2c5e83caf
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
2012-09-28c++11ism won't washCaolán McNamara
Change-Id: I86ce5203998f8e23533c01243b5aac5ac6b4fc53
2012-09-28we need to set hexpand now that it's implemented to fill the dialogCaolán McNamara
Change-Id: Ib054f474a197c7cab6cd0d4b8ab650f4c78d1e79
2012-09-28get_by_name -> get and pretty up widget type castingCaolán McNamara
Like Noel G points out, it's not like there any other way to get a widget other than "by_name" Change-Id: Iefe2a16472e2916dbeba1ba3c0c115cc6416ab5b
2012-09-28now that halign works, use it to pretty titlepage dialogCaolán McNamara
Change-Id: Ifbb5fe1aa09bf96555601ce237e19d84417354c2
2012-09-28add support for custom property for custom widgetCaolán McNamara
Change-Id: I166522cb801282ce7b887b694e9ab25c84bd7759
2012-09-28Convert of LineNumberingDialog dialog from .res to .ui formatCaolán McNamara
A representative commit for full conversion of a dialog to .ui format, see 4add66152cd6c1c9f4f39be35d8d016cb5b11080 of helpcontent2 for matching help content updating Change-Id: I062e401b5ef670de03f57b1feed7ae9138faff07
2012-09-28missing pieceCaolán McNamara
Change-Id: Ia04a22f15d26be3cb9d99b0e4d948cd154803d8f
2012-09-28add a mechanism to create custom widgets via VclBuilderCaolán McNamara
Change-Id: Ia78ba7126de6a1b3dac3877e3eef9a30194f8777
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-28simplify line numbering dialogCaolán McNamara
Change-Id: I3bb2a0c6b3f468fc37332d8f390aac3290f129c3
2012-09-28ditch over complex property bucketsCaolán McNamara
A fairly small fixed number of properties are needed, so simplify Change-Id: Iedce02264816666dbac53d7ad3cfb64be8e1c8bb
2012-09-28col ids all have to be 0, use order of appearance insteadCaolán McNamara
Change-Id: I9508e2fa928db822b1776230c83fb48dfeb956de
2012-09-28disambiguate list store entriesCaolán McNamara
Change-Id: Ifcf3abd08bf2bf3fd170adfe52b2c9ff69b30c5b
2012-09-28use UI gbuild class to package .ui files in swDavid Tardon
Change-Id: I3c6a8d3cbd9fad20506c1deb34d7a65c4fa76bc6
2012-09-28zero-code-change outline numbering dialog layout conversionCaolán McNamara
a conversion of the outline numbering dialog in writer to layout enabled widgets built from a .ui file without changing any dialog code Actual code conversion is optimal in terms of load time, memory usage and code size/simplicity.
2012-09-28deploy standalone numbering tab conversionCaolán McNamara
2012-09-28pretty title page dialog a bit moreCaolán McNamara
2012-09-28put .ui file into correct locationCaolán McNamara
2012-09-28.ui.ui -> .uiCaolán McNamara
2012-09-28add zero-code change demo insert break dialogCaolán McNamara
ToDo: a) connect up GtkComboBox model, ListStore etc to fill in the currently missing default entries. b) implement pack at start for button boxes
2012-09-28implement sucking in the padding from the themeCaolán McNamara
pretty up dialogs, centralize adding the borders into VclContainer, reduce default space between buttons
2012-09-28first pass at a manual conversion to .ui format of a dialogCaolán McNamara
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara
retro-fit the logic that search dialog's children for keyboard short cuts and default focus widgets etc
2012-09-28convert SwCharURLPageCaolán McNamara
2012-09-28better initial size string for pre-updateCaolán McNamara
2012-09-28set char dialog resizableCaolán McNamara
2012-09-28rename these so easy to know what is whatCaolán McNamara
2012-09-28rename theseCaolán McNamara
2012-09-28can drop the debugging size setting now it worksCaolán McNamara
2012-09-28need to think about the toplevel dialog resizeCaolán McNamara
2012-09-28add a little spaceCaolán McNamara
2012-09-28pretty it up a littleCaolán McNamara
2012-09-28only Dialog has SetMinOutputSizePixelCaolán McNamara
2012-09-28pretty up the demo dialogCaolán McNamara
2012-09-28support a border-widthCaolán McNamara
2012-09-28now can add the original widgets back inCaolán McNamara
2012-09-28we'll need ButtonBoxes to enforce equal button sizeCaolán McNamara
2012-09-28we'll need a pack-type in order to shove buttons over to the rightCaolán McNamara
2012-09-28use property bucketsCaolán McNamara
2012-09-28add basic hbox, vbox and dialog supportCaolán McNamara
2012-09-27sw: hopefully fix windows buildMatúš Kukan
Change-Id: If8d2b964cad9dfd8b847fbc89f9e13ebfb5bc191