summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2015-11-10tdf#95594 Remove “dialog” type hint from Expert Config windowAdolfo Jayme Barrientos
Change-Id: I4a997ab8959f8d890aaa8779d8d036cee1fc060b
2015-11-10cui: convert boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: I96a1090ea8617644748afdea2786949fb0506b72
2015-11-10cui: boost::ptr_vector->std::vector<unique_ptr>Noel Grandin
Change-Id: Ieddd13abc6bb23904db10f303dfc85cd87cfaa03
2015-11-10cui: boost::ptr_vector->std::vector<unique_ptr>Noel Grandin
Change-Id: If2e8e7eddd5e75a211940416b4370c8f7768849e
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: I7257532b90e3e393d56d5349531c9ad397523bca
2015-11-09Resolves: tdf#92311 raise auto correct entry limit to unsigned short maxCaolán McNamara
Change-Id: Ie27d727ab4606ffe3f47263251316f6faac7ca74
2015-11-08Improve layout of CTL settingsAdolfo Jayme Barrientos
- Kill those evil, space-wasting “homogeneous width” properties - Align Movement and Numerals labels - Bring radio buttons together Change-Id: Ib279f81b48733cccd8dd399549f598a21613076a
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
Change-Id: I042d922e31d6feeb5d4b4fbc542826a386fb2fbd
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
Change-Id: I52bdf6e2ee843e9cc08d0d4f1eb1bc6dcd15f10a
2015-11-05tdf#93195 Set default focus to search buttonYousuf Philips
Change-Id: Id60a901b0d66e5e093f107c25db28b12a5f499d5 Reviewed-on: https://gerrit.libreoffice.org/19791 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-11-05tdf#95210 SetHandleControllerPosition is busted wrt HandleFlags::REFXCaolán McNamara
so instead of saving the initial pos and trying to restore the pos, instead use a bigger hammer and save the entire geometry and restore that instead. Change-Id: Id06ea8f205f30771987089c5dc949bb52adc7a27
2015-11-05OpenGL options: clarify setting descriptions, and provide a live status.Michael Meeks
Hopefully this will un-confuse users about whether GL is enabled; the settings only take effect on re-start, so show a current status line too. Change-Id: I82832fd8d35bc76ab2cf1f394f11a881fde80774 Reviewed-on: https://gerrit.libreoffice.org/19790 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-11-05loplugin:vclwidgetsStephan Bergmann
Change-Id: I3e5d88bdc2ecae6164c75da8ddf1b8cfe0ed325f
2015-11-04Resolves: tdf#95352 resize the columns when the edits repositionCaolán McNamara
instead of assuming they are in their final position when the top level dialog resizes. Cause there's a timer/idle involved so the final position isn't known yet Change-Id: I713e938b0e275f181514315cb4ce4531f36191ca
2015-11-04yyyyyNoel Grandin
Change-Id: I9a947beefd2dfe21da8239e841ea3fb416bd1548
2015-11-03tdf#86595: Highlight color it isKatarina Behrens
Change-Id: Ic0a3083c05ba1cce974d76aecf60ed7bc4c72a36
2015-11-02Fix popup menu IDs after .ui conversionMaxim Monastirsky
Change-Id: I8955bee3ac2bb7a757c1f70dd46141833a068517
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie
Change-Id: Icae9cf0a17f9cdf9a671c7e7278019d6980602b1 Reviewed-on: https://gerrit.libreoffice.org/18453 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
Change-Id: I080668f86f0ab8b3bba857ee21411f907ae285c4
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
Change-Id: I37da28539b94706574116d0fff5f008aabfb5526 Reviewed-on: https://gerrit.libreoffice.org/19682 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
Change-Id: I216dcbd983dcf3df79df9fda371b93114540a9d8
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin
There is no point, since it's the size of a pointer anyway Found by temporarily making their 'operator new' methods deleted. Change-Id: I265e40ce93ad4bad08b4f0bd49db08929e44b7d6 Reviewed-on: https://gerrit.libreoffice.org/19628 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-10-27inline SvBaseLinkRef typedefNoel Grandin
Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d
2015-10-26remove extra spaces around ::Noel Grandin
just makes it harder to grep for methods Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot
Change-Id: I560d28b7cc67740c6479494d0e5aa62d2ac6ffae Reviewed-on: https://gerrit.libreoffice.org/19587 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-10-23Remove unused RID_SVXSTR_HYPDLG_APPLYBUTStephan Bergmann
Change-Id: I61b7d1ee72af6ed3f7a21a1dab623011825426e5
2015-10-22tdf83825 Vertically center left and right margin labelsYousuf Philips
Change-Id: I583fc112333df6af3898b03f632780538b5f046f Reviewed-on: https://gerrit.libreoffice.org/19469 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-10-21remove untyped Link<>Noel Grandin
Change-Id: I809f9e10309ceadda0a82c3818277323b34ec61b Reviewed-on: https://gerrit.libreoffice.org/19491 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-20DeactivatePage's pSet param cannot be defaulted anywayStephan Bergmann
...because IconChoicePage inherits zero-param TabPage::DeactivatePage Change-Id: I6bc6b00050c84c3eccb59bd3caa85a26fab6abb9
2015-10-20loplugin:defaultparamsStephan Bergmann
Change-Id: I5edd799bdd2511830825e07cd3dc87ad4f5a2a33
2015-10-20loplugin:defaultparamsStephan Bergmann
Change-Id: Ifa4f3f5f7df9bacec781e33b3725e4dc5a5fe63a
2015-10-20use far simpler size groupCaolán McNamara
Change-Id: I54d658951fb90892d006b265e3d35d91991e73d8
2015-10-20Kill redundancyAdolfo Jayme Barrientos
1) “Bullet” does not need “point” for you to understand what it is 2) Not all typographical bullets have the form of a point Change-Id: I054edd8bff51053b763c11321b32f513a1a6c142
2015-10-20tdf#95155 Rename “Appearance” options to “Application Colors”Adolfo Jayme Barrientos
The previous name is misleading and confusing, especially as we have two other Options pages which can be considered as related to LibreOffice’s “appearance”: “View” and “Personalization”. Change-Id: I228f87e3198a33ffc0c3793c1d3acfb6f33d9b32
2015-10-19loplugin:defaultparamsStephan Bergmann
Change-Id: Ia4cd4faaffaf42555b16ada5e259e85ddb496236
2015-10-19Autocorrect: Better label for automatic list creationSamuel Mehrbrodt
Change-Id: Ie7fa4e1cee488bc84e2ded40725cb9044b99d3cf
2015-10-19convert Link<> to typedNoel Grandin
Change-Id: I1d8fe58c589b56590453b2136296ca50bfe78252
2015-10-19convert Link<> to typedNoel Grandin
Change-Id: Ib3931639f7407f274700ab96f01a67d6f26925f4
2015-10-19convert Link<> to typedNoel Grandin
Change-Id: I57c15ba4374b626db322f42f04adc088b8cf6ce0
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
and drop the macro Change-Id: I452ca373d0c277166e94928c1bce78bf37e39d7c
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky
Change-Id: I110a4f25646eb3f0fa93673c84dc67cf64a3b7a0
2015-10-16convert Link<> to typedNoel Grandin
Change-Id: I48893ac7130ad671864faa5eb55409b21cdda77e
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
Change-Id: I1e0f96dce2b9cf9da32f4f577cf76e1d8824d37a
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
Change-Id: Ifdffc82c9b4ec2e534204294575a78e34e0338c1
2015-10-16convert Link<> to typedNoel Grandin
Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6 Reviewed-on: https://gerrit.libreoffice.org/19405 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
the Call() already does a check Found with: git grep -A 1 -w 'IsSet()' | grep -B 1 '.Call(' | grep ':' | cut -d ':' -f 1 Change-Id: Ia7248f5d62640b75f705e539c3d1183e39c0d847
2015-10-15convert Link<> to typedNoel Grandin
Change-Id: I2ef1e5fe5c6dc65c254b3a16b0b12fca5caba16e
2015-10-15convert Link<> to typedNoel Grandin
Change-Id: I6c55c74d47b13149c2fa210bb9de4e8c430c57cc
2015-10-14convert Link<> to typedNoel Grandin
Change-Id: I1876f327607e0e23292950741df348d4ec31fde1
2015-10-13add another size groupCaolán McNamara
Change-Id: Iecf7d7de7693432d99dd7d38ad2034a7dbfd4e48