- 05 Haz, 2015 2 kayıt (commit)
-
-
Henry Castro yazdı
Change-Id: I35c43e2a22ac6591a2bcf9857808503c0e111344
-
Henry Castro yazdı
It does not need to trigger fake MouseUp event Change-Id: Id90c7787ef3312abe81bce359648aee0dfccd905
-
- 04 Haz, 2015 3 kayıt (commit)
-
-
Henry Castro yazdı
Needed for signaling the user when no match was found for the searched input Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99
-
Henry Castro yazdı
Change-Id: Ieea445b64f72f270885d6e21d4070fefe8d82567
-
Henry Castro yazdı
The idea is that if you have your cursor at the begining of a Calc document, and you scroll down a lot, then search, then it's annoying that search jumps back to the start of the document for the first hit. Add an optional way to provide what is the starting point of such a search, so we can have "when nothing is selected, then search from the top left corner of the visible area". Change-Id: I22624dd52a093759d46541e003d838aeb0db943f
-
- 03 Haz, 2015 7 kayıt (commit)
-
-
Jan Holesovsky yazdı
Apparently this was forgotten; Writer and Calc already support this. Change-Id: I1a187b54294cb84a1b48ef8e855cc75df3f75dd7 Reviewed-on: https://gerrit.libreoffice.org/15953Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Miklos Vajna yazdı
First, SttDoc() / EndDoc() is the implementation of Ctrl-Home, i.e. it goes to the start of the current text (like a fly frame), not to the start of the whole document. When wrapping around, we want the later. Second, if the normal search have two passes, first searching in the body text, then searching in the special sections, then the wrap-around search should do the same. Change-Id: I0b7466c80476f6fb45174be19215a5d68374d047 (cherry picked from commit c88802829832a315550cb7e19e17030dc4c2bd77)
-
Miklos Vajna yazdı
Fails without commit 2d17cd6b (sw: LOK_CALLBACK_TEXT_SELECTION should be the union of all selections, 2015-06-02). Change-Id: I1d45eabf53dadd24051ff46acbf4bbfb85fb60a9 (cherry picked from commit 3f3ea9fa)
-
Miklos Vajna yazdı
Fails without the sw/source hunk of commit 1dc60bc9 (SvxSearchItem: add m_nStartPoint{X,Y}, 2015-05-28). Change-Id: I7b13294760a8a3c9c413a4a11582bc2a14d3d499 (cherry picked from commit 54619b4f)
-
Miklos Vajna yazdı
This failed without the SwViewShell::SizeChgNotify() hunk of commit 63a40c45 (LOK: change PAGE_COUNT to a more generic DOCUMENT_SIZE, 2015-05-27). Change-Id: Id230420f60d1a6f3caf822f7e23ffca010919196 (cherry picked from commit 560c3fdc)
-
Tor Lillqvist yazdı
Change-Id: Id283d185ab38427ce6887ead4e414055522e655c
-
Jan Holesovsky yazdı
Change-Id: Ia21bea54d1d6bd34256cb45ed704c6f7785fc2fc
-
- 02 Haz, 2015 1 kayıt (commit)
-
-
Miklos Vajna yazdı
E.g. if searching for a keyword and it's inside a text frame, then we have two cursors: one is an empty selection at the anchor point, and the other is the real selection. What happened is that we emitted two events for the two cursors, instead of merging them together. Fix the problem by not emitting the events in SwSelPaintRects::Show(), instead do it at once in SwShellCrsr::Show(). Change-Id: Ie2c7691aaaea7ba8a32b5cfa718a45cba571f791
-
- 31 May, 2015 4 kayıt (commit)
-
-
Jan Holesovsky yazdı
This is a waste - it gets unselected in the end anyway, and causes problems for LibreOfficeKit. Change-Id: I9fea5853fc8fb177b31c77c097e96c51f93a0d7d
-
Yousuf Philips yazdı
Change-Id: Idf8c389915e880cbc4246743d2b6a70d4e99f2e2 Reviewed-on: https://gerrit.libreoffice.org/15992Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 1a8e9dae) Reviewed-on: https://gerrit.libreoffice.org/15997Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org> Tested-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
Yousuf Philips yazdı
Change-Id: Ia86ea9c8b930a58549203bfcf16814dbc1cb13f9 Reviewed-on: https://gerrit.libreoffice.org/15996Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit b33972b6) Reviewed-on: https://gerrit.libreoffice.org/15998Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org> Tested-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
Jan Holesovsky yazdı
The protocol is stateless, the client might have switched to another part, and we wouldn't know. Change-Id: I1b785d94c9fac86a124d72dd9ea9b35b839a39b8
-
- 30 May, 2015 8 kayıt (commit)
-
-
Adolfo Jayme Barrientos yazdı
Change-Id: I5f0c56a089fc3f676438ed8aee3b3068de41d37c (cherry picked from commit 50ad242f)
-
Lionel Elie Mamane yazdı
Change-Id: I64fc14e527af4f0f846bbfae84cf8d1d2914b6b9
-
Lionel Elie Mamane yazdı
Change-Id: If81e745ee15df3848c6577a9e979672523718daf
-
Lionel Elie Mamane yazdı
and critically for this bug, modified row, too. Change-Id: I11c418d8926cabe81fcdb65d7293a4283e566f7a
-
Andras Timar yazdı
Change-Id: I0386b4a768a9ac51cb86ac1c3edb17c41caf821a Reviewed-on: https://gerrit.libreoffice.org/15993Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit a819691e)
-
Yousuf Philips yazdı
Change-Id: I802e5bc245cdd2d84404c5131e065c7bf2934928 Reviewed-on: https://gerrit.libreoffice.org/15990Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
Yousuf Philips yazdı
Change-Id: Iabb6812e45d00f9dbee8d938225f26397e9120ba Reviewed-on: https://gerrit.libreoffice.org/15882Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 3fda0da0) Reviewed-on: https://gerrit.libreoffice.org/15983Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
Yousuf Philips yazdı
Change-Id: If7149c29cca107661d93d6d0c0925c76f956b356 Reviewed-on: https://gerrit.libreoffice.org/15981Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit b9326330) Reviewed-on: https://gerrit.libreoffice.org/15982Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
- 29 May, 2015 15 kayıt (commit)
-
-
Juergen Funk yazdı
Reset the batchmode variable, after the batch print job Related: 138d29aa (cherry picked from commit 1950ad54) Change-Id: I6d8861e53ba6245019213d88d83603bfe932f010 Reviewed-on: https://gerrit.libreoffice.org/15975Tested-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: I86c23ffc08c8dec275608d9bc0bbe5eaf7ce0993 Reviewed-on: https://gerrit.libreoffice.org/15986Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tomaž Vajngerl yazdı
Change-Id: I787da9a665e54caea229def185076b29c00fd11e Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Tomaž Vajngerl yazdı
Change-Id: Ie1a8d6125d4a9d67f06f7dc37aa4d5115ad1af28 Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Tomaž Vajngerl yazdı
Change-Id: I9d8f2341477b9b9c0acd71a7d33cd5a9a55757d2 Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Tomaž Vajngerl yazdı
Change-Id: Ia55797e3e42309f9d37d5335088f7657d99954de Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Tomaž Vajngerl yazdı
Change-Id: Ide9c30385d15d0b8303f25d1a9eef132a32ec7d2 Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Tomaž Vajngerl yazdı
Change-Id: I29dcc22a6840e7104bdf68d050b616c8e06226fa Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Tomaž Vajngerl yazdı
Change-Id: Ia010aa7daf14fcaeee5d46cc4e5b8ed21e00efcf Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Jan Holesovsky yazdı
Change-Id: I91bfb4ea4672ff09482679f8fcf18a65e5a6ee3c
-
Jan Holesovsky yazdı
This partially fixes rendering of comboboxes. Change-Id: I243f63a0cd83bb435876d3954a073df0acd54c58
-
Stephan Bergmann yazdı
Change-Id: I20dac7fb627ec202558ed8be4e043bc01837b333 Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Noel Grandin yazdı
Change-Id: Id85137ffc7309a66b04132d588d289db136117b9 Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Noel Grandin yazdı
Change-Id: I0c7c6d095732704eb4ab48f1277a0592b1c7fa33 Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-
Noel Grandin yazdı
Change-Id: Ibfee4c394724570d9f64098d3703a08b7246ad2c Signed-off-by:
Jan Holesovsky <kendy@collabora.com>
-