- 02 Tem, 2015 23 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Idbb43eadaeed8e74e41b4da4f9b02d12ff755672
-
Caolán McNamara yazdı
Change-Id: I9815d25807f19bdd87e4aca9348e95f521f4fdd8
-
Caolán McNamara yazdı
Change-Id: I27ca497bcfbb0e3ed82066fd1c953b39763a2e99
-
Caolán McNamara yazdı
Change-Id: I81c8983a981e1dfeff17f62c852163e6290dceb4
-
Caolán McNamara yazdı
Change-Id: Id251a32c5c46ae4bc759df506b6603880dfb47c6
-
Caolán McNamara yazdı
Change-Id: Ic2d43c7f173d3cfbf20741261211468cbc1a11e4
-
Tor Lillqvist yazdı
Change-Id: I101269defce2cdbbb686c0ac0bb4bcb8c9a23846
-
Tor Lillqvist yazdı
Change-Id: I0ebedfdefee4ba452b42eb695d949aeff24a5df0
-
Miklos Vajna yazdı
Regression from commit 32a776c8 (Refactor Buttons to use RenderContext when painting, 2015-05-05), the problem was that we started to call vcl::Window::SetSettings(), which invokes Invalidate(), which should not happen, since we're in Paint(). Fix this by restoring the old behavior of calling OutputDevice::SetSettings() directly again. Change-Id: I57c8e7947764e8cdc2d144be2dd140d3c408255d
-
Justin Luth yazdı
Change-Id: Ic62769cf5bb1589dd4de3a66b3d7dd896e5b5711 Reviewed-on: https://gerrit.libreoffice.org/16366Reviewed-by:
Justin Luth <justin_luth@sil.org> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Michael Meeks yazdı
Focus events during dispose, unfortunate incoming a11y events, etc. Change-Id: Iee296b767839904f5f330786891bc2513ca06c0c Reviewed-on: https://gerrit.libreoffice.org/16672Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
Change-Id: Id9c7b33689ea51a18394a96acbb9c08d67992942 Reviewed-on: https://gerrit.libreoffice.org/16671Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Jan Holesovsky yazdı
Change-Id: Ib0492a20a83deba2dc4a59a4277072cf140b12c6
-
Jan Holesovsky yazdı
We don't have a mechanism to use different icon set for extensions; let's do it at some stage, but until then, please let's not modify the icons to breeze only. This reverts commit 48ecae47.
-
Noel Grandin yazdı
Change-Id: Ie78eb881a7fc47d0cd7b9862bd0cd200153ce77d Reviewed-on: https://gerrit.libreoffice.org/16679Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I6ebf100be3a90b315491e2735da9c82e5901fc59
-
Miklos Vajna yazdı
Change-Id: I5756c033e173faaba373c145b15a07e275453643
-
andreask yazdı
Change-Id: I8e576afc2d7d57b6b3d56788e69fc5e1fa3c39ab
-
Arnaud Versini yazdı
Change-Id: I9f44f6a4b61987de960b77f54bac8cf2c981bd2a Reviewed-on: https://gerrit.libreoffice.org/16551Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Julien Nabet yazdı
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html Change-Id: Ieceecd04dd161d40054715f74a4351397f97addc Reviewed-on: https://gerrit.libreoffice.org/16630Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ia1ae16d9560c1eac294e29445e71dcee49ed16ce
-
Noel Grandin yazdı
Change-Id: I45f5489233879126d4f9ee3d01db504d950bb597 Reviewed-on: https://gerrit.libreoffice.org/16656Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
andreask yazdı
Done Slide New, Duplicate, Delete, and Design - All should be shaped as like slides rather than pages and the pages ones should be kept for when these are used in Draw. (lc_InsertPage, lc_DuplicatePage, lc_DeletePage, lc_AssignLayout) so should I change the page into slide for the icons? no problem but the icons known as insertPAGE so?? Done Slide Master (lc_SlideMasterPage) - Same issue as the other slide icons, save the current icon for Draw and create a new one that looks like a slide Done Format Page/Slide (lc_PageSetup) - Same issue here as well Change-Id: I9cb49813488c78773b6b6007c5758d437b10d3b4
-
- 01 Tem, 2015 17 kayıt (commit)
-
-
Michael Stahl yazdı
... on a thread that doesn't ever lock SolarMutex. Assume that Request::wait(), eventually called by UNO methods via AsyncRequests::triggerRequestThreadAware(), is called by the UI thread with the SolarMutex held. Change-Id: Ie3e6f32ed68e48f8c67d80cd9d2ce2f79e4578d8
-
Maxim Monastirsky yazdı
A regression of 1166966e. We need to consider 2 use-cases: 1. Protecting an existing document with a password (by overwriting the original file). In this case we don't want to generate a thumbnail from the now encrypted file, but we do want to erase the stored thumbnail and show a generic icon instead. 2. Closing a modified document without saving the changes. Here we don't want to generate a thumbnail either, because it may contain the unsaved changes, but either we don't want to replace the stored thumbnail, because most likely it correctly represents the last saved state of the document. Change-Id: Ia7b1f3dbc9fbbc2ef1d87442c1dee25306f65826 Reviewed-on: https://gerrit.libreoffice.org/16659Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I65a60acd956768f6a023c83053700803e5a8f1f2
-
Michael Meeks yazdı
Change-Id: Ia0b22e62001cff4a63ea197b77aebb1759f73122 Reviewed-on: https://gerrit.libreoffice.org/16664Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
Change-Id: Iccabcf6df662c0c4814a4c4f20d690778799e049
-
Maxim Monastirsky yazdı
Mostly in Calc, but also for the SwAnnotationShell. Also replace the current code in SwDrawTextShell with a call to EditView::ChangeFontSize. The latter is able to handle text with different sizes out of the box. Change-Id: I4b55da579ea51683140bce0544e481606d7e5f3e Reviewed-on: https://gerrit.libreoffice.org/16658Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Caolán McNamara yazdı
This suggests that the GF_FONTSHIFT thing is very broken as its level 0 for all the font renderers here, but follow the working pattern for now Change-Id: Ia180a40071157ead9a3b04c05658a6574dd5f864
-
Michael Stahl yazdı
... if the process exits before the "bt" command, because then gdb will print an error that there is no stack and stop the script before "quit". Change-Id: I0f3a1381e17dda7e8a7d958e0cbc96676bbc23ce
-
Stephan Bergmann yazdı
Change-Id: I1c4f5e468062ced7f76b877939f96435b00d05e3
-
Adolfo Jayme Barrientos yazdı
Change-Id: I516c8e7a33d0d05a619971b387352f8360d4765c
-
andreask yazdı
Change-Id: I76456d5e9a687ccf2f8b8cb9f64802de866206a8 Reviewed-on: https://gerrit.libreoffice.org/16635Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Christian Lohmaier yazdı
wcscpy_s is buffer size, not string length, so size must also account for a terminating NULL Change-Id: Ie69692e47c142f3b733b093d0b87fa4bb03db7b4
-
Stephan Bergmann yazdı
Change-Id: I74c683cf1ca821733717348a7840feeb7fbff3e9
-
Caolán McNamara yazdı
Change-Id: I76ced60151bcc160eb4a4c12cc86f01edec076fc
-
Caolán McNamara yazdı
Change-Id: Ie770ecceb8c8f5a6fa882a9f5d5a26806b029589
-
Miklos Vajna yazdı
The buffered overlay manager paints using a timer, which is problematic if the given vcl::Window already supports double-buffering itself, so always use direct (to the rendercontext) painting in that case. Change-Id: I93144c02814fd511f333224ab058374c7da369f0
-
Miklos Vajna yazdı
Double buffering default is false, then can be enabled on a per-widget basis, finally this can be overriden at runtime by the VCL_DOUBLEBUFFERING_FORCE_ENABLE environment variable (so that everything is painted using double buffering). Let SupportsDoubleBuffering() also respect this variable, so code calling SupportsDoubleBuffering() can react to the runtime override, too. Change-Id: Ic9a1c00a801f6976069d7cfc47c3fa491ebc1ff0
-