summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-29sfx2 classification toolbar: dispatch uno command on selection changeMiklos Vajna
Change-Id: Iad3cb44cd57ad9e50be6008146629cdca8455eb6
2016-02-29sfx2 classification: set toolbar listbox width after inserting entriesMiklos Vajna
This way GetOptimalSize() returns a size that allows reading the selected item after selecting one. (The new width is the double of the old one, or so.) Change-Id: I5f935dcbee52844fb325bd74437479f759a85852
2016-02-29sfx2 classification: don't sort items on the toolbar listboxMiklos Vajna
Assuming the policy follows a least-confidential -> most-confidential order, doing a lexicographical sort on the category names does more harm than good. So use a vector instead of a name-indexed map for categories. Also, don't duplicate the label map for the current state, but just store the state in the same category structure that is used for other (currently not used) categories as well. Change-Id: I1672192e572abfc22b6aeeb152ee7484086cea91
2016-02-29tdf#98169 - Cross reference tab filter releases filter when refocusedAkshay Deep
Change-Id: Id77fad1dd84a4ea18ac69eeb6aaee39042017b6d Reviewed-on: https://gerrit.libreoffice.org/22681 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-29tdf#97388 Better icon for deleting custom field rowSamuel Mehrbrodt
Change-Id: I2c4b38257ffc01a9d2b1ca4f915bb31a5923710e
2016-02-29upgrade graphite to 1.3.6Caolán McNamara
Change-Id: I09ff1f699110d5a9b2637f495a7df5d42c6c1a52
2016-02-29split gtkdata into gtk3 and gtk3 versionsCaolán McNamara
Change-Id: Ic102a5a1193a8bc50b460e5897b1ca488f0d4a65
2016-02-29shouldn't have to recall gtk_init hereCaolán McNamara
Change-Id: If851dbdb034384395ba590fda61f3383f5ef791a
2016-02-29crashtesting: sync PageProperties::SetStyleSheet with GetStyleSheetCaolán McNamara
PageProperties::GetStyleSheet returns 0 so PageProperties::SetStyleSheet should do nothing Change-Id: If627ba3e31b14ff5178f45125f0ce6e4dbf93ec0
2016-02-29language submenu from tools->language->for selection->"languages"...Caolán McNamara
is always disabled/empty since... commit a6e8910a3c5d33e671a13559438b7228596b8bca Date: Wed Feb 17 12:07:59 2016 +0100 allow disabling file/new, wizards, recent documents menu entries disabling the dispatches '.uno:AutoPilotMenu' and '.uno:AddDirect' and .uno:RecentFileList via UNO API now results in disabled menu entries as expected Change-Id: Id99be9374306ff8c0cea919ea94ed96f715a8058 Reviewed-on: https://gerrit.libreoffice.org/22422 reverting this hunk restores them again Change-Id: I029c9c3f25fb593127ee8371b278cee102c65882 Reviewed-on: https://gerrit.libreoffice.org/22749 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin
Change-Id: Ibff7ac9718929349ee7daa3febb0f8fe4a9fa4db
2016-02-29compilerplugins: fix clang-3.7 buildMiklos Vajna
Change-Id: I2d845d3e008cec085ce2b355c9a058363bd021cb
2016-02-29svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna
Change-Id: Id6a12d40ea43512d2ee22f51034a6a8023f40e9e
2016-02-29loplugin:nullptrNoel Grandin
Change-Id: I318a669d8b6b26c179111f887e13da784385a4ac
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin
Change-Id: I7eefd83d7f84c0a6301fd3ba37d77463d809e5f9
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin
Change-Id: I08b57f3b30e2f1892da54965a0f53de00363b8bd
2016-02-29loplugin:unuseddefaultparam in ucbNoel Grandin
Change-Id: Ie0ea0b4dc13271a2bde5e3843bb3f8042ab880b4
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin
Change-Id: Icb2dc74263026d90b7998b3fd880fd5d2c67a3b7
2016-02-29Related: tdf#89646 sc: Fix some issues with the new toolsMaxim Monastirsky
- Fix default object creation (by holding CTRL). - Fix Polygon (45°) tools (inverted SHIFT effect via doConstructOrthogonal). - Toolbar layout similar to Impress/Draw. Change-Id: Ib4e4aec1560599201c00e0726c29021763d773ad
2016-02-28tdf#89646 Implement "uno:LineToolbox" command into calc.Gulsah Kose
Freeline filled, Polygon filled, Bezier Filled, Polygon 45, Polygon 45 filled buttons are added into writer's LineToolbox. Change-Id: I181d3cbc64a70ef1ef363b1ef76641b6b8ec2c79 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/22748 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-02-28Related: tdf#89646 sw: Fix some issues with the new toolsMaxim Monastirsky
- Don't crash on default object creation (by holding CTRL). - Correctly handle clicking on the start position. - Fix Polygon (45°) tools (inverted SHIFT effect via doConstructOrthogonal). - Toolbar layout similar to Impress/Draw. Change-Id: Iefbaf892d8856a2d136e7e2a040194c770507722
2016-02-28Breakpad crash dialog: UI nitpicksAdolfo Jayme Barrientos
- Add a title to the dialog - Add 6-px padding around it - Disable resizing - Don’t wrap the label text with manual line breaks - Tweak button labels and fix their capitalization Change-Id: I4d23777067ab331fc966dee10a0aea9ea157a0bb
2016-02-28make firebird build on gcc 6 againCaolán McNamara
Change-Id: Ie9bf5003dd5ed2698c2bde58fd6767f3852adeae Reviewed-on: https://gerrit.libreoffice.org/22738 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-28Bump nss to 3.22.1 and nspr to 4.12David Ostrovsky
It seems like nss has activated -Werror, even though the code is not warning free: [1]. This applies also to the additional patches that would need to be patched to be a warning free patch, endless recursion. To avoid messing around with something like that: [2], we disable -Werror option for now. Also note, that [2] doesn't fix all warnings, but only part of them so that we let with unsolved non-trivially to fix warnings on different supported compilers if we would choose the warning-free-compilation-path. [1] https://groups.google.com/d/topic/mozilla.dev.tech.crypto/TgnF3tIMxJ0/discussion [2] https://git.fedorahosted.org/cgit/nss-pem.git/commit/?id=ec2b9a90623b1ec5adb6ebe8d6651b35854786ec Change-Id: I762c03acede6c4eac715d3b0589061eeabbcc7c2 Reviewed-on: https://gerrit.libreoffice.org/22650 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-02-28Unused definesMaxim Monastirsky
Change-Id: Idc31e498a7223e7827533b24ab26928e21660ff2
2016-02-28Ole: Fix WaEDavid Ostrovsky
Change-Id: Ia6ccdc21608abcbd715bd9ff4aa2057f9f306e58 Reviewed-on: https://gerrit.libreoffice.org/22686 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-02-28Unused resourcesMaxim Monastirsky
Change-Id: I35396812b07e077440698a4e862762aeada0785e
2016-02-28move the cell property dump code into dbgutil buildsMarkus Mohrhard
We now allow with a CTRL+SHIFT+F9 to dump the cell properties as a xml file. Change-Id: I730e7009bbe95d3105541a9afbd2c8a19c992600
2016-02-28tdf#97667 Added a dump method for SfxItemSet in gridwin.cxxJaskaran
This is the first part of solving the task at tdf#97667. The goal is to dump SfxItemSet where our cell properties are stored.Improved it after inputs from moggi.Also I've commented out a few lines in gridwin_dbgutils.cxx That were causing build to fail on jenkins.Once the dump function is moved to the DBG_UTIL Change-Id: I502eaa985b3bf8d296e301d96e42f13d6fd53da5
2016-02-28Revert "Unused resources"Maxim Monastirsky
Why it doesn't fail in my local build? This reverts commit cd98e0725ea9b8389297b80d6c8620f4b63f482d. Change-Id: I1cf8c037cdaaf43f8fe2d42c9e2c8bd40d3608f6
2016-02-28Unused resourcesMaxim Monastirsky
Change-Id: Ic14b4177b87833b90d6b10a2dda96846ff2a5735
2016-02-28Unused resourcesMaxim Monastirsky
Change-Id: I92cfdca70924ea3397b2c940bc35f153c3c5de89
2016-02-28Fix typoMaxim Monastirsky
Change-Id: I454af097a6b416970f80137b46ef5840e3433550
2016-02-28Unused resourcesMaxim Monastirsky
Change-Id: I30b207fe0027cb4cb04130401b2c7a888624293c
2016-02-28cppcheck: Fix all badBitmaskCheck + 1 unreadVariableJulien Nabet
Change-Id: If6012a25b0e1419525fb31266cbcff26e95459cf
2016-02-28tdf#97963: Impose size limit on all 3 edit windowsKatarina Behrens
Doing it for 1 window (tdf#90257) isn't enough, the dialog will grow outta screen with large fonts not immediately, but on the next opening Change-Id: I890ecd91a00efc4c7596b30a237f5abb4f87215a Reviewed-on: https://gerrit.libreoffice.org/22739 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-02-28tdf#98119 Allow markers on zero-length linesRegina Henschel
Inkscape, Seamonkey, Chrome and Batik show markers on zero- length lines, LibreOffice should do that too. The patch removes the restriction start<>end. Change-Id: I984baf755df7b2689e00d2a23b40e3f059c0add0 Reviewed-on: https://gerrit.libreoffice.org/22740 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-02-28tdf#89646 Add new buttons into Linetoolbox of writer drawbar.Gulsah Kose
Freeline filled, Polygon filled, Bezier Filled, Polygon 45, Polygon 45 filled buttons are added into writer's LineToolbox. Change-Id: Idf2b3d7484feb78a0ed762a14d9fde587b6a46fa Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/22731 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-02-28tdf#95709 adapt clip polygon for transparence groupsArmin Le Grand
For presentation transparence groups are rendered by the canvas using VirtualDevices and Bitmaps. To adapt for then painting the Bitnmap to the canvas the RenderState needs to be adapted to e.g. reflect the already applied scaling. Missing was to adapt a set clip polyPolygon to be synchronized with the new RenderState transformation. Change-Id: If760a8076e016a6dcf306db71971f1fd2fef7017 Reviewed-on: https://gerrit.libreoffice.org/22720 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-02-28Fix gtk2 menubarMaxim Monastirsky
Change-Id: I0605e570022f6eb57d453a3eb8bea5f4314c8229
2016-02-28mbUnityMode is always falseMaxim Monastirsky
Change-Id: I7c4b05cd02dee2b6efb926955759d725428e1dc1
2016-02-28tdf#93837 sd: Initial import of context menu xml filesMaxim Monastirsky
Lots of copy-paste there, will look at it later. Change-Id: I966679068ba159f481e2add8ab7b6f5384e7e22e
2016-02-28tdf#84258 officecfg: Split page/slide commandsMaxim Monastirsky
Change-Id: I05368a7b523191eaebb5865feff397cfec0bf0a5
2016-02-28tdf#84258 Allow creation of command aliasesMaxim Monastirsky
We already can use different labels for commands, based on whether they're in a menu, context menu or a toolbar. But in some cases we need different labels for the same type of UI element, or even different icons. One example is page/slide commands in Draw/Impress, as they share same commands, but need different icons/labels. Creating full-fledged duplicate slots just to satisfy the need of UI representation seems like overkill, and isn't flexible enough. The proposed solution is to allow creation of command entries, that do not correspond to real application slots, but instead link to another existing commands. The "real" commands will be used for controller factory and dispatch (execute/status) APIs, thus fully retaining functionality. This can be useful also for giving icons to complex commands (i.e. commands with arguments). Change-Id: I9b261b406ec8fc781cae06cf283963386379d4ad
2016-02-28Kill sfx2 menu supportMaxim Monastirsky
Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c
2016-02-28use better assert macrosMarkus Mohrhard
Change-Id: I6fcfcced0c9017003472e19ab5619ecb26a992eb Reviewed-on: https://gerrit.libreoffice.org/22741 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-27Copy tango icons from Galaxy into TangoYousuf Philips
Change-Id: I1c0a879f7d24d766d588383253be761e4c049ff6 Reviewed-on: https://gerrit.libreoffice.org/22737 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-02-27tdf#94738 Replace symphony icons with galaxy in the sidebarYousuf Philips
Change-Id: I37437eb2f3317eb0e7f1f2df995cb58808e10bab Reviewed-on: https://gerrit.libreoffice.org/22627 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-27tdf#98088: prevent access to invalid sub nodeOliver Specht
Change-Id: I73bd77682bfb60474ba18ca85bc5d008c70a7f97 Reviewed-on: https://gerrit.libreoffice.org/22715 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-27MSVC 14.0: Fix building 64bit libraries in 32bit modeDavid Ostrovsky
Change-Id: I006d21b6240898cbaed2b382276654d3ad8076a2 Reviewed-on: https://gerrit.libreoffice.org/22732 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>