summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2015-02-09Related: fdo#87876 make checkbox label shorter, move warning into tooltipCaolán McNamara
Change-Id: I5f24703db70b53306d618d8fb89ad4a468d1a5f9
2015-02-09Resolves: fdo#87876 full text of war and peace used as checkbox labelCaolán McNamara
Change-Id: I016975123c0f277b4e4c8c8097e89fd84d93530a
2015-02-07loplugin:deletedspecialStephan Bergmann
Change-Id: I80e009f4fc4fcef9df20619ca97783ed1f2e7e6f
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
Deprecated comphelper/sequenceasvector.hxx. Rewritten code using it. Using instead the functions containerToSequence and sequenceToContainer, found in include/comphelper/sequence.hxx. One class that inherits from it (in framework/inc/stdtypes.h), and the code using that has been left. Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: writerfilter/source/dmapper/DomainMapper.cxx writerfilter/source/dmapper/TblStylePrHandler.hxx writerfilter/source/dmapper/WrapPolygonHandler.hxx Change-Id: Ice61c94ffb052e389281aebb7cdf185134221061
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
and boost:make_shared->std::make_shared Change-Id: Ic1e187c52c856a7b27817967b2caa8920f23a98d
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann
...even if it is known to be dangerous Change-Id: Ied96284e33b966bf072d0961054479ec7f891dea
2015-02-05Implement search funtion in Expert Configuration dialog.Palenik Mihály
Change-Id: I5a594b3d6ef84b022ce4a92a865beba735d47113 Reviewed-on: https://gerrit.libreoffice.org/14322 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-05Updated all precompiled headers.Ashod Nakashian
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157 Reviewed-on: https://gerrit.libreoffice.org/14292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-03tdf#88999 Modify number of decimal for scientific also (UI and Sidebar)Laurent Balland-Poirier
Scientific format was excluded from being able to increase/decrease number of decimals, red for negative or thousand separator in UI Format > Cells > Numbers and Sidebar > Number Format Change-Id: I56b175a26fc5ba46b9964390f9c098d5d93c73dc Reviewed-on: https://gerrit.libreoffice.org/14293 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-02callcatcher: shave off a few moreCaolán McNamara
Change-Id: Ie48cf7f89c8c826e56409c2493e1e1250086f10a
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
i.e lots now able to be detected after... commit b44cbb26efe1d0b0950b1e1613e131b506dc3876 Author: Noel Grandin <noel@peralex.com> Date: Tue Jan 20 12:38:10 2015 +0200 new loplugin: change virtual methods to non-virtual Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d
2015-01-28Do not corrupt URIs entered into the Hyperlink dialogStephan Bergmann
...by fully decoding them via DECODE_WITH_CHARSET (where charset defaults to UTF-8) instead of merely normalizing them to IRIs via DECODE_TO_IRI. For example, entering http://example.com/foo%2Fbar into the Hyperlink dialog would have resulted in a corrupted URI http://example.com/foo/bar Change-Id: Ic37859afa59c3fdc3280cf4803d4334026e1f336
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
2015-01-25coverity#1266481 Pointer to local outside scopeCaolán McNamara
Change-Id: I50884d73ffbbc8af743175e284860e937b196041
2015-01-21has_focus is not implemented, remove usesCaolán McNamara
Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
2015-01-20Some more loplugin:cstylecast: cuiStephan Bergmann
Change-Id: If4c85302e7e248ba53cfa814e1f19625e9092dfe
2015-01-19fdo#88504 untranslated strings in Hangul/Hanja Conversion dialogDavid Tardon
Change-Id: Ia7db917bef75182f2c43020fa3237dd7aba91683
2015-01-15coverity#1264393/1264394: missing breakJulien Nabet
Change-Id: Idfca6110d3170a94efaa9ac51902893d9403c27d
2015-01-15Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara
This reverts commit 8c291bb13335fc73785eab2bba81b37a5161d6b4 because a pile of stuff then crashes, its not sufficient to remove things from .ui files if there are still used but the cxx. e.g. opencl options page Change-Id: Ice608af7e4a3f7798183a45602715ab04afbc87a
2015-01-15Related: fdo#87551 measure in approx chars and not pixelsCaolán McNamara
Change-Id: Ibf34083d99e0aceee2855ed10939ad3b60b8abae
2015-01-14fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos
Frames are meant to group together sets of related controls. It is a mistake to use them to label just a single UI control. Change-Id: I2666eefd6f6986825e48879ed3fb5b8d55f3e0d0 Reviewed-on: https://gerrit.libreoffice.org/13865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-14Cleanup SfxZoomDialog, convert plain pointer to unique_ptrTomaž Vajngerl
Change-Id: I50f16a6c2ec3dcbb12881ab42d0a2f9556cf7ec8
2015-01-13fdo#87551 Category tree is too thin since conversion to .uiAdolfo Jayme Barrientos
Change-Id: Ic0b4eaa918114293f1428ba6c1e4bcb8ee721849 Reviewed-on: https://gerrit.libreoffice.org/13866 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
and dump the ones that nothing is listening to Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
and drop DATACHANGED_DATETIME because no-one is using it Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff
2015-01-10About dialog: distinguish between 32 and 64 bit windows buildDavid Ostrovsky
Change-Id: Id92bb3ed5c19cefed41eeaafe8b956cd2d563bf6 Reviewed-on: https://gerrit.libreoffice.org/13853 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-01-09cui: SvxLinguTabPage::GetRanges() is dead, remove itMichael Stahl
That's what the comment on it said before it was translated. Change-Id: I8812f99253bd4a14cb1109abf72b11d650f56003
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
Beside scope changes, it fixes lack of initialization in a few places. Change-Id: Ia09fdb9845d8ac17256330a5ec5168401c84f0f2 Reviewed-on: https://gerrit.libreoffice.org/13755 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-06reorient name dialog and make a little narrowerCaolán McNamara
Change-Id: I59769d286dc3e5a7fee77d4f72711e6b48b8b7ed
2015-01-06add a borderCaolán McNamara
Change-Id: I44f696cd09f39c425a77ae202854a77c7c2d7d20
2015-01-06set default buttonCaolán McNamara
Change-Id: I3662ef26c96525480812f25706e6324ceca3e153
2015-01-06Resolves: fdo#87823 Move Menu->New MenuCaolán McNamara
Change-Id: I677b519a1bcae3266baff4577b63971b6f8add75
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
Change-Id: I54f9019297913683605b5aea9f79b3defc1dcc13
2015-01-05fdo#84228: Set rectangle props after setting shadow propsKatarina Behrens
It doesn't work the other way round, the preview then fails to be updated, the old shadow still sticks around. I don't know why. Those X different SfxItemSet pools just make my head spin :( Change-Id: I436a46f95299cf32f4bb43437cc5c23a655dbe9d
2015-01-05-Werror,-Warray-boundsStephan Bergmann
Change-Id: If1c3bfdf6bf256da69b0837070955fabbe773c9d
2015-01-05Enhance OpenCL Option dialog with tablesOlivier Hallot
Changed ListBox to SvSimpleTable Table header displayed Restore CheckBox setting Change-Id: Idca5ac7c921bf3674a36032e342708ccaae03d0d Reviewed-on: https://gerrit.libreoffice.org/13665 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04Cleanup source of zoom dialog, translate german error messageTomaž Vajngerl
Change-Id: Iccd140f06b9504606850de780262a23004a803b4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
Change-Id: I49192637121441b9a1980350b9bb32cd995d4386
2015-01-01Bump copyright year to 2015Andras Timar
Change-Id: I18f2abfeee3b7e440aace632aec1296a1beab1f7
2014-12-29fdo#86592 Fix radio button’s groupsAdolfo Jayme Barrientos
Change-Id: I861a8f38adf8bb2bda193befe100ba535eef83ba Reviewed-on: https://gerrit.libreoffice.org/13691 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-22Resolves fdo#87581: Pb to delete words with 2 initials in Autocorr ExceptJulien Nabet
Change-Id: I49b97c5c1546f0410542cb67540c5507c95bec98
2014-12-22Enhance OpenCL options UI dialogOlivier Hallot
1) HIG-ification of blacklist and whitelist, using frames 2) handle Use OpenCL checkbox to enable/disable OpenCL blacklist and whitelist changes Change-Id: Iae132d09d2dd0436fa1aa2a64e902ee5aed7cf47 Reviewed-on: https://gerrit.libreoffice.org/13602 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-12-22Improve HIG in OpenCL Add/Edit dialogOlivier Hallot
Change-Id: I8798e9c54aa85b75eda729d2aa8fbea656712894 Reviewed-on: https://gerrit.libreoffice.org/13584 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-12-22remove whitespacesMarkus Mohrhard
Change-Id: I38c09b730d0fd3eebb3dbd8965ab1665d0d3c92d