- 21 Eyl, 2014 31 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Change-Id: I733426ba5f82ee25751387f88942dbc66689821d
-
Samuel Mehrbrodt yazdı
Change-Id: I0bbfdbdc7ef4674260771f15b9c2aa40c4bf5f36
-
Ulrich Kitzinger yazdı
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/11200Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Samuel Mehrbrodt yazdı
* 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
-
Tomaž Vajngerl yazdı
Change-Id: Ife0d7cfad8b416c9363321a2fd1f4e9a8a1f4325
-
Tomaž Vajngerl yazdı
Change-Id: I84b9f66036891f6ad384ee71d078c654511a6e38
-
Samuel Mehrbrodt yazdı
Change-Id: I08f4e2ddd75f1b24ef9799e8703a5fbee85734e7
-
Stephan Bergmann yazdı
This gerrit patch was apparently not ready yet for integration. This reverts commit 44a432e9.
-
Tor Lillqvist yazdı
It causes annoying messages in the system log in the OS X sandboxed case. Change-Id: I8ae3eb34df2c045bdbdfc63cae9007f973c42537
-
Tor Lillqvist yazdı
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
-
Jennifer Liebel yazdı
Change-Id: I10d334d85f80bbb4a46436914c79c91fc0282b35 Reviewed-on: https://gerrit.libreoffice.org/11485Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Caolán McNamara yazdı
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
-
Yousuf Philips yazdı
Change-Id: I29c2171495c0419fa5b6a7b99725d6098331afd0 Reviewed-on: https://gerrit.libreoffice.org/11523Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Matthias Freund yazdı
* Correct the alignment of some icons. * New icons for quit, save as, close and avmediaplayer Change-Id: I7ef40c410682e5c6854e0c3a12abf186378bdfb5 Reviewed-on: https://gerrit.libreoffice.org/11345Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Samuel Mehrbrodt yazdı
and show the shortcut in the tooltip also when there is a custom tooltip Change-Id: Ia3f5d17df3769479f7aacf63a83507ccb8593103 Reviewed-on: https://gerrit.libreoffice.org/11303Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Samuel Mehrbrodt yazdı
Change-Id: Ia605e314d68771864a6eae00ee24bd1959076bee Reviewed-on: https://gerrit.libreoffice.org/11301Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Luboš Luňák yazdı
Change-Id: I8268567b84aa0f6e42624bfd0f79c8c49c153edd
-
Miklos Vajna yazdı
Change-Id: I456a2d29daecf8dee14d109ca39a97c5bf461539
-
Maxim Monastirsky yazdı
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
-
Zolnai Tamás yazdı
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
-
Zolnai Tamás yazdı
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
-
Zolnai Tamás yazdı
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
-
Samuel Mehrbrodt yazdı
Change-Id: Ib2535a091cad506c6ce49941361757a9f9e72865 Reviewed-on: https://gerrit.libreoffice.org/11302Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Samuel Mehrbrodt yazdı
Change-Id: Ica9851e66e8d8f32b8e353c0b2e541c7ce7d45e3 Reviewed-on: https://gerrit.libreoffice.org/11110Reviewed-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>
-
Noel Grandin yazdı
First stage of new VCL widget reference checker Change-Id: I63a2108a26b3c0e0a896d13672b1daa6f8e60b3a Reviewed-on: https://gerrit.libreoffice.org/10427Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Adolfo Jayme Barrientos yazdı
Also: * Use Unicode ellipsis * Shorten section heading (see fdo#84057) Change-Id: I37cefa8a39c8907c7cbc138b255f2f8e78002c47 Reviewed-on: https://gerrit.libreoffice.org/11531Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Phyzer yazdı
Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718 Reviewed-on: https://gerrit.libreoffice.org/11429Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Change-Id: Icdc61dc88a11afae5257bcddda32adb691cb5883 Reviewed-on: https://gerrit.libreoffice.org/11564Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Adolfo Jayme Barrientos yazdı
Their official name is “Firefox Themes” nowadays. While I was there, tweak some strings. Change-Id: I2505df2fb810fa7de51d28f5704bc1178671c3ac Reviewed-on: https://gerrit.libreoffice.org/11483Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I4a4301f166036e294e4250c1ab1b599ad5bba7c5 Reviewed-on: https://gerrit.libreoffice.org/11526Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Laurent Balland-Poirier yazdı
Project: help 0f29dbb5b25e1dbbde177b234d03e46528bbddf0 Correct typo of STEYX example Change-Id: I4864cb3366dd12f2484b614e9ca418cad2440a71 Reviewed-on: https://gerrit.libreoffice.org/11556Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org> Tested-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
- 20 Eyl, 2014 3 kayıt (commit)
-
-
David Ostrovsky yazdı
Change-Id: I2f4db02ede9c15193c21014a297d40a7370a505b
-
David Ostrovsky yazdı
Change-Id: I0f2821c87c03f8d3df2e60bab9e09ce6545e2b2c
-
Miklos Vajna yazdı
Change-Id: I595f519ac828590c6bb61791289179b1708474d7
-
- 19 Eyl, 2014 6 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: I55a19ab06108825ece00844bb20c3fd5f65dfe37
-
Kohei Yoshida yazdı
Change-Id: I134275076256bb1b5441ae7804eacaaaa689d171
-
Kohei Yoshida yazdı
Change-Id: I6c88611e837f651af92406952df273693d651121
-
Kohei Yoshida yazdı
Change-Id: I66843ca4ded3b69cb7f5256c94566c8f5d2de31c
-
Kohei Yoshida yazdı
Change-Id: I51b1a366ca49f680f964814b0fd0fa69a6a7f5bd
-
Kohei Yoshida yazdı
Change-Id: I517c4e4a2296531c0d7f129ff46adca0f85a969d
-