Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-19 | fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language list | Eike Rathke | |
2012-04-20 | removed unused defines | Takeshi Abe | |
2012-04-20 | removed unused const/static data | Takeshi Abe | |
2012-04-19 | WaE: -Werror=reorder | Caolán McNamara | |
2012-04-19 | rearrange order | Caolán McNamara | |
2012-04-19 | valgrind: Conditional jump or move depends on uninitialised value | Caolán McNamara | |
2012-04-19 | valgrind: Conditional jump or move depends on uninitialised value | Caolán McNamara | |
2012-04-19 | we're more interested in getting emf/wmf samples than pdf | Caolán McNamara | |
2012-04-19 | gif parsing regression test | Caolán McNamara | |
2012-04-19 | update unused.easy post memtools Table conversion/removal | Caolán McNamara | |
2012-04-19 | ImplLayout can return NULL | Caolán McNamara | |
2012-04-19 | sigh, need import sys | Caolán McNamara | |
2012-04-19 | valgrind: Uninitialised value was created by a stack allocation | Caolán McNamara | |
2012-04-19 | seems there is a difference of one point between clang/gcc in chart test | Markus Mohrhard | |
I need to write a xml diff with configurable tolerance for attributes | |||
2012-04-19 | remove unused variables | Luboš Luňák | |
2012-04-19 | this pixman-1 thing wasn't even registered | Michael Stahl | |
2012-04-19 | fix ambiguous in win build | Markus Mohrhard | |
2012-04-19 | RTFDocumentImpl: get rid of practically unused m_bWasInFrame | Miklos Vajna | |
2012-04-19 | gb_LinkTarget_add_static_libs never existed | Michael Stahl | |
2012-04-19 | update header template to MPLv2 cf. ESC minutes. | Michael Meeks | |
2012-04-19 | Don't check for ORBit < 2.8 | Ross Burton | |
ORBit 2.8 was released in 2003 so let's assume that this isn't being used. Also the assumption is that it's coming in through GConf, which isn't true with GConf 3 onwards, released July 2011. | |||
2012-04-19 | Revert "move testCVE into slowcheck" | Markus Mohrhard | |
This reverts commit 97fe16f4dc5582be597971b6e17431b8d353b8ba. Make Norbert#s tinderbox happy again. | |||
2012-04-19 | update relative local range names, fdo#48856 | Markus Mohrhard | |
2012-04-19 | enable the chart2 dumper test | Markus Mohrhard | |
2012-04-19 | don't use the debug mode for normal tests | Markus Mohrhard | |
2012-04-19 | export differential formatting to xlsx | Markus Mohrhard | |
This is the first step into exporting conditional formatting to xlsx Currently we are missing the number format entries and the font entries. The patch will need some more clean up. New exported entries: - dxf - dxfs | |||
2012-04-19 | fdo#46687 - fix find toolbar X error handling | Michael Meeks | |
2012-04-19 | Remove deprecated Notes windows in Impress/Draw | Olivier Hallot | |
This code has not been built for a long time. I suspect it got replaced by the slides panel on the left of simpress main window. | |||
2012-04-19 | extension libs should have no RPATH | David Tardon | |
2012-04-19 | Allow OServiceManagerWrapper to wrap all service manager implementations | Stephan Bergmann | |
...not just OServiceManager. (This is a prerequisite to replace the defaultBootstrap_initialComponentContext() implementation with a more performant component context/service manager combo.) The only reason for the restriction to OServiceManager apparently was the additional createContentEnumeration overload with an XComponentContext parameter. It /looks/ to me like this is not really necessary, that it should always be OK to instantiate implementation factories with this service manager and its component context, instead of a component context (and its default service manager) passed into a method call. This would mean that the code could be simplified further, needing a component context passed into a method only to pass along to a new instance created via createInstanceWith[ArgumentsAnd]Context, but then again I'm not 100% sure and better leave it at that... This also means that XUnoTunnel is gone from OServiceManager and XInitialization is gone from OServiceManagerWrapper. | |||
2012-04-19 | Correctly pass implementation name to cppu::createSingleFactory | Stephan Bergmann | |
...this has been hidden by OServiceManager::createContentEnumeration wrapping its return values in fresh XServiceInfo instances that report the right getImplementationName() anyway. But other service manager implementations would cause code like TransliterationImpl::loadBody (which iterates over createContentEnumeration() output, checking for a specific getImplementationName()) to fail. | |||
2012-04-19 | Improved error reporting | Stephan Bergmann | |
2012-04-19 | Improved error reporting | Stephan Bergmann | |
2012-04-19 | oosplash: improve signal handlers: | Michael Stahl | |
- global variable should be volatile - signal is deprecated, use sigaction instead - exit from the handler | |||
2012-04-19 | .gitignore | Luboš Luňák | |
2012-04-19 | clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file too | Luboš Luňák | |
2012-04-19 | do not refer to a variable that has not been set yet | Luboš Luňák | |
Especially if it will be set as a result of the code that now tries to use it (alternatively, it comes from the Qt3 check, which is not right either). | |||
2012-04-19 | Diminish the number of writerperfect libraries | Fridrich Štrba | |
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking. | |||
2012-04-19 | add OXT to gb_LinkTarget__RPATHS too | David Tardon | |
2012-04-19 | Revert "do not include contents of huge sc/sd/sw libs into tiny unittests" | Luboš Luňák | |
The need to export symbols for tests is apparently not considered worth the big extra disk space. This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f. Conflicts: sd/CppunitTest_sd_uimpress.mk sw/CppunitTest_sw_swdoc_test.mk | |||
2012-04-19 | change strange way of testing a bool | Luboš Luňák | |
2012-04-19 | convert presenter console to passive registration | David Tardon | |
2012-04-19 | convert pdfimport to passive registration | David Tardon | |
2012-04-19 | convert presentation minimizer to passive registration | David Tardon | |
2012-04-19 | add layer and library group for extensions | David Tardon | |
2012-04-19 | svx: fix debug warnings from STL conversion | Michael Stahl | |
2012-04-19 | Convert SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
2012-04-19 | Convert SV_DECL_PTRARR to std::vector | Noel Grandin | |
2012-04-19 | Convert SV_DECL_PTRARR_SORT to std::set | Noel Grandin | |
2012-04-19 | Convert SV_DECL_PTRARR_SORT to std::set | Noel Grandin | |