summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-21unit test testMatrixConditionalBooleanResultEike Rathke2-0/+27
Change-Id: I6531a79b510da18b6799edd32d40cfce7dd2975a
2015-11-21solve 6/8 cases of the dreaded conditional logical format in matrix resultsEike Rathke1-7/+40
So we now have =IF({1,0},TRUE(),42) => {TRUE,42} =IF({0,1},TRUE(),42) => {42,1} =IF({1,0},42,FALSE()) => {42,0} =IF({0,1},42,FALSE()) => {FALSE,42} instead of before =IF({1,0},TRUE(),42) => {TRUE,TRUE} =IF({0,1},TRUE(),42) => {TRUE,TRUE} =IF({1,0},42,FALSE()) => {TRUE,FALSE} =IF({0,1},42,FALSE()) => {FALSE,TRUE} Not perfect but better.. Change-Id: Ib4970f3c4c1bea87130730b956a0a6754879c6e6
2015-11-20enable opengl by default for WindowsTomaž Vajngerl1-0/+7
Change-Id: I8683db0b038e89c1c9b4b723f31a205e80d9be6a
2015-11-20opengl: populate blocklistTomaž Vajngerl1-4/+156
Change-Id: I815d4cefb6185865d48bdcec294f52a61f53241a
2015-11-20opengl: fix blocklist parsingTomaž Vajngerl4-75/+99
Devices weren't copied correctly - delete copy constructor as it is not needed. Split parsing to more methods so it is more readable. Parse vendor name (ati, intel, ...) and convert to vendorId Change-Id: I91ed7d8c5713dec160e217defb27f25cd3e8178c
2015-11-20Cleanup while reading extensions.Michael Meeks5-97/+2
Change-Id: I99c630c2b497b695365728ce5a2497ff64ff9f1a
2015-11-20sc: One more place needed when one wants to enable the S/W interpreter.Jan Holesovsky2-3/+3
Rename the variable too when I am at that; it may be broken, but the user knows what he/she's doing when using an env. var. Change-Id: Ia457c477e5677e7f89a35b331df0933e2eb3f5b3
2015-11-20Revert "tdf#95614 fix freezing with linked images"Michael Stahl2-30/+0
This reverts commit 58e2a9efe554ff2ac09a902d13a18e954487b672. It breaks CppunitTest_sw_globalfilter. Change-Id: I0eb787d698276b86bf4d77a5300ea98cce0fdea5
2015-11-20slideshow: Reimplement reflections in shaders, and port Rochade and TurnAroundEmmanuel Gil Peyrot5-87/+171
This removes the hack reflections were previously, where a black quad was drawn on top of a mirror version of the first primitive only. Change-Id: I8c0863ab30e85d0130a8d7e838f3514e9be93788
2015-11-20slideshow: Reimplement both Fade transitions in shadersEmmanuel Gil Peyrot4-62/+108
Change-Id: I94187b9316a206578bb738411053afe070703f09
2015-11-20slideshow: Make SimpleTransition inherit from ShaderTransitionEmmanuel Gil Peyrot4-117/+217
Many transitions don’t like the simplistic default shader, especially since it doesn’t handle lighting or reflections properly. Those issues are addressed in the following commits. TODO: except lighting. Change-Id: Ia99308deb87c97d9bbe1da32aac64d0437061a84
2015-11-20wrap to allow for tests with longer names without inconvenient linebreaksBjoern Michaelsen1-3/+6
Change-Id: I9d1ae01d29ff08ce9de34d86088c1bbbe53bd159
2015-11-20Revert "Fix dependency for Mac"Bjoern Michaelsen1-1/+1
This reverts commit de37e7ae4808dc9cdd84a8c21411958ed51db56. This should now be properly fixed with a2185987. nitpick: That commit was refering to a wrong commit anyway, it should have refered to a2185987d instead. Change-Id: Ic46db94568ac4074f471f42678cdf8d9fb32ef67
2015-11-20set gb_PythonTest_DEPS in .../platform/macosx.mk for realBjoern Michaelsen1-0/+1
Change-Id: Icc7f6f063e6a31d3d84e9757dc45859f6fe1703c
2015-11-20libxml2: upgrade to version 2.9.3Michael Stahl7-33/+5
- drop libxml2-freebsd.patch.1 (upstream libtool 2.4.6 does the same) - drop libxml2-vc15.patch (fixed upstream) Change-Id: Ia2f194f39efebd3d2ea924d23a5543ac53e93116 Reviewed-on: https://gerrit.libreoffice.org/20084 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-11-20tdf#95614 fix freezing with linked imagesLászló Németh2-0/+30
Change-Id: Id9c718fda8f15d804e07ad87ff4ca930c2ea70cf
2015-11-20Adapt Windows-only codeStephan Bergmann2-4/+6
...to b8793748b0eaaa3fe405587fcb2a3021adab833b "Seems more natural to pass a homogenous list by initializer_list" Change-Id: I1c6816a442b57572a307251de1de5652a9d2a63a
2015-11-20loplugin:nullptrStephan Bergmann1-2/+2
Change-Id: Ieb8821ed16707afd26329cb84277c96dca66d5b7
2015-11-20loplugin:stringconstantStephan Bergmann1-1/+1
Change-Id: Ia0a89419fffb9081df7da4696c3ec21ef3f0256b
2015-11-20loplugin:staticmethodsStephan Bergmann2-36/+34
Change-Id: Ia306219fdcce4633e85c34db343a99b21e88157e
2015-11-20loplugin:nullptrStephan Bergmann1-1/+1
Change-Id: I12e145be9c9f19c51e86075298f616b003054e10
2015-11-20loplugin:unusedfields in cppcanvasNoel Grandin2-29/+0
Change-Id: Ibba6a89ba87970bf08c44e8a70ce0dd1e9f75956 Reviewed-on: https://gerrit.libreoffice.org/20081 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-20Fix dependency for MacStephan Bergmann1-1/+1
...broken with 4f76e46290b26deeb4f9660c580a5ffef58a557e "make CPPUNITTRACE=TRUE a shortcut for debuging on WNT" Change-Id: Ie6a601da3d4310ea4d43410f8a8e2ddaa16e287d
2015-11-20tdf#67770 store sidebar elements statesLaurent Godard11-233/+436
deck & panel states at user registry level when disposing a sidebar if a shared deck (with "any" context application) is modified, it apply to all applications (eg. Gallery between calc and writer); TODO ? clean ResourceManager Get/Set const/non-const add panels when deck is created & refactoring * macro example Sub Main controller = thisComponent.currentcontroller sidebar = thisComponent.currentcontroller.getSidebar() sidebar.setVisible(true) decks = sidebar.getdecks() deck = decks.getByName("PropertyDeck") deck.activate(true) deck.setTitle("new deck title") deck.moveLast() panels = deck.getPanels() panel = panels.getByName("TextPropertyPanel") panel.setTitle("new panel title") panel.expand(true) ' expand and collapse other panel.moveLast() End Sub Change-Id: I2552000af92a366ebb51a479962a094b72e400b6 Reviewed-on: https://gerrit.libreoffice.org/17992 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-11-20loplugin:unusedfields in canvasNoel Grandin1-3/+1
Change-Id: Ic532ebf1f929044d72ee3abca29c8275cbe837ac Reviewed-on: https://gerrit.libreoffice.org/20078 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-20Change the bits of the save button dynamicallyMaxim Monastirsky3-4/+63
When the save slot is disabled, we want it to become a dropdown only instead of disabling it. Change-Id: I22fb04c8a0c9afc0a1af8f031a584cdaa99484f9 Reviewed-on: https://gerrit.libreoffice.org/20079 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-20fix buildNoel Grandin1-4/+4
after my commit e3990370f832c8a69d1b6b22ec315dc0616d5535 "loplugin:unusedfields extensions" Change-Id: Ia9d10e7df88e9a82cf5c8bd883346ead3debd2bd
2015-11-20loplugin:unusedfields in basegfxNoel Grandin1-7/+0
Change-Id: Ibf7455fd20522ad52031089d2700533efc56c395 Reviewed-on: https://gerrit.libreoffice.org/20077 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-20loplugin:unusedfields lotuswordproNoel Grandin10-34/+4
Change-Id: If7d15d4293993f52e68ac059b3091aa88fb68e95
2015-11-20loplugin:unusedfields idl,idlcNoel Grandin2-5/+2
Change-Id: I39816fc613aadb5250eed39fd0c6830abe1cde2c
2015-11-20loplugin:unusedfields i18npoolNoel Grandin4-10/+0
Change-Id: I09dad8485f7a558dd389032a6052b88a8285afea
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin4-10/+4
Change-Id: I8a4feaea642cf781fde54e4afc5cd98e326f8db3
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin8-23/+1
Change-Id: Ic7af56ac801c1e5b3fcf3c4e8413656e96220279
2015-11-20loplugin:unusedfields filterNoel Grandin17-114/+20
Change-Id: I6c049c5318b71c48cd4e64d2b051035012dc11e4
2015-11-20libxslt: add patch for CVE-2015-7995Michael Stahl2-0/+30
Change-Id: I733cd21f6d8c7ea1e01f594d1483ad9c2043c188
2015-11-20shell: rename CppunitTest to the same name as the makefileMichael Stahl1-6/+6
Change-Id: I3d1ef0573a460a3101cb8c9afd30162397d8012c
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann20-118/+62
...than by template parameter pack (even if that requires using ServiceDecl*, as initializer_list cannot take reference types) Change-Id: Ia986201b52d8daedfe925f132ebc79bc2c0ba378
2015-11-20loplugin:unusedfields extensionsNoel Grandin6-14/+2
Change-Id: I7cee47eca35b02472639cdd267ddd450145803de
2015-11-20loplugin:unusedfields in desktopNoel Grandin5-42/+12
Change-Id: Iab2f05ca2ec2bc313121b4edfb9a0129911c2c91
2015-11-20loplugin:unusedfields in dbaccessNoel Grandin24-214/+143
Change-Id: I563c3727c1719fe21acced269e5469c2de7112e8
2015-11-20loplugin:defaultparamsNoel Grandin1-3/+1
Change-Id: Ia9dca11a7e38fcf2b7b4b0d2459c85a1348f8c43
2015-11-20don't warn on Color streaming missing Solar VersionCaolán McNamara1-4/+0
Change-Id: I47e6a21fde77028c7a717b095883497888806501
2015-11-20Resolves: tdf#92687 implement drawPolyPolygon via cairoCaolán McNamara1-22/+151
modeled on the quartz impl Change-Id: I2f6776c14c7350954932df2bffcca36172f13473
2015-11-20fix buildNoel Grandin1-2/+0
arguments to SAL_INFO are evaluated even when logging is off Change-Id: Ib0d391c0f080760be83f6e17dc0772b14f41fd4d
2015-11-20Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt10-784/+14
Will use a different approach for NotebookBar. Also this should not be in 5.1. This reverts commit 8c1014021dbe9da2e18233d215b970f5359db67b. Change-Id: Ic699723818a890bf4c3be3a2c045527148bd118b Reviewed-on: https://gerrit.libreoffice.org/20075 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-20loplugin:unusedfields in cuiNoel Grandin7-28/+9
Change-Id: I92d7c3e2dde0808304ee3877ba1fbd13ee63eb38
2015-11-20loplugin:unusedfields in comphelperNoel Grandin1-3/+0
Change-Id: I2e410c973af2eb443fee8fe787920bf6bc205d95
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt72-175/+177
Change-Id: I42fa834464fd4cd7f0c1f11e310c1145fb1f071b
2015-11-20loplugin:unusedfields in chart2Noel Grandin11-29/+14
Change-Id: I7da22cc193d9fadf9a3b5dc1453f5574d2357c31
2015-11-20loplugin:unusedfields in basctlNoel Grandin6-13/+48
and improve the plugin to search for only WARN_UNUSED and fundamental types Change-Id: Ic06207758e28d44d64d76d8119fd76b5b098bb05