- 23 Mar, 2015 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ie0d17e562b24a8108d79d13592fff3bf2b9a6713
-
ACTom yazdı
Change-Id: I98d80f9153abe9f536b818c899008bb865b1bd34 Reviewed-on: https://gerrit.libreoffice.org/14962Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Iad15e1e9df25fdace5ca17dde71eb1e9a25ee13e
-
Stephan Bergmann yazdı
This reverts commit 0bf4e6e2, ~SwFmt in sw/source/core/attr/format.cxx contains SwClient* pDepend = (SwClient*)GetDepends(); ... that is unclear to me how to adapt to this commit's changes.
-
Yousuf Philips yazdı
Change-Id: Ic253b78e7ff8d5fa76d63fceefa4fbe5da93e4e7 Reviewed-on: https://gerrit.libreoffice.org/14960Tested-by:
Yousuf Philips <philipz85@hotmail.com> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Horn yazdı
The template delete dialog was coded in such a way that the default behavior was to delete the template/folder unless the user pressed no. This caused the template to be deleted if the dialog was closed using the "x" button. I changed the logic so that the dialog will only delete the template if the user presses yes. Any other button press will do nothing but close the dialog. Change-Id: I7977fd48b3e0cc440cc1e15056b448e7ae23476f Reviewed-on: https://gerrit.libreoffice.org/14937Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
Change-Id: I97cee7ea1d63375b73f0d4003022e9f09ad38e5f
-
Caolán McNamara yazdı
Change-Id: I4e1fd50f1268f0820fae2bb41c69155ef5c28464
-
Eike Rathke yazdı
Change-Id: Iefb035af9258c21e4fcc7f9b997f40ec318ed1ff
-
Laurent Balland-Poirier yazdı
Implement engineering notation: fomat ##0.00E+00 for instance Saved in ODF thanks to https://gerrit.libreoffice.org/14875/ Change-Id: I1e401183a95ce05481a9af52e49bbcfe08cd1a20 Reviewed-on: https://gerrit.libreoffice.org/14886Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Yousuf Philips yazdı
Change-Id: I1bdc2ec3cf9c94b0d48be99a4409b39dc6d77389 Reviewed-on: https://gerrit.libreoffice.org/14961Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I3f6ec3bd951d45b973880be1ae19e167c5e99d20
-
Łukasz Hryniuk yazdı
Change-Id: I996a984763f9fece9074f8bc318db25f01b8f4ed Reviewed-on: https://gerrit.libreoffice.org/14954Tested-by:
David Tardon <dtardon@redhat.com> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Martin Hosken yazdı
Change-Id: I13896adbc3d8b006c3b192dbf40e766d718a8bac Reviewed-on: https://gerrit.libreoffice.org/14959Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
it seems to be causing unit-test and build failures This reverts commit 5cbb51c0. Change-Id: Idc6372f98200b23828aa19b22a75b6b2b640d1ab
-
Michael Dunphy yazdı
Reduce scope of local variables. Change-Id: I5f06dc0d9d16e92a7a0afb599eb3a93d9d5cc878 Reviewed-on: https://gerrit.libreoffice.org/14943Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I8fa221211efcbed8407cd8dccb3dc0962068295e
-
Tomaž Vajngerl yazdı
Added new packages: * overlay - overlay elements like TextCursor* * canvas - classes that its only purpose is to draw to canvas Change-Id: I0dec06e76819231dacae26d24e43bb6315bba6e4
-
Tomaž Vajngerl yazdı
Change-Id: I8e94edeafbf5b7fd5f02a1429893c4b803c71afa
-
Tomaž Vajngerl yazdı
Change-Id: Ie944ca77abf13c4ac2c3b9c492d56878bfffba55
-
Miklos Vajna yazdı
This brings sd in sync with sw, that does the same for some time already. With this, we no longer do a complete repaint 6 times after every postMouseEvent(). Change-Id: I38754f4bdbb977abbdbb0f32e1460ab2f6290f87
-
Miklos Vajna yazdı
At the end this gets exported in the LOK API as a rectangle anyway, so better to convert the vcl::Regions into a Rectangle, and not the other way around. Change-Id: I81fede6e30af112d17bb74328801915d90474863
-
Miklos Vajna yazdı
This makes the blinking cursor appear at the expected position in Impress when editing shape text. Change-Id: I71ad9d10f40f1ae290dc235ae26072955af84a2d
-
Miklos Vajna yazdı
Writer is not affected, as there the map mode is disabled and everything is in twips internally. Change-Id: I3b5289f82e89be5943a0b14a5167b33132cf78d0
-
Henry Castro yazdı
Change-Id: Id0b1d88d0852e9333538ca9cecf4605c06440494
-
Miklos Vajna yazdı
And move private data out of LibreOfficeKitGtk.h, so that clients are forced to use the getter/setter functions. Change-Id: I6565312b5ec5a8e882c3763164ff5aa81ed9720c
-
Miklos Vajna yazdı
Change-Id: Ifaeb87427d6e2e0c2bb0fcd19e0d39bf15c76973
-
Miklos Vajna yazdı
editeng sends LOK_CALLBACK_CURSOR_VISIBLE after the text selection is already created. The effect of this is that after a long push on a word you get not only the selection overlay + the start/end handles, but also the middle one, which is not expected. Just check if we're in a selection already, and if so, don't react to LOK_CALLBACK_CURSOR_VISIBLE=true. Change-Id: I939c957feb7889dfb1997fac1051cb4eaa77004c
-
Miklos Vajna yazdı
Also, if we are at it: - clean up 'run' as well: since the doc browser is the default activity, no need to pass the test doc path anymore - make 'install' not depend on build: a full build would need a toplevel 'make' anyway Change-Id: Ia55d52f767ab3e0be02a753a95b2aac02f8491cc
-
Miklos Vajna yazdı
Without this, graphic selection was still around during text editing, so long push on an editeng word (in a Writer shape) triggered the shape movement action, not a word selection in editeng. Change-Id: I2ec2f1f9a417bacd08d8b357b4203d48ebaf15c7
-
Miklos Vajna yazdı
Change-Id: Iaecedd01d7e7bba90e49ddaa5f36859d9218242d
-
Miklos Vajna yazdı
... and just error out with < 16G and all symbols. Should help newcomers who have e.g. 8GB of memory, build with dbgutil, but then unable to complete the build as the linker never finishes. Change-Id: I9f3ad5c6d76a18d6aa5b0b2d61aa115ed441b8e3
-
Tomaž Vajngerl yazdı
When the bitmap with handles is not found (usually happens when using LO as a library (for example on Android)), the returned bitmap was empty. This caused that the hit test for the handle always returned false. This commit replaces the empty bitmap with a black 13x13 bitmap which should respond to hit test. This should not influence normal behaviour when the bitmap with handles is present. Change-Id: I39330b1867abfb540c215f03b77e5eac2447f0dc
-
Tomaž Vajngerl yazdı
Change-Id: I985b7b22c4794862a421ad797b907e33266c2c27
-
Miklos Vajna yazdı
With this, at least a simple .odg document is now loaded again without crashing. Change-Id: I47200ffec680aefc0ee7769f9311a550c0329dc7
-
Miklos Vajna yazdı
Add constructors which are no longer part of sd_component_getFactory() as of commit 4dafecfe (sd: convert sd.component to constructor usage, 2015-02-28). Change-Id: I209fdd9bc8c8b81cb7e69796a2afb248df856fc9
-
Jan Holesovsky yazdı
Based on a patch by Henry Castro. Change-Id: Ic463c97577d521e3c2e4d6bc904c517aa564edca
-
Henry Castro yazdı
Change-Id: I55e4eb784694de889d7bb0a3a6043a5a2b74239c
-
Tomaž Vajngerl yazdı
Change-Id: I119940f89284a19594819fb26f93155a476f487c
-
Tomaž Vajngerl yazdı
Change-Id: Ibf9f98968fd9007be6dc5481d1652923ecb98b89
-