summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos
This helps de-clutter action button groups and eases visual scanning. This patch also contains little layout tweaks where needed to separate the Help button from its neighbors when the dialog is too small. Change-Id: I56aafdaf2a5351bd7bcb4db693e520fd5c5166ce Reviewed-on: https://gerrit.libreoffice.org/13427 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05fdo#83371 : cannot navigate to list Files in LibreOffice dialogsSzymon Kłos
Change-Id: Ice5315136e25ece6a65c6136f0703825c426cf20 Reviewed-on: https://gerrit.libreoffice.org/13704 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05Refactor OpenCL settings dialogOlivier Hallot
Convert listbox entries into independent widgets Some code left as the dialog and the settings are been worked ATM. Add help button (fdo#86637) HIG-ification of widgets Change-Id: Ieef1abb0502171e7f46695f40445af6cfa059a04 Reviewed-on: https://gerrit.libreoffice.org/13703 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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-05Improve String in Options-Writer-TableOlivier Hallot
Change "Default" to "New Table Defaults" Change-Id: Icbc254e5c7529e3b07995fcdd04c3dfb0eb32ea6 Reviewed-on: https://gerrit.libreoffice.org/13598 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05Updated coreOlivier Hallot
Project: help b3fb9849fa298bf36ffb5a9967a109f40f0e5021 fdo#86637 (part) OpenCL options help page Change-Id: I8adfb122226d4eb4dd4342673b6707ecc1015bf9 Reviewed-on: https://gerrit.libreoffice.org/13702 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05Resolves fdo#87863: Calc tooltip text for hyperlink wrong on OSXJulien Nabet
I copied pasted the Writer way, with "follow" and "link" instead of "open" and "hyperlink" There are still the management of ":" + space (which could be different according to i10n) Change-Id: Ic8516c667b1882030d527add228a98e1081f608f Reviewed-on: https://gerrit.libreoffice.org/13712 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee
use C++11s range-based for() loops instead Conflicts: sd/source/filter/eppt/pptx-epptooxml.cxx Change-Id: I0868eb345932c05b7e40b087035da252b99bf0b9 Reviewed-on: https://gerrit.libreoffice.org/13714 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05fdo#86674 paragraphs have ATK_STATE_INVALIDNiklas Johansson
A few states have been added in the IA2 integration. These need to be handled somehow on linux as well. At the moment they all get the state INVALID. Let's add the state DEFAULT that already have a equivalent. The state MOVEABLE is causing the issues in paragraphs of LibreOffice Writer. The state is not invalid so let's avoid reporting it at all. There must be a cleaner way of doing this however. Change-Id: I859439f92fe19f5050195383f43fa4af787b249e Reviewed-on: https://gerrit.libreoffice.org/13727 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05Resolves fdo#87968 : Assertion failed: false rtl_uString_newFromSubStringJulien Nabet
aNewText already contains the good string so calling copy method is wrong (same pb for i18n::TransliterationModulesExtra::TITLE_CASE and i18n::TransliterationModulesExtra::SENTENCE_CASE) Change-Id: Ifce92f33e98af3a58a70d25da9c60cf3d584a001 Reviewed-on: https://gerrit.libreoffice.org/13724 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-05java: unnecessary method overridesNoel Grandin
these methods did nothing but call their super implementation. found by CodePro Change-Id: Iba40d10ca1db0b4a3b4b971cacc2f299c4d5f389
2015-01-05java: simplify if statementNoel Grandin
found by CodePro Change-Id: I5f7e5b75b0345a1d917638e57a7d8ad60efb1475
2015-01-05java: unnecessary importsNoel Grandin
found by CodePro Change-Id: If1b75e43f81d70984422e437147048a491395b66
2015-01-05java: more efficient float parsingNoel Grandin
found by CodePro Change-Id: I01c18ddc842fd89105fa95daaa482fba8fcb7bec
2015-01-05java: avoid octal literalsNoel Grandin
found by CodePro Change-Id: Idf67521a46d73afe2f7656bb1a9f81e755eabbdb
2015-01-05java: use brackets to make difference between concat and plusNoel Grandin
.. more obvious found by CodePro Change-Id: I60b05b01819a756a07d2358e3cfe8b0d7d4436a6
2015-01-05java: remove more dead codeNoel Grandin
found by looking for unused parameters (in Eclipse) Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
2015-01-05java: static fields that should be instance fieldsNoel Grandin
found by FindBugs. Change-Id: I4f457cd8f6f28f0429fc50529c8d38d80b80c560
2015-01-05java: compare Strings using equals()Noel Grandin
not == Found by FindBugs. Change-Id: I74805f1187bd623433ad097dec1015a3cf5f45ac
2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin
on a Map, we need to pass the key, not the value, to be deleted Found by FindBugs. Change-Id: If6fd3d8d56a7c7dfabac31d8ee268939e582f4eb
2015-01-05java: these fields can become local variablesNoel Grandin
found by PMD Change-Id: Id852cfec984a181b91aca1c00a41e342b720a4bf
2015-01-05java: remove dead stylemapper code in reportbuilderNoel Grandin
as far as I can tell, this has been dead since the original import of this code Change-Id: I4bd47e55eb0abc991ea1d58c16fba6fa6c7878d9
2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin
and delete a dead class Change-Id: I7822ecff670d6036d0cf35f4b2d299b738f9061b
2015-01-05java: remove dead codeNoel Grandin
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2015-01-05Need <boost/functional/hash.hpp> for boost::hashTor Lillqvist
Change-Id: I64915b6a1dde7c0c518334b8d90bce70844d0fbe
2015-01-05WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist
Change-Id: I6a6b24706ed07c5de9870604b6fe5e382ca776c8
2015-01-05fdo#84909 remove insert image button from shapes toolbarYousuf Philips
Change-Id: Ib9f1d45cef0715dd328a6fc197e532d17ff78487 Reviewed-on: https://gerrit.libreoffice.org/13713 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-01-04Updated coreStanislav Horacek
Project: help b4fb18973653f15255d0d8f9dd1674e7c7693ec9 fdo#86289 rename Page Preview to Print Preview Change-Id: I19ac49d8fe799b9c134f41d2620e4856f8a05067 Reviewed-on: https://gerrit.libreoffice.org/13550 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04Updated coreStanislav Horacek
Project: help 49a8bc9e5bc5667bfc9381bd1c24a05ae2c5d156 update labels for document statistics Change-Id: I67d5bb75b7a95055476e826278f35fe7911de103 Reviewed-on: https://gerrit.libreoffice.org/13626 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04Updated coreStanislav Horacek
Project: help b4bbd1151bdec146daa64f7e30e23531e52d2569 use consistent terms soft/non-breaking hyphen Change-Id: If05edfdf51f07593615e60f94e65b59ec1aab5be Reviewed-on: https://gerrit.libreoffice.org/13625 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04Updated coreStanislav Horacek
Project: help 5f2b910acbd06b29480d2d2ec9499724a09de33a change two labels to be the same as in UI Change-Id: Ibc2797a91fceae3610a529a19770dc9f836990d2 Reviewed-on: https://gerrit.libreoffice.org/13624 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04check size before looking into the stringMarkus Mohrhard
Found by Asan. e.g moz233272-2.xpm Change-Id: Ic563db41dbd4ce7250492e99f3e48a203cfdcf00 Reviewed-on: https://gerrit.libreoffice.org/13686 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04Translated German commentsLuc Castermans
Change-Id: I4be56ff8a8a006894e764620e8572568b1a63a3f Reviewed-on: https://gerrit.libreoffice.org/13732 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I00dabf3307734e319a8187df111e1065ea383524
2015-01-04vcl/win boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I27ac26250c1994e6254b2e662559ce5782b29a73
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara
Change-Id: I0a8ecc3aa26ffc56f216a6a0e078e158b03a4a02
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
Change-Id: I6ca0e477a4429e762c48c721951b9876db3a5c6c
2015-01-04help out clangCaolán McNamara
Change-Id: I19bee6bfa1c499a295b007002c005d8c3f8ce12c
2015-01-04help out clangCaolán McNamara
Change-Id: I21c1f43f4e0c339c57fa0f8f177eac8811ea0a4e
2015-01-04Access2Base - Extend CommandBars scope to most modulesJean-Pierre Ledure
Refine list of supported modules beyond database forms only Change-Id: I6f43234d653a564fa740724b01b7f2bde58d371d
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara
and replace ifdef hackery with an explicit underlying type Change-Id: Ibd340cf28d022af545a82e98e623d4c137ff7e53
2015-02-03Typo: translitaration->transliterationJulien Nabet
Change-Id: If722e7d025db65b72419499f1443d5f0cda609dd
2015-02-03Typo: calulate->calculateJulien Nabet
Change-Id: I33866a177eded1e96860cb07b16b753385b88319
2015-01-04Access2Base - New CommandBarControl classJean-Pierre Ledure
Main functionalities: - show/hide toolbar elements - modify tooltip - get/set internal command - execute internal command Change-Id: Ice830009f9eabc199727c7d4b54ebf524b026d40
2015-02-03Typo: consequetive->consecutiveJulien Nabet
Change-Id: I2c4c856a1f208c253493b852108743c643c2ea6d
2015-01-04connectivity: fix gcc-4.8 buildMiklos Vajna
Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I5d458f43616edc395faa8c27edaddc7d515166db
2015-01-04stdexcept for std::runtime_errorCaolán McNamara
Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8
2015-01-04Fix indentTomaž Vajngerl
Change-Id: Ia39df03be4f4a2470ec16dc55855916ddd758a8b
2015-01-04Remove nOverlap as it is constantly set to 0 now.Tomaž Vajngerl
Change-Id: I31bfa39777d2cfe8c7fddc62f74273a8ba1a9bba