summaryrefslogtreecommitdiff
path: root/crashrep
AgeCommit message (Collapse)AuthorFilesLines
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-27Remove unused macro "PMAP_CMD"Julien Nabet1-6/+0
Change-Id: I00812388e7abf17e8388f19143f78843f7946405
2013-03-25Remove unneeded project and projectroot parametersZolnai Tamás1-1/+1
Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6
2013-03-02remove minor.mkMatúš Kukan1-1/+1
Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx. Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0 Reviewed-on: https://gerrit.libreoffice.org/2491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28bin PATCH_SO_NAME crackAndras Timar2-8/+12
In VersionInfo of Windows executables the FileDescription property originally contained 80 times 'x' character. These executables were marked as PATCH_SO_NAME and later the installer maker perl program replaced the xxxxxxxxxxx to the actual file description which was defined in scp2. WHy was it good, I have no idea. The problem was that it happened after postprocess, where we signed the binaries, thus diigital signature became corrupted. It is better to give file descriptions via makefiles. Change-Id: Id5ad4470bb7a6313b33fbba09d72d9a009163a89
2013-02-13fix translation of crash reporterDavid Tardon1-2/+11
Change-Id: I52cda360116b719bf05776e01bf3d15303eea97d
2013-02-13let's split this for easier cherry-pickingDavid Tardon1-11/+2
This reverts commit fc65a66de972951946c57c8b01bfd5df46633693.
2013-02-13fdo#60386 fix l10n of windows shell extensionDavid Tardon1-2/+11
Throw in crash reporter as a bonus. Change-Id: Ia1eccd4a3948b3c6d361b341599c7f565cd74cfb
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26crashrep: fix conditionals: it used to be built in non-pro tooMichael Stahl1-4/+4
Change-Id: Icf3901024aed39f3b8e280a4fed8244a2b83e80e
2013-01-22convert crashrep to gbuild and add to tail_buildPeter Foley16-212/+176
Change-Id: I90cf6c2c5fb806855b7e4fec18c890f7bd2ff6b5
2013-01-07fix misleading comment.Michael Meeks1-1/+1
Change-Id: I8f56239738742a6dae8cbaf3e6b7075f9db03255
2012-12-27Some cppcheck cleaningJulien Nabet1-6/+4
Change-Id: Iac1c26d031e8196ef93cb403dc60f07e0eef6380
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-4/+0
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-10-01translations is a source-only moduleAndras Timar1-1/+1
Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
2012-10-01use "LibreOffice" as the default value of ProductKey for crashrepTakeshi Abe1-1/+1
Change-Id: I12bab12ad32f4965b55d94dfd2d6fe8894129763 Reviewed-on: https://gerrit.libreoffice.org/721 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-08-11Remove unused local varsJulien Nabet1-1/+0
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
2012-07-02Remove unused definesThomas Arnhold1-2/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-01Remove unused definesThomas Arnhold1-1/+0
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-06-22cleanup malingering vendor name in disabled codeMichael Meeks2-29/+20
2012-06-21re-base on ALv2 code.Michael Meeks1-20/+17
Change-Id: I0cba9316e229362fa82a45d9e4d4763a6cf29540
2012-06-14re-base on ALv2 code.Michael Meeks10-181/+148
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+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
2012-04-21make comment reflect realityCaolán McNamara1-23/+2
2012-04-21WaE: crashrep warnings fixedDavid Ostrovsky1-2/+10
2012-03-23.txt files don't need executable bitsMichael Stahl4-0/+0
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar1-10/+10
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+1
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar1-6/+2
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-11-22fix VERSIONINFO section of win32 executables fdo#30798Andras Timar1-2/+2
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann2-2/+2
2011-10-07dead code deletion in crashrep/.../win32/soreport.cxxPierre-André Jacquod1-84/+0
2011-10-07cppcheck scope reduction of var in crashrep/soreport.cppPierre-André Jacquod1-2/+2
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-09-12Drop Win9x codeTor Lillqvist1-15/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-3/+3
2011-05-16Use current terminology and socket libraryTor Lillqvist1-1/+1
It's called the Windows SDK, not the Platform SDK. Link only with the ws2_32 library, not the wsock32 one.
2011-05-01Declare and use the boolean variable for the returnJulien Nabet1-2/+3
2011-04-28fixed cppcheck warningsAndreas Becker2-8/+2
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito2-0/+0
2011-03-25set build depencencies against the new "translations" modulePetr Mladek1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2-2/+2
Conflicts: automation/source/communi/communi.cxx automation/source/server/recorder.cxx automation/source/server/server.cxx basctl/source/basicide/basobj2.cxx
2011-03-14Use format string on printf()Thomas Arnhold1-2/+2