Age | Commit message (Collapse) | Author |
|
Change-Id: I0bbfdbdc7ef4674260771f15b9c2aa40c4bf5f36
|
|
During DnD, the target of the dropped node is wrong when dropping after the first node. That's because no key is calculated for position 0 (= the first node). All the other key-finding methods (eg in Collapse and Expand) don't check for 0.
Change-Id: I33b1b4f27a342dc40b37fe1fbaedeb7553a37ece
Reviewed-on: https://gerrit.libreoffice.org/11200
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
* Remove the path column in details view
* Only show the theme name next to the view switch buttons
* Only show the horizontal scrollbar when necessary
Change-Id: Ia3f5d854217e883275b1a7056489dba9fac6aabb
|
|
Change-Id: Ife0d7cfad8b416c9363321a2fd1f4e9a8a1f4325
|
|
Change-Id: I84b9f66036891f6ad384ee71d078c654511a6e38
|
|
Change-Id: I08f4e2ddd75f1b24ef9799e8703a5fbee85734e7
|
|
This gerrit patch was apparently not ready yet for integration.
This reverts commit 44a432e9073b3d39b1bdd34b65cfd91d5541f324.
|
|
It causes annoying messages in the system log in the OS X sandboxed
case.
Change-Id: I8ae3eb34df2c045bdbdfc63cae9007f973c42537
|
|
The way we send email doesn't work anyway in a sandboxed app on OS X. If we
want to offer the functionality, we need to implement it in an OS X -specific
way, perhaps using the Scripting Target functionality of Mail.app.
What we need, to be really "native" in this regards on OS X, would be
to have a "share" functionality that would in addition to sharing
through email offer AirDrop, Facebook, Twitter etc. Like Apple's own
apps. Quite possibly there are system APIs that automate much of
that. But they probably require your app to be more "native" in other
ways, too, like using NSDocument etc. Later...
Change-Id: Id1424377b7d493d4ec696f3242dae55a2a67dfc7
|
|
Change-Id: I10d334d85f80bbb4a46436914c79c91fc0282b35
Reviewed-on: https://gerrit.libreoffice.org/11485
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
bff + valgrind
==30470== Invalid read of size 8
==30470== at 0xA02103F: RegionBand::isSingleRectangle() const (regionband.cxx:294)
==30470== by 0xA01F562: WriteRegion(SvStream&, Region const&) (region.cxx:1640)
==30470== by 0x9F01FD4: MetaClipRegionAction::Write(SvStream&, ImplMetaWriteData*) (metaact.cxx:2487)
...
==30470== Address 0x1d175980 is 0 bytes inside a block of size 56 free'd
==30470== at 0x4A07991: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==30470== by 0xA020BB1: RegionBand::implReset() (regionband.cxx:87)
==30470== by 0xA020EF2: RegionBand::load(SvStream&) (regionband.cxx:249)
Change-Id: I2468d43c7e73b3390f355358990f8af30b5f026e
|
|
Change-Id: I29c2171495c0419fa5b6a7b99725d6098331afd0
Reviewed-on: https://gerrit.libreoffice.org/11523
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
* Correct the alignment of some icons.
* New icons for quit, save as, close and avmediaplayer
Change-Id: I7ef40c410682e5c6854e0c3a12abf186378bdfb5
Reviewed-on: https://gerrit.libreoffice.org/11345
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
and show the shortcut in the tooltip also when there is a custom tooltip
Change-Id: Ia3f5d17df3769479f7aacf63a83507ccb8593103
Reviewed-on: https://gerrit.libreoffice.org/11303
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: Ia605e314d68771864a6eae00ee24bd1959076bee
Reviewed-on: https://gerrit.libreoffice.org/11301
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: I8268567b84aa0f6e42624bfd0f79c8c49c153edd
|
|
Change-Id: I456a2d29daecf8dee14d109ca39a97c5bf461539
|
|
Can be tested with the new color popup. Without this
change it keeps itself on top of other windows, and
even if the main window lost focus. Also for some vcl
plugins the popup have a wrong placement.
Change-Id: Ibf4216683ce2c58a1b919cdb63eda964a764eefd
|
|
It seems to me that this value was a workaround to
make chart fit to the OpenGL window (working in calc, in default view).
Now it's uselss since projection matrix do this job better.
Change-Id: I968d6d96cb45c2444b8ebed59830b87f0cb87b61
|
|
Reproduce:
- Create a 2D OpenGL chart
- Step out from edit mode
- Zoom in / zoom out
Behavior
- Chart window is not resized, it has a constant size.
When we step out from chart edit mode the chart becomes
an inplace active object (instead of UI active) which means
the m_xDockingAreaAcceptor is removed. On the other hand
it seems we don't actually use this m_xDockingAreaAcceptor here,
so don't need to check whether it exists.
Change-Id: I056109b6e5cac28cdd2aeb8fabd9190413a16ed5
|
|
So far the size unit was 100th mm \ OPENGL_SCALE_VALUE
which is an absolute value, independent from the actual
size of the OpenGL window.
To solve that I added the SetSizePixel() method with
which we can specify the size in pixels and which
method resize the whole scene accordingly.
Change-Id: Ibd19a1bd9484c7bc8f8ce0d8113f60b95619db39
|
|
Change-Id: Ib2535a091cad506c6ce49941361757a9f9e72865
Reviewed-on: https://gerrit.libreoffice.org/11302
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: Ica9851e66e8d8f32b8e353c0b2e541c7ce7d45e3
Reviewed-on: https://gerrit.libreoffice.org/11110
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
First stage of new VCL widget reference checker
Change-Id: I63a2108a26b3c0e0a896d13672b1daa6f8e60b3a
Reviewed-on: https://gerrit.libreoffice.org/10427
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Also:
* Use Unicode ellipsis
* Shorten section heading (see fdo#84057)
Change-Id: I37cefa8a39c8907c7cbc138b255f2f8e78002c47
Reviewed-on: https://gerrit.libreoffice.org/11531
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718
Reviewed-on: https://gerrit.libreoffice.org/11429
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: Icdc61dc88a11afae5257bcddda32adb691cb5883
Reviewed-on: https://gerrit.libreoffice.org/11564
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Their official name is “Firefox Themes” nowadays.
While I was there, tweak some strings.
Change-Id: I2505df2fb810fa7de51d28f5704bc1178671c3ac
Reviewed-on: https://gerrit.libreoffice.org/11483
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: I4a4301f166036e294e4250c1ab1b599ad5bba7c5
Reviewed-on: https://gerrit.libreoffice.org/11526
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Project: help 0f29dbb5b25e1dbbde177b234d03e46528bbddf0
Correct typo of STEYX example
Change-Id: I4864cb3366dd12f2484b614e9ca418cad2440a71
Reviewed-on: https://gerrit.libreoffice.org/11556
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
|
|
Change-Id: I2f4db02ede9c15193c21014a297d40a7370a505b
|
|
Change-Id: I0f2821c87c03f8d3df2e60bab9e09ce6545e2b2c
|
|
Change-Id: I595f519ac828590c6bb61791289179b1708474d7
|
|
Change-Id: I55a19ab06108825ece00844bb20c3fd5f65dfe37
|
|
Change-Id: I134275076256bb1b5441ae7804eacaaaa689d171
|
|
Change-Id: I6c88611e837f651af92406952df273693d651121
|
|
Change-Id: I66843ca4ded3b69cb7f5256c94566c8f5d2de31c
|
|
Change-Id: I51b1a366ca49f680f964814b0fd0fa69a6a7f5bd
|
|
Change-Id: I517c4e4a2296531c0d7f129ff46adca0f85a969d
|
|
Re-use its maRemainingSpace member to keep track of available space.
Change-Id: I28fdaf11c4ab895cd09a5b6c7ea3da7c730044d5
|
|
undo headers are all located in source/ui/inc.
Change-Id: I9111cad08b64e161f22ebf7ff7fe8f2dd2d10a14
|
|
The code in SdrTextObj::ImpSetTextStyleSheetListeners is obviously not
working correctly.
The families of the stylesheets are appended to the name of the family
for further usage.
An encoded string looks like "STYLE_NAME|3 "
The family is then extracted by copying the first (length-6) bytes,
e.g., "STYLE_NAME" in this example. Then another copy starting a
position 1 is created, e.g., "TYLE_NAME". This string is cast to an
Int32. Since this is not possible, 0 is returned, and the originally
stored family is lost.
This patch corrects this behavior, and adds a unit test.
Change-Id: I60c0add6e4b670acbbc264cc77672452f282f737
Reviewed-on: https://gerrit.libreoffice.org/10818
Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
Tested-by: Matúš Kukan <matus.kukan@collabora.com>
|
|
Change-Id: Ib32a66d891242701d2f5c55519e5c52a6dd3df3c
|
|
This change also creates a struct that keeps track of states during
shape creation, to make it easier to extract methods as necessary.
Change-Id: I0d84dbee9dba5b9c59d22e4a1be318c5e8c6c6c3
|
|
Change-Id: Ibaabf1122fb3e828c1b7b71e846911d77f312445
|
|
Change-Id: Id677971ccd6959356a781a2d8c35ab864b35a62e
|
|
Change-Id: Icd344caf6e52ef568361078455d4e8d5cf0d40a8
|
|
Change-Id: I38ccb7f98f404540f5cf3c32be27da19394475a0
|
|
This will start working when we switch to using high-precision timers.
Change-Id: I2115cb3e044578bac1a30c008d787613ec81570a
|
|
Change-Id: Ic773b86a1ebaa66a1b0ae236429276f35776deb8
|