summaryrefslogtreecommitdiff
path: root/sdext/source
AgeCommit message (Collapse)Author
2012-05-30sdext: cleanup presenter screen handling pwrt. namingMichael Meeks
Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6
2012-05-31nuke unused typedefTakeshi Abe
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-30presenter-console: cleanup and simplify threading mess around timers.Michael Meeks
Change-Id: Ia8e3b59b4c158368d85ba52852c26c578017d10a
2012-05-20Some cppcheck cleaningJulien Nabet
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-17removed unused const rtl::OUStringTakeshi Abe
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17WaE: MSVC2008 C4309 truncation of constant dataCaolán McNamara
Change-Id: I7cae514cfd3c51bde5e8e0df2c51bed23904569d
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
2012-05-15Do not call getOrigName everTomas Chvatal
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 Mladek
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 Biru
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 Stefanik
Change-Id: I18d2fda46d3a6427b1691c1ff7838097bb25d0ec
2012-04-24Bump extension versions after changing to passive registrationStephan Bergmann
...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies.
2012-04-24remove leftover component_writeInfoDavid Tardon
2012-04-21Fix fdo#45848Korrawit Pruegsanusak
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 Tardon
2012-04-19convert pdfimport to passive registrationDavid Tardon
2012-04-19convert presentation minimizer to passive registrationDavid Tardon
2012-04-18fix presentation minimizer registrationDavid Tardon
2012-04-18mpAccessibleConsole is not a child of itself .-)David Tardon
2012-04-16callcatcher: update listCaolán McNamara
2012-04-14unusedcode: PresenterAnimation and PresenterAnimatorMatúš Kukan
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
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 Snelders
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-04fdo#33914 do not play sound in presenter consoleDavid Tardon
2012-04-04set alpha tooDavid Tardon
2012-04-04sdext: use CustomTarget makefilesMatúš Kukan
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe
2012-03-23.pdf files don't need executable bitsMichael Stahl
2012-03-22maTransform had to go ( was always = identity)Christina Rossmanith
2012-03-20callcatcher: update listCaolán McNamara
2012-03-20Remove unused code (sdext)Christina Rossmanith
2012-03-20Remove unused code (sdext)Christina Rossmanith
2012-03-20Remove unused codeChristina Rossmanith
2012-03-20cppcheck report: logical disjunction always evaluates to trueJulien Nabet
2012-03-20orientation is always verticalCaolán McNamara
2012-03-16do not let a unittest create temp files in the current directoryLuboš Luňák
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-12suppress errors with -WerrorDavid Tardon
2012-03-10operator must be in template or argument namespaceLuboš Luňák
clang has more strict (and probably more spec compliant) lookup
2012-03-08Fix Windows compilation errors caused by int/sal_Int32 borkageTor Lillqvist
Unfortunately the unit test in question still fails on Windows, though.
2012-03-08use better assertion macros in pdfimport unit testMarkus Mohrhard
2012-03-07WaE: various higher debug level compile time warningsCaolán McNamara
2012-03-07use const_iteratorDavid Tardon
2012-03-06this code is still used by pdfimport's test appsDavid Tardon
This reverts commit 4001370ba5900dd0a0ec04c62f5aeb347bde025a. Conflicts: unusedcode.easy