Age | Commit message (Collapse) | Author |
|
Change-Id: Iad3cb44cd57ad9e50be6008146629cdca8455eb6
|
|
This way GetOptimalSize() returns a size that allows reading the
selected item after selecting one. (The new width is the double of the
old one, or so.)
Change-Id: I5f935dcbee52844fb325bd74437479f759a85852
|
|
Assuming the policy follows a least-confidential -> most-confidential
order, doing a lexicographical sort on the category names does more harm
than good. So use a vector instead of a name-indexed map for categories.
Also, don't duplicate the label map for the current state, but just
store the state in the same category structure that is used for other
(currently not used) categories as well.
Change-Id: I1672192e572abfc22b6aeeb152ee7484086cea91
|
|
Change-Id: Id77fad1dd84a4ea18ac69eeb6aaee39042017b6d
Reviewed-on: https://gerrit.libreoffice.org/22681
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: I2c4b38257ffc01a9d2b1ca4f915bb31a5923710e
|
|
Change-Id: I09ff1f699110d5a9b2637f495a7df5d42c6c1a52
|
|
Change-Id: Ic102a5a1193a8bc50b460e5897b1ca488f0d4a65
|
|
Change-Id: If851dbdb034384395ba590fda61f3383f5ef791a
|
|
PageProperties::GetStyleSheet returns 0 so PageProperties::SetStyleSheet
should do nothing
Change-Id: If627ba3e31b14ff5178f45125f0ce6e4dbf93ec0
|
|
is always disabled/empty since...
commit a6e8910a3c5d33e671a13559438b7228596b8bca
Date: Wed Feb 17 12:07:59 2016 +0100
allow disabling file/new, wizards, recent documents menu entries
disabling the dispatches '.uno:AutoPilotMenu' and '.uno:AddDirect' and
.uno:RecentFileList via UNO API now results in disabled
menu entries as expected
Change-Id: Id99be9374306ff8c0cea919ea94ed96f715a8058
Reviewed-on: https://gerrit.libreoffice.org/22422
reverting this hunk restores them again
Change-Id: I029c9c3f25fb593127ee8371b278cee102c65882
Reviewed-on: https://gerrit.libreoffice.org/22749
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ibff7ac9718929349ee7daa3febb0f8fe4a9fa4db
|
|
Change-Id: I2d845d3e008cec085ce2b355c9a058363bd021cb
|
|
Change-Id: Id6a12d40ea43512d2ee22f51034a6a8023f40e9e
|
|
Change-Id: I318a669d8b6b26c179111f887e13da784385a4ac
|
|
Change-Id: I7eefd83d7f84c0a6301fd3ba37d77463d809e5f9
|
|
Change-Id: I08b57f3b30e2f1892da54965a0f53de00363b8bd
|
|
Change-Id: Ie0ea0b4dc13271a2bde5e3843bb3f8042ab880b4
|
|
Change-Id: Icb2dc74263026d90b7998b3fd880fd5d2c67a3b7
|
|
- Fix default object creation (by holding CTRL).
- Fix Polygon (45°) tools (inverted SHIFT effect via
doConstructOrthogonal).
- Toolbar layout similar to Impress/Draw.
Change-Id: Ib4e4aec1560599201c00e0726c29021763d773ad
|
|
Freeline filled, Polygon filled, Bezier Filled, Polygon 45,
Polygon 45 filled buttons are added into writer's LineToolbox.
Change-Id: I181d3cbc64a70ef1ef363b1ef76641b6b8ec2c79
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/22748
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
|
|
- Don't crash on default object creation (by holding CTRL).
- Correctly handle clicking on the start position.
- Fix Polygon (45°) tools (inverted SHIFT effect via
doConstructOrthogonal).
- Toolbar layout similar to Impress/Draw.
Change-Id: Iefbaf892d8856a2d136e7e2a040194c770507722
|
|
- Add a title to the dialog
- Add 6-px padding around it
- Disable resizing
- Don’t wrap the label text with manual line breaks
- Tweak button labels and fix their capitalization
Change-Id: I4d23777067ab331fc966dee10a0aea9ea157a0bb
|
|
Change-Id: Ie9bf5003dd5ed2698c2bde58fd6767f3852adeae
Reviewed-on: https://gerrit.libreoffice.org/22738
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
It seems like nss has activated -Werror, even though the code is not
warning free: [1]. This applies also to the additional patches that
would need to be patched to be a warning free patch, endless recursion.
To avoid messing around with something like that: [2], we disable
-Werror option for now. Also note, that [2] doesn't fix all warnings,
but only part of them so that we let with unsolved non-trivially to
fix warnings on different supported compilers if we would choose the
warning-free-compilation-path.
[1] https://groups.google.com/d/topic/mozilla.dev.tech.crypto/TgnF3tIMxJ0/discussion
[2] https://git.fedorahosted.org/cgit/nss-pem.git/commit/?id=ec2b9a90623b1ec5adb6ebe8d6651b35854786ec
Change-Id: I762c03acede6c4eac715d3b0589061eeabbcc7c2
Reviewed-on: https://gerrit.libreoffice.org/22650
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
|
|
Change-Id: Idc31e498a7223e7827533b24ab26928e21660ff2
|
|
Change-Id: Ia6ccdc21608abcbd715bd9ff4aa2057f9f306e58
Reviewed-on: https://gerrit.libreoffice.org/22686
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
|
|
Change-Id: I35396812b07e077440698a4e862762aeada0785e
|
|
We now allow with a CTRL+SHIFT+F9 to dump the cell properties as a xml
file.
Change-Id: I730e7009bbe95d3105541a9afbd2c8a19c992600
|
|
This is the first part of solving the task at tdf#97667.
The goal is to dump SfxItemSet where our cell properties are
stored.Improved it after inputs from moggi.Also I've commented
out a few lines in gridwin_dbgutils.cxx That were causing build
to fail on jenkins.Once the dump function is moved to the DBG_UTIL
Change-Id: I502eaa985b3bf8d296e301d96e42f13d6fd53da5
|
|
Why it doesn't fail in my local build?
This reverts commit cd98e0725ea9b8389297b80d6c8620f4b63f482d.
Change-Id: I1cf8c037cdaaf43f8fe2d42c9e2c8bd40d3608f6
|
|
Change-Id: Ic14b4177b87833b90d6b10a2dda96846ff2a5735
|
|
Change-Id: I92cfdca70924ea3397b2c940bc35f153c3c5de89
|
|
Change-Id: I454af097a6b416970f80137b46ef5840e3433550
|
|
Change-Id: I30b207fe0027cb4cb04130401b2c7a888624293c
|
|
Change-Id: If6012a25b0e1419525fb31266cbcff26e95459cf
|
|
Doing it for 1 window (tdf#90257) isn't enough, the dialog will grow
outta screen with large fonts not immediately, but on the next opening
Change-Id: I890ecd91a00efc4c7596b30a237f5abb4f87215a
Reviewed-on: https://gerrit.libreoffice.org/22739
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
|
|
Inkscape, Seamonkey, Chrome and Batik show markers on zero-
length lines, LibreOffice should do that too. The patch
removes the restriction start<>end.
Change-Id: I984baf755df7b2689e00d2a23b40e3f059c0add0
Reviewed-on: https://gerrit.libreoffice.org/22740
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
|
|
Freeline filled, Polygon filled, Bezier Filled, Polygon 45,
Polygon 45 filled buttons are added into writer's LineToolbox.
Change-Id: Idf2b3d7484feb78a0ed762a14d9fde587b6a46fa
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/22731
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
|
|
For presentation transparence groups are rendered by the canvas
using VirtualDevices and Bitmaps. To adapt for then painting
the Bitnmap to the canvas the RenderState needs to be adapted
to e.g. reflect the already applied scaling. Missing was to adapt
a set clip polyPolygon to be synchronized with the new RenderState
transformation.
Change-Id: If760a8076e016a6dcf306db71971f1fd2fef7017
Reviewed-on: https://gerrit.libreoffice.org/22720
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
|
|
Change-Id: I0605e570022f6eb57d453a3eb8bea5f4314c8229
|
|
Change-Id: I7c4b05cd02dee2b6efb926955759d725428e1dc1
|
|
Lots of copy-paste there, will look at it later.
Change-Id: I966679068ba159f481e2add8ab7b6f5384e7e22e
|
|
Change-Id: I05368a7b523191eaebb5865feff397cfec0bf0a5
|
|
We already can use different labels for commands, based on
whether they're in a menu, context menu or a toolbar. But in
some cases we need different labels for the same type of UI
element, or even different icons.
One example is page/slide commands in Draw/Impress, as they
share same commands, but need different icons/labels.
Creating full-fledged duplicate slots just to satisfy the
need of UI representation seems like overkill, and isn't
flexible enough.
The proposed solution is to allow creation of command entries,
that do not correspond to real application slots, but instead
link to another existing commands. The "real" commands will be
used for controller factory and dispatch (execute/status) APIs,
thus fully retaining functionality.
This can be useful also for giving icons to complex commands
(i.e. commands with arguments).
Change-Id: I9b261b406ec8fc781cae06cf283963386379d4ad
|
|
Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c
|
|
Change-Id: I6fcfcced0c9017003472e19ab5619ecb26a992eb
Reviewed-on: https://gerrit.libreoffice.org/22741
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I1c0a879f7d24d766d588383253be761e4c049ff6
Reviewed-on: https://gerrit.libreoffice.org/22737
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I37437eb2f3317eb0e7f1f2df995cb58808e10bab
Reviewed-on: https://gerrit.libreoffice.org/22627
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I73bd77682bfb60474ba18ca85bc5d008c70a7f97
Reviewed-on: https://gerrit.libreoffice.org/22715
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I006d21b6240898cbaed2b382276654d3ad8076a2
Reviewed-on: https://gerrit.libreoffice.org/22732
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
|