summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-184-4/+0
| | | | | | | | | | | | | | | | | | | the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann2012-09-172-12/+7
| | | | | | | | | | | This is such a fatal error that there is probably no point in trying to handle it, so allow to simplify client code by removing the requirement to check for a null return value. Simplified some client code accordingly (modules configmgr and ure, and the code generated by cppumaker and javamaker). Change-Id: I51c0b270ec73409374f7439a47ee061407a46e31
* migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2012-09-171-2/+2
| | | | | | | Change-Id: I0e6992afbeffaf3b993e6630fb396d93012890e0 Reviewed-on: https://gerrit.libreoffice.org/632 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* Make comphelper/configuration.hxx work for localized propertiesStephan Bergmann2012-07-255-105/+186
| | | | | | | | | | | | | | | | | | | | | | | See aebf5bf22304c73e121b16dc0b51f909c5f34c28 "fdo#52232 ConfigurationSet wrapper unusable for localized properties" for a discussion of the problems with the original design. 1 Redesigned configmgr's localized property access to understand ['*<locale>'] paths that select the best existing value match for the requested <locale>. Adapted ConfigurationWrapper::getLocalizedPropertyValue accordingly. 2 Redesigned ConfigurationChanges to fix the locale at instantiation time. That takes care of ConfigurationWrapper::setLocalizedPropertyValue, ConfigurationWrapper::getGroupReadWrite, and ConfigurationWrapper::getSetReadWrite. (This required an additional constructor parameter for the ReadWriteAccess service, to specify a locale at instantiation time.) 3 Redesigned ReadOnlyAccess to be a service that fixes the locale at instantiation time. That allows to take care of ConfigurationWrapper::getGroupReadOnly and ConfigurationWrapper::getSetReadOnly. Change-Id: I2ae7342b278b6f4222a0189a1deb2a53e204059f
* the unknwon typo is surprisingly popularLuboš Luňák2012-07-161-1/+1
| | | | Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
* Unused includeStephan Bergmann2012-07-161-1/+0
| | | | Change-Id: I445499755dc92103b3777229f22db0bc6ec1a80e
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* re-base on ALv2 code.Michael Meeks2012-06-261-26/+17
|
* .xcd files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I1625af99f9b13eaae7b74c65b6306bae6d063627
* removed unused forward declarations of classTakeshi Abe2012-06-203-6/+0
| | | | Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
* added zoom submenu to ViewTim Hardeck2012-06-151-3/+3
| | | | | | | | | | | Added zoom submenu to View with the same entries of the zoom status bar right mouse button menu. This feature was requested on the design-mailing list: http://www.mail-archive.com/design@global.libreoffice.org/msg03561.html Additionally the zoom menu entries were sorted in a more logical way. Change-Id: I5f2df8aa33be9305841fd5505c95963bee8a0ed0
* re-base on ALv2 code.Michael Meeks2012-06-1266-1692/+1102
|
* nuke unused namespaceTakeshi Abe2012-06-011-6/+0
| | | | Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-3/+3
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-063-14/+8
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-064-9/+9
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+4
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* .sce files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* Unused includesStephan Bergmann2012-03-201-1/+0
|
* fdo#42961 Don't let env vars interfere with internal bootstrap varsStephan Bergmann2012-03-151-9/+31
|
* Line breaks in registrymodifications.xcuStephan Bergmann2012-03-091-4/+4
|
* more idle code documentation improvementMichael Meeks2012-03-061-0/+5
|
* Resolves fdo#46074: Fix Partial::contains for paths that go past a leaf nodeStephan Bergmann2012-02-241-1/+14
| | | | | | Paths that already "failed" at the root node were not reported as CONTAINS_NOT, so that they were erroneously migrated, but with broken content (values of set member properties were nil).
* Adapted WriteThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-18/+7
|
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan2012-02-192-2/+2
|
* Moved configmgr/source/README into configmgr/READMEStephan Bergmann2012-02-142-156/+131
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-0/+4
| | | | | | | | | | | | | | | | | * cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too.
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-3/+6
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* Check for xcu <node> that should rather be <prop>.Stephan Bergmann2012-01-121-0/+10
|
* Fix for fdo43460 Part VIII getLength() to isEmpty()Olivier Hallot2011-12-1710-41/+41
| | | | | | Part VIII Module comfigmgr
* Revert "Move configmgr to tail_build."Stephan Bergmann2011-12-161-0/+2
| | | | | | | | | | ...it is not yet ready for that. This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1. Conflicts: tail_build/prj/build.lst
* Code modules no longer depend on stlport.Stephan Bergmann2011-12-161-1/+1
|
* Move configmgr to tail_build.Stephan Bergmann2011-12-161-2/+0
|
* Missing configmgr/prj/build.lst adaption.Stephan Bergmann2011-12-141-2/+1
|
* Replaced remaining OSL_ASSERT in configmgr.Stephan Bergmann2011-12-144-12/+16
|
* Ported configmgr to gbuild.Stephan Bergmann2011-12-146-133/+86
|
* Unified configmgr::Node::getMember{s,Map} again.Stephan Bergmann2011-12-1318-112/+97
| | | | (With the insight that Data::components is RootNode::members.)
* Fix problem when compiling against a wrong colour version of the GNU STLTor Lillqvist2011-12-131-1/+1
|
* Simplified, type-safe C++ configuration access.Stephan Bergmann2011-12-1328-929/+1590
| | | | | | | | | | | | | | | | * New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|