summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-28move dialog-contained widget builder into dialog baseclassCaolán McNamara
2012-09-28implement widget alignment within gtkgridCaolán McNamara
2012-09-28increase tabcontrol optimal size by border gapCaolán McNamara
2012-09-28beef up the demoCaolán McNamara
2012-09-28we can extract the control type from the windowCaolán McNamara
2012-09-28import GtkTreeView as alternative view ListBoxCaolán McNamara
2012-09-28map GtkDrawingArea to a plain vcl WindowCaolán McNamara
2012-09-28expand demo to showcase more layoutsCaolán McNamara
2012-09-28There can be more than one toplevel object in a .ui fileCaolán McNamara
2012-09-28pretty title page dialog a bit moreCaolán McNamara
2012-09-28fix grid spanning for non-homogeneous cols/rowsCaolán McNamara
2012-09-28column spacing, not row spacingCaolán McNamara
2012-09-28Add GtkNotebook->TabControl import and update demo to use itCaolán McNamara
2012-09-28implement start and end button layouts and connect them upCaolán McNamara
2012-09-28take over selected entry textCaolán McNamara
2012-09-28transfer contents of listboxesCaolán McNamara
2012-09-28import GtkListStore contents to ListBoxCaolá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-28extend property snaffling to listboxes etc.Caolán McNamara
2012-09-28drop extra paddingCaolán McNamara
2012-09-28move setting dialog properties on box child to initial showCaolán McNamara
2012-09-28move height/width request into WindowImplCaolán McNamara
2012-09-28This random +6 makes my windows too largeCaolán McNamara
The comment doesn't describe the circumstances that required this in the first place
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-28connect up NumericFields with their editboxesCaolán McNamara
2012-09-28blasted BorderWindows are a painCaolán McNamara
2012-09-28steal radiobutton gutsCaolán McNamara
2012-09-28put the cui zoom dialog into the right placeCaolán McNamara
2012-09-28make radiobuttons a more pleasing heightCaolán McNamara
2012-09-28don't factor in border window spacing after allCaolán McNamara
it makes the spinboxes too tall, possibly might make sense to add the border window padding, but maybe in the native widgets remove it again
2012-09-28add Zoom dialog .uiCaolán McNamara
2012-09-28fix button groupsCaolán McNamara
2012-09-28Implement conversion scheme for dialogs without changing their codeCaolán McNamara
This supports a scheme where we can change over a dialog to GtkBuilder xml without touching its code by the presence of a .ui file in the right place e.g. share/config/soffice.cfg/cui/10000.ui for the zoom dialog
2012-09-28add prevLogicalChildOfParentCaolán McNamara
2012-09-28don't reorder children without position propertiesCaolán McNamara
2012-09-28and set 3dlook for reused toplevel dialogsCaolán McNamara
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-28just return a vector rather than pass one in by ref to be clearedCaolán McNamara
2012-09-28implement RadioButton groupsCaolán McNamara
2012-09-28n-rows doesn't matter, auto sizes depending on childrenCaolán McNamara
2012-09-28use GetRadioButtonGroup to get other members of the radiobutton groupCaolán McNamara
2012-09-28implement active property for checkboxes and radiobuttonsCaolán McNamara
2012-09-28support sensitive propertyCaolán McNamara
2012-09-28first pass at a manual conversion to .ui format of a dialogCaolán McNamara
2012-09-28park VclBuilder integration into SfxModalDialog for the momentCaolán McNamara
2012-09-28validate and pack .ui files as well as .xml filesCaolán McNamara
2012-09-28implement a get_by_name for VclBuilderCaolán McNamara
2012-09-28add resizable bitsCaolán McNamara