summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann19-46/+39
Change-Id: I126c587777b7183dfbd9c60cfb0a6a980332a295
2014-12-18ifix the OpenGL UI config partMarkus Mohrhard1-1/+1
Change-Id: I931a4b618f35188e4e0cca07305ff15bbbacc20a
2014-12-17after resetting the values are not modifiedMarkus Mohrhard1-0/+1
Change-Id: I0211c9c7dcc24ce40fe7c573f35ac13c02e742c1
2014-12-17implement the ui part for the OpenGL config variablesMarkus Mohrhard2-0/+90
Change-Id: I46e2de444d38f1f93eb68ffd50b7a283d05d1738
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
...to use single ASCII character literals "more directly" in the OUString API (instead of having to go via an intermediary OUString ctor call). Especially useful for character literals that are defined as const variables or via macros ("direct" uses of character literals in the OUString API can often simply be replaced with single-character string literals, for improved readability). (The functions overloaded for OUStringLiteral1 are those that are actually used by the existing LO code; more could potentially be added. The asymmetry in the operator ==/!= parameter types is by design, though---writing code like 'x' == s is an abomination that shall not be abetted.) Change-Id: Ic5264714be7439eed56b5dfca6ccaee277306f1f
2014-12-16add two options for OpenGL renderingMarkus Mohrhard3-1/+33
Change-Id: I1b37d8332e9a5b779c27373b2ec038ccdf2b90df
2014-12-15WaE: private field 'm_pSystemFont' is not usedTor Lillqvist1-1/+0
Change-Id: I620209bd008a20efc1fdc64e11eff7300162150a
2014-12-15Resolves fdo#87016 Kill "Use system font for user interface" for goodJulien Nabet2-50/+0
Change-Id: Ica648d4a49ef4f36fdab557a98e7df9d31a3a240 Reviewed-on: https://gerrit.libreoffice.org/13311 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-15cui: Use appropriate OUString functions on string constantsStephan Bergmann2-21/+21
Change-Id: I3140945b57decf8ea605c35b11e18d063a5a5c83
2014-12-12fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-4/+4
Removed XHatchStyle Change-Id: I89e7edadc4f408e5a50840aaa1a13965b8503afb Reviewed-on: https://gerrit.libreoffice.org/13442 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-12-11fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan3-27/+31
Removed XGradientStyle Reviewed on: https://gerrit.libreoffice.org/13320 Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky16-16/+0
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10. Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
2014-12-10Make some dialogs resizable again.Jan Holesovsky1-1/+0
As discussed in http://listarchives.libreoffice.org/global/design/msg06845.html Change-Id: I9e9ada1b2bee6023ee7f79d28cf4de2765c5daa0
2014-12-09removed unused timeout definesTobias Madl1-1/+0
Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04
2014-12-09changed timers to idleJennifer Liebel3-9/+9
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
2014-12-09changed timers to idlesTobias Madl6-29/+29
Change-Id: I223026ce7676a3f8fcda7eb33326cd4ee949c6f0
2014-12-09changed timer to idleTobias Madl2-4/+4
Change-Id: I713976070359e1f5628e7b34f7fd8f6f26b2372e
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn17-51/+31
This addresses some cppcheck warnings. Change-Id: I19d0070c5dc54c605a7924b750eee1538bed16b3 Reviewed-on: https://gerrit.libreoffice.org/13384 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist1-2/+2
There is no obvious authoritative upstream for clew anyway, so it causes philosophical problems for distros. For a while, we used to use a zip archive from the "clcc" project on SourceForge that included clew.c and clew.h. (Before that we also just had clew.c and clew.h in our source repo.) So, drop the external/clcc module and have clew.c and clew.h in the source repo again. But this time clew is in a module of its own, not in sc. This re-introduces "No need to have OpenCL optional at configure-time" This reverts commit 764836cb00e8e6dfd2ab48e080a166ec90359e01. Change-Id: I413142f4f9f8399489f9c3e5327132822f07a454 Reviewed-on: https://gerrit.libreoffice.org/13368 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
Change-Id: I45e34a9369b31fa284bc0fc0176c7efd81b527d4
2014-12-03Further clean-upStephan Bergmann1-17/+1
Change-Id: I20049b482c831e4ac2221fddfe80deb9847e72c3
2014-12-03Code clean-up/consolidation task.Vishv Brahmbhatt1-7/+3
Removing the duplicate code,and consolidating changes by using method "getExpandedFilePath" of comphelper. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: adapted to recent change from comphelper::getExpandedFilePath to comphelper::getExpandedUri; fixed the two changes in framework to actually modify the by--non-const--ref argument; fixed a loplugin:unreffun. More clean-up to follow. Change-Id: Ie8875bcb61b616385bd64151f0a915bf7cce04e5
2014-12-03Add a limit for graphic cache based on used integer type to avoid overflowZolnai Tamás2-8/+2
Change-Id: Ibdf2cbf3c50f6732301d894d91a1b8ea58e4e5d6
2014-12-01Remove the hyphens from the “whitelist” and “blacklist” compound wordsAdolfo Jayme Barrientos2-6/+6
Change-Id: I5371b6d0662d8143f33b1225e9d4c7b78d521ebc Reviewed-on: https://gerrit.libreoffice.org/13205 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-01cui: More HIG fixesAdolfo Jayme Barrientos7-187/+166
Change-Id: I6e4c746de6c9393784ab831a39c3f19f0f380c07 Reviewed-on: https://gerrit.libreoffice.org/13204 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-01fdo#86871 (part) replace ... in buttonsOlivier Hallot4-6/+6
These are for cui/uiconfig/ui.po as in Pootle Replace ... with more meaningful words Change-Id: I6d841d9865eba54573c4ed4002652fd1e4c9f2aa Reviewed-on: https://gerrit.libreoffice.org/13233 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl10-12/+12
Change-Id: I8275832d8dae43b374bddd48520d11592e9a6a1f Reviewed-on: https://gerrit.libreoffice.org/13134 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2-8/+8
Removed XDashStyle Change-Id: Id14802a007a90508ee033e1dc964c57d3d5ef582 Reviewed-on: https://gerrit.libreoffice.org/13213 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-11-29fdo#82616: set limits on spinboxes according to size of workareaKatarina Behrens1-24/+7
Do it the same way as position'n'size dialog does, for that matter move shared code into a separate header/class. This fixes regression from .ui migration that omitted spinbox limits Change-Id: I884904719b2608dd80aecc5d7ffb3923de71774d Reviewed-on: https://gerrit.libreoffice.org/13174 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Katarina Behrens <bubli@bubli.org>
2014-11-29non-translatable placeholderAndras Timar1-1/+1
Change-Id: Id210dad9b44f0164bfb247266a99c5886bfb7cbd
2014-11-28Make the OS choice a comboboxTor Lillqvist2-9/+58
Change-Id: Ie10d8f01b847f868e2a8d5afae8b313de3a98d91
2014-11-28Fix packing overlapTor Lillqvist1-9/+9
Change-Id: I3fa211be09daf3089b0ac54f885a3fb7d1753b2f
2014-11-27fdo#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
2014-11-27Fix OpenCL-less buildTor Lillqvist1-0/+4
Change-Id: I36a0151640067e3d040ebf46784bdb8c534153e1
2014-11-27Work 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-26Resolves: fdo#79707 duplicate acceserator keys in spell checking dialogCaolán McNamara1-5/+37
Change-Id: I75d2c7ac735ad3fd430eb7a3ef28ff58930769b6
2014-11-26Resolves: fdo#85590 'Pick a color' circle location is incorrect when openedCaolán McNamara1-0/+1
Change-Id: I18a00d0ab7acc30f4751c0e19cceffefdce90474
2014-11-25Save vertical space by putting labels and checkboxes in the same row…Adolfo Jayme Barrientos1-69/+73
... as dialog buttons. Change-Id: Ieea882b467c87093e7648590bbf14fe6dfa0b7ee Reviewed-on: https://gerrit.libreoffice.org/13061 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25Simplify and beautify the Similarity Search dialogAdolfo Jayme Barrientos1-127/+92
* Remove unnecessary containers and unhelpful frame * Center main container * Right-align labels to remove large gaps between controls * A bit of separation for the Help button This should serve as a model for similar dialogs. Change-Id: I1964e8909159506484950df9d8ef7283809cce5f Reviewed-on: https://gerrit.libreoffice.org/13057 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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>
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist3-0/+53
Add a toggle to the "General" page. Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
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>
2014-11-23add missing spacesStanislav Horacek1-2/+2
Change-Id: Idbe34849264f0686f1fb8fb39799f534660bf1c9 Reviewed-on: https://gerrit.libreoffice.org/13072 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: Iad5d9c5e4b7e82f5809b7aa04f782a2f4e26585c Reviewed-on: https://gerrit.libreoffice.org/13074 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan3-20/+24
Removed XLineStyle Reviewed on: https://gerrit.libreoffice.org/13029 Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
2014-11-22fdo#86550 make some strings localizableAndras Timar4-6/+30
Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida1-0/+1
Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell1-0/+1
Change-Id: I936d31300126e2ce000ea3a7cd70c8a2dec19502 Reviewed-on: https://gerrit.libreoffice.org/13043 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-11-21Do not limit graphic cache size setting to 256 MB.Zolnai Tamás1-1/+8
Change-Id: I62835721225cc39dd9fd5131843d57497794be95
2014-11-19coverity#735402 Logically dead codeCaolán McNamara1-1/+1
Change-Id: Iafc67b4ccd30afdc2dc1c4fb058f9933fa90185a