- 11 Agu, 2014 29 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I0b7be1616a3e4206982f9f925de141ed9d53b96e
-
Markus Mohrhard yazdı
Change-Id: I262050f625a0b3ff04a274c88b446d1c2b2aa19d Reviewed-on: https://gerrit.libreoffice.org/10821Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
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/10820Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: Ied5f8ec9af69365e3375de26d325984c57327460 Reviewed-on: https://gerrit.libreoffice.org/10819Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
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/10815Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: Ib88064744c7ae678d6c3dcce835a295de8fb274e Reviewed-on: https://gerrit.libreoffice.org/10814Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Iedff28d1290efb38eb68f83757a0787d52e28859
-
Lionel Elie Mamane yazdı
and reenable it: hopefully the worst bugs are fixed now Change-Id: I8033ef87d02ba6619e5f778b5255fa803ba63c5b
-
Caolán McNamara yazdı
Change-Id: I3698b5cbf8c39e618faaae1321eaa4442f1b2827
-
David Tardon yazdı
Project: help 12bab40167e179cb6e65f6ba76a3eb5b098d4216
-
Szymon Kłos yazdı
Change-Id: Ic3ed2c73e255c99b48f4dab5ea434c75313ec93d Reviewed-on: https://gerrit.libreoffice.org/10865Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Noel Grandin yazdı
Change-Id: I9ae22afc27ac0d2051f06885f363845e9b4ce2ff
-
Noel Grandin yazdı
Change-Id: I1abc51f66bc7d7f7135bf5cdee4fae653b2837ec
-
Noel Grandin yazdı
Change-Id: Ifc44c51ddbd21fabaad686bc3d38e2dab54d97aa
-
Noel Grandin yazdı
Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
-
Adolfo Jayme Barrientos yazdı
This patch is based on Caolán's one at 68075a61 I've chosen the background color used in Windows program Paint.NET as our default background color. It's a nice compromise that doesn't look out of place anywhere. Change-Id: I5081201043be4a7ad6152d1ce59451daa4ece1ac Reviewed-on: https://gerrit.libreoffice.org/10527Reviewed-by:
Stefan Knorr <heinzlesspam@gmail.com> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-on: https://gerrit.libreoffice.org/10520Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I58cf2391d7bf2480cd12d2b1b4cf73f346f4f95f
-
Tor Lillqvist yazdı
Do build the cmdmail library, the uri-encode executable and do install the senddoc script for OS X, too. Note that in order for it to work, one needs to set the "E-mail program" in Preferences:Internet:E-mail to /Applications/Mail.app. (Or possibly some other application and/or executable.) Change-Id: I5764c9891865983d46081edc854e321643c296cc
-
Caolán McNamara yazdı
Change-Id: Ibfce3f5ffcdaa60e7b243ed43631ca133c3917ed
-
Caolán McNamara yazdı
Change-Id: I19ce9b2c002f8f5102a2d0bd06d08a1abfa63bda
-
Caolán McNamara yazdı
Change-Id: I0ca622afcf5dd4a5cc62d9bfd31974d800c659d1
-
Caolán McNamara yazdı
Change-Id: Id2fab3e4b7a8feed3107e66d02cdf2a278ae9ef7
-
Caolán McNamara yazdı
lots of ResID stuff going away now Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
-
Pallavi Jadhav yazdı
Issue : - In issue file there were two runs(first run=SDT, second run=Image). - These two runs were consecutive(no text/space/tab was there in between two runs). - Due to such scenario, "SdtEndBefore" was not getting set. - Hence at Export EndSdtBlock() was getting called form EndParagraph() Instead EndSdtBlock() should ge called from EndRun() in order to end sdt after first run(as in Original file) Implementation : - Set "SdtEndBefore" on Graphic in DomainMapper_Impl::ImportGraphic() - Retrieved same property at export. - Added export unit test case. Change-Id: Id514b91f1831af371924f94388f0a404d762c042 Reviewed-on: https://gerrit.libreoffice.org/10827Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
Change-Id: Ia9b22a3a042cb22499e8b1fdfbc57b27a3f50911
-
Laurent Godard yazdı
and remove duplicate code Change-Id: Ib9e3568c860fe5cd3f11374a1c61dff101e33a18 Reviewed-on: https://gerrit.libreoffice.org/10832Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
rbuj yazdı
Change-Id: I452dbd54251eea683d307c346dc4949a42eedc30 Reviewed-on: https://gerrit.libreoffice.org/10862Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
rbuj yazdı
Change-Id: Ie6856ea4c196479aef1ce00a7cf2709fea8b3e42 Reviewed-on: https://gerrit.libreoffice.org/10860Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Tor Lillqvist yazdı
Argh, this is getting even uglier. We cheerfully ignore for now the theoretical possibility that the URE unorc used by build-time tools (i.e. the configure-expanded ure/source/unorc) could be different for HOST and BUILD (in case they use different --enable-canonical-installation-tree-structure), and use the HOST one for the BUILD tools. The right thing would probably be to construct the URE unorc in the relevant Makefile, like we do for fundamentalrc? Or then to just re-design the whole mess of rc files into some simpler (good luck). Change-Id: I654309503d0e696778910acadcbf2f6b90ffa02a
-
- 10 Agu, 2014 11 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Change-Id: I3adaf26624ffc46b304d35e0588e7253c20cb5ee
-
Tomaž Vajngerl yazdı
Change-Id: Id143f5fabdcb8b7451d750563c76b77f9c3787a3
-
Tomaž Vajngerl yazdı
Use DrawerLayer to show a side drawer with parts of the loaded document. The dawer consists of an image (could be changed by a thumbnail in the future) and the part name. Change-Id: I27fb6112d9f11e19f3295ace97103b89816591aa
-
Tomaž Vajngerl yazdı
Because the tile view rect wasn't correctly calculated, some tiles were deleted and in the same call immediately created again. With this fix the performance increases. Additionally inflate tile view rect by one tile to minimize the undrawn tiles when scrolling. Change-Id: I4b5b2bb31dd4f55babf87503dd37e396f6a5e200
-
Tomaž Vajngerl yazdı
Change-Id: If4ef82fa18aaa8719391773971d0cde07c0fbcce
-
Tomaž Vajngerl yazdı
Change-Id: Id5c245d308221975f4071c96fb275c41348dce68
-
Tomaž Vajngerl yazdı
Change-Id: Ice1c975cce2de98a0c02b0772c07278648a0088d
-
Tomaž Vajngerl yazdı
Change-Id: Idd8bd4d4b148e88c7badd06fefb7cfcfc24ec9ea
-
Miklos Vajna yazdı
The motivation is that once all the namespace aliases in writerfilter/source/ooxml/model.xml match the ones in oox/source/token/namespaces.txt, then the writerfilter copies could be dropped. Change-Id: I1f9abb8bb457189997f28c99b0f6b00660252c14
-
Miklos Vajna yazdı
Change-Id: I17815878be292bb23602232456648f9571b8de06
-
Miklos Vajna yazdı
Change-Id: I5ea45dbed652231acdcc3632ced728ed8bcb621a
-