Age | Commit message (Collapse) | Author |
|
Change-Id: I2fc5e8fb2535ac076f045435c828126a52ea5bbd
|
|
...introduced with 2986e54412bbaf95ef768b9ffc18c9a465678337 "Fix tdf#99506:
Insert OLE object with icon failed"
Change-Id: I17186b838c062cf630cf68c72e053ac88fb8c85d
|
|
Change-Id: I7fe5814b268e4c70977699edaa89926ca3fda92e
Reviewed-on: https://gerrit.libreoffice.org/25080
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I91e9f1d0f40dd3dd50b03a27ded2f96c71cd1ffd
|
|
Change-Id: Ie925d6c47d718ef46349c11b7450b1f2c1a93c21
Reviewed-on: https://gerrit.libreoffice.org/25318
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
regression from commit 0f672545 "clang-tidy modernize-loop-convert in
toolkit to uui", probably because the list is being modified while the
loop is executing
Change-Id: I18cd21001aee132e06d577c469aed5eb46a16a7f
Reviewed-on: https://gerrit.libreoffice.org/25368
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Iac147e57784e11d29f2b34e60dc3c624d6090c8b
Reviewed-on: https://gerrit.libreoffice.org/25367
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I4741b13fcf887a95b85886cb41f8236e128e81a2
Reviewed-on: https://gerrit.libreoffice.org/25364
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
triggered when I noticed a class doing acquire() in the constructor and
then release() in the destructor.
found mostly by
git grep -n -B5 -e '->release()'
Change-Id: Ie1abeaed75c1f861df185e3bde680272dbadc97f
Reviewed-on: https://gerrit.libreoffice.org/25363
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I87cfefbd35df5a8db8bac72f937a5906071b7568
Reviewed-on: https://gerrit.libreoffice.org/25356
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Ic604991cdc0bf3e6dc5604a4a2b33f62b92f0915
Reviewed-on: https://gerrit.libreoffice.org/25355
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I7928fe7f1d6e96dcf42b03bd04fa9499371bbd98
Reviewed-on: https://gerrit.libreoffice.org/25354
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I0b17ab513e05ee95c378399348557cfee8341fb0
|
|
Change-Id: Ib8dc0267034716740ba6d7f60cf635adc4bd1561
|
|
Change-Id: Id99ac569f6c9f839002798b6f5794b05ed228988
|
|
Change-Id: I4c96dbecd90de83fe9ac76a93ec0520ffb6932d6
|
|
Change-Id: Id6bd2dfd05f1c13d928dbf26414b01086740df74
|
|
Change-Id: I9d1d20f889f73c73a1b861485a956a25f743e245
|
|
... with unit tests of Copy/Cut/Paste.
Change-Id: I74dd6f235b52ef2c1388ea0d15d32af0fb30b2c8
Reviewed-on: https://gerrit.libreoffice.org/25362
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
|
|
Change-Id: I263ed01d155c5939ff52487bcf0920acab4c1e5c
Reviewed-on: https://gerrit.libreoffice.org/25374
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Ie7a597ec7799d4e6fcba760b5cd2e20ead53601a
Reviewed-on: https://gerrit.libreoffice.org/25371
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I03553a1fe98ac7ac780333b2ec247ed0cd781ffb
Reviewed-on: https://gerrit.libreoffice.org/25379
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I7525ba7ff48b6df51ce8f7fdccf5ff512cdfec89
Reviewed-on: https://gerrit.libreoffice.org/25378
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I00a32eb465b54e2a2747eebd00605212f14e5384
Reviewed-on: https://gerrit.libreoffice.org/25380
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Project: dictionaries 697bbfa625583164f546b3f58a18858b56b871eb
gb_Dictionary_add_thesaurus doesn't like whitespace
Change-Id: Ib8bd172570967b02fc21d01ea389d0b0b29c05ea
|
|
Combine most common shaders for non-texture drawing and texture
drawing into two combined shaders. Inside the shader we switch
between the code paths with if statements.
Using if statements (or any other branching statements) is
discouraged inside shaders but on the other hand we reduce program
state changes if we have less shader changes - which is more
important for us as we want to push more work to the GPU.
Change-Id: I6701b93faa9b0f55dd0af6d983ce4c2de4539c70
Reviewed-on: https://gerrit.libreoffice.org/25357
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
Project: dictionaries 1f3eaa2dc7e2bc04fef06a0ed76ee18bb195e00f
thesuaurs.idx is generated by gb_Dictionary_add_thesaurus
as there is only one thesuarus, no need for the thesauri variant that
does nothing else but call the thesuarus one..
Change-Id: Ia366e13e9cee0f15d282377124404a4cf0c3039b
|
|
Change-Id: I3ab133fbdcdcc8a17ec9159d1c88b19f35b6a7b0
|
|
Change-Id: Ib690eb05deaec5d8ce91f6b76daadf427d7ad964
|
|
Change-Id: I85b0490c515987d56e04d0e5b42111c52bbabbc3
|
|
1. Removal of rectangle hatch angle dial widget
2. Addition of slider widget for changing angle in hatch tab.
3. Move hatch background color control from area tab to hatch tab.
4. Rearrangement of controls
5. Removal of hatch controls from Area tab
Change-Id: I596098b328fc183d2fdd5259e90013dbf74d9ad7
Reviewed-on: https://gerrit.libreoffice.org/25147
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
|
|
in the FloatWinPopupFlags::GrabFocus case
Change-Id: Ibebf23c83133f74f00e5dbb2540f108a383462cc
|
|
Project: help f2361eb91e2e47b0ecbc02bedb8763c08007f0c4
remove spurious space before </paragraph>
Change-Id: Icf4d5ba12ab65bbedaf75bdee4ffc36131ea731e
|
|
Project: help caeff7f2fb309f76e5a74cab62016bf2d185840a
remove spurious space before </variable>
Change-Id: I06d328b73455d5b6ea04d7c04c9b09fcb7bad366
|
|
Project: help 30ecec125c4383354379201fc1191fccfb082059
remove obsolete attributes from changed strings
as it doesn't matter if the context changes, since they'll need to be
modified by translators anyway
Change-Id: I120289e3d944030ba1933c888795137d7ef71324
|
|
Google sends SMS with code in format "G-XXXXXX".
User should enter only numbers wihout "G-".
+ added "G-" label which is shown in the Google
authentication code request before PIN field
Change-Id: I8eaecbbe7b8803269444f947e97ee67c33db61b2
|
|
Change-Id: Ia30ad12d63423252c527de096cd1ae0ba3fd6aa5
|
|
... and external references.
Change-Id: I6e23eeff39086091f13914a3f964aec1016a7de4
|
|
Change-Id: I1feca80dd75f7a09e05ac43293e8645da391a775
|
|
Change-Id: Ia442a6a5c570c45b03fc878099f1c50005ee7538
Reviewed-on: https://gerrit.libreoffice.org/25331
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I0518bbad2f3550f8cac453c98af88a092448b5cd
|
|
Change-Id: I337e1ee34fe1571ca75c8ff8762b5d43fecc2cb4
Reviewed-on: https://gerrit.libreoffice.org/25310
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Project: help 1ab77b7cc2e30fdd7ee68d3ae2f9777225003186
Ctrl + Down Arrow in fact jumps to the beginning of next paragraph
Change-Id: I5f55da8e8298f7cb3758e931ef3804b7df66bf0c
|
|
Change-Id: Ibaa4fa23e83a2820931add5597cc96c9a8250fef
|
|
Project: help d05478e9a284ab1f4189ecc85e50f7205e0d9af3
typo: "the the" → "the"
Change-Id: I315fd3151e4b52495f3f55a5a65813b13debd8a6
|
|
Project: help 36b3f0c90d172c341c556f63cc5c312220118b3e
typo: periodical_abberation → periodical_aberration
Change-Id: I29e6938ddbad2cf31e07a80fadcffa12ced7c839
|
|
Change-Id: Ie591d3ac8af2b1a05be51c672ebf5a6ed7ac87f2
Reviewed-on: https://gerrit.libreoffice.org/25320
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Project: help 2ab9b7fddbbc6f81dc69a740fc120194a7fd8671
hid="" → hid="."
Change-Id: I64a889f1cd519a0cf1898e913ad68f850d472eb6
|
|
Project: dictionaries 2f0ddaeeb4323ac99afd35d2c4fda643c9ee8bcf
tdf#97393 Update English Dictionaries to 2016.05.01 release
See comment 8 and 9 in tdf#97393.
I tested if spell check works with the new dicts in 5.1.3,
didn't test install.
Change-Id: Ia1b93a029a809975e913e69a93ea6477fd1e4cc5
Reviewed-on: https://gerrit.libreoffice.org/25348
Reviewed-by: Marco A.G.Pinto <marcoagpinto@mail.telepac.pt>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
|
|
Project: help 7f87433d5583fc8cd8811306521d134735f8cb13
"Insert - Field", not "Insert - Fields"
as per LO HIG - https://wiki.documentfoundation.org/Design/MenuBar
("Use singular form in labeling when applicable (e.g. Insert+Shape,
though multiple shapes are listed under the submenu, a user can only
select one item).") and already changed in UI
Change-Id: Id15afe7e3c92b54526ff694f7959ab3e01a2d606
|