- 11 Agu, 2015 31 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I4f18d046ac71e3585471c0b4ebbe94c562024bc9
-
Stephan Bergmann yazdı
Change-Id: Ief6894e8d46c5f0e0c251263c5f540cbd460f7fc
-
Thorsten Behrens yazdı
Change-Id: I3e088a10e7bc0da73e4fa20db15e71581661fe4b Reviewed-on: https://gerrit.libreoffice.org/17641Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Stephan Bergmann yazdı
Change-Id: I130b4f1eca4cf07f17aac995c4a44a8fdf51a4df
-
Caolán McNamara yazdı
Change-Id: I4dc93242be76dc2d7f7504457967c8d390afe9c8
-
Noel Grandin yazdı
Change-Id: I7989a91d8d67a15d3fef13391c5dbf06233f75e9
-
Noel Grandin yazdı
Change-Id: I79a889c68e91712d2abdacc559c78813f730e623
-
Noel Grandin yazdı
Change-Id: I50ba6a836473961d952ed88e56532501469c5368
-
Noel Grandin yazdı
Change-Id: I513643385dc0a04b68c5cf4a5f43aa0804e572e6
-
Noel Grandin yazdı
Change-Id: I9dc3b21e1bf1bccbe9fb69e35b3801814a68e53f
-
Noel Grandin yazdı
Change-Id: I1d88744207f7fa7c8230f8b29d9cc123f488dfaa
-
Noel Grandin yazdı
Change-Id: Ibff26c023655d36f0fa71ead399a6116c2988607
-
Noel Grandin yazdı
Change-Id: I5afe7f9f5caa1f5e55c6218bdb3771571ff0dafa
-
Noel Grandin yazdı
Change-Id: I44772f7c26568353d02278486a8e960f40af6354
-
Noel Grandin yazdı
Change-Id: I2a1255c00a051b29381ec57c380eafb08c4900d9
-
Noel Grandin yazdı
Change-Id: I906912f29448bfc72e8139546aa09525c959867f
-
Noel Grandin yazdı
Change-Id: I29ef505ee77965df33677f8051ec39398ef0c74e
-
Noel Grandin yazdı
Change-Id: Ifc9fc93b0630674fa1f4ef78c3a2231855dc1db3
-
Stephan Bergmann yazdı
Change-Id: If00dc9330f0fd08057ac75510e1c2f3bb1e5b17c
-
Noel Grandin yazdı
Change-Id: Ie44d7b031b16647457cf08dc944526c720360f9d
-
Noel Grandin yazdı
Change-Id: I3597b5d5cd54e6ff5398bdb5075b9fa03f9b5819
-
Miklos Vajna yazdı
Change-Id: I108683bc2548c9572d2800c062a2e036808464a8
-
Miklos Vajna yazdı
Change-Id: I0c2a9a5b4266ee0f0d15b7cbfa49f898930d002a
-
Ian yazdı
This type was a special case of a custom implemented list, and was used like a map. I have replaced it with a std::map typedef'd as ScaFuncDataMap. Since the map key also exists in the value object, there are more memory-efficient ways to implement this with a vector and a predicate functor for searching at the cost of some code complexity. I opted for the simpler code afforded by using a std::map implementation. Change-Id: Idd450f4a908ff503cb02e8e363ddbe3512903f47 Reviewed-on: https://gerrit.libreoffice.org/17579Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
with the variadic variants, for filter. Change-Id: I30dcd7cfb3e484034f6cceceb1ff7cd9d3f4b7a6 Reviewed-on: https://gerrit.libreoffice.org/17585Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Mihály Palenik yazdı
Here https://wiki.documentfoundation.org/Design/Whiteboards/Options/Global are unnecessary global options. These options are set in Expert Configuration dialog under org.oppenoffice.Office.Common node. Preference name, Property, Location in Options dialog; Help, Tip, General/Help/Tips; Undo, Steps, Memory/Undo/Number of Undo Steps; Font/View, History, View/Font Lists/Show font history; Drawinglayer, TransparentSelection, View/Selection/Transparency; Drawinglayer, TransparentSelectionPercent, View/Selection/Transparency level; Accessibility, IsHelpTipsDisappear, Accessibility/Help tips disappear after ... seconds; Accessibility, HelpTipSeconds, Accessibility/Help tips disappear after ... seconds; Filter/HTML/Export, Browser, Load/Save/HTML Compatibility/Export/Export choice; Change-Id: I5152a40b5029bfbfc3850ff60305ec34b5380fb2 Reviewed-on: https://gerrit.libreoffice.org/17481Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Noel Grandin yazdı
find places where we do not need to be passing a parameter to a function, because that function has a default value which matches the value we are passing. Change-Id: I04d1fd6275204dd4925e6563282464f461123632
-
Norbert Thiebaud yazdı
There is no legitimate use case... no-one need or want to see the build output with all the command by default.. and if one is enclined to do such things, verbose=t in the env does the trick leaving that as a configure options garantee bit-root (as it was the case) and just make it bigger for nothing.. worse may encourage newcomer to shoot themselves in the foot Change-Id: I2b892c623b72dff68ae61dc4edb2478613efc699 Reviewed-on: https://gerrit.libreoffice.org/17635Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Norbert Thiebaud yazdı
configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Norbert Thiebaud yazdı
also clean-up and 'standardize' the include sections of canvas' source code Change-Id: Ib437a41ea41ae2ea6528f755ae5b2828775aaf73 Reviewed-on: https://gerrit.libreoffice.org/17633Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Norbert Thiebaud yazdı
converted the use of internal 'verbose' level tracing to SAL_INFO/SAL_WARN Change-Id: Iab89d9b5c75fe476c6516718f1cee3d01d196858 Reviewed-on: https://gerrit.libreoffice.org/17632Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
- 10 Agu, 2015 9 kayıt (commit)
-
-
Maxim Monastirsky yazdı
The sidebar has width limit, so a panel shouldn't attempt to resize more than that. Otherwise we'll get an endless loop. Change-Id: Ia36535637e3585595c673c7fc46a1a7b162b74ba
-
Łukasz Hryniuk yazdı
Change-Id: I96747f4ffd070a0d1511cef6f56c9a253949ee97 Reviewed-on: https://gerrit.libreoffice.org/17628Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Łukasz Hryniuk yazdı
Change-Id: Ia2ea65e05e0eec996f8ac485ee74b6daaa459178 Reviewed-on: https://gerrit.libreoffice.org/17598Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Łukasz Hryniuk yazdı
SumSquare returns IterateResult, which, because of rounding errors, store first value in mfFirst and rest in mfRest. They should be added to get the full sum of square of matrices difference. Change-Id: I9bc435801d94206960b0b4fe4a9149ef1abeb3be Reviewed-on: https://gerrit.libreoffice.org/17592Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
This fixes the vertical rendering artifacts visible on the bug screenshot with the oxygen-gtk Gtk theme, and also is a lot simpler than what we did here before. Change-Id: I21a167452f14ae52bd0d899b3ed467ce40540dec Reviewed-on: https://gerrit.libreoffice.org/17631Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Yousuf Philips yazdı
Change-Id: Ie07364696175038130cb5b94fbad39b88e646921 Reviewed-on: https://gerrit.libreoffice.org/17473Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Eike Rathke yazdı
Regression of 087a79db Change-Id: I903e05234882c79e6da6499cb17e16fd7226f91c
-
Norbert Thiebaud yazdı
in preparation to kill --enable-verbose in configure.ac convert modules that use VERBOSE-YES/NO (uppercase) env variable to do things differently at compile time Convert canvas to use SAL_INFO/SAL_WARN mechanism instead of its home-grown 'verbose logging'. Change-Id: I2898d2309d421457839e3cd7078166c6da919882 Reviewed-on: https://gerrit.libreoffice.org/17619Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Tor Lillqvist yazdı
Remove dead code. Should have no effect on behaviour. Possibly originally the intent was that mbDisableGlyphs would have been false in most cases on NT-based Windows (all versions that we support now). However, since dadfc608, in 2005, mbDisableGlyphs was set to always true in the SimpleWinLayout ctor. Change-Id: Id929224d5656706762c2f44ee26c76f8b20ee8b8
-