- 13 Tem, 2015 40 kayıt (commit)
-
-
Eike Rathke yazdı
Hence we need a separate string as header in the dialog. Unfortunately I did not see this when applying 0cf38e7d Change-Id: Ib60cef29e663e71a25849df1d5a926f0e871bb8b
-
Maxim Monastirsky yazdı
In sw it was still returning a string item, although the slot type was changed to boolean back in 2005 with 4cce2a2f. In sc the status update was simply missing. Change-Id: I8a6dd157d1e401754b3a9a93dc83458dcdd4f089
-
Stephan Bergmann yazdı
Change-Id: I3d2d46c7b722557f3dbfd95eb2b8649f8078d4df
-
Stephan Bergmann yazdı
Change-Id: I20820ea382ac9933bf2c6118d466625120b49d67
-
Stephan Bergmann yazdı
...to avoid lots of loplugin:staticmethods warnings. Also enables DBG_ASSERT etc. also for --enable-debug builds in addition to --enable-dbgutil builds. Change-Id: Ib89ecd9ab8ce7abb2c64790ace248b31f9d2b64d
-
Julien Nabet yazdı
... instead of the correct truncation. Thanks to Lionel for the idea of the fix and his patience for newbies like me! Change-Id: Iae9ec9251c0beb0c1856a6573f6ff7963d216256 Reviewed-on: https://gerrit.libreoffice.org/17012Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Caolán McNamara yazdı
Change-Id: Ia77063f7008f960373861b8b59710abe9918865c
-
Maxim Monastirsky yazdı
warn:vcl.layout:13283:1:include/vcl/builder.hxx:413: widget "checkbutton_x_axis_title" not found in .ui warn:vcl.layout:14352:1:include/vcl/builder.hxx:413: widget "checkbutton_y_axis_title" not found in .ui Change-Id: I5a6e29b24706df0925038e869be94b0f6a8d232f
-
Winfried Donkers yazdı
Change-Id: I7751a038f8482addc0e45c0461666bbd1c959d12 Reviewed-on: https://gerrit.libreoffice.org/16478Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Jorenz Paragas yazdı
Change-Id: I8f61471e08fe7f620d76bdcd72eb7f5c35931388 Reviewed-on: https://gerrit.libreoffice.org/16940Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I35749d468d126084a518bcd423f8a081c7382d80
-
Arnaud Versini yazdı
Change-Id: Iaf6fec2e19af2cf393bc547c3ba439010819238f Reviewed-on: https://gerrit.libreoffice.org/16949Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Maxim Monastirsky yazdı
Currently many toolbar controllers are basically doing the same thing - show some docked toolbar. So the idea here is to have one generic controller that will handle all these cases in a unified way. It will get the name of the toolbar that it's supposed to show from the configuration, based on the command it was registered for. Right now it can handle both simple (i.e. with DROPDOWNONLY bits) and split (i.e. with DROPDOWN bits) scenarios, where for split kind it replaces the function (and the image) of the main part of the button, with the last selected function, for easy reusing. A button is considered to be a split one, if the name of the initial default command was passed along with the sub toolbar name, otherwise it will be a simple button. The core change is in framework/. Other parts are a usage example, in form of converting the custom shapes buttons to this new controller. Change-Id: I087cc58c3db1889ca69a26546d4f00fe07e2a58d Reviewed-on: https://gerrit.libreoffice.org/16967Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Laurent Balland-Poirier yazdı
See https://issues.oasis-open.org/browse/OFFICE-3860 Change-Id: I707b2e86633bc66df03dba8c43879aa6d5153062 Reviewed-on: https://gerrit.libreoffice.org/16905Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I30944fe9611e83566c891a7d1461ad02979daddd
-
Michael Stahl yazdı
Change-Id: Ice9440bec7b0b5a4de2dca1392805130b1048303
-
Michael Stahl yazdı
Change-Id: Icbaea4a55567ce3ab320518fd4a501216c4feb86
-
Stephan Bergmann yazdı
These implementation names of Calc, Draw, Impress, and Writer documents are the most likely to be checked by existing third-party code, so revert the corresponding parts of 3099c70b "Fix various XServiceInfo implementations" (and instead add fixups in CppunitTest_serives). Change-Id: I1a760adbf4c89a1b4477d6e628abba8d2028ccfe
-
Caolán McNamara yazdı
its not the reported crash, which has "gone away" which might be a duplicate of tdf#90502 the switch only handled RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED so if its anything else, e.g. OBJ_DYING, then don't attempt GetNoTextNode Change-Id: I642beb66613481cbc7ee18647f0204a67d670a84
-
Eike Rathke yazdı
Change-Id: Ibc48d12ca6b8eb33b2be29f485aa906c513f0591
-
Tor Lillqvist yazdı
Change-Id: Ifebb44ce61b920488af52c7ab377c188bd4f9015
-
Tor Lillqvist yazdı
Change-Id: Id0e63897c9840ef412cf575de0485f2b685aaebc
-
Tor Lillqvist yazdı
Change-Id: If06753320d34e0e677c9456ddb47bfd3636e8a66
-
Caolán McNamara yazdı
Change-Id: I9f68d000b32623db4d949d13284043630f5689f4
-
Noel Grandin yazdı
Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589 Reviewed-on: https://gerrit.libreoffice.org/16975Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Eike Rathke yazdı
... and actually make this work with a context menu.. Change-Id: I9a9bcdccae859cb2a54ec7db442435215e21e0e0
-
Heiher yazdı
Change-Id: I17fe0fb0ce9341a638b2687e7690777a8de7fa01 Reviewed-on: https://gerrit.libreoffice.org/16980Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I667bb264f92024b72f230c2ddbba3887471345f2
-
Stephan Bergmann yazdı
Change-Id: Ide5398040678a81e032e91e582b39d516e8c08a8
-
Stephan Bergmann yazdı
Change-Id: Id8309575cbde56d5eacfc96586b4c91173256519
-
Caolán McNamara yazdı
Change-Id: I971ba5f422827f3b8fcdb86c447fc48415225eca
-
Stephan Bergmann yazdı
Change-Id: Id59a7c9402c59e91715f63a88eeed40d2ef9bd92
-
Caolán McNamara yazdı
Change-Id: I2410308ecccb8c5318a718bafadc7b40a98cb82b
-
Caolán McNamara yazdı
Change-Id: I3c8896230e3d48a37f4b8d702b0f673e44f45ba4
-
Takeshi Abe yazdı
with the variadic variants, in configmgr. Change-Id: I0cf82ab487ed879aa385d6065e908e347c0778e8 Reviewed-on: https://gerrit.libreoffice.org/16964Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
...from d11b244b "getFiles: truncate to 1 file only" Change-Id: I149489212db943f79dfda7f1012d22809f090851
-
Stephan Bergmann yazdı
Change-Id: I8b57b7ce707438ad3c7c901b03c94d9045585ed8
-
Noel Grandin yazdı
Change-Id: Iec36c7e4f4fbc2ee2ee25d4d0c8488340ba7d8c4 Reviewed-on: https://gerrit.libreoffice.org/16968Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
and remove SvxBrushItem::SetDoneLink since the field it sets is unused.wq Change-Id: Ide95a295fa8004f1ddab5e560f01d36d36658a72 Reviewed-on: https://gerrit.libreoffice.org/16943Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Julien Nabet yazdı
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html for details Change-Id: I7f855a067349381e2567bd15a8daa56aad412774 Reviewed-on: https://gerrit.libreoffice.org/16959Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-