Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-05 | Remove bogus dependency of extension on comphelper | Stephan Bergmann | 3 | -6/+3 | |
Change-Id: I2a0d4bc968b9b1d285006f26603da4a98fbd870b | |||||
2012-06-04 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | 3 | -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-02 | targeted string re-work | Norbert Thiebaud | 29 | -203/+180 | |
Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50 | |||||
2012-06-02 | targeted string re-work | Norbert Thiebaud | 1 | -14/+14 | |
Change-Id: Ibf22ef6338795256d5b8947e4a9d7ff2c35a7a4d | |||||
2012-05-31 | target cppcheck index incrementing revert | Michael Meeks | 2 | -7/+3 | |
Change-Id: I890dfe9fbd7b5a850daaa0d2b4d5040a5ddbefd7 | |||||
2012-05-30 | sdext: cleanup presenter screen handling pwrt. naming | Michael Meeks | 2 | -23/+23 | |
Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6 | |||||
2012-05-31 | nuke unused typedef | Takeshi Abe | 1 | -3/+0 | |
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf | |||||
2012-05-30 | presenter-console: cleanup and simplify threading mess around timers. | Michael Meeks | 2 | -55/+29 | |
Change-Id: Ia8e3b59b4c158368d85ba52852c26c578017d10a | |||||
2012-05-24 | fdo#50162 merge rtlbootstrap.mk into configure.in | David Ostrovsky | 1 | -4/+4 | |
Change-Id: I241be2704a069ec1f6be5861084039569673cc12 | |||||
2012-05-20 | Some cppcheck cleaning | Julien Nabet | 1 | -1/+1 | |
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534 | |||||
2012-05-17 | removed unused const rtl::OUString | Takeshi Abe | 1 | -1/+0 | |
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb | |||||
2012-05-17 | WaE: MSVC2008 C4309 truncation of constant data | Caolán McNamara | 3 | -5/+7 | |
Change-Id: I7cae514cfd3c51bde5e8e0df2c51bed23904569d | |||||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | 5 | -8/+0 | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||||
2012-05-16 | reduce static_initialization_and_destruction chain | Caolán McNamara | 2 | -35/+18 | |
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe | |||||
2012-05-15 | Do not call getOrigName ever | Tomas Chvatal | 1 | -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-14 | better fix for poppler 0.20 | Petr Mladek | 1 | -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-14 | poppler 0.20 changed its api | Ionut Biru | 1 | -0/+4 | |
Modification introduced in http://cgit.freedesktop.org/poppler/poppler/commit/?id=c0affb1845c339f89ca67608cb9fd9134ff902f5 Signed-off-by: Ionut Biru <ibiru@archlinux.org> | |||||
2012-05-12 | fdo#46223: Fix Presenter Console help screen layout | Gábor Stefanik | 1 | -15/+51 | |
Change-Id: I18d2fda46d3a6427b1691c1ff7838097bb25d0ec | |||||
2012-05-10 | normalize variable names in gbuild user makefiles | Michael Stahl | 2 | -10/+8 | |
Variables should have module name as prefix to prevent collisions. | |||||
2012-05-04 | fdo#49136 use localized .xcu files | David Tardon | 2 | -3/+3 | |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -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-24 | Bump extension versions after changing to passive registration | Stephan Bergmann | 3 | -3/+3 | |
...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies. | |||||
2012-04-24 | remove leftover component_writeInfo | David Tardon | 1 | -6/+0 | |
2012-04-21 | Fix fdo#45848 | Korrawit Pruegsanusak | 1 | -1/+1 | |
regression from 5dd4f9ecb2f50cf76b44472e4438297b6c65184c The change: - if(m_GlyphsList.size()>1) + if(!m_GlyphsList.empty()) is incorrect, so change it back. | |||||
2012-04-19 | convert presenter console to passive registration | David Tardon | 7 | -38/+51 | |
2012-04-19 | convert pdfimport to passive registration | David Tardon | 7 | -32/+60 | |
2012-04-19 | convert presentation minimizer to passive registration | David Tardon | 6 | -2/+51 | |
2012-04-18 | fix presentation minimizer registration | David Tardon | 1 | -1/+1 | |
2012-04-18 | mpAccessibleConsole is not a child of itself .-) | David Tardon | 1 | -1/+1 | |
2012-04-16 | callcatcher: update list | Caolán McNamara | 2 | -13/+0 | |
2012-04-14 | unusedcode: PresenterAnimation and PresenterAnimator | Matúš Kukan | 8 | -402/+0 | |
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | 3 | -0/+13 | |
2012-04-13 | gbuildize internal zlib | Caolán McNamara | 3 | -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-10 | Remove VERBOSE part 3 | Rob Snelders | 1 | -13/+3 | |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | 2 | -2/+2 | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||||
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | 1 | -1/+1 | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | 1 | -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-08 | add function for converting path to URL | David Tardon | 1 | -1/+1 | |
2012-04-08 | simplify use of configuration from unit tests | David Tardon | 1 | -3/+1 | |
2012-04-08 | always use --protector for UNO tests | David Tardon | 1 | -1/+0 | |
2012-04-08 | drop uses_ure | David Tardon | 1 | -2/+0 | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | 1 | -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-08 | gbuild: "use" vs. "add": | Michael Stahl | 7 | -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-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 2 | -2/+2 | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 6 | -14/+14 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 3 | -17/+17 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 2 | -2/+2 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||||
2012-04-04 | fdo#33914 do not play sound in presenter console | David Tardon | 2 | -13/+20 | |
2012-04-04 | set alpha too | David Tardon | 1 | -1/+1 | |
2012-04-04 | sdext: use CustomTarget makefiles | Matúš Kukan | 9 | -105/+22 | |