summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)AuthorFilesLines
2012-11-05fix sdext build with poppler >= 0.19.xRene Engelhard2-4/+8
Conflicts: configure.ac Change-Id: I655e8e15c7f7a8c292b3a1820ee48c29e847d05a Signed-off-by: Tomas Chvatal <tchvatal@suse.cz> Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2012-10-01rhbz#826526 Inform user about unsupported PDF encryption formatsStephan Bergmann5-38/+101
...with a crudely reused "Version Incompatibility" message box (TODO: improve), rather than keeping asking for a password. (cherry picked from commit d3d720b14c0bbfc849f8562d02b471e223e1b0bc) Conflicts: sdext/source/pdfimport/wrapper/wrapper.cxx Change-Id: I8239232704a4426af7a14a729840d184a502d2df Reviewed-on: https://gerrit.libreoffice.org/719 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-05fdo#53009: Compile extension help in gbuildStephan Bergmann1-5/+1
...as had been done in the old build system (solenv/inc/extension_helplink.mk). Especially for bundled extensions, this removes the need to compile the help data per user on first start. gb_Extension_add_helpfile(s) replaces gb_Extension_localize_help, and takes care of all the steps (localization, compilation, inclusion in .oxt), even for the en-US data (which was handled with additional gb_Extension_add_file calls before). (cherry picked from commit b23bb8e0de3dbdc2c66c3dedf70dfd318868f76c with additional fixes from follow-up commits 152ffaa15f963f92b1564946a648c53d6b5c808c "Call HelpIndexer/Linker with gb_Helper_set_ld_path" and a297372210396260da57f34da3790f76682603cc "Quote .ddf content (potentially containing stuff like '%2F')") Conflicts: solenv/gbuild/Extension.mk solenv/gbuild/ExtensionTarget.mk Change-Id: Ie4bab66d3cad2b713780a23bf2606ca56cfff37f Reviewed-on: https://gerrit.libreoffice.org/563 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-07-16fdo#521512 - fix presenter console display switchingMichael Meeks1-3/+3
The new, clearer names for external displays need to be in-sync. Change-Id: Id78d359b08f956579e9226d00515cd959d81a17f Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-26gbuild: add gb_CppunitTest_use_executableMichael Stahl1-0/+2
and use it in sdext/CppunitTest_pdfimport.mk, which could fail previously in a parallel build. Change-Id: I3f251c945f5841c277a71a19fd411ecd77dec3b5 (cherry picked from commit 0d4cd11c74cf90cd3b987f628031d02fe3af47b4) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-06-25gbuild: add gb_Extension_add_executableMichael Stahl1-1/+4
This is not really necessary, but consistent. Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002 (cherry picked from commit efb69f7c737f8f8dae876c8d6b7bf3968a40676d) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-06-25fdo#51115: fix sdext extensions on Windows:Michael Stahl3-5/+8
The sdext extensions contain the .lib link stub instead of DLLs; add gb_Extension_add_library to get the correct DLL filename on Windows, and use it in presenter screen, presentation minimizer and PDF import extensions. Change-Id: Ie8113a6002f9038e4df798edc255208977ba9497 (cherry picked from commit f0de66d9a541505e14261ffac08e021bce6b67ba) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-06-12fix invalid vector.push_back(vector.back())Michael Stahl2-2/+4
The vector::back() does not return a value but a reference, hence this is invalid. Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2 (cherry picked from commit cd18b8e313b792f5fc42edb3314a95d202406899) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-06-11fdo#50964 - fix presenter console artwork locationMichael Meeks1-1/+1
Change-Id: I6c550bace0f085630116c86fa19fd0562a10951f
2012-06-05Remove bogus dependency of extension on comphelperStephan Bergmann3-6/+3
Change-Id: I2a0d4bc968b9b1d285006f26603da4a98fbd870b
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-4/+8
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02targeted string re-workNorbert Thiebaud29-203/+180
Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50
2012-06-02targeted string re-workNorbert Thiebaud1-14/+14
Change-Id: Ibf22ef6338795256d5b8947e4a9d7ff2c35a7a4d
2012-05-31target cppcheck index incrementing revertMichael Meeks2-7/+3
Change-Id: I890dfe9fbd7b5a850daaa0d2b4d5040a5ddbefd7
2012-05-30sdext: cleanup presenter screen handling pwrt. namingMichael Meeks2-23/+23
Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6
2012-05-31nuke unused typedefTakeshi Abe1-3/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-30presenter-console: cleanup and simplify threading mess around timers.Michael Meeks2-55/+29
Change-Id: Ia8e3b59b4c158368d85ba52852c26c578017d10a
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky1-4/+4
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
2012-05-20Some cppcheck cleaningJulien Nabet1-1/+1
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17WaE: MSVC2008 C4309 truncation of constant dataCaolán McNamara3-5/+7
Change-Id: I7cae514cfd3c51bde5e8e0df2c51bed23904569d
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara5-8/+0
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara2-35/+18
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
2012-05-15Do not call getOrigName everTomas Chvatal1-4/+0
When one take look on what the code did: name = nameA; origName = nameA; GooString *getOrigName() { return origName; } GooString *getName() { return name; } This code is used even with poppler 10 which was branched 4 years ago. So simply do not bother with this code at all. Change-Id: Iba877e765fb763878f5ccd3e1fa62c29cadc9085
2012-05-14better fix for poppler 0.20Petr Mladek1-3/+1
Do not call gfxFont->getName() twice; Thanks David Tardon for catching this. Heh, I wonder if gfxFont->getOrigName() ever given any different value than getName() ;-) Change-Id: Idaf95a6a024076c6d450519923b6129166a5f8bd
2012-05-14poppler 0.20 changed its apiIonut Biru1-0/+4
Modification introduced in http://cgit.freedesktop.org/poppler/poppler/commit/?id=c0affb1845c339f89ca67608cb9fd9134ff902f5 Signed-off-by: Ionut Biru <ibiru@archlinux.org>
2012-05-12fdo#46223: Fix Presenter Console help screen layoutGábor Stefanik1-15/+51
Change-Id: I18d2fda46d3a6427b1691c1ff7838097bb25d0ec
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl2-10/+8
Variables should have module name as prefix to prevent collisions.
2012-05-04fdo#49136 use localized .xcu filesDavid Tardon2-3/+3
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-24Bump extension versions after changing to passive registrationStephan Bergmann3-3/+3
...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies.
2012-04-24remove leftover component_writeInfoDavid Tardon1-6/+0
2012-04-21Fix fdo#45848Korrawit Pruegsanusak1-1/+1
regression from 5dd4f9ecb2f50cf76b44472e4438297b6c65184c The change: - if(m_GlyphsList.size()>1) + if(!m_GlyphsList.empty()) is incorrect, so change it back.
2012-04-19convert presenter console to passive registrationDavid Tardon7-38/+51
2012-04-19convert pdfimport to passive registrationDavid Tardon7-32/+60
2012-04-19convert presentation minimizer to passive registrationDavid Tardon6-2/+51
2012-04-18fix presentation minimizer registrationDavid Tardon1-1/+1
2012-04-18mpAccessibleConsole is not a child of itself .-)David Tardon1-1/+1
2012-04-16callcatcher: update listCaolán McNamara2-13/+0
2012-04-14unusedcode: PresenterAnimation and PresenterAnimatorMatúš Kukan8-402/+0
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara3-0/+13
2012-04-13gbuildize internal zlibCaolán McNamara3-13/+0
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-10Remove VERBOSE part 3Rob Snelders1-13/+3
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan2-2/+2
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon1-1/+1
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon1-0/+2
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
2012-04-08add function for converting path to URLDavid Tardon1-1/+1
2012-04-08simplify use of configuration from unit testsDavid Tardon1-3/+1
2012-04-08always use --protector for UNO testsDavid Tardon1-1/+0
2012-04-08drop uses_ureDavid Tardon1-2/+0