summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2013-12-07put bz URLs into a list to avoid repeated codeDavid Tardon
Change-Id: Iade61f598e1122aae7667de684a68e8164817327
2013-12-07enable more bugzillasDavid Tardon
Change-Id: If77b213deba85d49e1e8d09015fa81aa6df6aa94
2013-12-07try to minimize bugzilla queriesDavid Tardon
This attempts to solve several deficiencies in the script: 1. If the first attachment of a bug is already downloaded, the bug is not checked for newly added attachments (or attachments with newly fixed mimetype). 2. If neither of the eligible attachment(s) of a bug is the first attachment, the bug will be processed (and the attachment downloaded) time and again (because the shortcut is only applied for the first attachment, see 1). But it also ensures that if the script is killed, the download is restarted on the next run. Change-Id: I7f3d1922825bb314f96ec3b1ee2a0ac47604b018
2013-12-06Source more PEP8 friendlyJesús Corrius
Change-Id: I033f2a365454c9f98ce2c34f7d1d5ad3c1516202
2013-12-06Add comment about portabilityTor Lillqvist
Change-Id: I289d3233f99b61115ed8efdea93cfabfbc53bcd7
2013-12-06Revert "The TODO seems to be DONE"Tor Lillqvist
Actually I am not sure at all. This reverts commit 3b56738d88d881d023bdefda2222d99663f12b9f.
2013-12-05Fix path to libfreetype.aTor Lillqvist
Change-Id: I19061350996dbfc214e7bfe16be957c852187b0e
2013-12-05fetch abiword bz attachments (for future use)David Tardon
Change-Id: I8a18265ecd6a48f35980f335b2da5fe59958c02c
2013-12-02The TODO seems to be DONETor Lillqvist
Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d
2013-11-30mark non-translatable .ui strings explicitely as suchAndras Timar
so bin/ui-translatable.sh will not find false positives Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15
2013-11-28Point to some documentationTor Lillqvist
Change-Id: Ia467db7fd2ebaf85600e5a0c9f11f1e576363177
2013-11-27Add initial hacks for eventual Xcode supportTor Lillqvist
Just some late-night hacking without much thinking whether it makes any sense and without any clear picture of what I am doing. Probably useless. No promises I will ever continue on this. Change-Id: Ie61925129bb678a17b30cb25a7882ccfe3a1de82
2013-11-26Make it easier to debug the gbuild-to-ide scriptTor Lillqvist
Add an --input option so that the input doesn't have to be generated each time but can (manually) be stored in a file and that then given to the script when debugging it interactively. Change-Id: Icdb6abc828c6d16e29a99494d00eb0c8435f2826
2013-11-26Add Emacs modesTor Lillqvist
Change-Id: If5e171ba124722b20b49470a77ee6bca21ae635c
2013-11-23connectivity: use "application/x-dbase" for DBase filesMichael Stahl
... which is what we already use in calc.desktop; also "application/dbaes" is not registered at IANA. Change-Id: Ic2031a53e6620d10874df8882448497564962114
2013-11-22Add libs built only for AndroidTor Lillqvist
Change-Id: Ib7087701fc918f5f871491ce78e4afad004db9dc
2013-11-22Expand the FOO_LIBS vars to a list of the actual archivesTor Lillqvist
Thus the output can also be used in makefiles where a list of actual files is needed. Change-Id: I23396dc2e98c47b99cbf53926f247bd834119976
2013-11-22Add script to produce a list of all the static libs built for iOS or AndroidTor Lillqvist
Hopefully this script can be used instead of the current many separate ways to get the same list. Change-Id: I9b84d70f37e5819140c3a3a2c8a002cfdbac4364
2013-11-21move finunusedcode to a scriptBjoern Michaelsen
Change-Id: Ie4a422a818095313d9765a4c5e9ebba838eed76d
2013-11-20download fb2 files tooDavid Tardon
Change-Id: I0a18ad70620cfd4263ffd3bc1423e00205e98f9b
2013-11-19related fdo#70414 gbuild to ide: kdevelopBjoern Michaelsen
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 Timar
Change-Id: I3c8ea5e0d8105964f1b0e5c8ace81fa08d8da8d3
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
Change-Id: I56c1190c93333636981acf2dd271515170a8a904
2013-11-15update count-todo-dialogs to exclude comments mentioning DialogsCaolán McNamara
Change-Id: I997356cc76c8ef9737309b3347f7a1969d306682
2013-11-13enable more useful formatsDavid Tardon
Change-Id: I790f0678a0fb06b3fd1babf499803b5250f23c1b
2013-11-13add cmxDavid Tardon
Change-Id: I8c0b422dc40188936b2473fed2e7a24ed36977e9
2013-11-11get-bugzilla-attachments-by-mimetype: add libebook typesMichael Stahl
Change-Id: I963549beb45112504d5edfef169d4970fbec822d
2013-11-11get-bugzilla-attachments-by-mimetype: more launchpad fixesMichael Stahl
- 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 Stahl
Change-Id: I208a74d11945986d0712970999dbd33c03efe488
2013-11-11get-bugzilla-attachments-by-mimetype: add some missing mime typesMichael Stahl
... 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 Stahl
... and also fix the print functions that shouldn't output a newline. Change-Id: Ifd866cb33b3ef9a2e83625ed03d5cb836c1ba56b
2013-11-11typo fixesAndras Timar
Change-Id: I735005f2e311abf7b64cce6b67002fe6e0d60281
2013-11-10get-bugzilla-attachments-by-mimetype: fix the lanuchpadlib messMichael Stahl
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 Stahl
Change-Id: I27cf30c62122ea191c852a1a298a40ef64d35ba9
2013-11-10get-bugzilla-attachments-by-mimetype: port to Python 3 syntaxMichael Stahl
Change-Id: I928eb1baa7390301036585d84895f44eb4c38d20
2013-11-10get-bugzilla-attachments-by-mimetype: IANA has 2 mime-types for WPDMichael Stahl
... 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 Stahl
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
2013-11-05update_pch.sh: grep use extended regexThomas Arnhold
Set the flag explicitly, otherwise it's broken for me. Change-Id: Iedcbe610ca266bb9fd9b39b8accd274888ab2f15
2013-11-05fixincludeguards.sh: add TODO noteThomas Arnhold
Change-Id: Ia19608118ae129c56846941508c4cca5c9020c8d
2013-11-02Set up tool chain to install LO artifacts in Maven repositoriesDavid Ostrovsky
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 Stahl
Change-Id: Ia46c8df28ad2eed8ccdd6ec00f6bcd8358d8bb26
2013-10-23be verbose about which guard definition is problematicThomas Arnhold
Change-Id: I883acce26266b304e83bf898f86da12549a112e5
2013-10-23correct indentation + remove guard namesThomas Arnhold
because the script detects those as "used in other files" Change-Id: Ifacb337338e60a194047689c16254154c867b606
2013-10-23fixincludeguards.sh: unify all include guardsThomas Arnhold
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 Timar
Change-Id: Ie3d94cef7570f943c1e07ef2a6b239df26be04bb
2013-10-21Edit comment: Running in a loop is not the relevant thingTor Lillqvist
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 Michaelsen
- 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 Waa
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 Lillqvist
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 Lillqvist
Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e