Age | Commit message (Collapse) | Author |
|
Change-Id: Ia07df75b00b7d34da9dfeeddb47280ddba23b897
|
|
Change-Id: I47180d899701de5436e518bebcf82620f4ce9669
|
|
Change-Id: I07e0b3b466a0fac4c8ddf279b546f807501bc2e7
|
|
Change-Id: I9aa7ff4a1aedee6fa029e3d94301788be1a3761a
|
|
Change-Id: I5fe231f26d29dbab214d414790936b2b484c2fe6
|
|
Change-Id: Ia5d328b995460f11602f3a1e4d49946d10dfad73
|
|
...apparently gone with e74fc93e4aba7887e6a278cc44c4bc0962471065 "tubes: use new
.ui format for contacts dialog."
Change-Id: I7f492e252b58d641a5cb8c722011df99a5a7d966
|
|
Change-Id: Ic81a3f3ffd00431ddc8082a210dacaa77ce862f4
|
|
Change-Id: Iec2845cb3717520e1126ac4e9743413d5f3a5119
|
|
Change-Id: Id58c593577c432537b3ca07087aeb17ed10772b6
|
|
Change-Id: I1a6d70d1554dc5bf8f46940ed62b47ab34983aa7
|
|
Change-Id: Ie62113f0018e71c984845f1684a4876809b901c4
|
|
Change-Id: Id6de037a510b129799c89dc4a7fdb105ac006b2a
|
|
Change-Id: I746af9162d5cd01e0ce0a9f469f0771d7934ba2d
|
|
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
|
|
Change-Id: Iaf5af009ac86909bb293be4ab8ae3902215b3bfd
|
|
Project: translations 2333133e2c4422089ab79519effc359578bebddf
add tudes po files
|
|
Change-Id: I0134593f8ba664b7a8e8a14f54485b96b749418d
|
|
Change-Id: I1ff2085b773c3e46915140d816e940ddf048998f
|
|
Change-Id: I47f285e94d9437e837a0aaa25c0682b4d2187974
|
|
Conflicts:
desktop/prj/build.lst
helpcontent2
l10ntools/Executable_gsicheck.mk
l10ntools/Executable_uiex.mk
regexp/inc/regexp/reclass.hxx
solenv/gbuild/AllLangResTarget.mk
Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
|
|
Project: translations b2cf0bf6fb5d098ed7997099349b74de8fb5e1f1
initial import of LibreOffice 4.0 translations
|
|
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
|
|
Change-Id: I7bc54a295c7155a1a173c28f45118a6d2983d0d2
|
|
Change-Id: Icdafde88e3984cf3689f591216a890392892dfce
|
|
The functionality in comphelper/configuration.hxx is used by C++ headers to
simplify configuration access that are generated via
officecfg/Package_cppheader.mk.
Change-Id: I85d26309ec8c4f8ac5cde773fd3298a699bad030
|
|
Change-Id: Ieb04a22f83e698521aa90fe16fce4f66c4635034
|
|
Change-Id: I0af154bc5bc6cc79ab45a85a5a06e4539442ec81
|
|
Project: help 66abeb18556b468ea3d97cea78dcd8e9f0c94380
translations is a source-only module
|
|
Change-Id: I4b6ce49aa5e6d391e832dc1023e47d694a480948
|
|
Change-Id: I71b74ceabfdaced541529143d15d020ac17d2e26
|
|
Terribly sorry to revert this - but the UX-advise consensus is to show the
rulers by default.
This reverts commit ae991a10701caac3db2483a8aef05e4e8385765c.
|
|
This is a rework of f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 "Key all browser
plugin features to --enable-nsplugin." The problem with that was that Mac OS X
supports pluging browser plugins into LO documents (which was originally
controlled by --enable-mozilla) but not plugging LO into browser windows (which
was originally controlled by --enable-nsplugin), so controlling the former with
the same switch as the latter did not actually work.
Thus I replaced the single ENABLE_NSPLUGIN feature flag with two dedicated ones,
ENABLE_NPAPI_FROM_BROWSER (for plugging browser plugins into LO documents) and
ENABLE_NPAPI_INTO_BROWSER (for plugging LO into browser windows). The
--enable-nsplugin configure switch is gone completely, setting the feature flags
is always done fully automatically now.
Change-Id: Iecf706637465e865c987563b5de489fa90b4c904
|
|
It seems that previously onCreate served 3 different purposes:
1) bootstrap UNO machinery
2) load the document
3) create the view
Ideally it should do the first two only if not done already -- as a
first step, this commit extracts 1) and does only once.
Change-Id: I087a6b934c05295263080f571c95ef152e4602cb
|
|
|
|
This is not C++ source.
Change-Id: I05fe98ef019df23fd4be0d7e281ebb877b545484
|
|
Change-Id: I47ce1502e8ffd58709a64a3ca520d59cb765bfaa
|
|
Change-Id: I92a82a29fe217faaefe7e67228d59a9fb43526d5
|
|
Change-Id: I43ddfad9a91484551763fd6e3a89f17382b7a392
|
|
Change-Id: I291baa1e78d0033d242b407f96f37cdbab9fe62b
|
|
Change-Id: I788437db6a4031ee6ff406fcf56c5765158285dc
|
|
This commit removes some @author annotations and some cleanup.
Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1122
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Icc13eb7a8c6720ac53163e3ee7842a22c2862ab3
|
|
Project: help a6e68151d44f357d5828d3a75193d67863226b12
Fix dependacies in help
|
|
Qtz has no own po files so use one of
configured langauge's po files (en-US excludex)
Plus copy all properties files independently of
localization
Change-Id: Ica7ccb7d3111f2fc2b3bbde4b839cb564967130a
|
|
just as the po file belong to it
Change-Id: Ia5deea8816cbb5fc29669d6aa8c3c81472b0ed3f
|
|
Change-Id: I28aff5533ec6cc31a3d6f3de3198452bd716ba62
|
|
Change-Id: Ieeebc4098404fa006d66bb8b656172a4348b1dc1
|
|
Change-Id: I7533098781b0b6987cd852d74a688aac6e0af056
|
|
Change-Id: I70155825cb591b9ef60d82d81e2a51e9e25b96e4
|