summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-09-19Move this header file to a better place.Kohei Yoshida
undo headers are all located in source/ui/inc. Change-Id: I9111cad08b64e161f22ebf7ff7fe8f2dd2d10a14
2014-09-19fdo#84061 Fix setting text style sheet listeners in SdrTextObjTobias Lippert
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>
2014-09-19vba: calm down bool -> long casting concerns.Michael Meeks
Change-Id: Ib32a66d891242701d2f5c55519e5c52a6dd3df3c
2014-09-19Move the code that creates shapes for axis titles to own method.Kohei Yoshida
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
2014-09-19More scope reduction.Kohei Yoshida
Change-Id: Ibaabf1122fb3e828c1b7b71e846911d77f312445
2014-09-19Scope reduction.Kohei Yoshida
Change-Id: Id677971ccd6959356a781a2d8c35ab864b35a62e
2014-09-19Reduce scope by early bailout.Kohei Yoshida
Change-Id: Icd344caf6e52ef568361078455d4e8d5cf0d40a8
2014-09-19Move the 2D shape creation code into a separate method.Kohei Yoshida
Change-Id: I38ccb7f98f404540f5cf3c32be27da19394475a0
2014-09-19Related fdo#84000: Improve framerate of the models.Jan Holesovsky
This will start working when we switch to using high-precision timers. Change-Id: I2115cb3e044578bac1a30c008d787613ec81570a
2014-09-19Make the patch applyTor Lillqvist
Change-Id: Ic773b86a1ebaa66a1b0ae236429276f35776deb8