summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)AuthorFilesLines
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
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon1-4/+0
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
2012-04-08gbuild: "use" vs. "add":Michael Stahl7-20/+20
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi6-14/+14
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;