Age | Commit message (Expand) | Author | Files | Lines |
2013-02-02 | HIG: 12 pixels between label and labelee | Caolán McNamara | 1 | -3/+8 |
2013-02-02 | set mnemonic widgets on char name page | Caolán McNamara | 1 | -0/+34 |
2013-01-31 | tell the options dialog to relayout if a pane queue-resizes | Caolán McNamara | 2 | -3/+37 |
2013-01-31 | callcatcher: update unused code list | Caolán McNamara | 2 | -19/+0 |
2013-01-31 | hide un-installed module color appearance settings | Caolán McNamara | 1 | -29/+36 |
2013-01-31 | move color options .ui to right place and adapt code | Caolán McNamara | 10 | -603/+928 |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac | 1 | -4/+3 |
2013-01-30 | the name field for SdrShadowColorItem seems to be redundant now | Caolán McNamara | 1 | -2/+1 |
2013-01-30 | WaE: unused function 'GetGroup' | Tor Lillqvist | 1 | -15/+0 |
2013-01-29 | loplugin: remove some unused strings, etc. | Caolán McNamara | 7 | -7/+2 |
2013-01-29 | move color scheme options .ui to right place and adapt code | Caolán McNamara | 10 | -1327/+2687 |
2013-01-29 | WaE: private field 'pBtnOK' is not used | Tor Lillqvist | 1 | -3/+0 |
2013-01-28 | New table dialog from impress and draw converted to Glade UI | Robert Roth | 8 | -149/+184 |
2013-01-28 | fdo#46808, Convert SvNumberFormatter to use XComponentContext | Noel Grandin | 1 | -1/+1 |
2013-01-28 | fdo#46808, Adapt setup::UpdateCheckConfig UNO services to new style | Noel Grandin | 1 | -13/+6 |
2013-01-27 | move accessibility options .ui to right place and adapt code | Caolán McNamara | 8 | -297/+317 |
2013-01-27 | move SetAccessibleRelationLabeledBy relations into .ui and out of code | Caolán McNamara | 8 | -47/+27 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 1 | -0/+1 |
2013-01-26 | get rid of some XubStrings | Caolán McNamara | 1 | -6/+6 |
2013-01-25 | Cleanup after zoom dialog ui conversion | Robert Roth | 2 | -44/+0 |
2013-01-25 | remove unused hids | Caolán McNamara | 2 | -2/+0 |
2013-01-25 | add mnemonic widgets in numbering position page | Caolán McNamara | 1 | -37/+56 |
2013-01-25 | tools->customize->menus->add is already converted to .ui | Caolán McNamara | 5 | -782/+0 |
2013-01-25 | Converted Tools -> customize.ui with the submenus widgets. | Abdulelah Alarifi | 9 | -0/+3050 |
2013-01-25 | add mnemonic widgets in numbering options page | Caolán McNamara | 1 | -104/+129 |
2013-01-25 | remove redundant HIDs | Caolán McNamara | 1 | -4/+0 |
2013-01-25 | hand rolled dynamic positioning code can go now | Caolán McNamara | 2 | -20/+5 |
2013-01-25 | split up into one dialog per .ui | Caolán McNamara | 6 | -397/+400 |
2013-01-25 | some minor .ui conversion nits | Caolán McNamara | 3 | -32/+41 |
2013-01-25 | Object name, description dialog and messagebox ported to UI files | Robert Roth | 14 | -415/+588 |
2013-01-25 | callcatcher: update unused method list | Caolán McNamara | 1 | -23/+0 |
2013-01-25 | Set requested name on .ui page, and use sizegroups | Caolán McNamara | 1 | -13/+10 |
2013-01-24 | remove duplicate code block | Chr. Rossmanith | 1 | -23/+0 |
2013-01-24 | Change GetSavedValue() to return OUString | Chr. Rossmanith | 19 | -94/+87 |
2013-01-24 | add mnemonic widgets to border page | Caolán McNamara | 1 | -0/+13 |
2013-01-24 | set mnemonic widgets in background page | Caolán McNamara | 2 | -5/+1 |
2013-01-24 | rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialog | Caolán McNamara | 18 | -23/+23 |
2013-01-24 | set a default height for the number format category | Caolán McNamara | 1 | -1/+3 |
2013-01-24 | set mnemonic widgets for background page | Caolán McNamara | 2 | -1/+5 |
2013-01-23 | set mnemonic widget for a11y and non-guessing traversal | Caolán McNamara | 1 | -0/+1 |
2013-01-23 | Use English | Tor Lillqvist | 1 | -9/+9 |
2013-01-23 | When we have symbolic names why not use them consistently then | Tor Lillqvist | 1 | -4/+4 |
2013-01-22 | fdo#38838 Some removal/replacement of the String/UniString with OUString | Jean-Noël Rouvignac | 19 | -284/+252 |
2013-01-22 | make fast string concat comparisons non-ambiguous | Luboš Luňák | 1 | -3/+2 |
2013-01-22 | tools/string.hxx: add operator==/!= for OUString/String | Michael Stahl | 2 | -9/+10 |
2013-01-21 | fix previous string conversion: | Michael Stahl | 1 | -1/+1 |
2013-01-21 | Changed SetText() / GetText() to take/return OUString | Chr. Rossmanith | 43 | -168/+168 |
2013-01-21 | Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() | Jean-Noël Rouvignac | 4 | -16/+13 |
2013-01-19 | convert split cells dialog to our 99th .ui file | Caolán McNamara | 7 | -190/+305 |
2013-01-19 | -Werror,-Wunused-private-field | Stephan Bergmann | 2 | -2/+0 |