- 13 Kas, 2015 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
implementation can indeed be empty when cppu::writeSharedLibComponentInfo calls getEnvironmentFromModule(mod, curEnv, "", ""), which in the final if-branch calls getEnvironment with implementation = "". Happens when adding desktop/qa's test-active.oxt. Regression introduced with ae3a0c8d "Add .component <implementation constructor='...' feature." Change-Id: Ia70958e4aa18d378ff35063bdf6187f6e073b765
-
Stephan Bergmann yazdı
Change-Id: I22f1205396c502b6d3e937343e2ea9698b756f77
-
Stephan Bergmann yazdı
Change-Id: I001d3cefea8083e0f0d1a965b26ce867f384aea0
-
Miklos Vajna yazdı
Kendy says this helps his latest changes to the bin/rename-sw-abbreviations.sh script. Change-Id: I95d82c5e8d69360e82154fa0390a6b2d1b9bf5d4
-
Michael Meeks yazdı
This removes several attempts at reducing jitter in slideshow animations. Now we have high-resolution (ie. not clamped to 10ms) timers on Windows and a cleaner and simpler main-loop, we should be able to use generic timer code-paths for all of this. This also allows us to further cleanup and simplify the main-loop removing the now redundent post-yield handler concept. If there is a short enough timeout, we will take just 1ms of delay before executing a short timer anyway. Also removed some lingering comments from an old attempt to boost priorities which broken audio playback. Tested: tdf#32861 - still works, audio still plays, no new jitter in animations that I tested. Change-Id: Iadc5e2a48828a18a599a86a8df14cb2b75dd425e Reviewed-on: https://gerrit.libreoffice.org/19947Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Noel Grandin yazdı
Change-Id: I81b3d69c0bcd7444325ed2037ac00108f9c43474
-
Tomaž Vajngerl yazdı
For corner case CPUs out there that support SSE and not SSE2 it makes more sense to use the "fallback" code path instead of writing a SSE only version. For this reason detecting SSE is not relevant anymore - so removing it. Change-Id: I3f1425af2cb5cdf9fba699e2996014598a15b5c1
-
Noel Grandin yazdı
Change-Id: I9bcb6a55b568548e969e5528e5ce1399829e1222
-
Noel Grandin yazdı
Change-Id: I4360e3238407d9cc7d664c543868cdb66271dbe8
-
Miklos Vajna yazdı
Regression from commit 6c80a8fe (new loplugin: oncevar, 2015-11-06), KDE4 was detected as KDE5. Change-Id: If4a7a074052a31c7505f53c03a36a0975d71b3a7
-
Oliver Specht yazdı
substreams require a Model and a DrawPage Change-Id: I701cf6e2283f84f18b9a0c06a4ce0aa8be934bf3 Reviewed-on: https://gerrit.libreoffice.org/19951Reviewed-by:
Oliver Specht <oliver.specht@cib.de> Tested-by:
Oliver Specht <oliver.specht@cib.de>
-
Noel Grandin yazdı
Change-Id: Idb18ae1ca2f7c644680703dc3b7dd3cd6000e040
-
Tomaž Vajngerl yazdı
This adds an array sum functor which sums a double array in a as fast as possible way. There are 2 implementations: SSE2 and a simple unrolled implementation. SSE2 implementation is used if SSE2 is detected at runtime. Additional info: SSE implementation at first processes the array until the array is aligned by 16-bit boundary (should only process 1 element). Then the array is processed by summing 8 values in one pass (using 4 variables that are 128-bit wide) where SSE operation can process 2 double values in one call. Change-Id: I24494b08cae049aa3eabcb086867f1bdd4128374
-
Tomaž Vajngerl yazdı
Change-Id: I29330061e2986ec2ae899c2f3a63d0eadd9cc194
-
Michael Stahl yazdı
Change-Id: I5a14762a64e88aae67d10d0a6ef80d38bb26320a
-
Miklos Vajna yazdı
With this, it is possible to click inside a comment (and get a blinking cursor inside a comment), and also possible to use the arrow keys to native around and still get correct blinking cursor position. Change-Id: I29eb1e60e4e571151f0b18bec8cf765ea09af09f
-
Miklos Vajna yazdı
Writer comments are separate widgets, but we want to have coordinates in absolutes twips, so give Writer a chance to inform us about the delta. For now only do this in case the map unit is twips, as Impress sets the origin already. Change-Id: Idf340944165e44b0888c00965d6be7798712ff76
-
Caolán McNamara yazdı
Change-Id: I13f08989034a656bc6f0ae6b556272802f4b8fc2
-
Caolán McNamara yazdı
Change-Id: If5892931649bde3d1fc00c0e5817149d0623cb1e
-
Michael Stahl yazdı
Just use a Link, or rather std::function to set a member in the tab page. Unfortunately loplugin:vclwidgets complains about the new member. Change-Id: Ie2f9cb73c38292d02057d43b12694c6609fa0db8
-
Tomaž Vajngerl yazdı
Change-Id: I661b3de74066831f22757b587e8b367913030573
-
Tomaž Vajngerl yazdı
Change-Id: Iad3ad138a9a7164d10ab6e51e22032ad115d08a5
-
Tomaž Vajngerl yazdı
Change-Id: Iea5df81bb2f85376dc67e1cca63d5586a834e1b0
-
Stephan Bergmann yazdı
Change-Id: I059a4cf6ce9f8969235cb998522461e82232502c
-
Katarina Behrens yazdı
Change-Id: Ic73e24f8036b0f6129c3a4f5efb160f9089cb0b8
-
Tomaž Vajngerl yazdı
Change-Id: I68d87af8ec2662208776d3b202d412145c86d9b2
-
Tomaž Vajngerl yazdı
Change-Id: I3fcb7bb2fda925a1c5b2633ac7f6846fda0dabf8
-
Tomaž Vajngerl yazdı
Change-Id: I64f76d22018fcd8af2991933ba5ab2069f84181f
-
Tomaž Vajngerl yazdı
LOKit supports searching, but this was not implemented yet in the Android GUI. This adds a bottom search toolbar where you can type a search string + up/down search handles to search for the string from the current cursor position. Change-Id: Ia7461d2c6399c23201d2ea81f0b44c38533939a1
-
Tomaž Vajngerl yazdı
The bottom formatting toolbar now shows the formatting options previously located in the main toolbar as a menu entry (bold, italic, ...). In addition alignment options and selection of fonts and sizes have been added. Bottom formatting toolbar is not shown by default - it enables when hitting the icon in main toolbar. Also soft keyboard and formatting toolbar should not be shown at the same time. Change-Id: I5f6cf8a9fcbdb4d154ae7504a65f9a226c99d694
-
Tomaž Vajngerl yazdı
Change-Id: I5b4dd8b8c407640cfcd9f366cecfaf6deb0cb3be
-
Tomaž Vajngerl yazdı
Change-Id: I7d3742af0c11a996701f7d263fc04a387edb0d00
-
Andrzej Hunt yazdı
This has now been merged as: LOK: setClientZoom() - sets the client zoom level 96cd2abd Change-Id: I519a752dd9f18bb719a43f75f1ad3105f58418d9
-
Andrzej Hunt yazdı
Change-Id: Ia802c19f5bfd2fe2e9909e3c611047c529a64200
-
Samuel Mehrbrodt yazdı
Change-Id: Ia19d14def4b78b85ec9ddabb706416a971b670cb
-
Caolán McNamara yazdı
Change-Id: I0d070dee9e940b93b294c6b2de180005a5c2248e
-
Caolán McNamara yazdı
Change-Id: Ife26f55c28c4631aec4ba4105225bfca72da8bff
-
Michael Stahl yazdı
Change-Id: Idb0eacc8c14b2c56e8255c47c8330e5e6572d5de
-
Michael Stahl yazdı
Change-Id: Iede68e39a449ad0ea4a07d0a349c70c523ad6633
-
Michael Stahl yazdı
Change-Id: Ief31d8153fdbf91cdd29df5ac7801bd88a98542e
-