- 22 Kas, 2012 1 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: I21800d9da3f31f3a53298e824f0f70b9cf8c0431
-
- 21 Kas, 2012 39 kayıt (commit)
-
-
Zolnai Tamás yazdı
Change-Id: I66c8768b216ca91271b1c42a81ae3cdaee9dafca
-
Zolnai yazdı
Project: help 0d7698e9affe313d6cb83272958c5600f5736fc5 Delete obsolete part of tree localization
-
Zolnai Tamás yazdı
Language ids in po headers can be various so its simpler to extract from path. Change-Id: I3e9447359f3c054aea32b5417b2168025168c556
-
Zolnai Tamás yazdı
The result of GetLanguages() is a vector, but behind it the language ids stored in a set, so the order not depend on which id was inserted first. With language ids which are after qtz in alphabetic order this checkings works wrong. Change-Id: I4e15d4de576b1fc567692109311c053b0d93ea60
-
Tor Lillqvist yazdı
Change-Id: I8c4a6d8e5ee7cddf069c7d1b3ab43efd8e359b3f
-
Rene Engelhard yazdı
Change-Id: I882abb339bb160f74cfd00c1c005585d4478ac8d
-
Tor Lillqvist yazdı
Change-Id: I21ca700e16d41a0f8372bf997cdd7ae57e555c41
-
Tor Lillqvist yazdı
We haven't been able to build NativeActivity-based apps (like the android/qa/sc and anroid/qa/desktop thingies) since we switched to DISABLE_DYNLOADING and a single DSO liblo-native-code.so anyway. No lo_main() any more. <sal/main.h> should not be included ever when compiling for Android of iOS now. Lots of stuff binned from vcl's androidinst.cxx, in the (vain?) hope that it will reduce the amount of never invoked GUI code that gets linked in. Change-Id: I25f584864c40110774c728a23151e089620442d9
-
Michael Meeks yazdı
Change-Id: I8e80de82354ed0adf66b39175a5c9b993c541821
-
Tor Lillqvist yazdı
Change-Id: I1bbe00e42d6d36c9dd86f576b5cc8998e99819b8
-
Andras Timar yazdı
Project: translations ed3c1d45520761d3ef9a13b2ce19b05f9dba5421 missing Language codes in Serbian po files
-
Zolnai Tamás yazdı
So they must be changed to match with real id Plus add more usefull error message Change-Id: Ife941756bd108ed9adb73dd2d30bd7fa79eb3e35 Reviewed-on: https://gerrit.libreoffice.org/1148Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Andras Timar yazdı
Project: translations d0d5e5386afaaf4a7f123fae23bbd34872c57d87 fix Language in sh po headers
-
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
-