summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Collapse)AuthorFilesLines
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
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 (cherry picked from commit cf7f6ba13f2824ca21baee59f6f25f0ee671cd54) Signed-off-by: David Tardon <dtardon@redhat.com>
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> Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-05-12fdo#46223: Fix Presenter Console help screen layoutGábor Stefanik1-15/+51
Change-Id: I18d2fda46d3a6427b1691c1ff7838097bb25d0ec Signed-off-by: Andras Timar <atimar@suse.com>
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. (cherry picked from commit bcb4defef7c9147a94ef19a51a18715449d3572d) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-04-17fdo#33914 do not play sound in presenter consoleDavid Tardon2-13/+19
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-03-20cppcheck report: logical disjunction always evaluates to trueJulien Nabet1-1/+1
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-12-19fix racecondition in sdext/source/pdfimport/makefile.mkBjoern Michaelsen1-1/+4
Signed-off-by: Andras Timar <atimar@suse.com>
2011-12-19fix racecondition in sdext/source/minimizer/makefile.mkAndras Timar1-1/+4
Signed-off-by: Andras Timar <atimar@suse.com>
2011-12-15fdo#43707: tweak workarounds for fdo#42865:Michael Stahl2-0/+8
Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown reasons, so use the old mapfiles on that platform. Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b. (cherry picked from commit 5bb7eea39420c79ee72b7559f4e3d90d1abb4994)
2011-12-08Fix misc. bugs in presenter view switch screen feature: make it work.Michael Meeks5-26/+85
2011-12-07much improved presenter console monitor switch artworkStefan Knorr (astron)3-0/+0
2011-12-05WaE: fix Mac build wrt. fprintfMichael Meeks1-1/+1
2011-12-05presenter console: clean and simplify over-abstract codeMichael Meeks1-224/+6
2011-12-05presenter console: add 'Switch monitors' button to help get setupMichael Meeks6-70/+100
For years, we've been carefully detecting the laptop display, and choosing it as the default display to project to - thus many of our users have configured around this. Provide a way for them to undo the folly, and any subsequent mis-detections easily. Initial Artwork is clearly in need of some bug-fixing. Cleanup hyper-pre-optimised madness in ProtocolHandler.cxx too, called a few dozen times - and has nested switch statements on characters.
2011-12-01fix typoMarkus Mohrhard1-1/+1
2011-12-01Remove uses of charAtAugust Sodora1-3/+4
2011-11-28Remove uses of OUString::setCharAtAugust Sodora1-7/+7
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from sdextNorbert Thiebaud76-148/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora1-1/+1
2011-11-25First cut at making pdfimport unit tests work again.Thorsten Behrens3-85/+25
2011-11-22remove (empty) help of Presentation Minimizer fdo#39306Andras Timar9-77/+2
2011-11-22WaE: unused variable, and catch by constCaolán McNamara1-13/+13
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2-2/+2
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency.
2011-11-15fdo#42865: sdext: no mapfileMichael Stahl4-7/+7
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in PresenterScreen.uno.so and pdfimport.uno.so, build them with hidden visibility.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann1-1/+0
2011-10-31enable localization of extension descriptions in sdextAndras Timar9-21/+55
2011-10-30Revert "enable localization of extension descriptions in sdext"Andras Timar9-39/+21
This reverts commit 184653370717f99e0cce817822caecde01d20006.
2011-10-30enable localization of extension descriptions in sdextAndras Timar9-21/+39
2011-10-25remove unused methods from sdext:presenterFelix Zhang30-636/+0
2011-10-20Revert "localize description.xml of presenter-screen extension"Andras Timar3-12/+8
This reverts commit 89f7e17692d019a68d251d39bcc592a4ee8ba0dc.
2011-10-20localize description.xml of presenter-screen extensionAndras Timar3-8/+12
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2-4/+1
Linux x86_64).
2011-10-16Some callcatcher cleaningJulien Nabet2-127/+0
2011-10-05eliminate @MINIMIZEREXTENSIONPRODUCTNAME@ variableAndras Timar2-9/+7
2011-10-04keep it simple, original won't compile except on msvc anywayCaolán McNamara1-1/+1
2011-10-04WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-0/+1
2011-10-04WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-03eliminate @PRESENTEREXTENSIONPRODUCTNAME@ variableAndras Timar2-6/+6
2011-10-03fix smoketest-breaking typo againAndras Timar1-1/+1
2011-10-03enable l10n of PDF Import display name and descriptionAndras Timar3-4/+4
2011-10-02fix smoketest-breaking typoCaolán McNamara3-3/+3
2011-09-30upgrade to the newer extension description schemeAndras Timar6-6/+12
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-6/+3
2011-09-21build without glib poppler bindingsLuboš Luňák1-1/+5
- there's not configure check for it, only for poppler itself - and it's not actually used anyway
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar3-4/+4
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold7-20/+20
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-17Fix install for presenter extension.Tomas Chvatal1-1/+1