summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-04fix macro assign dialogCaolán McNamara
Which was empty of contents e.g. from autotext->macro... because of 5d84af7e83404f22d3c9cd0b0bb88fb84d0550e7 "fdo#57553: Picture dialog Macro tab page: lazily init" which was because of bd2c14ec78a7549d4a19738154cdd5ea890f61c4 "we have to have all tabpages in all modes now" which was because we need to create all tabpages in order to determine their size for layout. Change-Id: I01fe03abf3e4582e87927729286a21d0bac7037c Change-Id: Ic662f6a927225b56820ccebf135b82ab1631974d
2013-05-04fdo#54087 refactor/fix browser plugin detection on WindowsAndras Timar
Former code did not find the Firefox plugin, if it was registered under HKEY_CURRENT_USER. Therefore the checkbox state was not preserved in Tools - Options - Internet - Browser Plug-in. Change-Id: I9ae2a7dae1501500d7ea7cb42517605219450af3
2013-05-01clear gtk enum value response idsCaolán McNamara
Change-Id: I4cf3d81bcfe31e8a2b99c0f770bc1f999205f110
2013-04-30rework background page to balance the preview and controlsCaolán McNamara
a) expand to fit the available space b) make the controls and the preview the same size c) reorganize the three options of color, gradient and bitmap to all put the preview in the same place and adjust so the preview is the same size in each case, i.e. switching between views gives the impression of a single shared preview element d) put a border around the gradient list so its area is visually noticable to be the same size as its preview area Change-Id: I88735778bb482f9dd011f890d170be127877367a
2013-04-30Bin rtl:: namespace prefix for OUString that had crept backTor Lillqvist
Change-Id: I64ab5fd3268a9366ddfec823e7d936b5790f23e1
2013-04-30Restore accidentally removed prefixTor Lillqvist
Change-Id: I62e9daa35605883ee0949ecdce6b86c07cc42c09
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-27some eco-activismThomas Arnhold
Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist
The time when it made sense to use "clever" #ifdefs to, for performance or compiler reasons, conditionally bypass private parts of a class declaration passed a decade or longer ago. Still more of this in sw and sc. People working on those modules might want to do it too, or not. Change-Id: I1053139ca5e5e2631f7b22d99d3bada54fc337be Reviewed-on: https://gerrit.libreoffice.org/3627 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-25add borders to category and format listboxesCaolán McNamara
Change-Id: Ic53084ded75f9c9000d5768de12953e3b339908e
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-22sal_Bool to boolMatteo Casalin
Change-Id: I5831dfb7270ce3983a454c6c40558a74931d5200 Reviewed-on: https://gerrit.libreoffice.org/3537 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy
Change-Id: I84a88238f6cdc485530ffb76f9444179a22abb92 Reviewed-on: https://gerrit.libreoffice.org/3491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19Personas: Rename them to Themes even in the UI.Jan Holesovsky
Change-Id: Ia7916e0cbbf91de09195c20b60f31ffe80256a9c
2013-04-19Personas: Now they are called 'Themes', and changed location.Jan Holesovsky
Updated the URL's + the code that works with them & parses the page accordingly. Change-Id: Iba1414c749bdf227b3945162da83e3d35ce86244
2013-04-18fdo#63503 add 'Delete Last' button to Special Characters dialogAndras Timar
Change-Id: I7f14564f6b28e0b480b503394e0e078ed28f9150
2013-04-18pick a default number of lines for abbrev/double listsCaolán McNamara
Change-Id: I553149931b6f2bad5ef149d899ca974240bda4fd
2013-04-18convert autocorrect replace tabpage to .ui formatCaolán McNamara
Change-Id: I962fae2d4d177a7ca364d0dece0c15132a199497
2013-04-18remove unused helpidCaolán McNamara
Change-Id: Iefbab5f23e0d0143ec0d9c81e9c68241d8878e3a
2013-04-18make replace column list align with replace editboxCaolán McNamara
Change-Id: I23c813bde254c65ce3279784aa0650c879fdd992
2013-04-18convert autocorrect replace to to .uiCaolán McNamara
Change-Id: Id1ea4f5e5f003b4c5c405556a2951943a5ed4fb2
2013-04-17convert autocorrect dialog to .ui formatCaolán McNamara
Just the outmost dialog itself, not the individual pages. We have to go top down in this case to incrementally convert the pages because of the non-standard additional widgets outside the tabcontrol area. So this dialog is set to non-resizable until its contents are converted over. Change-Id: I92014a44b4cab8d345666295b052635d4b57a496
2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin
Change-Id: I23c9f905e6f679299f95baa6d8d4bafa97a3f19a Reviewed-on: https://gerrit.libreoffice.org/3399 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-16convert email options to .ui formatCaolán McNamara
Change-Id: Ie42117b21c4b6a37831462f34f3af52c7933d438
2013-04-16convert browser options to .uiCaolán McNamara
Change-Id: Ia3672c43b0e80e45ff3404fa84a11182cd6c03a0
2013-04-11rename UI to UIConfigDavid Tardon
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-08Resolves: fdo#59246 shrink font to fit available widthCaolán McNamara
Change-Id: I74cabfcbbfe24e598e497cf6eb451bd9ab517c44
2013-04-08fdo#46808, convert embed::MSOLEObjectSystemCreator to new styleNoel Grandin
the service already existed, it just needed an IDL file Change-Id: Iccd283f3537f8c8d57b2c2d68609dd9ef025da0b
2013-04-08Fix variable reassigned before the old value has been usedJulien Nabet
Change-Id: Ifd90fe801371a7f4cbeefe49dbfbe192c3040ebd
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05Resolves: fdo#62478 crash on tools->options->base->databasesCaolán McNamara
Change-Id: Ic24c5f14f66a4059ce653df34321352adb50496f
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist
Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
2013-04-04convert about dialog to .ui formatCaolán McNamara
Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00
2013-04-04make border property of multiline edit optionalCaolán McNamara
Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e
2013-04-03Resolves: fdo#60663: Adapt hyphenation dialog to HIGHonza Minarik
Change-Id: I1a67a73e6dc6b26bdb84f0594d84a1f5d7e2bca2
2013-04-03convert online updates page to .uiCaolán McNamara
Change-Id: I69e8a1d136df3f8f8daa2d3f5241b74d2b39efdd
2013-04-02remove unused help idsCaolán McNamara
Change-Id: Ie4d5869dc08d67486c27dc4c31333aee3b6c61ec
2013-04-02various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I1056635b0bd6f1220a7cf7cc1182a37c7d104a9a
2013-04-02Widget UI for Calc cell alignment pageOlivier Hallot
Format - cell, alignment tab Change-Id: I78e4252064671720d41ad3af086b41d2efe06ac1 Reviewed-on: https://gerrit.libreoffice.org/2773 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-01remove unused help idsCaolán McNamara
Change-Id: I2a5e7099fd9900864c70c4e2be687e69d67509f9
2013-04-01put save options into columnsCaolán McNamara
risk putting the save options into columns, and put the load options into their traditional position, rather than side by side with the save options Change-Id: I298ca87b11afcc0dcd4ddc148b37f50e0c89baea
2013-04-01various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I168fd3813d64c11d2c90bf94cac146a26714adde
2013-03-30Simplify a bit iterators stuffJulien Nabet
Change-Id: Ie2159d5eb8caf3d8f13d9c1ec49cc2bb6a0d94eb
2013-03-30remove local css definitionsThomas Arnhold
follow-up of 66a175834c39ccde9475eac3adb72a843110d01f Change-Id: I1c495041ccc4db4dd9554d49b6324e989fa46c60