- 28 Eki, 2013 32 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ib32d59522f33bcd2608401b4f3d3529d9dee5642
-
Michael Stahl yazdı
Change-Id: I3858dd3d176757743a39d6a8d9c5328dd5ff34df
-
Michael Stahl yazdı
Change-Id: I93aaf87b53c17fb143e6e6ae0bca60777dbb3eb5
-
Michael Stahl yazdı
- cliuno.snk is used from SRCDIR - climaker.exe.config is not packaged and appears unnecessary Change-Id: Ia0e364bd3b488841aeb8ae75c26aa0cd4ff86012
-
Michael Stahl yazdı
Change-Id: I9fec64c247de793ae30434c615752f48d1bc2205
-
Michael Stahl yazdı
Change-Id: I9f6a410515106941c4848edafaffaeacbc27b125
-
Michael Stahl yazdı
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliLibrary and CliLibraryTarget, merge the targets; the newly inherited variables are not expected to cause problems - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: If0fea1337349c41f231c8cde122852c71d5080a7
-
Michael Stahl yazdı
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliUnoApi and CliUnoApiTarget, merge the targets; the newly inherited variables are not expected to cause problems - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: I428d801ec7058e1c6374d8162a4118a3fe581978
-
Michael Stahl yazdı
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliNativeLibrary and CliNativeLibraryTarget, merge the targets; the newly inherited variables are not expected to cause problems - the Library remains in layer NONE; the derived CliNativeLibrary is in INSTDIR - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: I3bf4859e8c574f84d69eb43d12ddce0d34b5730c
-
Stephan Bergmann yazdı
Change-Id: I8ef80b7ae952428a62cc1cea8b03219b77a83e99
-
Stephan Bergmann yazdı
...which reveals that SyntaxHighlighter::notifyChange does nothing, so remove it. Change-Id: I49834af29081ee703d9e62e182e3c1f8ce7e212e
-
Stephan Bergmann yazdı
...which reveals that m_pKeyWords, m_nKeyWordCount members are unused. Change-Id: I55020e892d463f2e40d5bcf71efba92778b317c1
-
Stephan Bergmann yazdı
(and clean up a little) Change-Id: I6e660708d8ca1509b89b306cd428dc38c8b03f2c
-
Stephan Bergmann yazdı
...which are never read; remove thereby unused parameters from functions. Change-Id: I644d2dc1b2d13ae2f932d04243521eef97e67e3e
-
Maxim Monastirsky yazdı
Change-Id: I14115542d7f0401f4fa8face9f255b4512fc0ac3 Reviewed-on: https://gerrit.libreoffice.org/6448Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
Andras Timar yazdı
Project: help 27623e809f6dc1f7e5aea9484cff1c294b2673b7
-
Miklos Vajna yazdı
The uiwriter test is similar to filter tests, except that the asserts are filter-independent. Those are slowchecks already, move this one there as well. This speeds up 'make sw' a bit, which is slow enough already. Change-Id: I566bf94938c3de6267705a7720bf093bfe4ef7c7
-
Miklos Vajna yazdı
In theory, it was a problem to have the table cursor around when having the selection outside the table; but it didn't cause a problem so far. However, when the table has one or more empty cells, we really need to leave table mode, otherwise only the table gets selected. Change-Id: I766903ed624b9338f0612697b4c03f44de1d2e41
-
Miklos Vajna yazdı
Change-Id: I5578e462c21c023d8c9a269f2ca254e20c1a617e
-
László Németh yazdı
Change-Id: I2e85a795064ee9e58f3389aec94c942f6ae77612
-
Tor Lillqvist yazdı
Change-Id: Ic8a11c9857c04533ff96f523f1b29b1518bb89c0
-
Stephan Bergmann yazdı
1cbe2313 "Terminating NUL at end of its buffer is not considered part of OUString" was a thinko that cut the last character off the last reported HighlightPortion on a line. Change-Id: Idbe74676e85749cd93854293c6f49c7581414562
-
Stephan Bergmann yazdı
...see preceding revert of a79cb836 "COMPHELPER: Allow empty comments in SyntaxHighlight." Change-Id: Ib0a8c46c19dd7f0697b95a1c28398073a1183281
-
Stephan Bergmann yazdı
This reverts commit a79cb836, which broke --with-help builds again, as strLine.copy(i->nBegin, i->nEnd-i->nBegin) in BasicCodeTagger::tagParagraph (helpcompiler/source/BasCodeTagger.cxx) depends on the invariant that a HighlightPortion does not extend past the source string. Also, I see no reason for that change, as empty comments are handled just fine already as demonstrated by the following commit... Change-Id: I384bae9c4cf6a38d0a0a2832fa15bde82126cace
-
Tor Lillqvist yazdı
Change-Id: I978cfcb52297ace7e3916a63ce3dc9f179a6a208
-
Tor Lillqvist yazdı
Change-Id: I9806eb87e8d679c3b37de9cf7b87e26c3d4b5387
-
Tor Lillqvist yazdı
Change-Id: I45e1a8483ff065d584d83824f9020f7d33a5257e
-
Tor Lillqvist yazdı
-
Jean-Pierre Ledure yazdı
+ workaround for setPosSize issue (LO 4.1) + "Sidebar" argument for RunCommand + Trace dialog layout revisit for cleaner display in Linux Change-Id: I0d5c4da5681ab1649d062a7133d507163163343e Reviewed-on: https://gerrit.libreoffice.org/6449Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Maxim Monastirsky yazdı
Change-Id: I321b7a08e0436a9c33878acd1ce2f98c497040b5 Reviewed-on: https://gerrit.libreoffice.org/6447Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Thomas Arnhold yazdı
So there is no need to do this locally, too. Change-Id: Ibc623235cae07a86dfd0dbc1d7672ca4273facec
-
Thomas Arnhold yazdı
So there is no need to do this locally, too. Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad
-
- 27 Eki, 2013 8 kayıt (commit)
-
-
Roi Illouz yazdı
Change-Id: I31ba2180b558ee2a556dc0e98619828861c6368c Reviewed-on: https://gerrit.libreoffice.org/6446Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com>
-
Roi Illouz yazdı
Change-Id: If63add1f1bfdb9f5a2bcdc0c942bf991cbc47dfc Reviewed-on: https://gerrit.libreoffice.org/6445Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com>
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
It is obvious that I don't fully understand how to handle the view coordinates, the applicationFrame etc. Possibly I am doing something slightly wrong... Anyway, add a hack to make the touch input actually refer to the thing under the finger;) Also fix the handling of the selection end dragging. Change-Id: I27a6a978e7fc28759b70d29ebca75bfd6b5f54a1
-
Tor Lillqvist yazdı
Change-Id: Id4baff53735586345dd6624f3c8b996f1816149a
-
Tor Lillqvist yazdı
Note that this *is* still just an experimental app, not intended to be in any way carefully designed for end-user use. I tweaked the look and feel a bit just for fun. Change-Id: I98339d32a8c3ac332fc42b206ab185a61abc4cc6
-
Andrzej J.R. Hunt yazdı
Change-Id: I317f83e8aca7f61148385763bc1f0a78a84530d8
-
Andrzej J.R. Hunt yazdı
Change-Id: I5cabe21a2d675773792f9c9d5130d8660718efe8
-