Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | .xml files don't need executable bits | Michael Stahl | |
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95 | |||
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-21 | hrc cleanup: Remove unused defines | Thomas Arnhold | |
All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8 | |||
2012-06-18 | removed unused forward declarations of class | Takeshi Abe | |
Change-Id: I32894b853912741e935e2409d2857fe384f67665 | |||
2012-06-11 | remove EraseLeadingChars and EraseTrailingChars | Caolán McNamara | |
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892 | |||
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-06-01 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I39922dc7cbb32ce236995df89b183d4db1210b15 | |||
2012-05-29 | targetted SAL_N_ELEMENTS reversion. | Michael Meeks | |
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e | |||
2012-05-23 | removed unused temporary rtl::OUString | Takeshi Abe | |
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e | |||
2012-05-07 | removed unused defines | Takeshi Abe | |
Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03 | |||
2012-05-07 | tidy ResId String/rtl::OUString cast foo | Caolán McNamara | |
Change-Id: I1e8fca182a27efb403e903b424ca4c1c0d3acc49 | |||
2012-05-03 | drop ensure for non-NULL pointer and use a ref | Caolán McNamara | |
Change-Id: I492c576a9a04874538f07769f5ac40f84e2d4308 | |||
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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-26 | fdo#48870: Remove cookie handling code. | Gábor Stefanik | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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 | |
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-04-02 | pointer is always non-null | Caolán McNamara | |
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-27 | fix CntHTTPCookieList_impl leak | Caolán McNamara | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-19 | Fix for fdo43460 Part XLIII getLength() to isEmpty() | Olivier Hallot | |
Part XLIII Modules uui | |||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
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-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-10-07 | WaE: unreachable code | Tor Lillqvist | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-18 | Add prefixes for some component_getFactory functions | Matúš Kukan | |
2011-08-10 | add include path for .hrc files | Matúš Kukan | |
2011-08-10 | convert uui to gbuild | Matúš Kukan | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan | |
2011-07-01 | Do not include filedlg.hxx when not necessary | Francois Tigeot | |
2011-06-29 | Replace List with std::vector< CntHTTPCookie* > | Joseph Powers | |
Signed-off-by: Joseph Powers <jpowers27@cox.net> |