summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2013-12-07unxlng* is no moreDavid Tardon3-6/+6
Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74 (cherry picked from commit 25a2fb21049506d442988660d1f81b2e61704f85)
2013-11-30mark non-translatable .ui strings explicitely as suchAndras Timar1-1/+1
so bin/ui-translatable.sh will not find false positives Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15
2013-11-21move finunusedcode to a scriptBjoern Michaelsen1-0/+49
Change-Id: Ie4a422a818095313d9765a4c5e9ebba838eed76d
2013-11-20download fb2 files tooDavid Tardon1-0/+1
Change-Id: I0a18ad70620cfd4263ffd3bc1423e00205e98f9b
2013-11-19related fdo#70414 gbuild to ide: kdevelopBjoern Michaelsen1-0/+295
This provides kdevelop integration and generates one project file for each old-style module (top level dir). This project file has: - has four build configurations: - build the module of the project or build all of LibreOffice - for each of the above a debug and a nondebug build - has seven launch targets: - running the unitchecks, the slowchecks and subsequentchecks - for each of the above once for the module and once for all - running LibreOffice interactively - has custom include paths and thus provides full autocompletion Change-Id: I6dd51133147d019fc403e3bd814bc6103df94cac Reviewed-on: https://gerrit.libreoffice.org/6694 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-17script that checks for translatable="yes" attributes in .ui filesAndras Timar1-0/+18
Change-Id: I3c8ea5e0d8105964f1b0e5c8ace81fa08d8da8d3
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2-2/+2
Change-Id: I56c1190c93333636981acf2dd271515170a8a904
2013-11-15update count-todo-dialogs to exclude comments mentioning DialogsCaolán McNamara1-2/+2
Change-Id: I997356cc76c8ef9737309b3347f7a1969d306682
2013-11-13enable more useful formatsDavid Tardon1-5/+5
Change-Id: I790f0678a0fb06b3fd1babf499803b5250f23c1b
2013-11-13add cmxDavid Tardon1-0/+1
Change-Id: I8c0b422dc40188936b2473fed2e7a24ed36977e9
2013-11-11get-bugzilla-attachments-by-mimetype: add libebook typesMichael Stahl1-0/+3
Change-Id: I963549beb45112504d5edfef169d4970fbec822d
2013-11-11get-bugzilla-attachments-by-mimetype: more launchpad fixesMichael Stahl1-32/+33
- look at more interesting packages on lanuchpad, not just libreoffice. - the searchTasks method by default does not return closed tasks, and there does not appear to be a documented wild card search, so stupidly enumerate all possible status. Change-Id: I51691506874722a1d8eea4755513edf50164cf9d
2013-11-11get-bugzilla-attachments-by-mimetype: better test for existing fileMichael Stahl1-1/+5
Change-Id: I208a74d11945986d0712970999dbd33c03efe488
2013-11-11get-bugzilla-attachments-by-mimetype: add some missing mime typesMichael Stahl1-0/+16
... which are officially registered on https://www.iana.org/assignments/media-types/application ... plus some more non-standard ones for FreeHand, Keynote, ClarisWorks. For Apple Keynote there are 2 different ones that appear to be widely used. Change-Id: I26d4a85733a744188cc87a78fdba0d9d3f44da96
2013-11-11get-bugzilla-attachments-by-mimetype: more Python 3 in exception handlerMichael Stahl1-7/+8
... and also fix the print functions that shouldn't output a newline. Change-Id: Ifd866cb33b3ef9a2e83625ed03d5cb836c1ba56b
2013-11-11typo fixesAndras Timar1-7/+7
Change-Id: I735005f2e311abf7b64cce6b67002fe6e0d60281
2013-11-10get-bugzilla-attachments-by-mimetype: fix the lanuchpadlib messMichael Stahl1-1/+1
Apparently somebody found it a good idea to remove the getBugTasks() method. Also the darn thing won't run on Python 3. So apparently it's mostly unmaintained, except that functions that we need are removed. For future reference: it can be installed on non-Ubuntu systems by: pip install -v --user launchpadlib Change-Id: Ib7b0a46011dffcfe091f5bb73ed19b9dc311046c
2013-11-10get-bugzilla-attachments-by-mimetype: make this run on Python 3Michael Stahl1-6/+22
Change-Id: I27cf30c62122ea191c852a1a298a40ef64d35ba9
2013-11-10get-bugzilla-attachments-by-mimetype: port to Python 3 syntaxMichael Stahl1-30/+30
Change-Id: I928eb1baa7390301036585d84895f44eb4c38d20
2013-11-10get-bugzilla-attachments-by-mimetype: IANA has 2 mime-types for WPDMichael Stahl1-20/+21
... on https://www.iana.org/assignments/media-types/application Also fix up the common_noncore_mimetypes while there. Change-Id: I66eb74b0906a10893a771b7136b5f6ebda938ee6
2013-11-07a little instdir sub-dir cleanupMichael Stahl1-1/+1
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
2013-11-05update_pch.sh: grep use extended regexThomas Arnhold1-2/+2
Set the flag explicitly, otherwise it's broken for me. Change-Id: Iedcbe610ca266bb9fd9b39b8accd274888ab2f15
2013-11-05fixincludeguards.sh: add TODO noteThomas Arnhold1-0/+6
Change-Id: Ia19608118ae129c56846941508c4cca5c9020c8d
2013-11-02Set up tool chain to install LO artifacts in Maven repositoriesDavid Ostrovsky2-0/+66
Add <path_to_libo>/bin to your path. After full LO compile, the LO Java artifacts can be installed in the local Maven repository: mvn.py -a install -v 4.2.0 -s juh:jar:<path_to>/juh.jar mvn.py -a install -v 4.2.0 -s jurt:jar:<path_to>/jurt.jar mvn.py -a install -v 4.2.0 -s ridl:jar:<path_to>/ridl.jar mvn.py -a install -v 4.2.0 -s unoil:jar:<path_to>/unoil.jar With the artifacts installed this way, it is now possible to consume LO artifacts from custom pom.xml: [...] <properties> <LibreOffice-Version>4.2.0</LibreOffice-Version> </properties> [...] <dependencies> <dependency> <groupId>org.libreoffice</groupId> <artifactId>juh</artifactId> <version>${LibreOffice-Version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.libreoffice</groupId> <artifactId>jurt</artifactId> <version>${LibreOffice-Version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.libreoffice</groupId> <artifactId>ridl</artifactId> <version>${LibreOffice-Version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.libreoffice</groupId> <artifactId>unoil</artifactId> <version>${LibreOffice-Version}</version> <scope>provided</scope> </dependency> </dependencies> Change-Id: I2ad982ae23c78242ed8f1ac4c88c6be424cc7a0d Reviewed-on: https://gerrit.libreoffice.org/6453 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-31verify-custom-widgets-libs: check libraries in instdirMichael Stahl1-1/+1
Change-Id: Ia46c8df28ad2eed8ccdd6ec00f6bcd8358d8bb26
2013-10-23be verbose about which guard definition is problematicThomas Arnhold1-1/+1
Change-Id: I883acce26266b304e83bf898f86da12549a112e5
2013-10-23correct indentation + remove guard namesThomas Arnhold1-5/+5
because the script detects those as "used in other files" Change-Id: Ifacb337338e60a194047689c16254154c867b606
2013-10-23fixincludeguards.sh: unify all include guardsThomas Arnhold1-0/+74
The include guard gets generated based on the path of the header file. INCLUDED_FOO_BAR_HXX for global headers in include/ INCLUDED_FOO_SOURCE_BAR_BAZ_HXX for anything else. See fdo#68849. Change-Id: Ia250e7c99cef3cb5bb0f9d4dc758ef2da3eec0a8 Reviewed-on: https://gerrit.libreoffice.org/6386 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-22typo: s/helcontent2/helpcontent2/Andras Timar1-1/+1
Change-Id: Ie3d94cef7570f943c1e07ef2a6b239df26be04bb
2013-10-21Edit comment: Running in a loop is not the relevant thingTor Lillqvist1-2/+2
It was just somethinbg I did while I was working on the LIBO_ONEWAY_STABLE_ODF_EXPORT code, to afterwards then compare the output from several conversions. Change-Id: I23ec42520b9802a520160d5c8cb01d46712c9183
2013-10-15fdo#70371: create findunusedheaders targetBjoern Michaelsen1-0/+0
- you can now do "make unusedheaders" to look for headers that seem to be used - also renamed the script in ./bin to follow the conventions there Change-Id: Ia9487af02effd05bfbc5c3f5c04b928a407b0fa4
2013-10-15fdo#70371: Initial perl scriptJelle van der Waa1-0/+49
Change-Id: I9b0ec2b00c11f7f09cd37273bbbcb856d1c7c862 Reviewed-on: https://gerrit.libreoffice.org/6238 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-09-30Drop bogus and unneeded os.makedirs() callTor Lillqvist1-4/+0
It is a (file:) URL anyway, and LO seems to take care of creating the directory as neded. Change-Id: I19dd7b67cfe2f77cea14e882c1142fadde2fbdaa
2013-09-30Set LIBO_ONEWAY_STABLE_ODF_EXPORTTor Lillqvist1-0/+1
Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
2013-09-20Add usage example commentTor Lillqvist1-0/+6
Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b
2013-09-16Make the usage message even clearerTor Lillqvist1-2/+2
I have to check it myself every time, I never remember which parameters are URLs and which plain pathnames. Change-Id: If2c33ef62653f4675db6c6b0947a1630d5a7cb80
2013-09-14Hack todo some benchmarkingTor Lillqvist1-0/+506
Not really for general use yet. Just a hack on top of test-bugzilla-files.py. Change-Id: Iaac2c4b76e499988bc94056bf464bd230dabd9c1
2013-08-14Unbreak Windows buildFridrich Štrba1-2/+2
Change-Id: Ibeed303ca4b8812cf7deafa1d1ad06f59a73cf8d
2013-08-12drop explicit python3 from shebang lineCaolán McNamara1-1/+1
Change-Id: I3b7ca808b8e2ac4723c1f26e6190c4875e88936e
2013-08-09Add a new option to bin/find-german-commentsPhilipp Riemer1-6/+13
The new option "-L" allows to print out potential candidates for translation combined with the number of lines found like "-l" - but only if there was a positive result (i.e., a file that needs checking). This leads to a much more compact representation helping people to find the few files that still need translations. Change-Id: Iad554eb6ce5b062e96774d9488c54105679b7c4b
2013-08-09fdo#50436 fail if unpacking of tarball failedDavid Tardon1-1/+4
Change-Id: Iacad0141a72a12e67e5cc33b2e2196b74a240e81
2013-08-08update lint-ui to know about message box HIG rulesCaolán McNamara1-4/+21
Change-Id: Ic283d4d15154308a441905d095096c3e11f50477
2013-07-30add a utility to estimate how much new .ui files we needCaolán McNamara1-0/+24
Change-Id: I9b2a2ae1e8d74df701b4a2fcf28460759a95d639
2013-07-26setsdkenv_unix.csh is no moreBjoern Michaelsen1-19/+17
Change-Id: I1f20dbc690be23c013c26c0a37b8d6eceef0f51d
2013-07-17remove gb_LinkTarget_add_noexception_objectBjoern Michaelsen1-1/+1
Change-Id: I44f7df6e5f816cfcf7a44c6c4c76e80924237d45 Reviewed-on: https://gerrit.libreoffice.org/4955 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-15Prune some leaves for a cleaner top-to-bottom view of deps.Michael Meeks1-0/+32
Change-Id: I98e803bee37359405f0e06a62c063fbe9da82ea0
2013-07-12PCH for more librariesLuboš Luňák1-0/+3
Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b
2013-07-04Fix one more occurance of .uno.soTomáš Chvátal1-1/+1
Change-Id: I1b1905a3eb7ab116eaaed5db37cff8e2bbe7456f
2013-07-03Try to fix collision in packages with libkde4bello.so.Tomáš Chvátal1-5/+5
Change-Id: I6936d79d6a05005b74cd551c1255b42a9be36bd1
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-6/+0
Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913 Reviewed-on: https://gerrit.libreoffice.org/4601 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>