summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-12-15cui: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I3140945b57decf8ea605c35b11e18d063a5a5c83
2014-12-12fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
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 Ioan
Removed XGradientStyle Reviewed on: https://gerrit.libreoffice.org/13320 Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky
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 Holesovsky
As discussed in http://listarchives.libreoffice.org/global/design/msg06845.html Change-Id: I9e9ada1b2bee6023ee7f79d28cf4de2765c5daa0
2014-12-09removed unused timeout definesTobias Madl
Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
2014-12-09changed timers to idlesTobias Madl
Change-Id: I223026ce7676a3f8fcda7eb33326cd4ee949c6f0
2014-12-09changed timer to idleTobias Madl
Change-Id: I713976070359e1f5628e7b34f7fd8f6f26b2372e
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
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 Lillqvist
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 Bergmann
Change-Id: I45e34a9369b31fa284bc0fc0176c7efd81b527d4
2014-12-03Further clean-upStephan Bergmann
Change-Id: I20049b482c831e4ac2221fddfe80deb9847e72c3
2014-12-03Code clean-up/consolidation task.Vishv Brahmbhatt
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ás
Change-Id: Ibdf2cbf3c50f6732301d894d91a1b8ea58e4e5d6
2014-12-01Remove the hyphens from the “whitelist” and “blacklist” compound wordsAdolfo Jayme Barrientos
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 Barrientos
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 Hallot
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 Madl
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 Ioan
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 Behrens
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 Timar
Change-Id: Id210dad9b44f0164bfb247266a99c5886bfb7cbd
2014-11-28Make the OS choice a comboboxTor Lillqvist
Change-Id: Ie10d8f01b847f868e2a8d5afae8b313de3a98d91
2014-11-28Fix packing overlapTor Lillqvist
Change-Id: I3fa211be09daf3089b0ac54f885a3fb7d1753b2f
2014-11-27fdo#70861: cui: fix crash in SvxExtParagraphTabPageMichael Stahl
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 Lillqvist
Change-Id: I36a0151640067e3d040ebf46784bdb8c534153e1
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
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 McNamara
Change-Id: I75d2c7ac735ad3fd430eb7a3ef28ff58930769b6
2014-11-26Resolves: fdo#85590 'Pick a color' circle location is incorrect when openedCaolán McNamara
Change-Id: I18a00d0ab7acc30f4751c0e19cceffefdce90474
2014-11-25Save vertical space by putting labels and checkboxes in the same row…Adolfo Jayme Barrientos
... 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 Barrientos
* 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 Barrientos
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 Lillqvist
Add a toggle to the "General" page. Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
2014-11-24fdo#84904 Don’t stretch icons horizontallyAdolfo Jayme Barrientos
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 Horacek
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 Horacek
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 Ioan
Removed XLineStyle Reviewed on: https://gerrit.libreoffice.org/13029 Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f
2014-11-22fdo#86550 make some strings localizableAndras Timar
Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida
Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell
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ás
Change-Id: I62835721225cc39dd9fd5131843d57497794be95
2014-11-19coverity#735402 Logically dead codeCaolán McNamara
Change-Id: Iafc67b4ccd30afdc2dc1c4fb058f9933fa90185a
2014-11-18fdo#80280 Don't add items with no bitmapsMaxim Monastirsky
Change-Id: I625aff5d2dcae0b1491fa77b04605d4579ec8530
2014-11-18fdo#76937 Improve organization and layout in Position tabsAdolfo Jayme Barrientos
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 Stahl
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 Vajna
Change-Id: I839435338f4acf80c40896b6c86f7ef122f5449d
2014-11-16fdo#85432 : Add locale details to help->aboutBrij Mohan Lal Srivastava
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 McNamara
Change-Id: Ie6183a7e78b671a2d126127e4fcaa3b353d8a324
2014-11-15Related: fdo#86222 rework area graphic fill page for better heightCaolán McNamara
Change-Id: Ibd8e68a5a2ebd6ac2a829004c8918f9a449ef5d7
2014-11-15fdo#67040 There’s a valid use case to enable manual resizing in this dialogAdolfo Jayme Barrientos
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>