summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2014-11-28Fix packing overlapTor Lillqvist1-9/+9
Change-Id: I3fa211be09daf3089b0ac54f885a3fb7d1753b2f
2014-11-28Fix OpenCL-less buildTor Lillqvist1-0/+4
Change-Id: I36a0151640067e3d040ebf46784bdb8c534153e1
2014-11-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist12-53/+998
Intermediate commit. More changes will follow: The device selection logic needs to be moved, too. (And cleaned up.) Instead of the separate formulacalculationoptions dialog we should simply have a normal options page for those OpenCL-related settings that will remain purely Calc-specific, like the formula opcode subsetting. Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist3-0/+53
Add a toggle to the "General" page. Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
2014-11-28fdo#70861: cui: fix crash in SvxExtParagraphTabPageMichael Stahl1-1/+1
SvxExtParagraphTabPage::Reset() must not request a pool default for SID_ATTR_PARA_PAGENUM because it simply does not exist; the item is backed by a member of SwPageDesc in Writer. Change-Id: I9b157f048cd986566f9b01f3677b53d5974b6c8d (cherry picked from commit 9c1a1b98776ca2216d82af303394a09f2bac0471)
2014-11-26Resolves: fdo#79707 duplicate acceserator keys in spell checking dialogCaolán McNamara1-5/+37
Change-Id: I75d2c7ac735ad3fd430eb7a3ef28ff58930769b6 (cherry picked from commit da6ea10cd4a673661da016c6e8195f12876e7f73)
2014-11-26Resolves: fdo#85590 'Pick a color' circle location is incorrect when openedCaolán McNamara1-0/+1
Change-Id: I18a00d0ab7acc30f4751c0e19cceffefdce90474 (cherry picked from commit 7716d86f46dea72bd0e99f7074f718d558e88f49)
2014-11-25fdo#86579 Give uniform width to Category and Format framesAdolfo Jayme Barrientos1-6/+6
Change-Id: I55648417f56c28b0ac07ebff908805764bb2eb0c Reviewed-on: https://gerrit.libreoffice.org/13059 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 936ffd5924e68e1803c8ddeb8a2435375d356260) Reviewed-on: https://gerrit.libreoffice.org/13112
2014-11-24fdo#84904 Don’t stretch icons horizontallyAdolfo Jayme Barrientos1-44/+18
Seems you need this, see also 36f275cb0f19d11151abf85f3c191a2736bd73da Change-Id: I06970401d73bf8f73170bb1fc6bf001eac9947cf Reviewed-on: https://gerrit.libreoffice.org/13083 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com> (cherry picked from commit 92a0793265c66d289828c0193097b14b7e7e2d0f)
2014-11-23add missing spacesStanislav Horacek1-2/+2
Change-Id: I11be0c2cd4a4ee182b0f57f24a8fe65cd14d8200 Reviewed-on: https://gerrit.libreoffice.org/13073 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-11-23mark numbers as untranslatableStanislav Horacek1-3/+3
Change-Id: I6306ad4ecb4a3450f1ae518d8b8c88531695fe12 Reviewed-on: https://gerrit.libreoffice.org/13075 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-11-22fdo#86550 make some strings localizableAndras Timar4-6/+30
Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd (cherry picked from commit 6745c24fdad942f61c225632688bce78da0a547e)
2014-11-22Do not limit graphic cache size setting to 256 MB.Zolnai Tamás1-1/+8
Change-Id: I62835721225cc39dd9fd5131843d57497794be95 (cherry picked from commit 356006b4967fad26c7edd2126860abf01206fdbd)
2014-11-19coverity#735402 Logically dead codeCaolán McNamara1-1/+1
Change-Id: Iafc67b4ccd30afdc2dc1c4fb058f9933fa90185a
2014-11-18fdo#80280 Don't add items with no bitmapsMaxim Monastirsky1-7/+10
Change-Id: I625aff5d2dcae0b1491fa77b04605d4579ec8530
2014-11-18fdo#76937 Improve organization and layout in Position tabsAdolfo Jayme Barrientos1-287/+318
Change-Id: I55e08db1c4c32d0e2a1def293d1d42abb6717cb0 Reviewed-on: https://gerrit.libreoffice.org/12520 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna6-6/+6
Change-Id: I839435338f4acf80c40896b6c86f7ef122f5449d
2014-11-16fdo#85432 : Add locale details to help->aboutBrij Mohan Lal Srivastava3-0/+44
Added locale text to About dialog Change-Id: Ic26219e8fe845b4c5027b65d5f5edba9279b1b11 Reviewed-on: https://gerrit.libreoffice.org/12464 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-11-15Resolves: fdo#86222 hard-coded pixel dimensions are too high/wideCaolán McNamara1-6/+29
Change-Id: Ie6183a7e78b671a2d126127e4fcaa3b353d8a324
2014-11-15Related: fdo#86222 rework area graphic fill page for better heightCaolán McNamara1-99/+114
Change-Id: Ibd8e68a5a2ebd6ac2a829004c8918f9a449ef5d7
2014-11-15fdo#67040 There’s a valid use case to enable manual resizing in this dialogAdolfo Jayme Barrientos1-1/+0
Change-Id: I8af9ad0dd0bf09bd84aea7d6c9c5d5800ab8792c Reviewed-on: https://gerrit.libreoffice.org/12448 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-14coverity#1242900 Unused valueCaolán McNamara1-3/+3
Change-Id: I4276f5dabedac97c0508aa7904473a4e20767e62
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava5-9/+9
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
And remove the tools/fract.hxx include. grep -l -r fract.hxx workdir/Dep/*Object* |wc -l before: 4569 after: 1851 Shrinks some libraries, example from --enable-dbgutil Fedora gcc 4.8.3: libvcllo.so by 473k (0.35%) libswlo.so by ~1Mb (sadly that is just 0.2%) Change-Id: I09bd025d551a5d2c5528b938a68c6aa5f8f114a0
2014-11-13Remove unhelpful tooltipsAdolfo Jayme Barrientos1-3/+0
These buttons should be self-explanatory. Change-Id: I3ae973f093430cb3c1c88284267cff005caf7bff Reviewed-on: https://gerrit.libreoffice.org/12397 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11fdo#85907 Tweak size requestsAdolfo Jayme Barrientos1-41/+30
... and remove an unneeded grid that I added. Change-Id: Ibc3b98a1f87d61464d652168546235e5c183c80f Reviewed-on: https://gerrit.libreoffice.org/12334 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-11fdo#76658 fix bad conversion of old-style UNO service..Noel Grandin1-0/+1
in my commit 0394cb37a2d378511f265004b285fd93df37e5ca "fdo#46808, Convert ui::ImageManager to new style" Change-Id: I77d3189723403221e7388969b1eb892a244b90af Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
Change-Id: I44be5567e84cdabd8b10771ea37e28b8a88cc23e Reviewed-on: https://gerrit.libreoffice.org/12333 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna1-2/+2
Change-Id: I91b9b2ffd19b2412ac01dd12429d6460b4c4812c
2014-11-09fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos4-5/+0
Change-Id: I1a930a413c071d4d0c8855315dc85339e01b7d9b Reviewed-on: https://gerrit.libreoffice.org/12322 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-07Resolves: fdo#85939 its not an OKButton anymoreCaolán McNamara1-1/+1
Change-Id: Idecd7dc056749b2135e0690c54560aedf7f653a2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS).
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-11-05fdo#85907 Better use of space in Special Characters dialogAdolfo Jayme Barrientos1-57/+63
Change-Id: Iaa42e8ef7727291ba112fc92db5051951046f86f Reviewed-on: https://gerrit.libreoffice.org/12265 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-05Use basegfx library function to clamp numbersKatarina Behrens1-4/+4
Change-Id: I3142f55ecf94ce2143e92492243bc5959322704f
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin6-53/+43
they are largely unnecessary these days, since our OUString infrastructure gained optimised handling for static char constants. Change-Id: I07f73484f82d0582252cb4324d4107c998432c37
2014-11-03coverity#1250409 Explicit null dereferencedCaolán McNamara1-1/+2
Change-Id: Iab78e3ec447b8a32f43dff3e30c5be254f6d0a48
2014-11-03HIG fixes for the rest of cui (and a bit of sw)Adolfo Jayme Barrientos41-795/+326
* Standardize spacing and make some dialogs waste less space * Add missing colons to labels that precede controls (fdo#78826) * Disable manual resizing where it doesn’t make sense * Standardize Help button’s position (fdo#76486) Change-Id: Ib3f7f830e890e67f72aab970571793f495bab956 Reviewed-on: https://gerrit.libreoffice.org/12207 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-01fdo#78826 HIG: missing colons and capitalization in cui, filterAdolfo Jayme Barrientos90-2774/+923
* Fix capitalization * Standardize spacing * Standardize Help button’s position Change-Id: Ibc7152acbe460a9564ab6b97a637f38ea5e7144a Reviewed-on: https://gerrit.libreoffice.org/12075 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-01coverity#1250409 Explicit null dereferencedCaolán McNamara1-2/+4
Change-Id: Ib32e7c9eb979b9d6ab60d81423292be5fac87a54
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
Change-Id: I413d821a984ab556bd19c52704c04de6d828f699
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-10-30Remove checks for HTMLMODE_SOME_STYLESHarri Pitkänen1-19/+5
HTMLMODE_SOME_STYLES is enabled for all supported HTML export modes so there is never need to disable these elements in the paragraph dialog. Change-Id: I43df54a6ce900c8a9f957522eb85ca67b6cd756f Reviewed-on: https://gerrit.libreoffice.org/12091 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-30Better label for OK button in Special Characters dialogAdolfo Jayme Barrientos1-26/+15
Also, added missing colons and changed Help button’s position, according to the HIG. Didn’t disable resizing here because it’s actually useful. Change-Id: I33306eb558f51d3c9889337f4c39465d6c201ff2 Reviewed-on: https://gerrit.libreoffice.org/12143 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-30Improve SvSimpleTable classPalenik Mihály2-10/+5
It is possible to order columns. This is set in Expert Configuration dialog. The header's itembits weren't set correctly therefore mouse click handler didn't do anything. The comparsion was slow on big table. Conflicts: include/svtools/treelist.hxx svtools/source/contnr/simptabl.cxx Change-Id: I7e1301d40433ef45b3d0a3fb300909345ede9d4d Reviewed-on: https://gerrit.libreoffice.org/12070 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin7-7/+0
It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-28cui: clean up gradient parts of the background tab pageMiklos Vajna1-77/+0
I forgot to clean this up when cherry-picking 6e61ecd09679a66060f932835622821d39e92f01 (Merge back branch alg_writerframes to trunk, 2014-03-19). Change-Id: I531dea63d3b62d16f11d414758012432bb4b2503
2014-10-28cid#1242780 Uninitialized pointer fieldNoel Grandin1-0/+1
Change-Id: I6478f8f2ead1d87365f84aacdfef2bdcccd61248