summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Translate German comments.Michael Meeks2014-09-171-2/+2
| | | | Change-Id: I1d7c1fa2fffe20a0bc60cf5533b8f8c28e360a1d
* Translate German comment.Michael Meeks2014-09-171-1/+1
| | | | Change-Id: I3d452ac218005b40568ec116ede9962cc1e60a18
* create a master document template typeCaolán McNamara2014-09-111-0/+1
| | | | | | | | | | | | | | | | | of application/vnd.oasis.opendocument.text-master-template with suffic otm https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html desktop/icons/oasis-master-document-template.icns is just a copy of desktop/icons/oasis-master-document.icns because I can't draw Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1 Reviewed-on: https://gerrit.libreoffice.org/11350 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-oversStephan Bergmann2014-09-091-2/+1
| | | | | | ...from previous commit Change-Id: I945faa6215f971ce817c6450fe0786da0696091f
* clang does not like gnu++11 that much, use c++11 insteadMarkus Mohrhard2014-09-061-1/+1
| | | | Change-Id: I82c3a4da388cf436ba4f5380c5833a451e28cfd5
* FloatingWindows are no longer loaded from resource filesCaolán McNamara2014-09-061-2/+2
| | | | Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151
* drop binfilter formatsDavid Tardon2014-09-051-15/+0
| | | | Change-Id: Iab1f526cfedf9a9f560b5d3e6dcd467dd178b508
* also look for import libs in launchpadDavid Tardon2014-09-051-0/+14
| | | | Change-Id: I584d612063c9aa6fe472a1f829453511f94a1dbf
* look for more apps in launchpadDavid Tardon2014-09-051-0/+3
| | | | Change-Id: Ie08099d09fd9852c0292a9e0457cdeff07881d4d
* move the list of launchpad pkgs to a var.David Tardon2014-09-051-3/+14
| | | | Change-Id: Id8fed4516069e86b2fbee053e6681e145fdd4336
* didn't know about the dockingwindowsCaolán McNamara2014-08-301-1/+3
| | | | Change-Id: I25c1361ed7b87abf4f78fb09aeea65206f7be040
* track FloatingWindows in need of conversionCaolán McNamara2014-08-261-17/+16
| | | | Change-Id: Idf4ef59721872165c51ebb2e728b4c6e3f3d90ec
* add MessBox to count-todo-dialogsCaolán McNamara2014-08-251-0/+2
| | | | Change-Id: I9466ecdde466010615a1f136334605e6ed24e9b8
* add WarningBox to count-todo-dialogsCaolán McNamara2014-08-251-0/+2
| | | | Change-Id: Id56afd3bd343980aefce1039704afe0eff581208
* fix indent to get this working againCaolán McNamara2014-08-201-7/+7
| | | | Change-Id: If48dcf4d04d3888975687aa85557e2cee317f2dd
* display amount of *Box elements remaining in .src formatCaolán McNamara2014-08-151-1/+9
| | | | Change-Id: I33614c44cbe58ec0945406691bc38bafafc24923
* xmlsecurity: remove NSS cert.h from PCHMichael Stahl2014-08-141-0/+2
| | | | | | nssrenam.h is another horror... Change-Id: I166ac2ab1414e89d5cd4beae543670fdfa389adb
* Not true, it's the dylibs that are copiedTor Lillqvist2014-08-121-3/+0
| | | | Change-Id: I2fc51f2aaf56ce98d8990b71a33abaef24d841e7
* More object files not in any archiveTor Lillqvist2014-08-121-1/+3
| | | | Change-Id: I658e235d345e61f2b18e9cf074d64bce9793cfc5
* Some objects in NSS are not in any of the archivesTor Lillqvist2014-08-121-0/+8
| | | | Change-Id: I3df4c45d160687f22015f3b3d3c87e655e5cd7d7
* Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist2014-08-121-0/+5
| | | | Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
* Adapt findunusedcode to the current libgltfZolnai Tamás2014-08-121-6/+1
| | | | Change-Id: I5f5e5f3c8b60e543892aaf683f445184e1f10f74
* First attempt at building NSS for iOS, tooTor Lillqvist2014-08-111-0/+2
| | | | | | | | | | Let's hope that the various static archives that get built by the NSS build machinery contain what an iOS app that needs NSS services requires. I patch out the construction of any dylibs and executables in nss. We don't use any dylibs on iOS anyway, and of course don't need any NSS executables either. Change-Id: Ic977c6e3d6c4e953202e78f8e08c4e61f6c9cb1b
* write directly files understood by YCMMarkus Mohrhard2014-08-111-1/+1
| | | | | | | Change-Id: I262050f625a0b3ff04a274c88b446d1c2b2aa19d Reviewed-on: https://gerrit.libreoffice.org/10821 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* add a IDE generator for clang json database formatMarkus Mohrhard2014-08-111-1/+43
| | | | | | | | | | | This can be used for YouCompleteMe a vim plugin that allows auto-completition based on clang. This is much better than the normal static analyzer based auto-completition. Change-Id: I4872d2cb3b3a404af55eacf5c71d6a2715771ab6 Reviewed-on: https://gerrit.libreoffice.org/10820 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* add the cxx flags to the ide parserMarkus Mohrhard2014-08-111-11/+18
| | | | | | | Change-Id: Ied5f8ec9af69365e3375de26d325984c57327460 Reviewed-on: https://gerrit.libreoffice.org/10819 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* split isystem includes from normal includesMarkus Mohrhard2014-08-111-14/+19
| | | | | | | | | | | | All includes coming from isystem where wrong as the regex was not able to recognize that the isystem and following path belong together. Additionally stripping the first two characters resulted in broken paths in this case. Change-Id: Iaa8e484d1ddcd4c8744d1e37a006ebf915cdfc84 Reviewed-on: https://gerrit.libreoffice.org/10815 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* fdo#82137 don't include working directory in tarballsChristian Lohmaier2014-08-061-2/+2
| | | | | | | as this changes permissions when extracting, and those are restrictive, since it is a temporary directory Change-Id: I41b28fe405e5915faeea944eb3cfdbed518ac55d
* update module mappingsDavid Tardon2014-08-041-0/+6
| | | | Change-Id: Ia0893eda90307e5dbb7265b3c321515a8b823a24
* Run pylint on find-german-commentsPhilipp Weissenbacher2014-07-231-9/+9
| | | | | | | | | | | | | | | | | | | I ran pylint and corrected the following errors: * W: 39,0: Unnecessary semicolon * W:177,0: Bad indentation. Found 19 spaces, expected 20 * W:178,0: Bad indentation. Found 19 spaces, expected 20 * W:213,0: Unnecessary semicolon * W: 65,8:Parser.get_comments: Unused variable 'linenum' * C:190,28:Parser.check_file: Operator not preceded by a space * C:192,24:Parser.check_file: Operator not followed by a space * C:196,24:Parser.check_file: Comma not followed by a space * W:223,33:Parser.check_source_files: Redefining built-in 'dir' Change-Id: Idd4986fecb7b3a2af87d1062b7d08c6c87b9f80f Reviewed-on: https://gerrit.libreoffice.org/10475 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* force a make clean firstCaolán McNamara2014-07-211-1/+1
| | | | Change-Id: Icef93accc6953a4484707fb9da01a85963002a21
* fix grep and configure line for callcatcherCaolán McNamara2014-07-141-18/+18
| | | | Change-Id: I8ceb9d815f616afe42ce31a96bc2699438603e43
* Don't stop on os.makedirs when making vs2012-ide-integrationNiklas Johansson2014-07-031-1/+3
| | | | | | | | | | | At the moment it always stops on folders that already exists. See https://bugs.freedesktop.org/show_bug.cgi?id=70414#c18 and the following comments for example of the error messages that I face without this patch. Change-Id: I1a1f337872ce3a817d425ff10255e3ae9a73c1a2 Reviewed-on: https://gerrit.libreoffice.org/10062 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
* download PageMaker filesDavid Tardon2014-06-271-0/+1
| | | | Change-Id: I739f5f9b6f0e6a97832136812b289ae27cfaae37
* integrate libpagemakerDavid Tardon2014-06-271-7/+7
| | | | Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
* Package filter in common packTomáš Chvátal2014-06-241-0/+2
| | | | Change-Id: I3728244712966cf2245a79f2630ac46cb63f1d21
* Do not hard code /usrBaptiste Daroussin2014-06-111-0/+1
| | | | | | | | | | Not all operation system install packages into /usr, make sure create-tree.sh do respect the PREFIX variable Change-Id: Iff358c9e22fb8969afaef2bb96e1f91eb7e91123 Reviewed-on: https://gerrit.libreoffice.org/9730 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Do not hard code bash pathBaptiste Daroussin2014-06-101-1/+1
| | | | | | | Change-Id: I24ee2599ffe8029c3d3888de49cff8bfd0a368e0 Reviewed-on: https://gerrit.libreoffice.org/9723 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-041-0/+5
| | | | | | | | | | | connectivity: 3m52s -> 2m47s cppcanvas: 28s -> 13s cppuhelper: 20s -> 14s dbaccess: 2m38s -> 2m01s hwpfilter: 16s -> 13s sot: 21s -> 16s Change-Id: I49286bfe6be73dd1b861be632b95e17a99e82f8a
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-041-0/+2
| | | | | | | | | | | | | | desktop: 1m51s -> 54s framework: 1m55s -> 1m04s package: 32s -> 16s sdext: 1m31s -> 47s svgio: 32s -> 15s uui: 49s -> 20s vbahelper: 1m44s -> 27s xmlscript: 15s -> 10s xmlsecurity: 45s -> 23s Change-Id: Ia437969c091bf877983ababc5ea2d044bbc0bee0
* odk/examples: mark them as examplesThomas Arnhold2014-06-031-1/+3
| | | | Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8
* fix-includeguards.pl: handle odk/examples/DevelopersGuideThomas Arnhold2014-06-031-1/+1
| | | | Change-Id: Ibdefb876d39419ff622917fcef427b33e3942ae4
* update_pch: exclude OpenGLContext.hxx for nowThomas Arnhold2014-05-291-0/+1
| | | | Change-Id: I80ce89351e2a8dbb1d9d928b673a8589fd651584
* Add the CoinMP libsTor Lillqvist2014-05-201-0/+7
| | | | Change-Id: I37b4c1081055f98c9254d64480efeb2c205e711d
* update_pch.sh: ignore a icu header fileThomas Arnhold2014-05-201-0/+2
| | | | Change-Id: I2654933e1e6f50902be6b992767ab5caac273f9c
* fixincludeguards.pl: handle odk/examplesThomas Arnhold2014-05-181-1/+1
| | | | | | Now we have nice example header guards ;) Change-Id: I1a5f8031cf267abf67dc4fbb20880d23e3640867
* callcatcher: update unused codeCaolán McNamara2014-05-171-0/+1
| | | | Change-Id: I1039d34cef1d426a9deb6dec2c3e7d746f9cf1ae
* callcatcher: update unused codeCaolán McNamara2014-05-151-0/+13
| | | | Change-Id: I690c5196ab81178c666ee39dd247fbe0438db80b
* find-german-comments -l crashed for a too long path nameJeroen Nijhof2014-05-031-1/+1
| | | | | | | | | | | | | In calculating how many tabs to use for the display, when the path was more than 40 characters (like for dbaccess/source/ui/relationdesign/RelationTableView.cxx) it returned '1, 0' for the number of tabs -- and python didn't like that. Return 1 instead. Change-Id: If370ffe03b4aff67ca59094dd38863986ca39519 Reviewed-on: https://gerrit.libreoffice.org/9239 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* Speed up find-german-comments: speed up text_cat -sJeroen Nijhof2014-05-021-35/+46
| | | | | | | | | | | | | | | | | follow-up commit to https://gerrit.libreoffice.org/#/c/9226/ . text_cat -s was documented as "Not very efficient yet, because language models are re-loaded after each line." So if we want to use text_cat -s for thousands of lines, better read the language models only once and store them. When tested on svl/source, the speed-up was a futher factor 1.5 (reduced from 6 s to 4 s). Change-Id: I654a250b0e369e01c5eac5970b64df1390f0ef35 Reviewed-on: https://gerrit.libreoffice.org/9227 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>