Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-30 | online update: Now check even the checkForUpdates(). | Jan Holesovsky | |
2011-11-30 | online update: Cleanup after UpdateInformationProvider::load() rewrite. | Jan Holesovsky | |
2011-11-30 | online update: Unit testing framework + rewrite of load(). | Jan Holesovsky | |
- introduce first two basic tests (to be improved) - rewrite of UpdateInformationProvider::load() to use comphelper - smaller splitting of functions to be able to unit test | |||
2011-11-30 | online update: Make the test for update to actually start (still fails). | Jan Holesovsky | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in extensions | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-15 | Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION. | Stephan Bergmann | |
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively. | |||
2011-11-14 | Simplified some uses of css.configuration.theDefaultProvider. | Stephan Bergmann | |
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext. | |||
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-11 | Add nsplugin switch so we dont bind nsplugin building to gtk switch. | Tomas Chvatal | |
2011-11-09 | Getting completely rid of the int32 and whatever | Fridrich Štrba | |
2011-11-08 | int16/32 ->int16/32_t fall-out of new npapi.h | Norbert Thiebaud | |
2011-11-08 | Fix WaE variable ‘eUIState’ set but not used | Julien Nabet | |
2011-11-08 | fix build against new npapi.h (yet more), blind fixes for aqua too | Michael Meeks | |
2011-11-08 | Fix Windows build of extensions | Fridrich Strba | |
2011-11-08 | fix build against new npapi.h (some more) | Michael Meeks | |
2011-11-08 | fix build against new npapi.h | Caolán McNamara | |
2011-11-08 | fix build: (u)int16 -> (u)int16_t | Rene Engelhard | |
2011-11-08 | add actual $(MOZILLA_HEADERS_CFLAGS) to extensions' build | Rene Engelhard | |
2011-11-07 | make extensions ByteString free | Caolán McNamara | |
2011-11-06 | ByteString->rtl::OString | Caolán McNamara | |
2011-10-27 | Copy-pasted workaround for building against MacOSX 10.6 SDK but with 10.4 as ↵ | Tor Lillqvist | |
the highest used API Yeah, should really factor out this snippet into some header file. It is already in premac.h, but I think premac.h can't be included as such in all the places where this copy-pasted snippet now is. Need to experiment. | |||
2011-10-26 | fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441) | Noel Power | |
2011-10-25 | WaE: unused variables | Caolán McNamara | |
2011-10-25 | WaE: silence a warning | Caolán McNamara | |
2011-10-24 | Undo basis/brand split: removed RPATH BRAND (same as OOO now). | Stephan Bergmann | |
2011-10-24 | Fixed Windows-only code broken by recent commit. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-24 | Undo basis/brand split: moved pluginapp.bin from basis to brand. | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: moved nsplugin from basis to brand. | Stephan Bergmann | |
2011-10-22 | Make the update unit test compile. | Jan Holesovsky | |
It is not useful yet, so disabled. | |||
2011-10-20 | Added a scanbutton to the scan-dialog | Rob Snelders | |
2011-10-20 | Undo basis/brand split: moved ini files from basis program/ to brand program/. | Stephan Bergmann | |
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis. | |||
2011-10-17 | expedient fix to get test-suite auto executed | Caolán McNamara | |
2011-10-17 | Skeleton of the unit test for updates. | Jan Holesovsky | |
2011-10-10 | So just drop the duplicate XInvocation base class then | Noel Power | |
2011-10-10 | WaE: unreachable code | Tor Lillqvist | |
2011-10-10 | WaE: C4584: foo is already a base-class of bar | Tor Lillqvist | |
'cppu::WeakImplHelper8<Ifc1,Ifc2,Ifc3,Ifc4,Ifc5,Ifc6,Ifc7,Ifc8>' : base-class 'com::sun::star::script::XInvocation' is already a base-class of 'com::sun::star::script::XAutomationInvocation' So ignore that warning. No idea if the duplicate base class XInvocation is intentional or not, and I certainly won't dare touch it. I guess the existing pragma to ignore warning C4548 was a typo, and what was intended was this warning, C4584. | |||
2011-10-10 | WaE: unreachable code | Tor Lillqvist | |
2011-10-10 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-07 | cppcheck scope reduction of var in extensions/...Basic.cpp | Pierre-André Jacquod | |
2011-10-07 | cppcheck reduce scope of var in extensions/...sane.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck reduce scope of var in extensions/..so_activex.cpp | Pierre-André Jacquod | |