summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-28convert code to use new table width dialogCaolán McNamara
Change-Id: I50ac81a34945760ccb053ae1c8e328bbdff1a944
2012-09-28add a column width dialogGokul
Change-Id: Ieaa24944baffd61f1e032e2eb02d82a9b673ee6c
2012-09-28desensitive row seperator with global on/off numberingCaolán McNamara
Change-Id: I380249ab6e3d2fc77768b3d1680c7e49fc3a18ba
2012-09-28missing helpids on brochure toggleCaolán McNamara
Change-Id: I565ffdd359740198aeb2ed661383ba86c6f7a39e
2012-09-28set a helpid on the tabpage containerCaolán McNamara
Change-Id: Ice461f5de76ecb5628682572c0b40736a29b9381
2012-09-28rename expander for help and remove now unused hidsCaolán McNamara
Change-Id: I9c5b01efb0a233621732350f8aff432343931be8
2012-09-28delete print dialog .src nowCaolán McNamara
Change-Id: Ia1ca185b0abfac6443c819d4143298e7bfca66e5
2012-09-28hide custom tab page if unused, e.g. macro printingCaolán McNamara
Change-Id: Ie3cea0d1d0b7140d1456478a92ac0e72bf423ed3
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-28add a route to toggle off spinners from spinboxesCaolán McNamara
Change-Id: I344b591b9d02e08717db1da89518f1a9654bd7a1
2012-09-28we need to retain invisible children for the first grid passCaolán McNamara
We will drop them frm the final grid, but for the first pass we need to know about invisible spanning children Change-Id: If3938a622a5f0609964bb5e72f8428c64cb09f79
2012-09-28want to be able to find tabpages by nameCaolán McNamara
Change-Id: I4e08ded38a4d1d9d193d5d7731c7ac667c70048c
2012-09-28Drop .src layout for inserttable and use Gokul's .uiCaolán McNamara
Change-Id: Ibc09a1d208720607944f24139eaf45e62699e69e
2012-09-28add an insert table dialogGokul
Change-Id: I5b883743768aa207c6857ae454ac19eab30b4266
2012-09-28support GtkEntry width-chars propertyCaolán McNamara
Change-Id: I5a3bdf6058b0d786923a9543a064bddcc84f001a
2012-09-28make spanning of empty row/cols work betterCaolán McNamara
Change-Id: I4ef6cee2ffdfced8d98dc48cf21a142bb15fd4a3
2012-09-28drop autoshow of all widgets, and honour visibility flagCaolán McNamara
Change-Id: I752c8be2830441114b747a809eb1a331ac19472a
2012-09-28autoconnect multi-column list stores to dropdownsCaolán McNamara
Default to importing the first column into the list and the second column as the additional data and only considering the first column for translation Change-Id: Ic74a4550167455c83634c4112ab2b698c1d25ea1
2012-09-28substring-before doesn't do what I want, tokenize insteadCaolán McNamara
Change-Id: Id1c05366c429760780ece462db0ad1908fc19da1
2012-09-28missing seperatorCaolán McNamara
Change-Id: I758f61d51070a144f5c893e4ca0adb3b40d7ced1
2012-09-28call queue_layout from queue_resizeCaolán McNamara
Change-Id: I7f28c844bfbf739337937970355dbd4a8d39fe81
2012-09-28Get optimal size of spinbuttons from min/max values, not current valCaolán McNamara
Change-Id: I2af72a1d88d2d411924110c6ead03bc8ed8b5dde
2012-09-28some windows SetPosSizePixel->setPosSizePixelCaolán McNamara
Change-Id: I676284380e2aab7327f4ceb5e043aafb29aa555d
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-28enable SfxModelessDialog to load from .ui as wellCaolán McNamara
Change-Id: I31c93091778b9fd51521699c955df8834b9168ff
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-28map gtk-close -> PushButton+SV_BUTTONTEXT_CLOSECaolán McNamara
Change-Id: Ie8de8e23d72a8bad2c5edb097bd8b2c50a8ce4bf
2012-09-28we need TEXT_RAW to retain leading/trailing label whitespace textCaolán McNamara
Change-Id: Ic0fe9dba4cb2efcb96830425626a3ae9636ce18c
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-28seperate layout from resizeCaolán McNamara
so layout can be triggered by queue_resize without calling virtual overrides of Resize Change-Id: Ibf7a4b763d05d9aa401cb15e510632410aeca30b
2012-09-28queue_resize on fixedimage graphic changeCaolán McNamara
Change-Id: I6de743a290b2a08d4c90be706ea28daae94c2e74
2012-09-28calculate and position taking external margins into accountCaolán McNamara
Change-Id: I64acc2bc19051626e6c175b5d84f09c4dbbeb908
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-28add left/right/top/bottom margin supportCaolán McNamara
Change-Id: Ia43941071f3e1f1a364558e93928bce094d4c81f
2012-09-28Move all the state we need just during parsing to one placeCaolán McNamara
and throw the lot away when finished with it Change-Id: Ie64d3fa4cea41fa1ec956538616f73204957f311
2012-09-28we can need to redo the layout even when the sizes don't changeCaolán McNamara
i.e. container remains the same size, but something inside it has disappeared, requiring contents to be readjusted We still want to minimize recalculations, so mark parent containers as dirty on queue_resize of a widget and we can retain the layout tree of the clean ones and just move them into their new positions as big fat blocks Change-Id: I8c5d9b836b48c98765b5cc41be72eaa2913ae7d8
2012-09-28c++11ism won't washCaolán McNamara
Change-Id: I86ce5203998f8e23533c01243b5aac5ac6b4fc53
2012-09-28map gtk-media-next and gtk-media-previous stock itemsCaolán McNamara
Change-Id: Id5c973942108a95649d1cc23b21820c2b981aef9
2012-09-28map GtkSeparator to FixedLineCaolán McNamara
Change-Id: I89b4663d94af7a57d915ea4386d5354a8d66190c
2012-09-28map GtkImage to FixedImageCaolán McNamara
Change-Id: Ia5c3ab0099fc68e90450beaf4c9f836f2e790767
2012-09-28recognize and silently handle placeholdersCaolán McNamara
Change-Id: I6e825a1feff04bac3696c3e46a16d187cf048638
2012-09-28Implement a VclExpander equivalent of GtkExpanderCaolán McNamara
Change-Id: I539d8d313a35509cf603f18e5f074eab331f2480
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