Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-26 | Do not accidentally instantiate other exts when removing exts at startup | Stephan Bergmann | 6 | -11/+14 | |
2012-04-26 | Improved error reporting | Stephan Bergmann | 1 | -2/+2 | |
2012-04-25 | ...and remove duplicate #include <vector> again | Stephan Bergmann | 1 | -1/+0 | |
2012-04-25 | Missing #include <vector> | Stephan Bergmann | 1 | -0/+4 | |
2012-04-25 | include vector | Caolán McNamara | 1 | -0/+1 | |
2012-04-25 | Proper handling of multiple --accept arguments | Stephan Bergmann | 5 | -102/+53 | |
...and some further clean up of needlessly complex class CommandLineArgs. | |||||
2012-04-25 | callcatcher: remove freshly unused code | Caolán McNamara | 1 | -21/+0 | |
2012-04-24 | Force ExtensionManager resync when the implementation changes | Stephan Bergmann | 8 | -44/+42 | |
...as checking the lastsynchronized time-stamps can give wrong results if new and old impl use same user config and old impl is started once more after new impl is installed, in which case per-user data of bundled exts of new impl would not be regenerated, leading to inconsistencies. | |||||
2012-04-23 | Unused sDataFolderURL | Stephan Bergmann | 1 | -1/+0 | |
2012-04-20 | New cppu::defaultBootstrap_InitialComponentContext implementation | Stephan Bergmann | 1 | -223/+182 | |
...that no longer uses XSimpleRegistry structures for the service data and thus is potentially more performant. * Registry-based functions from cppuhelper/bootstrap are deprecated now, client code should always use defaultBootstrap_InitialComponentContext. * References to the obsolete UNO_WRITERDB have been removed. * Some of the functions in cppuhelper/source that are used from multiple .cxx but had not been properly placed into .hxx have been cleaned up. * css.lang.ServiceManager XSet insert/remove now support special sequence<NamedValue> to improve live deployment/removal of XML-based extension components data. * 09524d410bbaad2a0b9b39811cb5cc16621b1396 "stoc: accelerate opening of multiple XML .rdb files in a directory" and its follow-up cb5c881a7f179391ee853f76e159254c97d776a3 "avoid using the new rdb reading logic for empty/non-existent directories" have been obsoleted by this change and have been reverted again. | |||||
2012-04-19 | oosplash: improve signal handlers: | Michael Stahl | 1 | -3/+13 | |
- global variable should be volatile - signal is deprecated, use sigaction instead - exit from the handler | |||||
2012-04-18 | Do all of componentLiveInsertion/Removal at the root context | Stephan Bergmann | 1 | -64/+73 | |
2012-04-18 | Improved debug output | Stephan Bergmann | 1 | -1/+1 | |
2012-04-18 | Improved comment | Stephan Bergmann | 1 | -2/+1 | |
2012-04-16 | WaE: declaration of 'argc' shadows a previous local | David Tardon | 1 | -10/+10 | |
2012-04-16 | WaE: variable 'dwWaitResult' set but not used | David Tardon | 1 | -3/+2 | |
2012-04-16 | WaE: unused variable 'hProcess' | David Tardon | 1 | -1/+3 | |
2012-04-16 | convert tabs to spaces | David Tardon | 1 | -222/+225 | |
2012-04-14 | oosplash: handle SIGTERM by killing soffice.bin | Michael Stahl | 1 | -0/+16 | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | 3 | -8/+21 | |
2012-04-09 | enforce only one possible use of gb_CustomTarget | Matúš Kukan | 1 | -1/+1 | |
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed | |||||
2012-04-09 | add package deps for resources | David Tardon | 1 | -2/+2 | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | 5 | -27/+21 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 26 | -42/+42 | |
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 | 10 | -89/+33 | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 2 | -6/+6 | |
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 | 7 | -27/+27 | |
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 | 7 | -8/+8 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||||
2012-04-05 | Fix Prefer prefix ++/-- operators | Julien Nabet | 6 | -7/+7 | |
Includes too replacement < by != for comparison between current and end iterators | |||||
2012-04-05 | DEFINE_CONST_UNICODE isn't needed here anymore | Caolán McNamara | 1 | -27/+25 | |
2012-04-05 | unused U2S define | Caolán McNamara | 1 | -1/+0 | |
2012-04-04 | Improved error reporting | Stephan Bergmann | 1 | -2/+1 | |
2012-04-04 | desktop: use CustomTarget makefile | Matúš Kukan | 3 | -12/+10 | |
2012-04-02 | reorganize trickier statics | Caolán McNamara | 1 | -3/+3 | |
2012-04-02 | fdo#47963 do not increase height of checkboxes | David Tardon | 1 | -3/+0 | |
Especially as it is obvious the grow is unbounded .-) | |||||
2012-03-30 | removed duplicate includes in desktop / editeng | Takeshi Abe | 4 | -6/+0 | |
2012-03-29 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | 2 | -7/+7 | |
2012-03-29 | fix build | Luboš Luňák | 1 | -1/+1 | |
2012-03-29 | desktop: unwind hideous StrTitle mess a little | Michael Meeks | 11 | -57/+52 | |
2012-03-28 | when run under memcheck allow SIGUSR2 to dump current memory allocations | Caolán McNamara | 1 | -0/+1 | |
2012-03-28 | drop unused global rtl::OUStrings | Caolán McNamara | 1 | -2/+0 | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | 2 | -18/+18 | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | 1 | -3/+3 | |
2012-03-27 | Resolves: rhbz#807316 don't complain that nocrashreport is an unknown option | Caolán McNamara | 1 | -1/+3 | |
2012-03-23 | match DB_ENV creation flags to DB creation flags | Caolán McNamara | 2 | -3/+6 | |
2012-03-23 | Take a meg off our memory footprint | Caolán McNamara | 1 | -1/+48 | |
We create 6 berkleydb backed databases. If no DB_ENV is provided for a database, then berkleydb creates one for each database. Each environment has a memory footprint of about 200k. It appears to be legal to share an environment, which shaves about 1M off our permanant footprint. | |||||
2012-03-23 | DbEnv argument is always NULL | Caolán McNamara | 3 | -13/+8 | |
2012-03-23 | remove duplicate entries | David Tardon | 1 | -9/+0 | |
2012-03-23 | simplify pagein creation | David Tardon | 5 | -21/+8 | |
2012-03-23 | move Pagein from desktop to gbuild | David Tardon | 7 | -128/+14 | |