Age | Commit message (Collapse) | Author |
|
Change-Id: I113f7bf3fd4194011efe83b1776ca42ad489f652
|
|
because glade catalogs don't allow : in widgetnames
which blocks making a catalog for our custom widgets
Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
|
|
Under Linux dlsym will search other locations and find them if they exist
elsewhere, but not under windows, so its easy to put the wrong lib name in if
developing under Linux because it'll generally work anyway.
So add a script: bin/verify-custom-widgets-libs which can be used under Linux
to verify that the required factory methods exist in the right lib.
Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
|
|
autogen.sh runs the needed tools with the right include paths
Change-Id: Ia253b19566eeda31a1190a4fa7c543f7ffb63bfb
|
|
Change-Id: Iaf0303f5268233ff34a4d4a31d1955fc6f58e7e2
|
|
Change-Id: I2ff51793718a26f62157c3847034ac3fae905292
|
|
Change-Id: Iee20612a194b563d89c02a286993cd16fd196bbe
|
|
Change-Id: Ib2791daa0e2c219aee089c4417289316bd0759c9
|
|
Add --cherry option that filters commits using the "git cherry" command.
Note that you need to pass git arguments for "git cherry". It means
"old-branch-or-tag" "new-branch-or-tag".
Change-Id: Iea67d0ead205c66112791cb0444fa183c7fa6e9b
|
|
It takes ages to get bug summary from bugzilla => it is worh to
generate normal and wiki logs at the same time. Why not produce
all logs with one call
Add --commits option. Also rename --wikibugs to --bugs-wiki.
Use .wiki suffix for wiki logs. Also rename "commit-log" to "commits".
It is enough to use ".log" as the suffix.
Change-Id: I92bbc4d56a0ae9e23401be0677256059c777d712
|
|
we use git submodules, so it makes more sense (hopefully)
Replaced options:
--no-lo-pieces with --no-submodule
--piece=<piece> with --module=<module>
Removed hopefully unused option:
--no-lo-core
Change-Id: Icbf742991ccda2f7833a5b50d51cb1421885383d
|
|
renamed options:
--no-piece to --no-submodule
--piece=<piece> to --module=<module>
Change-Id: Ic4f1e3f4bdbe4f4fc175fea82e670310753ce130
|
|
It allows to avoid symlinks more easily.
In addition, I did some clean up. I removed support for packing pieces
from standalone checkout. I guess that noone is using it.
Change-Id: I3c712f5eb12108229a157c636e0a63eca4ae0d6b
|
|
I still want to use the same top level dir in all tarballs but not today :-)
Change-Id: Iddbc8f91a84c4c73133a0eb4305d8aef7dc5c043
|
|
To simplify things, we generate the source tarball with
all the submodules included.
so building from source should now be:
wget the tarball and untar
cd into the resulting directory
./autogen.sh + make
Change-Id: Ie8e65a81309cf11728c5144c9001f7d96670f815
|
|
Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
|
|
usage:
. ./bin/get_config_variables [ --host | --build ] variable [variable ...]
--host is the default
Change-Id: I37d90faf613dfbdb060c18e25370175fde26f3bf
|
|
Change-Id: Ieb37b226dcccb36d1c0e55e95d99e90ff26d8a26
|
|
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3
Reviewed-on: https://gerrit.libreoffice.org/1014
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I32ecaaea616a1c0ffa62f72a1f3fb3a14d5144c6
|
|
use plain copy instead of git-new-workdir when using --with-linked-git
configure switch (point it to your master copy of the core-repo)
also remove obsolete bin/create_bootstrap_links, bin/mkworkdir and
bin/repo-list[.in]
Change-Id: I37028badf2c46a24a3d628e80476efe4dd365d06
Reviewed-on: https://gerrit.libreoffice.org/912
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d
|
|
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying
share/prereg/bundled to avoid startup crashes" removed the use of share/prereg,
there is no longer need to generate it in the first place (by calling "unopkg
sync" at build or installation time), and so no need for the "unopkg sync" sub-
command, either. This also allows to simplify some of the jvmfwk code that was
only there so that "unopkg sync" (which can require a JVM) can work in "hostile"
environments (during build and installation).
Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
|
|
Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991
|
|
Change-Id: I95f0a96ac52ae929e20096d135207f8a0c040ca5
|
|
Change-Id: Ia6b3e6459c5bda7ea24091024cf3dabd19746237
|
|
Change-Id: Ic37589222831d03ec48689a077b1eb16a9199385
|
|
Change-Id: I9e62bb0c14f2ba0d481cb4e926935af2394a652d
|
|
perl is really funny; the file handle can't be delimited by a comma
Change-Id: I49661d784ec3a10134e448800a3b81343e6748b1
|
|
Change-Id: I6886664951e76ce66c991f3657751f79e7896f0b
|
|
Change-Id: Ia10bac649cc078f6ef39002d280dcff7e5d0b06d
|
|
Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be
|
|
Starts to be a bit annoying to roll shell-sed every release.
We fix too many bugs.
Change-Id: I34b0e9c2bf2c43f84abd555a9d2ac7dde0b6ba3a
|
|
it allows to source variables from config_host.mk into shell;
there are many different hacks for this on other locations
Use this script in bin/distro-install-*; The original solution
with 'eval' did not work because shell was not able to pass
that many arguments
Change-Id: I3d9eb2fe2d6804a3c7783487e9c70f093edb2ad5
|
|
* some used "resolved" instead of "resolves"
* some didn't have a colon after that
* some inserted a space after bug ID and a separator
* some used a "-" as a separator
Change-Id: Iee6a0f0346a257124e9488fc8f3bbdc59b32cbac
|
|
Change-Id: I2c5a73f992f204bccf8f1d125334d2746a1884fa
|
|
For Example:
* ScConditionalFormat -> no change
* SVG -> no change
* WaE -> no change
* Some -> some
After this change, we now have to sort case-insensitively,
or the lines starting with uppercase will clog up together.
Change-Id: If08cbaa19e6f3496dd1f07920464d16140e2aa3a
|
|
This is to avoid capturing stack frame numbers as bug ID.
http://lists.freedesktop.org/archives/libreoffice/2012-February/027133.html
Change-Id: I14169d3a7db73a5d10df01ad1fd9fb95e4c0bd2f
|
|
Change-Id: I691616575b5ea0b35e0ec0cc98db6772a7ad3b25
|
|
+ do not check for "-" in the bug title; it might be also wide character
in some cases
+ show result when looking for bug titles
+ sort bugs when loolking for bug titles and printing bug numbers
Change-Id: I39496f7d0cf5f7a116e7d3c506b76b4a3de1dee1
|
|
Change-Id: I3d5ecb3cc52aeba780087f4ecb6b3bf86353276c
|
|
Change-Id: I0d5bb5f593c94b039c45bde638337932fa380b55
|
|
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|