Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-28 | move dialog-contained widget builder into dialog baseclass | Caolán McNamara | |
2012-09-28 | implement widget alignment within gtkgrid | Caolán McNamara | |
2012-09-28 | increase tabcontrol optimal size by border gap | Caolán McNamara | |
2012-09-28 | beef up the demo | Caolán McNamara | |
2012-09-28 | we can extract the control type from the window | Caolán McNamara | |
2012-09-28 | import GtkTreeView as alternative view ListBox | Caolán McNamara | |
2012-09-28 | map GtkDrawingArea to a plain vcl Window | Caolán McNamara | |
2012-09-28 | expand demo to showcase more layouts | Caolán McNamara | |
2012-09-28 | There can be more than one toplevel object in a .ui file | Caolán McNamara | |
2012-09-28 | pretty title page dialog a bit more | Caolán McNamara | |
2012-09-28 | fix grid spanning for non-homogeneous cols/rows | Caolán McNamara | |
2012-09-28 | column spacing, not row spacing | Caolán McNamara | |
2012-09-28 | Add GtkNotebook->TabControl import and update demo to use it | Caolán McNamara | |
2012-09-28 | implement start and end button layouts and connect them up | Caolán McNamara | |
2012-09-28 | take over selected entry text | Caolán McNamara | |
2012-09-28 | transfer contents of listboxes | Caolán McNamara | |
2012-09-28 | import GtkListStore contents to ListBox | Caolán McNamara | |
2012-09-28 | put .ui file into correct location | Caolán McNamara | |
2012-09-28 | .ui.ui -> .ui | Caolán McNamara | |
2012-09-28 | add zero-code change demo insert break dialog | Caolá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-28 | extend property snaffling to listboxes etc. | Caolán McNamara | |
2012-09-28 | drop extra padding | Caolán McNamara | |
2012-09-28 | move setting dialog properties on box child to initial show | Caolán McNamara | |
2012-09-28 | move height/width request into WindowImpl | Caolán McNamara | |
2012-09-28 | This random +6 makes my windows too large | Caolán McNamara | |
The comment doesn't describe the circumstances that required this in the first place | |||
2012-09-28 | We'll need to customize the xml format a little for some things | Caolá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-28 | connect up NumericFields with their editboxes | Caolán McNamara | |
2012-09-28 | blasted BorderWindows are a pain | Caolán McNamara | |
2012-09-28 | steal radiobutton guts | Caolán McNamara | |
2012-09-28 | put the cui zoom dialog into the right place | Caolán McNamara | |
2012-09-28 | make radiobuttons a more pleasing height | Caolán McNamara | |
2012-09-28 | don't factor in border window spacing after all | Caolá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-28 | add Zoom dialog .ui | Caolán McNamara | |
2012-09-28 | fix button groups | Caolán McNamara | |
2012-09-28 | Implement conversion scheme for dialogs without changing their code | Caolá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-28 | add prevLogicalChildOfParent | Caolán McNamara | |
2012-09-28 | don't reorder children without position properties | Caolán McNamara | |
2012-09-28 | and set 3dlook for reused toplevel dialogs | Caolán McNamara | |
2012-09-28 | implement sucking in the padding from the theme | Caolán McNamara | |
pretty up dialogs, centralize adding the borders into VclContainer, reduce default space between buttons | |||
2012-09-28 | just return a vector rather than pass one in by ref to be cleared | Caolán McNamara | |
2012-09-28 | implement RadioButton groups | Caolán McNamara | |
2012-09-28 | n-rows doesn't matter, auto sizes depending on children | Caolán McNamara | |
2012-09-28 | use GetRadioButtonGroup to get other members of the radiobutton group | Caolán McNamara | |
2012-09-28 | implement active property for checkboxes and radiobuttons | Caolán McNamara | |
2012-09-28 | support sensitive property | Caolán McNamara | |
2012-09-28 | first pass at a manual conversion to .ui format of a dialog | Caolán McNamara | |
2012-09-28 | park VclBuilder integration into SfxModalDialog for the moment | Caolán McNamara | |
2012-09-28 | validate and pack .ui files as well as .xml files | Caolán McNamara | |
2012-09-28 | implement a get_by_name for VclBuilder | Caolán McNamara | |
2012-09-28 | add resizable bits | Caolán McNamara | |