summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2016-03-21tdf#97251 Always show the text direction alignment controlYousuf Philips
Change-Id: I349ac47e08f9a9d55dd955026988273e126ad4c7 Reviewed-on: https://gerrit.libreoffice.org/22673 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2016-03-21tdf#98405: apply color value when switching from 'none' to 'color'Oliver Specht
Change-Id: I8e04160774dd7555cc872f1df65b310c8b8f8485 Reviewed-on: https://gerrit.libreoffice.org/23360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2016-03-19Switch personalization search url back to mozilla.org and...Giuseppe Castagno
...remove comments no longer applicable. Change-Id: I7a148d1c8df44bac95de6b9b409eaa39202dfc8e Reviewed-on: https://gerrit.libreoffice.org/23328 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-03-18convert SvButtonState to scoped enumNoel Grandin
Change-Id: I601f9e2fe33e85cf3f7dc52ee20d68202bd2b09d
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin
Change-Id: Ia8e19473132cf95837acc499c5831b5ca8786a68
2016-03-18loplugin:constantparam in cuiNoel Grandin
Change-Id: Iccba51d7b1d11ae5b309e380fd396be796992d7e
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin
looks like this is fallout from commit ac7acb0a "Merged SvTreeListBox and SvLBox." (in year 2012) Change-Id: Iaebeae64fc7cd3ba11f5f45b53bcb65bf906e906
2016-03-17loplugin:constantparam in sfx2Noel Grandin
Change-Id: I53e690ab8d50fb3ce43ba633fc018e7b66e591cd Reviewed-on: https://gerrit.libreoffice.org/23321 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-17loplugin:constantparam in svtoolsNoel Grandin
Change-Id: I1a3c4a36e29a6712c589ffd3aaada593880d978d Reviewed-on: https://gerrit.libreoffice.org/23304 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-17loplugin:constantparam in svxNoel Grandin
Change-Id: I50fa7e4c7525d2f8107a11d8203957a47680eb80 Reviewed-on: https://gerrit.libreoffice.org/23303 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-16loplugin:constantparams in vcl/Noel Grandin
also some improvements to the plugin Change-Id: I0e3a519d70756e577fcb1bd47dd66864b5b4c871 Reviewed-on: https://gerrit.libreoffice.org/23289 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
Change-Id: I987bf68c767709080c67c8b183c036a4109c6caa
2016-03-15loplugin:constantparamNoel Grandin
Change-Id: I270e068b3c83e966e741b0a072fecce9d92d53f5
2016-03-14inline some use-once macrosNoel Grandin
Change-Id: I7ebd8fe70b083a772118a1aab8cdfbf795d6f1e5 Reviewed-on: https://gerrit.libreoffice.org/23235 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-14Resolves: tdf#94968 return false is expanding failed to add anythingCaolán McNamara
Change-Id: I377c478f3f55c0b41c47ee025f2e09850ece56f3
2016-03-14configuration warnings about non-nillable properties with no default setCaolán McNamara
Change-Id: I5814f2e474e0ef5a37c5f43f8bb853219fd7981f
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
all SfxFilter instances should now be hold inside of a std::shared_ptr. This fixes a number of huge memory leaks in the test framework and removes one huge source of memory issue in sfx2. SfxMedium contains a pointer to the SfxFilter but does not own. Therefore it is required that any SfxFilter belonging to a SfxMedium lives longer. However this seems to work mostly by hoping that all SfxFilter instances are stored in a global array. As we have seen with the tests this is not true (there are also some cases inside of sd that seem to not follow that pattern as well). Change-Id: I12fd04a504cc4efc0a94967abd91c6fe2c6a8ce8 Reviewed-on: https://gerrit.libreoffice.org/23140 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann
Change-Id: I2426a76936b4099a243ce8c102da867e7868aac3
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann
Change-Id: Ieb23b0c36ef56a4793a56cdb450df34e4d9bce1d
2016-03-10Avoid reserved identifier, remove unnecessary typedefStephan Bergmann
Change-Id: I1172bff37539d1ffb8da7b53c0e5f1913f7b7ec7
2016-03-10loplugin:constantparam in cuiNoel Grandin
Change-Id: I41e62f217dab471e8a8ff257516c75d4db0e7837
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann
Change-Id: Ia912e937d5a48afb6f8f5345b20bb7bd517fc4f1
2016-03-09loplugin:constantparam in sfx2Noel Grandin
Change-Id: I50a2d8221f907f0e844e558f3dbdd0346c010201
2016-03-09loplugin:constantparam in svxNoel Grandin
Change-Id: Ib2a432fc334898c75ab5e5cf629a21fd310bd467
2016-03-07Add tilde shortcuts to keyboard shorctutsYousuf Philips
Change-Id: Ib9d0d59845270152c2a8233d81b9cfac96259141 Reviewed-on: https://gerrit.libreoffice.org/22974 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
Change-Id: Ia414f7845425ef73859ed04853378e96cc738795 Reviewed-on: https://gerrit.libreoffice.org/22971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-05tdf#88027 Make insert date and time work in es, fi, ru, and ptYousuf Philips
Change-Id: I34f25d0e37c48335b458bc2aa92150500106ff29 Reviewed-on: https://gerrit.libreoffice.org/22792 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2016-03-04duplicate definesCaolán McNamara
Change-Id: Ie3a8fbd430651dafaa837fabad0d0f818449b3fb
2016-03-04loplugin:unuseddefaultparam in cuiNoel Grandin
Change-Id: I83c35b7a71d0becb98e739f076f42ce58b9e1cd8
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin
Change-Id: Iacd4ed12c6c5dfdc2f31f85c8c1ce2cee8a8641f
2016-03-04loplugin:unuseddefaultparam in sfx2Noel Grandin
and fix an issue with calls to templated methods in the plugin Change-Id: I9c9537a0690ff671286c007846d5f4cfb7d2982b
2016-03-02cui: classification path is a file, not a directory in SvxPathTabPageMiklos Vajna
So when editing the classification path, open a file picker, not a directory one. Change-Id: I8f7e18f90dc2b5f180e7ddda7157c1e374ed6e4e
2016-03-02cui: show classification path in SvxPathTabPageMiklos Vajna
It's not really able to modify it yet, as it wants to select a directory, and we need a file instead. Change-Id: I05b0e5a42ef64e56caeae35054fb331e3f1a712c
2016-03-02loplugin:unuseddefaultparam in cuiNoel Grandin
Change-Id: I445b96a2ed4364616b2cb6a23efe36afb3f862f7
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
Change-Id: I37afde801a6468c79259fe51acbdea0614c2c8c5
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin
Change-Id: I0fc8d00447491e8474508952c21d07aa22b6f055
2016-02-28Kill sfx2 menu supportMaxim Monastirsky
Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c
2016-02-27tdf#96999 Allow resizing of Customize dialogAdolfo Jayme Barrientos
As long as this dialog keeps its inefficient, cluttered layout, and we still lack tooltips for table rows that don’t fit, let’s allow users to blow this up if they want to. Change-Id: Iba69fb39ea97acae8751c1ac0611f3ac4ccea9e0
2016-02-26cui: Fix a wrong label "Rotation" in Character > Position menuTakeshi Abe
... by replacing it with "Scaling". To find the label in Calc's Character > Position menu: 1. select text in a cell and open context menu 2. choose "Character..." in the context menu 3. choose "Position" tab (then the label appears as 2nd headline) This looks a regression from 6a0951a9bc564d8e214472bd84aec2971b9e9d64. Change-Id: I183f89e6891eea53f6e345472d7d413f0f801e91 Reviewed-on: https://gerrit.libreoffice.org/22709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2016-02-25use SearchOptions2Eike Rathke
Change-Id: I1eaf001475bacb29d23cb7465a0a19d89afb802b
2016-02-24tdf#97942 Return Ctrl+Shift+Space to the keyword customizeYousuf Philips
Change-Id: I4a886a9312a4b4afbe2451b88941b72dc5c6dadc Reviewed-on: https://gerrit.libreoffice.org/22621 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-02-23new loplugin: commaoperatorNoel Grandin
Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff
2016-02-20Options: Some layout tweaks and copyeditingAdolfo Jayme Barrientos
Change-Id: If3b2bd1d75472b25de65670784f3508daa20857d
2016-02-19Fix incorrect icon reference in Distribution dialogYousuf Philips
Change-Id: I2b296f06800b5ae29a61cdae7b00961a6b502b66 Reviewed-on: https://gerrit.libreoffice.org/22492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-18Resolves: tdf#97904 opengl stuff isn't implemented for gtk3Caolán McNamara
Change-Id: I1abbceebadf320f28955f54058b2d0ebfc79b9bc
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky
Change-Id: I55de612aef52038fd9979426950d4ae4131ca586 Reviewed-on: https://gerrit.libreoffice.org/22448 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
stage 2 of replacing usage of various checks for the windows platform with the compiler-defined '_WIN32' macro In this stage we focus on replacing usage of the WIN macro Change-Id: Ie8a4a63198a6de96bd158ecd707dadafb9c8ea84 Reviewed-on: https://gerrit.libreoffice.org/22393 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-15tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas
Change-Id: Ic76cf0130ebec4cf723b83d82f59ae45bfcb3ea1 Reviewed-on: https://gerrit.libreoffice.org/22350 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-13Stack these boxes vertically againAdolfo Jayme Barrientos
Thanks Eike for the feedback! Change-Id: I4840ddf0cb897fd2138fe4607040a3b5a5b60357
2016-02-13“Yeah, I think I got it the first time, thanks.”Adolfo Jayme Barrientos
Change-Id: Icbc4d4c25987c400ed30739826155e28b938735e