- 02 Tem, 2015 8 kayıt (commit)
-
-
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 21 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
-
Miklos Vajna yazdı
Change-Id: I08c60396d66a15ee94c7010753540c4e7fb3a0db
-
Stephan Bergmann yazdı
cf. <https://gerrit.libreoffice.org/#/c/16357> "Revert the removal of cast to build on old poppler" Change-Id: I75184cec64b4f32e0cf9adedeb84c8591be4fc73
-
Matthew J. Francis yazdı
Change-Id: I0ea809a888187624261182552cf7fa0a9c96c648
-
Matthew J. Francis yazdı
Change-Id: I0dd118f0215e06fec0cccff9b46d80f13bd802cc Reviewed-on: https://gerrit.libreoffice.org/16620Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com>
-
- 30 Haz, 2015 11 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I44e2881bcf1d50fbc4d35802d90ea8ee19b39f3a
-
Michael Stahl yazdı
... instead of just creating a new document. Change-Id: Ib336c07f6827775a9c1a4fa0b8fbfe4ae0ff8221
-
Varun yazdı
Change-Id: If5960be7b04db418a1a42bd7b661391f65e79498 Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I9309dc797c63e6c28831f545fd4d029a4d108dea
-
Caolán McNamara yazdı
mbNoFocusRects is also the case now for gtk3, but this unfortunate heuristic makes the database and chart wizards and various other things just way too tall. This is likely a desperate effort to make pre layout dialogs size to something sensible Change-Id: I501f04ad96063935dd1f162e009ffd5053a820c4
-
Caolán McNamara yazdı
Change-Id: I44eae735b710332d87f2f642911e988c796457cd
-
Bjoern Michaelsen yazdı
Change-Id: I22e9eacfddff611d368963162024437f4a7b7fdf
-
Bjoern Michaelsen yazdı
... to move test code out of production code Change-Id: I8bd38f57faba41a0af3740eda098144d9e49fe15
-
Miklos Vajna yazdı
With this, if e.g. Ctrl-A is hit for a hello-world document, then selection is properly visible. Change-Id: If3fae1e73dc76c50e62f6e1f31d99873636f0e93
-
Jan Holesovsky yazdı
Change-Id: I5df89581796eca4e48e0a305d4319e4674f8dd87
-
Jan Holesovsky yazdı
Change-Id: I5a990643903946ea339136fbc514ca8cb90fa34e
-