summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
Change-Id: Icca5a0dee296fae1abeb78ea8ffa2f9e934bb111
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
Change-Id: Iec004fffdb0afbe27bd69f379db90f6d904a8a65 Reviewed-on: https://gerrit.libreoffice.org/11553 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-22werror: ‘nDirection’ shadows a member of 'this'Tomaž Vajngerl
Change-Id: Idb56ef8327164f22379b732f9507e0b255b0998c
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl
Change-Id: I54ece4a1977fe93c0e7bbb11774bd8657912c6bb
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl
Change-Id: I3d30dd4337b6bd3b5b0c7cdf97a8787c4bc37fa3
2014-09-22Test HTML export of images & image properties.Tomaž Vajngerl
Change-Id: Ib0bffab0e653dc9ad0cc5367fdbc6bdee02181d2
2014-09-22html export: rework image output to use HTML writerTomaž Vajngerl
Change-Id: Iead3f0f49b93453bd45f07f047978cb92d279d21
2014-09-22html: add applyEvents to HTML outputTomaž Vajngerl
Change-Id: I8cc2d752673254c0f23f63030a8fa7d4d288c0a9
2014-09-22html: line break <br/> - use XML style single element declarationTomaž Vajngerl
Change-Id: I2e2b7fb85bd272a45d973c29f792c54aa7be0a82
2014-09-22Extend HTMLWriter: flush the stack, more values for attribute(..)Tomaž Vajngerl
Change-Id: I733426ba5f82ee25751387f88942dbc66689821d
2014-09-21Remove dead codeSamuel Mehrbrodt
Change-Id: I0bbfdbdc7ef4674260771f15b9c2aa40c4bf5f36
2014-09-21fdo#58189 : EDITING: Wrong Chapter Moves with the NavigatorUlrich Kitzinger
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>
2014-09-21Improve gallery look for small width (Sidebar)Samuel Mehrbrodt
* 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
2014-09-21android: upgrade layers to newer codeTomaž Vajngerl
Change-Id: Ife0d7cfad8b416c9363321a2fd1f4e9a8a1f4325
2014-09-21android: upgrade gestures and scrolling to newer codeTomaž Vajngerl
Change-Id: I84b9f66036891f6ad384ee71d078c654511a6e38
2014-09-21fdo#83953 Jump to next change when accepting or rejecting a changeSamuel Mehrbrodt
Change-Id: I08f4e2ddd75f1b24ef9799e8703a5fbee85734e7
2014-09-21Revert "new loplugin: VCL widget reference checker"Stephan Bergmann
This gerrit patch was apparently not ready yet for integration. This reverts commit 44a432e9073b3d39b1bdd34b65cfd91d5541f324.
2014-09-21Don't try to write Python bytecode files in case of a read-only installsetTor Lillqvist
It causes annoying messages in the system log in the OS X sandboxed case. Change-Id: I8ae3eb34df2c045bdbdfc63cae9007f973c42537
2014-09-21Disable the email sending menu entries when sandboxed on OS XTor Lillqvist
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
2014-09-21fdo#39468: Translated German commentsJennifer Liebel
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>
2014-09-21set mpFirstBand back to 0 after deleting itCaolán McNamara
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
2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips
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>
2014-09-21fdo#75256 Improve Sifr Icon ThemeMatthias Freund
* 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>
2014-09-21Related fdo#81475 Improve toolbar tooltips in Writer standard toolbarSamuel Mehrbrodt
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>
2014-09-21fdo#81475 New layout for Writer standard and formatting toolbarsSamuel Mehrbrodt
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>
2014-09-21handle docx's w:anchor layoutInCell attribute (bnc#891663)Luboš Luňák
Change-Id: I8268567b84aa0f6e42624bfd0f79c8c49c153edd
2014-09-21Avoid manual realloc()Miklos Vajna
Change-Id: I456a2d29daecf8dee14d109ca39a97c5bf461539
2014-09-21WB_OWNERDRAWDECORATION is needed by toolbar popupsMaxim Monastirsky
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
2014-09-21OPENGL_SCALE_VALUE is not needed any moreZolnai Tamás
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
2014-09-21fdo#81237: OpenGL window is not resized by view changeZolnai Tamás
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
2014-09-21fdo#81237: 2D OpenGL charts have wrong sizeZolnai Tamás
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
2014-09-21fdo#80536 Add a shortcut to "Edit Mode" menu entrySamuel Mehrbrodt
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>
2014-09-21fdo#82502 Ctrl-F should select the text in the search bar, not close itSamuel Mehrbrodt
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>
2014-09-21new loplugin: VCL widget reference checkerNoel Grandin
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>
2014-09-21(fdo#78826) HIG: add missing colons in optformulaAdolfo Jayme Barrientos
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>
2014-09-21Changed some options from picture/graphics to imagePhyzer
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>
2014-09-21javaunohelper: use java.util.logging in testsRobert Antoni Buj i Gelonch
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>
2014-09-21Remove the term “Persona” from visible UI stringsAdolfo Jayme Barrientos
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>
2014-09-21Present tense and capitalizationAdolfo Jayme Barrientos
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>
2014-09-21Updated coreLaurent Balland-Poirier
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>
2014-09-21OOX: Update README with recently made changesDavid Ostrovsky
Change-Id: I2f4db02ede9c15193c21014a297d40a7370a505b
2014-09-21Fix some typosDavid Ostrovsky
Change-Id: I0f2821c87c03f8d3df2e60bab9e09ce6545e2b2c
2014-09-20Use comphelper::SequenceAsVectorMiklos Vajna
Change-Id: I595f519ac828590c6bb61791289179b1708474d7
2014-09-19These are no longer used.Kohei Yoshida
Change-Id: I55a19ab06108825ece00844bb20c3fd5f65dfe37
2014-09-19Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida
Change-Id: I134275076256bb1b5441ae7804eacaaaa689d171
2014-09-19Move the "PlotAreaIncludingAxes" shape object to CreateShapeParam2D.Kohei Yoshida
Change-Id: I6c88611e837f651af92406952df273693d651121
2014-09-19Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida
Change-Id: I66843ca4ded3b69cb7f5256c94566c8f5d2de31c
2014-09-19Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.Kohei Yoshida
Change-Id: I51b1a366ca49f680f964814b0fd0fa69a6a7f5bd
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida
Change-Id: I517c4e4a2296531c0d7f129ff46adca0f85a969d
2014-09-19Refactor getAvailablePosAndSizeForDiagram() to use CreateShapeParam2D.Kohei Yoshida
Re-use its maRemainingSpace member to keep track of available space. Change-Id: I28fdaf11c4ab895cd09a5b6c7ea3da7c730044d5