summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-20-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I106c03219ae9107cdb981d9f5e4859bc95926957
2015-11-20Remove redundant toolbar:style definitionsSamuel Mehrbrodt
Change-Id: If255e6bebe501f1b0959613ce091b322af064628
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
and use them Change-Id: If4dc9df63db37185228aeaaab2979498d61304ec Reviewed-on: https://gerrit.libreoffice.org/20055 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-20new loplugin:unusedfieldsNoel Grandin
run it over the framework module Change-Id: I1220a4be0936ba30136ce22ffd78633c8a7b9d35
2015-11-20loplugin:overrideStephan Bergmann
Change-Id: Ic89d255bf56234a82b23ad6cc36d8d1250acbcab
2015-11-20-Werror,-Wdeprecated-declarationsStephan Bergmann
Change-Id: I7c7d3dda02a3745128a5a125b4b6952e087cdcda
2015-11-20SwPageFrm::IsOverHeaderFooterArea: check for IsActive() only laterMiklos Vajna
Checking for a bool is certainly cheaper than a chain of member function calls. Change-Id: I9520194e58e75264f3fcbb413a618e3995f59a4e
2015-11-20Impress/Draw: Open Navigator in the SidebarSamuel Mehrbrodt
Change-Id: I9a4ba3fd9c3909ccc5dfc459478a7b9b59fdc70e Reviewed-on: https://gerrit.libreoffice.org/20050 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-20tdf#95916 Update Alizarin.otpLaurent Balland-Poirier
Modify styles.xml to not use japanese language specification in style for date Change-Id: I0e418c06d5c8d6b04eeaa3e6f6c33c194ee2ef3f Reviewed-on: https://gerrit.libreoffice.org/20063 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-20Updated coretagezi
Project: help e76de4d2ed263ec64b9aeba984c4830cd23a93a9 changed place a attribute localize="false" the attribute localize="false" can not located in a tag embedvar. moved in the paragraph see OOo2HelpAuthoring.pdf, page 47 Change-Id: I56202e0cdddaed49c277fa882df96c80f3f6957d Reviewed-on: https://gerrit.libreoffice.org/20069 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-11-20starmath: Use std::unique_ptr for exception safetyTakeshi Abe
Change-Id: Idc71dc410000b88463440dd18f41ff945b7616d7
2015-11-19tdf#92527 construct default Segments sequence, when there is noneAndras Timar
Change-Id: I78ddbef3ac96f10f334c45a467dafb95bb9e3453 Reviewed-on: https://gerrit.libreoffice.org/20051 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-11-19loplugin:redundantcastStephan Bergmann
Change-Id: I89281db92f9b75e972313a95c33473d7649a9bef
2015-11-19Related: #i72580# Add descriptions about State property and button commandTsutomu Uchino
(cherry picked from commit 78dce87d4bd6936f0310d96381a0130f3ba82ed0) Change-Id: Ide972a5574c0062a7ee4e4300e512715c55e8d37
2015-11-19gtktiledviewer: allow setting custom background colorMiklos Vajna
E.g. it helps testing the semi-transparent shadow around Writer pages to append "--background-color yellow" to the commandline arguments. Change-Id: Ib94750e936abe3f41e4982534431fd5115e2c543
2015-11-19Fix Clang version check furtherStephan Bergmann
Change-Id: I5b4fbd8e56b20996406116732c5229fff4696650
2015-11-19slideshow: Port all matrix operations from GL to glmEmmanuel Gil Peyrot
We are still using glPushMatrix/glMultMatrix/glPopMatrix until everything is moved to shaders, at which point we will upload it with glUniformMatrix instead. Change-Id: I1684700eb9ed5867c5a2ae2b4e8cf2f1805f4d70
2015-11-19slideshow: Batch primitive display as much as possibleEmmanuel Gil Peyrot
We now set the state and upload all vertices data at once, before each batch, in order to minimize GL calls during drawing. The next step will be to move to shaders, in order to use per-primitive uniforms instead of changing the global modelview matrix and issuing another draw call. Change-Id: I8c7cf29047047b9cad575cc6264485ae77d6ba10
2015-11-19slideshow: Use gl_ModelViewProjectionMatrix in vertex shadersEmmanuel Gil Peyrot
ftransform() is deprecated, and we shouldn’t do an extraneous multiplication to obtain the two matrices together. Change-Id: Iaa16c106b8b702468f7be643a812107f0967acdd
2015-11-19slideshow: Always enable normals, there is no case where they are emptyEmmanuel Gil Peyrot
Change-Id: Ia45a3ec98a1f548b5a976f485d4165bb3d1ff2e4
2015-11-19slideshow: Don’t create the permTexture if the shaders don’t use itEmmanuel Gil Peyrot
Change-Id: I0aefe2130a85303213e247676d45546d9859cf62
2015-11-19slideshow: Rename getVertices into getVertex, to match its only usageEmmanuel Gil Peyrot
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt
These have been defined in the widgets Change-Id: If46a6862872286a454804846128bd8658f60af9b
2015-11-19opengl: use correct hex number for Win 10 (Major 10 -> hex A)Tomaž Vajngerl
Change-Id: Ib54fe6394173e905ef8c395ced86692290959369
2015-11-19readabilityTomaž Vajngerl
Change-Id: I8fbff3f86a543a58259408914bb78f992ad65864
2015-11-19opengl: support Win 10 in black/white listingTomaž Vajngerl
Change-Id: I9a3055fc60f738ab941816e40f4dd147deedafbe
2015-11-19cppuhelper: enable CppunitTest_cppuhelper_qa_weakMichael Stahl
Change-Id: Ie2339b31b1a2293183a29defb8a4944cb9eb61a8
2015-11-19missing namespaceStephan Bergmann
Change-Id: Ib291151508756035fbfde1805ba48e746d96dd59
2015-11-19sw lok comments: optimize sidebar text control invalidationMiklos Vajna
Instead of invalidating the whole area, invalidate the sub-widget when the whole area of the sub-widget would be invalidated. With this, a test comment with enough comment to have a scrollbar results in 3 paintTile() calls instead of 11 ones (70% save). Change-Id: I2fe317549eefac9a63aaf50f5a9a242e15c4dc86
2015-11-19editeng lok: invalidate on scrollMiklos Vajna
E.g. when a Witer comment has long enough contents to get scrolled, the desktop case repaints its contents by vcl::Window::Scroll(), followed by a vcl::Window::Update(), i.e. vcl::Window::Invalidate() is not called. The result of this in case of tiled rendering is that no tile is repainted, so call vcl::Window::Invalidate() after scrolling manually. A generic VCL-level invalidate-after-scroll is not wanted, as the scrolling of the document contents and the main document window is not in sync when tiled rendering. Change-Id: I74296a0f0e52c92cf3db6aefa73f28bb2b202871
2015-11-19loplugin:sallogareasStephan Bergmann
Change-Id: I2220ab194384fb397716bf3227d38716ba54f537
2015-11-19tdf#90904 Sorry, mixed Characters and CharactersWithSpaces at a first timealexey.chemichev
Without this patch Windows Explorer shows different "Character count" for the same text saved with MSW an LO. Now both stats are explicitly exported this way: NonWhitespaceCharacterCount -> XML_Characters CharacterCount -> XML_CharactersWithSpaces Change-Id: I0a3b827629e88ab5e09aa8440e5f19e7fba2d831 Reviewed-on: https://gerrit.libreoffice.org/20058 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-11-19The base class does this alreadyMaxim Monastirsky
Change-Id: I102c7c83bc335d8b5bf597ff0610e65147d4ec9b
2015-11-19Fix thinkoTor Lillqvist
Change-Id: Ie7bc589e11687db38057adbbb7bb803e425628cf
2015-11-19Don't register a glyphy package if we aren't actually building itTor Lillqvist
Hopefully fixes the Mac tb. Change-Id: I4786e060009e5232fc7d5ae200fec15334411c57
2015-11-19tdf#95931 Add 'Open remote file' to menu in start centerSamuel Mehrbrodt
Change-Id: Id5c749b3575e210bc4ef36603a7565ee96917dca
2015-11-19sw lok comments: don't paint hidden comment sub-widgetsMiklos Vajna
Change-Id: Ia513821b43729951c7b097fea498f0e22b9d10ea
2015-11-19WaE: potentially uninitialized local variable usedTor Lillqvist
Change-Id: I66504a2275350f4c4fa6a615e30f5cd1c332d686
2015-11-19WaE: unreferenced formal parameterTor Lillqvist
Change-Id: Ic37e2e89af0c5fec7f43cf07420549d8d57de393
2015-11-19WaE: local variable is initialized but not referencedTor Lillqvist
Change-Id: I27cdec1418e22039cdb2e20b980d2e90eeca545c
2015-11-19loplugin:nullptrStephan Bergmann
Change-Id: Ie461bc10ee2f7d2329a23c86bdc922839bea7974
2015-11-19...and make it clear that RegParamKind /is/ usedStephan Bergmann
...and will not erroneously be removed a third time Change-Id: I7007dbd1d3a1762523c0ce54a04c37a5d2203a48
2015-11-19REGPARAM_INT/FLT /are/ usedStephan Bergmann
...broken with 53f16c39f5c4c69ab603bf9098daec71f7a0acb8 "remove unused typedefs and inline use-once typedefs" Change-Id: I4b1343b98733ae998c7f9c594a86d65348402d28
2015-11-19Do use libo_CHECK_SYSTEM_MODULE for GLYPHY after allTor Lillqvist
Set the CFLAGS and LIBS for it in config_host.mk.in, and handle the SYSTEM_GLYPHY case properly in RepositoryExternal.mk. Change-Id: I56a7fe72b675b6dd4514bbd1739b53f5871ed36a
2015-11-19Toolbar: Add 'Save As' to 'Save' dropdownSamuel Mehrbrodt
Change-Id: I6597ae5569b29d09a8c44fc9a55b71166aa37b05
2015-11-19We don't actually use GLyphy on Linux yetTor Lillqvist
So don't link with it, to avoid pointlessly depending on the very new glyphy package in Debian. Change this back once needed, after 5.1 branch-off. Change-Id: I4e2e873858841429738e2992676a0142acc528ee
2015-11-19Check for system GLyphy only on Linux and WindowsTor Lillqvist
Won't ever be any "system" one on Windows, of course. And I think it will take some time before Linux distros packages GLyphy, too. But the main point is that I don't want to bother with building GLyphy for anything it isn't used on anyway. (Sure, it isn't actually used on Linux, either, but there might be somebody who wants to work on that.) Also, there is no "include" in the GLyphy source tree. Change-Id: I063369c92e8d4b868cc66513c9ec12aa4fc65f37
2015-11-19Make using GLyphy optional at run-timeTor Lillqvist
Change-Id: I7053f16c25f5506d15ebc88f1b0465493dd35077
2015-11-19Use GLyphy for text on Windows (broken)Tor Lillqvist
Work in progress. Produces visible text in some cases, but not nearly all. The text that is visible is roughly in the right place and of the right size, but horribly ugly. Compare to glyphy-demo, which does produce beautiful text, so the problem is not in the GLyphy code but in the way we use it. Include sources from GLyphy's "demo" directory (with only slight modifications to avoid unconditional debug output) and use that "demo" API from vcl. The changes to existing vcl code are all in one place, in the winlayout.cxx file. Change-Id: I69cce5d66db534c6f4c1ab85d520b6090baf8fe0
2015-11-19Update GLyphy to match upstreamTor Lillqvist
Change-Id: Ia1fe3f5d44e2194f87f1b7655ee28148fb614e81