- 21 Kas, 2012 40 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: I4031e0a89737687ff167360b987961e8b0e362fe
-
Michael Meeks yazdı
-
Tor Lillqvist yazdı
Change-Id: I759ea062c6a0cc1d9a2aafba502057f53596459c
-
Tor Lillqvist yazdı
Change-Id: Ia63e27ec40a66c52b52292549ea03899c1b3801e
-
Eike Rathke yazdı
Change-Id: I4f339ecaeb147a05f8882065e859902f8c14ac47
-
Tor Lillqvist yazdı
This means they will have to be uncompressed and copied into actual files when the app runs for the first time, but that is a small price to pay for reducing the .apk size with over ten megabytes. Change-Id: I5bcf3c228197519edd1ca8cbd804b5f027d7699d
-
Fridrich Štrba yazdı
Change-Id: I7678e25a2229abc2147510fe08165dc2faf5d977
-
Eike Rathke yazdı
Change-Id: Iaee25f1d92349704eaae45e6582d31dfa718ddcb
-
Luboš Luňák yazdı
Change-Id: Ibfad213031a2ff07a752cf6b14a2fe35b6e285f4
-
Luboš Luňák yazdı
I'm kinda tired of typing it out (what kind of imbecile lumps all these classes together into one header and still can't decide whether accessors are Foo() or getFoo() and the capitalization of that?). Change-Id: I15b69280265ae8570378f9f905cca66d546a252c
-
Stephan Bergmann yazdı
The immediate trigger was 5e5c11c6 "fdo#42070 Fix RTL support in presenter console" causing build failures on Mac OS X when linking the extension against vcl, but there should be more benefits of going from a bundled-anyway extension to plain code. (Not the least to get rid of the com.sun.star.drawing.XPresenterHelper hack.) To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant identifiers as follows: * UNO implementation com.sun.star.comp.Draw.framework.PresenterScreenJob -> org.libreoffice.comp.PresenterScreenJob * UNO implementation com.sun.star.sdext.presenter.PresenterProtocolHandler -> org.libreoffice.comp.PresenterScreenProtocolHandler * protocol handler schema vnd.com.sun.star.comp.PresenterScreen -> vnd.org.libreoffice.presenterscreen * configuration schema /org.openoffice.Office.extension.PresenterScreen -> /org.openoffice.Office.PresenterScreen (it appears this contains little to no user-changeable data anyway, so not migrating it to a new user profile due to the schema name change should not be problematic) * job ID onDocumentOpenedJob -> org.libreoffice.PresenterScreen Even with these precautions, having the presenter screen installed both as plain code and as a (per-user or shared) extension still leads to a crash when activating presentation mode (likely due to how both codes want to take control of the screen). To mitigate this, existing installations of the extension are explicitly not migrated to new user profiles. The sdext/source/presenter/bitmaps/*.png files were moved to icon-themes/galaxy/sd/res/presenterscreen-*.png and are now accessed via SdResId (adding the relevant data to sd/source/ui/inc/res_bmp.hrc and sd/source/ui/app/res_bmp.src; not sure whether these locations are already ideal). The code itself has been left mostly unchanged in sdext/source/presenter/, and it still clumsily communicates with sd core code via XPresenterHelper. There is a lot of room for improvement here. The help data is left untouched at sdext/source/presenter/help/ and needs to be incorporated properly into helpcontent2 in a follow-up commit. The --disable-ext-presenter-console configure switch is gone. Change-Id: I71adb7ae6dcdbd1802151fce6e3871d8a2026332
-
Petr Mladek yazdı
heh, they put back UTF8.h Change-Id: Id915b1a1e41440a4b53058779355e99e3592e5fa
-
Miklos Vajna yazdı
Change-Id: Ie9d04ef9aeef5cacd1c3b8557111ee3a6194ccd4
-
Norbert Thiebaud yazdı
Change-Id: I2cbfeea9800ad656c49ce1cae7ff1f4b830f1442 Reviewed-on: https://gerrit.libreoffice.org/1139Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Luboš Luňák yazdı
Change-Id: I60cd57a5ae54bbe72c29568c1bbec65da3719491
-
Fridrich Štrba yazdı
It breaks our baseline Linux release builds where x11_extensions headers are actually used. This reverts commit 3f00bc67.
-
Fridrich Štrba yazdı
Change-Id: I847e50c9dded10affaef77c51561f04412d635ad
-
Luboš Luňák yazdı
Change-Id: I216b6ddff479ecf45a9950c05d4d65d55afbc7a1
-
Caolán McNamara yazdı
since reversion due to f78a2bcc Change-Id: If60bb1931c1305068a86257fbbaa18029872e22e
-
Norbert Thiebaud yazdı
Change-Id: I225f95601009704c93484b6a68a0efd2446d4b48 Reviewed-on: https://gerrit.libreoffice.org/1140Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I13b0b625109237a0ec9711ed2efdc34cd3e0d32b
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Michael Meeks yazdı
Patch contributed by Herbert Duerr: #i118662# remove berkeleyDB from module xmlhelp (author=orwitt) http://svn.apache.org/viewvc?view=revision&revision=1213188 #i119141# remove ISCII converter for now http://svn.apache.org/viewvc?view=revision&revision=1306246 make exceptions for cppunittester verbose http://svn.apache.org/viewvc?view=revision&revision=1174831 Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Patch contributed by Oliver-Rainer Wittmann 88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 drop OS/2 code, remove in-line assembler ARM atomics, and obsolete armarch header.
-
Michael Meeks yazdı
This reverts commit 2d5dd9a9. Conflicts: sal/inc/rtl/bootstrap.h sal/rtl/source/bootstrap.cxx
-
Michael Meeks yazdı
This reverts commit 8c015fbb. Conflicts: sal/osl/unx/file_url.cxx sal/osl/unx/makefile.mk sal/prj/build.lst sal/qa/osl/getsystempathfromfileurl/test-getsystempathfromfileurl.cxx
-
tono yazdı
WCHAR is not compatible with sal_Unicode in mingw Conflicts: sal/osl/w32/module.cxx
-
Generic importing Xlib+friends via pkg-config, instead of scanning through a list of directories. This is very helpful for non-standard installation pathes and crosscompiling, as the generic pkg-config infrastructure will handle it all. Also dropping the obsolete bundled Xext headers. Conflicts: vcl/prj/build.lst Change-Id: I6ee381030ff9f1d2d83062a17ab55ad3d847a4c6
-
Tor Lillqvist yazdı
Change-Id: I5897f3d7e8d3d16481c644ee688bcf001d1b7b8c
-
Ivan Timofeev yazdı
Change-Id: Ia70f1b3e2afb459bf91748f9e4ba0a0cbde74260
-
Ivan Timofeev yazdı
Change-Id: Iea8537b0d69efaa7323c739c614272f6525435dd
-
Ivan Timofeev yazdı
Change-Id: I23e0181c1aefc9efbac81216a18cdd7042a7679e
-
Caolán McNamara yazdı
since 4a519107 Change-Id: I17b670769da4ac1c91dabda2aa3d42c458c12135
-
Caolán McNamara yazdı
Change-Id: I4b09aa9eeb2c34d19043148144383ad4e37a8d10
-
Change-Id: I73244d54f182f44c08a942dee95ff11b53a24f5a Reviewed-on: https://gerrit.libreoffice.org/1078Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Andras Timar yazdı
Change-Id: Ie2e8fa776b5a7a7293498607fe55dcdfce273594
-
Andras Timar yazdı
Change-Id: I66b117a56d8d545e6d09bfacb897ade383818895
-
Matúš Kukan yazdı
Change-Id: I73ef1e331f3cec8e2769b177ec1767cf35fcb817
-
Ivan Timofeev yazdı
see http://lists.freedesktop.org/archives/libreoffice/2012-November/040587.html, screenshot at [3]. Change-Id: Iaf72b3734564301244365773f05c6df01a6dea62 Reviewed-on: https://gerrit.libreoffice.org/1143Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: Ia4faf04589503b1f299b3b53770f82b5d19fcd25
-