- 08 Tem, 2016 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I2641f16530ec7f1087c217a74aeb39b5c3a8aba5
-
Stephan Bergmann yazdı
Change-Id: I6cdc267965d787ac4caa6ccb9e277fff18f9841f
-
Stephan Bergmann yazdı
Change-Id: I6aef36bd21043460e74b5e3d478665a35213bb1a
-
Stephan Bergmann yazdı
Change-Id: I3556fac0bd5100db44f389aeb9f64b635f3e0569
-
Stephan Bergmann yazdı
Change-Id: Ifc6d62fce28d540d07d95ec06c3a2b95030f1f0c
-
Stephan Bergmann yazdı
Change-Id: Ia959a92044ba2fb7fef1938bd236e4a3a9f55908
-
Stephan Bergmann yazdı
Change-Id: I97385a4fade4794f5aebd0b65eaf4c92ed06bd66
-
Stephan Bergmann yazdı
Change-Id: I2428e27f04b9f967c21ea0dd29eff6ee63167ec3
-
Stephan Bergmann yazdı
Change-Id: I6112c3cc40383d00ea134bdc650e457f942e0dcf
-
Stephan Bergmann yazdı
Change-Id: I6504cb70518f8770a0d44b1fb4d8ad91e43dc2b6
-
Stephan Bergmann yazdı
Change-Id: Iac1a400f37ee25bfbebbe95bb22f9708581899f4
-
Stephan Bergmann yazdı
Change-Id: I7449a82672d412a963eab7df793182af85b4cb53
-
Stephan Bergmann yazdı
Change-Id: Id113c4e99e74c40b577841e3486aea295bbd0310
-
David Tardon yazdı
Change-Id: Ic059d9cc94d4a5cf016dcf63cf5a8bf9c05d8c8a Reviewed-on: https://gerrit.libreoffice.org/27037Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ic81697b8b1d826bf421a3b52f9a00f34536af8c8
-
Susobhan Ghosh yazdı
Change-Id: Id7e71ade1946b5f33701a71073f1cc5a7870af6a Reviewed-on: https://gerrit.libreoffice.org/26564Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Akshay Deep yazdı
Change-Id: I09026910687b019fe33d4016612b8247ff076100 Reviewed-on: https://gerrit.libreoffice.org/25949Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Caolán McNamara yazdı
Change-Id: Ib67afaf532b8409e05fffbf1b8312d664460567d
-
Miklos Vajna yazdı
With this, in case a text cursor is turned into a graphic selection in view#0, then view#1 can also hide the text cursor of view#0. Change-Id: I7de89b8537ef8b0985336793b719d93733604bff Reviewed-on: https://gerrit.libreoffice.org/27044Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Markus Mohrhard yazdı
See http://crashreport.libreoffice.org/stats/signature/OpenGLProgram::Reuse%28%29 Change-Id: I2d1c9d9faff05d0d57a2c217a9ee594b1c22b61d Reviewed-on: https://gerrit.libreoffice.org/27043Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Szymon Kłos yazdı
+ extended vcl builder to parse priority + IPrioritable interface for controls with priorities + added IPrioritable as a base for VclContainer + Added PriorityHBox - box which shows controls if we have enough space PriorityHBox listen vcl events from SystemWindow to detect Resize Change-Id: I74ac1a80e7d0a061f5e7a8584dbb2abf956053c7 Reviewed-on: https://gerrit.libreoffice.org/26983Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Takeshi Abe yazdı
Originally SmUnHorNode::Arrange() was somewhat kludgy. This change implements a similar manner with SmBinHorNode::Arrange(). Change-Id: Ic18d2e7f70becfabb2c651719926e358a4585526 Reviewed-on: https://gerrit.libreoffice.org/26841Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ic2f313c357ce9526eb045791e2d27451e52a7572
-
Takeshi Abe yazdı
which was a regression from fa614231. Change-Id: Ia7bab72dbd6f82519024809cf6384e1442a02327 Reviewed-on: https://gerrit.libreoffice.org/27033Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I0e9424180e0c909c35ed94436c08693fa32edbba
-
Caolán McNamara yazdı
move it to when the dialog is closed rather than trying to launch it as soon as any modifications take place because those are happening during threaded code and the restart is always cancelled by the dialog itself leading to repeated restart dialogs Now at least it doesn't crash, but if we open an oxt on the command line, a restart will reopen it, which is probably not what we want. Maybe this restart on an extension modification is a bad idea in the first place. Change-Id: Ib7d6179e6703ed3353fce44c3e54f5be1c1dfa68
-
Stephan Bergmann yazdı
Change-Id: I39bd23cd95ff97c6aeb00c9b02901ad6262767c1 Reviewed-on: https://gerrit.libreoffice.org/27031Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Armin Le Grand yazdı
Had to rename 'clipRegion' to 'localClipRegion' to silence a warning created by [-Werror=shadow]. The shadowed entry is a function definition, so in this case the warning is questionable and maybe unwanted by the compiler Change-Id: I05aa93ad1d9b34dc8e82a4a2a099cf8070c01463
-
Caolán McNamara yazdı
at the moment AddonsOptions::Notify is called with a null this which crashes during adding an extension regression from... commit 3bdc5063 Date: Wed Jun 22 02:30:43 2016 +0200 tdf#89329: use shared_ptr for pImpl in addonsoptions Change-Id: Ic28951e56bb8beca2a01ef2a1864eadcf3864e5b
-
Caolán McNamara yazdı
if there is a reason for this then perhaps it needs to be protected with pEvent->window == widget_get_window(pThis->getMouseEventWidget() Change-Id: I714b67c3e6ace932a605dcd00d337c92c5fdfd19
-
Miklos Vajna yazdı
Change-Id: Ie5168b9844dadd042bcbd825e8f48030ac1ef91c Reviewed-on: https://gerrit.libreoffice.org/27032Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Zdeněk Crhonek yazdı
Change-Id: If70d48667d54258e0673f12a1ec05300c15f949c Reviewed-on: https://gerrit.libreoffice.org/26928Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Justin Luth yazdı
If the previous break was also a continuous section break, this break was simply ignored ever since commit 1fdd61db. Thus, the default handler took over and assigned PROP_PAGE_DESC if there was some kind of page style known (either the first page/Standard defaults or any "converted" styles that had been created) which effectively became a new page break. Change-Id: I839570b0330ba274552cc671014e997c42765f4b Reviewed-on: https://gerrit.libreoffice.org/26567Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
These files had consistently no space between the "const" and "&", keep it that way. Change-Id: I5463c488d807344d67fb22ad544c049ea749be94
-
Miklos Vajna yazdı
Obsoletes xmlsec1-ooxml.patch.1 and xmlsec1-vs2015.patch.1. Adds xmlsec1-keyinfo-revert.patch.1 till the LO side is adapted to the new xmlsec requirements. Change-Id: I1a46ad8fd7e9c8b4fa7a97591a1d90922969393d Reviewed-on: https://gerrit.libreoffice.org/24403Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Zdeněk Crhonek yazdı
Change-Id: Id154e8033f8caa0d6ff9c6e5550005d9ac4a4659 Reviewed-on: https://gerrit.libreoffice.org/27010Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: Id788779808e6c6a362d5e793ed9eb6a22be23ae7 Reviewed-on: https://gerrit.libreoffice.org/26924Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I0d5a4a86166c52ad619112d01e3b5e00488c8578 Reviewed-on: https://gerrit.libreoffice.org/26927Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I4914056ffc3fff08c94058f7593ad616ad487386 Reviewed-on: https://gerrit.libreoffice.org/27008Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: If17b2cf3488e86d7c8cd8d022f6f4d0629cc95fb Reviewed-on: https://gerrit.libreoffice.org/27014Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-