New branch 'feature/cmclayouttrans' available with the following commits:
commit d4b655a8f1afe35afd1bd6df331457062b2bba12
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 27 23:12:48 2012 +0100

    fix merge conflict
    
    Change-Id: I48aedf99459f632e2e94db20be44b0bc5d166805

commit e2ac733058075f3a72e1885edbb3f61962dfd2fc
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 27 16:13:37 2012 +0100

    add a plausible .ui to .sdf extraction tool
    
    Change-Id: Icd45e901ea9dd664fcbc0db0c71f555c4cc24a34

commit 9af472658b3d5930e9596e74c96e0ff60b566ce9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 27 11:04:18 2012 +0100

    1-10 shouldn't be translatable
    
    Change-Id: I92282a3fe8c773bf1e3a3bb6f80cd96475223990

commit e53ec77d1f6d6cc2d02b24887a6176db74c2db1b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jun 26 13:51:13 2012 +0100

    adapt for changes
    
    Change-Id: If63af9edf9afea73e8b2e5f2f35024fd43a54a99

commit da5efcfe12e8b398124809bd302b76aed0abf240
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jun 18 14:38:37 2012 +0100

    hook up tooltips

commit a7b013786af169dfb45408a09df4ebaa8862da7d
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jun 18 13:21:15 2012 +0100

    make isLayoutEnabled stricter
    
    dialog/tabpage must have only one child that is a container

commit 609b2a4b56c85bdea77877d4abd4a61d93ad19ad
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jun 18 13:08:59 2012 +0100

    for legacy TabDialogs dialogs hack the hack to reposition the TabControl
    
    hack to get tab dialogs that add extra widgets to a SfxTabDialog
    parent to continue to work as before now that the SfxTabDialog
    contains a Container rather than a raw TabControl

commit a78f5eb032386ac424a1ce6471f2049b96c5b310
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jun 18 08:10:30 2012 +0100

    further improvements to tabcontrol optimal size
    
    One calculation takes the vertical offset into account, which we want
    for height. But that one calculates the label width according to the
    double-decker layout for over-wide layout, which we don't want.

commit 18526bdbfc004a48730945d02816c87745ed46ba
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Jun 16 23:25:37 2012 +0100

    put apply button into button action area

commit 161e863ba8fafa02c270af36d0cf57169d81529f
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Jun 16 20:23:31 2012 +0100

    add and use a "WINDOW_CONTAINER" type
    
    use it instead of dynamic_cast seeing as we already are dragging
    the window type information around with us

commit 3b5f9a06bbddb646c47fa57180b9f88119b3f59d
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Jun 16 16:43:25 2012 +0100

    improve queue_resize

commit a52e318026c9a0ed0f5603a7995d5746c5e9a9c7
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Jun 16 13:29:15 2012 +0100

    avoid redraws when size/pos is unchanged

commit 9c85b4283cab32ae80c5a13673cf91059f348784
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Jun 16 12:38:51 2012 +0100

    skip queue_resize on irrelevant state changes

commit dbe3c8c486fc3900784ab47e3c6a114fa9c01d36
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 15 13:35:15 2012 +0100

    keep empty but spanned rows/cols

commit aefe9698a6982eaefdae51dbaebc15a4e0bd28a7
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 15 12:33:10 2012 +0100

    zero-code-change outline numbering dialog layout conversion
    
    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.

commit 90cd9994cc28ed7df6f78616544b19635c3d0198
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 15 12:30:19 2012 +0100

    adjustment implementation

commit 0dbf6f5c3f70051c1266107bc4f80ed50c4e5410
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 15 12:29:25 2012 +0100

    improve TabControl::GetOptimalSize

commit 1c2f36ab1bcd234fc07882a55789dbcbc779df0f
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 15 10:19:41 2012 +0100

    drop empty rows/cols in VclGrid

commit 710e34770f9019099d268b27cb5595d0a9c8250a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 14 21:03:05 2012 +0100

    MultiListBox replace by builder as well

commit 8ed77d801e467c3b199e9bac9fbdc0a7a64fda1a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 14 14:20:49 2012 +0100

    implement GtkAdjustment import + apply

commit 764a66ea284914702e9def5defaa148f3d91bc18
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 14 11:07:59 2012 +0100

    make default dropdown list length shorter

commit ff9d127c6d7617dbc20111c4fb01dfb3ea486ae6
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 14 11:07:22 2012 +0100

    copy properties of metricfields

commit 6818fe9b59cd1b906fa69b7052f16b2b6a7b3447
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 14 10:47:39 2012 +0100

    implement number of decimal places

commit a20249e6aaf307ae930d0a2ef94adaaf4cec9960
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 13 16:48:47 2012 +0100

    deploy standalone numbering tab conversion

commit 82d1b6726fbda9ef2662eb8ec019a312646b2667
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 13 16:31:45 2012 +0100

    classic vcl resources use the "height" of a combobox to set the dropdown 
size
    
    so, pick an arbitrary large number of lines for the dropdown

commit 616c462131ec9f44ef48ca669def4c33a597f879
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 13 14:51:06 2012 +0100

    allow bare Windows to be replaceable too (GtkDrawingArea)

commit 9254b412bad3546fa668e487e1aa344a5c7318dd
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 13 14:25:07 2012 +0100

    mpImplWin only exists for dropdown ListBoxes

commit 16f518606bc255c05d8dddf96c6d37af062408c7
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 13 14:24:01 2012 +0100

    allow TabPages to load .ui files for retrofitting
    
    when presented with a resource id let tabpages
    find .ui files that can override that

commit bc4569001e99e1b7c4f612b33a2a9781a8f86645
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 13 13:46:34 2012 +0100

    allow previewing trees without toplevel windows

commit 7baf097eed1334608713027eb21850aa1c3b5ce1
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 13 09:51:20 2012 +0100

    tweak SfxTabDialog so that it can use VclBuilder provided 'internal' widgets

commit 7ff197c7fd4992061ca5d1846f4c0c94fddb462d
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jun 12 21:54:57 2012 +0100

    dynamically create SfxTabDialog widgets
    
    so we can easily implement creating them vs reusing builder-provided
    ones.

commit eb8f2babaa8cf31c8852e182888cfed58856e7dd
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jun 12 16:02:26 2012 +0100

    assign tab page ids such that retrofitting existing code is easier

commit aa89f0eb2e5092586df66006fd564c4b4e4f7bd5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jun 12 15:59:18 2012 +0100

    consider tab widths even in empty tab pages

commit 85950dcfab6f436f0e433ec641839cf6fe399760
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jun 12 13:05:14 2012 +0100

    import placeholders as empty pages for tabcontrols

commit 17d8ceb26a1e625a26539ee1dce89a6eaf4d9aca
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jun 11 21:25:34 2012 +0100

    move dialog-contained widget builder into dialog baseclass

commit c637ffe8ae788c42e17ba81346e1d22c8e356e8a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jun 11 12:48:24 2012 +0100

    implement widget alignment within gtkgrid

commit 4f2ab63bf31bee8e2c2cf367851edf2c79ab3413
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Jun 11 12:42:01 2012 +0100

    increase tabcontrol optimal size by border gap

commit b101a1fdd5a0106159713da31d2296c69697f3c1
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Jun 9 13:46:38 2012 +0100

    beef up the demo

commit e7bd36c464323c1e631daae8fc3615d24a91d850
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Jun 9 10:33:31 2012 +0100

    we can extract the control type from the window

commit 4be250105f990413ddbf9e7d910e14cc1f86ad70
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 8 20:59:06 2012 +0100

    import GtkTreeView as alternative view ListBox

commit 5ce9f3d8a9a920ead112020098d9386c59223428
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 7 23:03:18 2012 +0100

    map GtkDrawingArea to a plain vcl Window

commit d69485a4befeee969b84f584175f5ef82355e87a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 7 21:36:19 2012 +0100

    expand demo to showcase more layouts

commit 67cb932356b4c77539994377bfb146ab3e8e0b97
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 7 21:27:47 2012 +0100

    There can be more than one toplevel object in a .ui file

commit e440897a7206362c9b8b521b2723318df61f3b42
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 7 21:22:44 2012 +0100

    pretty title page dialog a bit more

commit 424cb64590eddb114fa90e52c7dd9d3db49c517d
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 7 16:54:09 2012 +0100

    fix grid spanning for non-homogeneous cols/rows

commit a36d30c838c7f4da3b47d86976d8f6bd4ceb346f
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 7 15:51:23 2012 +0100

    column spacing, not row spacing

commit ff157259b2c9c20e6a06464c5494de58f28a855c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 7 15:11:02 2012 +0100

    Add GtkNotebook->TabControl import and update demo to use it

commit c504b06a2f5592cb5404644db883ed9bfd9faccd
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 6 10:46:49 2012 +0100

    implement start and end button layouts and connect them up

commit 2ab829ebe3ba0cc07ba558628bbccfc19cc92da5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 6 10:29:16 2012 +0100

    take over selected entry text

commit 671773c36fb2220a1de24044d40f992546654e59
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 6 09:17:26 2012 +0100

    transfer contents of listboxes

commit 9c79997d9679f49beb075a66c5558957803718f8
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jun 6 08:56:46 2012 +0100

    import GtkListStore contents to ListBox

commit a9cbf0193622d9c932260694a21c86469f31df09
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jun 5 13:07:30 2012 +0100

    put .ui file into correct location

commit c2f799904703b415271d79e22d16217f79709e62
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jun 5 13:05:39 2012 +0100

    .ui.ui -> .ui

commit ea9a34ca64d5bd9801aa9f7535473b5b93e8cbe9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 1 13:43:01 2012 +0100

    add zero-code change demo insert break dialog
    
    ToDo:
    a) connect up GtkComboBox model, ListStore etc to fill in the currently 
missing
    default entries.
    b) implement pack at start for button boxes

commit af4887db0267da69dda8ca5351635b3f2504211f
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 1 13:40:01 2012 +0100

    extend property snaffling to listboxes etc.

commit d95c10971d7be0b73516b21442cf887d14b83b95
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 1 10:26:18 2012 +0100

    drop extra padding

commit 76101d2f1bd8a02105d3cc14a88fee1b6e54c267
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 1 10:21:38 2012 +0100

    move setting dialog properties on box child to initial show

commit a6371bd296de493e0f0339f2578a0940db7c3926
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 1 10:20:15 2012 +0100

    move height/width request into WindowImpl

commit 97a29ba1394cbfedb767a24a8e3c80f89937d0b8
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 1 10:10:36 2012 +0100

    This random +6 makes my windows too large
    
    The comment doesn't describe the circumstances that required this
    in the first place

commit e1d6a4cec810811c6dc6903fb6c583b928214bb6
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed May 23 14:25:22 2012 +0100

    We'll need to customize the xml format a little for some things
    
    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)

commit 35ceba9ae8e13bc3e81ce327996a7a5ddb115ad5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed May 23 13:32:19 2012 +0100

    connect up NumericFields with their editboxes

commit 3773f097d9862803430e59d62b1e88ad7e42f889
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed May 23 13:17:44 2012 +0100

    blasted BorderWindows are a pain

commit 91caa197c4ba860e0f5f6e80572d069db6142630
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 22 22:26:27 2012 +0100

    steal radiobutton guts

commit c3bc4c0cd29e910dde425c1a7eff1244e17da846
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 22 15:38:10 2012 +0100

    put the cui zoom dialog into the right place

commit e30cea180e6f0882dd825cce2c2813763a87c010
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 22 15:28:29 2012 +0100

    make radiobuttons a more pleasing height

commit 999d6860081fde5e0a59b82740794348afb87f95
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 22 15:26:13 2012 +0100

    don't factor in border window spacing after all
    
    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

commit 921f13c1b7c22c8bbf79cdc9beb3cbf60aee81f4
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 22 14:11:51 2012 +0100

    add Zoom dialog .ui

commit 86291d948e225eff2fa1b7bc65813d16a2671582
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 22 13:58:59 2012 +0100

    fix button groups

commit b0a9dfd1fb83f4bf88f592aef8f17eb6d76cb754
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 22 12:33:28 2012 +0100

    Implement conversion scheme for dialogs without changing their code
    
    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

commit df3eadf666ee0da3b5059666fcd886557fb33765
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri May 18 15:54:19 2012 +0100

    add prevLogicalChildOfParent

commit 8a5b2b14b0c18d73a4ba70b79b4bc4164fabde9c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri May 18 15:54:03 2012 +0100

    don't reorder children without position properties

commit 14a62f8849e0ea5d173da9f1fabe3a08c69ad322
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri May 18 14:05:20 2012 +0100

    and set 3dlook for reused toplevel dialogs

commit b970e4c98b225a8e2c70d0cd3d45e9f9172dbffd
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri May 18 13:48:13 2012 +0100

    implement sucking in the padding from the theme
    
    pretty up dialogs, centralize adding the borders into
    VclContainer, reduce default space between buttons

commit 69ff83fe38228bbc4076761f47c4b11b58e8788b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 30 10:25:34 2012 +0100

    just return a vector rather than pass one in by ref to be cleared

commit 5948d88b61bf06680c32e8a2c286e120bee66157
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 30 10:19:19 2012 +0100

    implement RadioButton groups

commit 02b64aea07cc18981fa46c3e7e4c39dab5716a2a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 30 09:53:09 2012 +0100

    n-rows doesn't matter, auto sizes depending on children

commit cdc4c1f19efea508706ac4665b9caf539da4acea
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 30 08:59:54 2012 +0100

    use GetRadioButtonGroup to get other members of the radiobutton group

commit f0e09b23b137aa87b7498890dee8ac1e5302bbfb
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 25 11:35:17 2012 +0100

    implement active property for checkboxes and radiobuttons

commit 0c0f487f9c0c84f01cf16ecbe592f6dd57a01d19
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 25 11:22:15 2012 +0100

    support sensitive property

commit 43fe88d0434187d3301c1b39df1e1418281036c6
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 25 11:15:33 2012 +0100

    first pass at a manual conversion to .ui format of a dialog

commit 7740ff40318b275dbedb76511ab1ac4e7d5e998b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 25 11:14:38 2012 +0100

    park VclBuilder integration into SfxModalDialog for the moment

commit bd66c320a0e1eb728877b48fcb96162680ebd72e
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 25 11:13:36 2012 +0100

    validate and pack .ui files as well as .xml files

commit 1fde0642986dc2867cc0259eec8774f054ced544
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 25 11:12:55 2012 +0100

    implement a get_by_name for VclBuilder

commit 8023d765d794eb504174554c3094db5106619e18
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 25 09:02:52 2012 +0100

    add resizable bits

commit 1f7fba2fd96ee2dca2391e8ab3375c332f8ff613
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 16 15:14:42 2012 +0100

    basic optimization pass

commit 8df4ab65d33ecda55bb16b45ace56f6412070f48
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 16 12:15:13 2012 +0100

    mpImplLB of ComboBox is NULLed during destruction

commit 7b86d6b91dfba956ef0b3ef4e8d2ec15192c1d3d
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 16 11:33:57 2012 +0100

    handle some stock buttons

commit ee6a4745fa84d5315f06cac99cbc8d2c0c00fb26
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 16 11:05:57 2012 +0100

    implement Grid and Box properties

commit 5bdd576fecefe1e145f14f411fe9cd2257573490
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 16 10:50:23 2012 +0100

    move property setting into widgets

commit 58dc1f82bd985a5bbd083bc1ae1d6a041bd2ba84
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Apr 16 10:12:57 2012 +0100

    implement basic VclAlignment

commit c6d4a78e9ee70514de26baffd582d92afeed91c3
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 11 11:45:33 2012 +0100

    add a GtkFrame to the demo

commit 9eaaa7b728c20b1224c0a9454e4477d3af5055da
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 11 11:41:54 2012 +0100

    implement a basic VclFrame
    
    factor out common VclContainer pieces

commit a18fb97f005a6b0d8a26ee2cde2b8341af5a23fa
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 11 11:33:09 2012 +0100

    install ui-previewer

commit a3018e3aacc54ccab472c89cdd6cfe88b9c3e8ed
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Apr 6 21:28:37 2012 +0100

    document methods

commit 534a944cca8cb7a06609eda5d6c5516dd690e4ce
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Apr 6 09:01:50 2012 +0100

    don't bother with children resize request while dialog is closing

commit 7822b9f15300e8f35a38f33c81367f630d48b94d
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Apr 6 08:40:14 2012 +0100

    mpImplLB of ListBox is NULLed during destruction

commit 876b089e12e8acc4fa9af5466b94140ef31a7ab5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Apr 5 21:28:08 2012 +0100

    make dialogs closeable in previewer

commit e972d386a9837502faae21111f3bafdd7b2d3f22
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Apr 5 21:18:01 2012 +0100

    set a default title

commit 6990662238bcdf8ea21e614727b264750a31d412
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Apr 5 20:43:33 2012 +0100

    import GtkGrid

commit 0c866c300e90329e49049d0cac525fef25ad00ff
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Apr 5 20:41:35 2012 +0100

    follow theme by default for Dialogs

commit f1e827c9eb4c6f5de11bdf7806a8827b04ba9490
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 4 09:30:41 2012 +0100

    implement ListBox dropdown

commit b2d0d964b5593fc71d8598e3d0aeaef5477bdd77
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 4 09:12:06 2012 +0100

    rearrange demo to help glade out

commit cc450f00adca22f33a87486de5da474019adc1a6
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 4 09:11:38 2012 +0100

    add border

commit 2ddb593f87cc365c0d17d3bf04bdf89396ccb3b5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Apr 4 09:04:23 2012 +0100

    implement GtkSpinButtons as NumericFields for now

commit cbd7bc729c45c5819958f8c60fc63e6ecc3b1459
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Apr 3 13:08:53 2012 +0100

    Implement "visible" from builder. Fix queueResize.
    
    The natural place to call queueResize is from Window::StateChanged
    => instant-beautiful ui-previewer demo. ship it.

commit 79fec8cb3a95421bd1675a0191d7930f841a755b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Mar 29 10:27:27 2012 +0100

    fix pack-end and import pack-type

commit 6fde10a9f57f08cd1462435928ee62e4572778ba
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Mar 28 14:10:13 2012 +0100

    allow reordering widget according to packing::position

commit 19f4509f6f39248c6496a1b2005422a8438f9427
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Mar 27 16:32:28 2012 +0100

    import expand/fill etc.

commit 5860ab3e706876e183cbe275ca143f874d38d797
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Mar 27 14:44:52 2012 +0100

    GtkEntry defaults to Left alignment

commit 9eeaaea56a986b0e73b6266a0bdaa1c4fb562bdb
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Mar 27 14:32:24 2012 +0100

    checkboxes, edit controls

commit c7cc1fa28669e5383d65a9f37d210e621070afbf
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Mar 27 14:20:17 2012 +0100

    labels, radio buttons, vbox, hbox, button-boxes, text alignment

commit b3948726372990c54e943eae5b8b6f06429ae08a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Mar 26 12:16:40 2012 +0100

    add header

commit b4cb0f407b6cf8afe3fbf65e5a1cf999df973741
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Mar 26 12:15:22 2012 +0100

    bootstrap a ui-previewer for rendering GtkBuilder xml with vcl widgets

commit 183d9bd98bc9d9f4cd533691ef6789f4b5d7694e
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Mar 21 11:26:30 2012 +0000

    retro-fit dialog child traversal with nextLogicalChildOfParent
    
    retro-fit the logic that search dialog's children for keyboard short
    cuts and default focus widgets etc

commit 352217d89fd665157fd2ef82767480f072ef8dc0
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Mar 10 22:45:03 2012 +0000

    skip over layout parents

commit 4d56cbe31b536c67168771ead4c2414ad9f56308
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Mar 10 22:21:46 2012 +0000

    convert some more tabpages

commit e382ca84d8627f9797f55b058e5041893a17a029
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Mar 10 22:04:29 2012 +0000

    convert SwCharURLPage

commit 32353e51084a967f6d369dbe042227e96f4a3947
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Mar 9 22:55:21 2012 +0000

    convert SvxCharPositionPage

commit 8681d07b176669fb11340862b81f4877db550c8e
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Feb 7 09:20:47 2012 +0000

    force all tabs to exist when layout enabled

commit 27656a178b8295e709fb1f17df1045ec2b0800e0
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Feb 6 19:31:18 2012 +0000

    manual font effect tab conversion

commit d6ebc1516aca41b026670d229ae187d80df412dd
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Feb 6 19:30:22 2012 +0000

    add a setGridAttach utility

commit 77d380157b09cc11c7ad9682e4d00883c22f830c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Feb 6 15:14:51 2012 +0100

    layout western-only dialog differently

commit 74306ff5e0dbd72789ba1a99bdd6adee4810a93c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Feb 6 15:04:04 2012 +0100

    we don't need to manually move controls anymore

commit bae546e64e793f3e051826fed524f0c7c61929a0
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Feb 6 14:57:38 2012 +0100

    implement override [height|width]-request

commit b68f5b744d2a7871dac91010521873016e652233
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Feb 4 01:18:43 2012 +0100

    better initial size string for pre-update

commit 2755a44094b258278f8f74ffdfb0857109ef8291
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Feb 3 18:49:56 2012 +0100

    only need result of GetScrollBarSize in else branch

commit 8e6f88c13c92b8a002453673f27e1965f13d0ac3
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Feb 3 16:29:37 2012 +0100

    better use of hasPendingLayout

commit 9b681fd67141b7baed7a5dc83aa065cbee0451ba
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 15:30:47 2012 +0000

    tweak timer to affect layout-ed dialogs only

commit 7c938a4a7435091119bbd76a3d8bd6e720d9f0e8
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 13:35:35 2012 +0000

    drop spew

commit 21002a6310ee60658749dbd1099bdb7db6b0e8ff
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 13:28:07 2012 +0000

    reduce flicker with another timer

commit 1bc4eee450ff67aa8dd52e35a9ade0e375362088
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 10:54:46 2012 +0000

    don't vert stretch grid on resize, alloc it all to the preview

commit a92c66de737742dd108822640e8fcfa66a415847
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 10:49:43 2012 +0000

    implement row/col grid spanning

commit 4aeac8adcd031bb65eb591b7a5430b48f6bf939d
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 10:20:25 2012 +0000

    use grids for layout

commit bf1ae5a74e1489f394010554329b9a1fb6c489a6
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 10:17:39 2012 +0000

    implement a basic optimal size for the preview window

commit e09d169cfc181529e79d7d332dd4d989944eb79f
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 10:15:29 2012 +0000

    set sane-ish maximum dialog size
    
    todo, extract and refactor the duplicate "holy product mangement" values
    and reuse those based on screensize

commit 6716cad7c14a415b46066eaad72b1fc13b272bc1
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 10:14:03 2012 +0000

    make setting properties virtual in order to handle borderwindow
    
    i.e. need to put the properties onto the actual window that
    gets set as the child of a container

commit dbed279cd7bc572f9ddc09814b26aa0c9b9784f4
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Feb 1 10:12:42 2012 +0000

    add a grid container

commit 5f22b932097fb940b9ae9a7b3ca453dd8c4abd39
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Dec 1 12:01:48 2011 +0000

    make SfxTabDialog layout buttons with button-box

commit 8fe5d35589c3ba89b4cdb51d668d28e8f4eb8303
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Dec 1 12:01:02 2011 +0000

    set char dialog resizable

commit 54dc314b5a8aa4ab41a910d4b3810f9583452cc8
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Dec 1 12:00:46 2011 +0000

    get TabControl and TabPage to talk to layout

commit d7a5cf52f280eea3d110206d3cbd291db261f91c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Dec 1 11:57:05 2011 +0000

    find buttons in 'action area'

commit f3df46e69d0a683e4dc7b3b4af08f1fcd2e3d7b8
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Dec 1 11:55:18 2011 +0000

    resize not-shown-yet dialogs to fit contents

commit 50fed6bf366e00e025dfb37686a89646d7e4e241
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Dec 1 11:49:36 2011 +0000

    add a vile getLegacyBestSizeForChildren

commit e9e86beab112d47d51da8bb3872928d7a390ffe9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Dec 1 11:28:44 2011 +0000

    find parent dialog, rather than assume where it is

commit ac27ba681aa8c0daffe04b55052ea9375c6fac51
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Nov 28 22:16:26 2011 +0000

    add a more formal isLayoutEnabled

commit 30ac5c8f8bb124f339e85f5eadf6424524d94777
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Nov 28 22:08:30 2011 +0000

    rename these so easy to know what is what

commit ec38b5473cc8267baae9bd27033c00e066b4b8f5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Nov 28 16:49:43 2011 +0000

    rename these

commit 86048f8bbca3ebfd615edad86010add79281c2c3
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Nov 21 20:34:18 2011 +0000

    can drop the debugging size setting now it works

commit 6309884135d74d7e0a88976d4cd5a7f8916967cf
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sun Nov 20 22:19:15 2011 +0000

    not going to use bind

commit e9fd442d72448ffa7c24097e2ee6e22bb914963f
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sun Nov 20 21:49:04 2011 +0000

    need to think about the toplevel dialog resize

commit 545fbc5c38dec4c40408e0cfb1acbbf722175623
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sun Nov 20 21:23:08 2011 +0000

    add a little space

commit 452a7067998343aea98cdd6209f62a030fbd7304
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sun Nov 20 21:16:45 2011 +0000

    pretty it up a little

commit b628936b75ad5c3f400177dea978229a0d52a9ac
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sun Nov 20 21:05:34 2011 +0000

    only queue Resize if we're initializd sufficiently to be able to resize

commit 36bb238d62e2e3e5765891aeb45112f8abaa07b9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sun Nov 20 21:04:52 2011 +0000

    only Dialog has SetMinOutputSizePixel

commit 04f5a63342c43b72b14de6580ad563bf50781172
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Nov 17 23:03:12 2011 +0000

    pretty up the demo dialog

commit c435c07985f88324eb75f3137f9161491a91e04b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Nov 17 22:42:33 2011 +0000

    support a border-width

commit fa5823cabc7894728135c3bd45d0abd0f2fda416
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Nov 17 21:24:33 2011 +0000

    implement minimum width/height for buttons in buttonbox

commit 6ed13ab8b4c32f5c75785bc1a2ad7bfd0483aa4b
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Nov 17 11:46:16 2011 +0000

    add buttonbox spacing

commit 81392bdfbbe79bfd76200b16ce0db13650d32c49
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Nov 15 16:59:28 2011 +0000

    now can add the original widgets back in

commit 5ce3862e62ca8625ec0d239d022314a97cb5cc14
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Nov 15 16:38:47 2011 +0000

    button boxes where buttons are the same size

commit 070bddbf7681f49d24050b6758e1262e8aabe141
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Nov 15 10:08:37 2011 +0000

    we'll need ButtonBoxes to enforce equal button size

commit 2f6af77382937a5b26c3973b1464abbd644ce830
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Nov 15 09:50:11 2011 +0000

    implement distinction between pack start and end

commit 3480c588e74f758dfc654ba369f689e4b3bbc6c5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Nov 14 23:00:43 2011 +0000

    we'll need a pack-type in order to shove buttons over to the right

commit f409b7e71bb62be3e9edd296afbd5d3c0e3cda22
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Nov 14 21:54:17 2011 +0000

    use property buckets

commit 0c30fe50071c1b74820dcd09d09d30f309720c03
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Nov 14 16:56:25 2011 +0000

    allow arbitrary child properties

commit 29e360c9dd9073aedda73f14a1d220d99e1d3cc3
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Nov 9 22:58:42 2011 +0000

    add basic hbox, vbox and dialog support

_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to