- 19 Ock, 2015 38 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
And thus it seems it expects to be called *after* insertion. Change-Id: I752dcd84c76c7beba75cd564162def5eaee7de4c
-
Lionel Elie Mamane yazdı
OSL_ENSURE does not execute in non-debug builds (and is deprecated). Do not try to seek back if paint did not seek. This happens in particular when there is no data source attached (and thus trying to seek fails). Change-Id: I3f4908c4dcae2bb120bf58c1218e3386c40d5721
-
Michael Stahl yazdı
Change-Id: I639d82ace116a09218cd71c62ac9e37efd6d957d
-
Stephan Bergmann yazdı
...(aka "Save Copy as...", as is used when the document is actually a DB form) but only for true "Save As..." For reasons remaining un-debugged, calling SetReadOnlyUI(false) on the former would somehow lose the connection to the embeddedobj Interceptor instance. Change-Id: I334cd6c5ebd596e408357bb6820800075217d2d1
-
Michael Stahl yazdı
Change-Id: Ia527a2c9467e2ab097cf688164f4176a52fa1d36
-
Michael Stahl yazdı
Change-Id: I03e49493c549561b4dc806f1e191a73d06733cff
-
Luboš Luňák yazdı
Change-Id: I962416f48fdb348d8a3d95edf747cfe2f1c929c9
-
Luboš Luňák yazdı
The polygons that make the polypolygon cannot be simply drawn one onto another, because if they overlap, it's actually xor (as used e.g. for drawing the border when editing a text box Impress, which without this fix just made it a full rectangle instead of a frame). Change-Id: I67c7f6448fb3ee0f9742a2299c612515abff68d8
-
Luboš Luňák yazdı
Apparently polygons can consist of curves too. Change-Id: Ie35861e6d182e4bd4ac0523e78a90618c96f09a6
-
Luboš Luňák yazdı
Change-Id: I8e66d369956a9bcf9c63c6eccad47d4b7a7eb67d
-
Luboš Luňák yazdı
So far it's been always disabled, with the exception of the slide preview extension. Change-Id: Iaee6fe2d5267c9dfdc31cbf4fb90a9ac0e08e781
-
Luboš Luňák yazdı
Change-Id: I0e4ad776cbf31f9a130aedf0f9741927560b5ac1
-
Julien Nabet yazdı
Change-Id: Idb23bdefaf4abcbf4f7493c0dfea2abe84948023 Reviewed-on: https://gerrit.libreoffice.org/13982Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Tomaž Vajngerl yazdı
Change-Id: I3cf79b590b7d4c5aab92ccaebf6fd9c7eda529f7
-
Stephan Bergmann yazdı
...on a doc in r/o mode, which will switch to the newly saved document in r/w mode. Was missing from c6270de9 "fdo#80538 Show an infobar when document is in read-only mode." Change-Id: Ie17f4213f989cb4b9d3f7fc114392ec6f516a965
-
Jacobo Aragunde Pérez yazdı
The factory will need access to the Context to be able to transform the resources into Strings, and the only way to receive it is from the Activity. Implemented initialize(Context) for that reason. Change-Id: If6e81a9c4ad73180851e43968ac97aa1e74231e7
-
Jacobo Aragunde Pérez yazdı
The factory will require some objects that are not available from a static context. Change-Id: Idf852f5b9ab3023644b1a9577951a94c4f21c4e9
-
Jacobo Aragunde Pérez yazdı
We must ensure that two LocalFile objects pointing to the same File are equal so the check to decide if the application button means "up" works. Change-Id: Ib83b34a210eec9a3f038c27d27a4e9b305c98ef9
-
Jacobo Aragunde Pérez yazdı
Implemented a DrawerLayout in the main activity where the providers are listed. Also added the class DocumentProviderFactory which keeps the instances of the providers. Change-Id: I821958e93b9ea1008921db321e825648a8766405
-
Jacobo Aragunde Pérez yazdı
A convenience Document Provider to browse the /sdcard/Documents directory. Change-Id: Ib412d9b54dfb0e54ac014cf80ce94f067b2f4924
-
Jacobo Aragunde Pérez yazdı
This is the first step towards implementing support for different cloud providers. The use of File objects is replaced with the interface IFile, which has similar operations. A LocalFile implementation is provided to deal with local contents in the same way it was being done before. Some system-wide storage operations are abstracted in the interface IDocumentProvider. A LocalDocumentsProvider implementation is provided. Known issues in this patch: * Dummy filesystem code has been removed. This should be provided as an implementation of IDocumentProvider in case we need it, but that will probably not happen. * Sorting is not implemented in LocalDocumentsProvider yet. It seemed not to be working anyway. * Code to get directory thumbnails has been commented out. This code will probably belong to the IDocumentProvider/IFile implementations. We might want to have a different approach instead of reading hidden thumbnail files, something similar to what the native Start Center does. Change-Id: Ib0882c69a0b24e28d2346bbe0154db01d1102b06
-
Jacobo Aragunde Pérez yazdı
The call to createUI already performs all the actions done by openDirectory, there is no need to call it again. Change-Id: I7f900a23a4f85b627b7132dd6eb54b6e98e7edb6
-
Trent MacAlpine yazdı
Note that this was written to be used in combination with commit 304e2002 to give back the behavior of calling and dismissing the styles and formatting dialog. Change-Id: Ic05db180425b0a2dcd05774b6fa0227b01464731 Reviewed-on: https://gerrit.libreoffice.org/13980Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Trent MacAlpine yazdı
Remove code that caused an undocked sidebar to reenable a docked sidebar when you attempt to close it using the window manager. It should simply be closed instead. Change-Id: Ib058d167b6c89f42df3ce4c80e4d97435b31c31d Reviewed-on: https://gerrit.libreoffice.org/13979Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Andrea Gelmini yazdı
Change-Id: I6e68c13e4513c2f8cc38e237646db7dffc88fe3b Reviewed-on: https://gerrit.libreoffice.org/13986Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Matthias Freund yazdı
Two new icons. Linecolor and pilotrun, hope these are those in the toolbar in impress. Change-Id: I8d1c9fca4d6135da908199b088b1ab6221251245 Reviewed-on: https://gerrit.libreoffice.org/13977Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Matthias Freund yazdı
Additional icons for the sidebar. Change-Id: I27f9abde47c69618c00cf1958dd597db841fe151 Reviewed-on: https://gerrit.libreoffice.org/13970Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: If7ad3584b3124ed0b337836071af1a5bd0451d85 Reviewed-on: https://gerrit.libreoffice.org/13972Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I2368fc0a1c6dd73125d4770d06063ea3e3d8c713 Reviewed-on: https://gerrit.libreoffice.org/13961Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
dbeurle yazdı
Change-Id: Id636fa87ac7fd4a8c33d65bd72822768bc94b592 Reviewed-on: https://gerrit.libreoffice.org/13987Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Ib6b9651b828287665f7248052855f0da2779806e Reviewed-on: https://gerrit.libreoffice.org/13968Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I0de4e6278fb564c299722a9e23eb67d0999c4e31 Reviewed-on: https://gerrit.libreoffice.org/13966Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Ia3910e7f1b33d16866b7e606fd648f152f9fe67a Reviewed-on: https://gerrit.libreoffice.org/13971Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Ibebfe89ad1874f5fa9e20fb76a534d9c2da01e3f Reviewed-on: https://gerrit.libreoffice.org/13969Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I1cd8b118e2598b8b18fb445851a3bb41e554267b Reviewed-on: https://gerrit.libreoffice.org/13967Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I7cbc1908d0e3c84f5864db34984d0740db891aef Reviewed-on: https://gerrit.libreoffice.org/13962Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Iccdd4bebd46f274697597b13746c820aaadc99a4 Reviewed-on: https://gerrit.libreoffice.org/13960Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Andrea Gelmini yazdı
Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2 Reviewed-on: https://gerrit.libreoffice.org/13985Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 18 Ock, 2015 2 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I4ffaf4195ae17ecf86dffc9c44e4672c4b2835d7
-
Miklos Vajna yazdı
Change-Id: Ib127b6cf44a69709673465db99cc79417b18c266
-