Age | Commit message (Collapse) | Author |
|
the GTK3 version check for the GDK_IS_X11_DISPLAY macro
does not appear to work well on all the machines
Change-Id: I7020afdca1b270f89910753737c2c70b61453b34
|
|
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c
Reviewed-on: https://gerrit.libreoffice.org/17187
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I722828785a861065a69a1d83bc6e40517b164102
|
|
Change-Id: Ica5f5947f37207c9dd2e51b7903fad52dd4836fd
|
|
Change-Id: I480a816e39d188ef135f51d71ab8eb70c7aacc59
|
|
Change-Id: I295ef24b8d524e152c85b90548d8a7753347dacd
|
|
Change-Id: Ic7112f9bdd638ad72758e1b187778d004df4dd7b
|
|
Change-Id: Icd081c38de1374c6bfd6fb04d7765e07ff5d1aff
|
|
Change-Id: I72247a38021b11a521d785f7565c218a425a857f
|
|
Change-Id: I53e2634984c8e08b707dc3a21b2a6e68b48ec701
|
|
Change-Id: I5d57f715edbadc7fef5c508cae7e98bcde0e4e5c
|
|
make it consistent across the codebase, no space between keyword
and the colon
Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5
Reviewed-on: https://gerrit.libreoffice.org/17148
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I2c154e4df060ade36744c6aa2fbffa8c6e665629
|
|
Change-Id: I66b92146757352408a331f9e23289839f443ff79
|
|
Change-Id: I8e1e45caadc6cc537f27a194851dd00b1f1d0e89
|
|
Hold a VclPtr on the window, make reset cleaner, and don't crash
removing listeners from disposed windows.
Change-Id: I3efb71117fc45562d5c740578f5e33dabb2684fe
Reviewed-on: https://gerrit.libreoffice.org/17037
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: Ifafd45865c93d474510bd0557bb9ab3843b7dbb7
|
|
Change-Id: I11bd73ff134895d05c7ce054b5ef26829a3bf8c3
|
|
Change-Id: Id438b987f72ae57bd4fa882e01fba17d3fa5b95b
|
|
before:
getFiles retrieves all files with their url
getSelectedFiles just returns getFiles result
after:
getSelectedFiles retrieves all files with their url
getFiles uses getSelectedFiles and truncates to 1 entry if necessary
See http://nabble.documentfoundation.org/Dev-f1639786.html for discussion
Conflicts:
vcl/unx/kde4/KDE4FilePicker.cxx
Change-Id: I56a0e2bc877f93e28f08d5ebaafd1826a92cef8b
Reviewed-on: https://gerrit.libreoffice.org/17025
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
This reverts commit e60f6ac2492f7780f55e0d336966d78097a4b396.
The "width" field is "int" in freetype 2.4.8 and "unsigned int" in 2.5.5
Change-Id: I4f7cc2bcf715890a85b956a5bf59667f634f31b5
|
|
This is pointless, the GCC warning was fixed in the previous commit and
FT_Bitmap.width is of type "unsigned int" already.
This reverts commit bc4a2d7ce9d4417f9d6cd58505d4ea3e959b1354.
|
|
Change-Id: Id0345e5d867d18bf7eb341f04086226b7fa79680
|
|
This reverts commit 97df2dee8ea4f33f4efb7467cfeec2d8954c006c, obsoleted by
cbce40e965acef51822b31d73da5fbc271fbcad0 "Make content of OSL_ASSERT,
DBG_ASSERT, etc. visiblie in non-debug builds."
|
|
This reverts commit 77c47fc79c1c8096c19a81a0d320e75b84857144.
This doesn't reintroduce the original problem of tdf#91544.
Change-Id: Iee4d54e584cf098be70e8c49f9050d537567cf92
|
|
Change-Id: I3b5d0daf05e3272d2afa0da84ff0b1f8d5c965a4
|
|
...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
|
|
Change-Id: Ia77063f7008f960373861b8b59710abe9918865c
|
|
Change-Id: I35749d468d126084a518bcd423f8a081c7382d80
|
|
Change-Id: If06753320d34e0e677c9456ddb47bfd3636e8a66
|
|
Change-Id: I9f68d000b32623db4d949d13284043630f5689f4
|
|
Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589
Reviewed-on: https://gerrit.libreoffice.org/16975
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
... and actually make this work with a context menu..
Change-Id: I9a9bcdccae859cb2a54ec7db442435215e21e0e0
|
|
Change-Id: I971ba5f422827f3b8fcdb86c447fc48415225eca
|
|
Change-Id: I2410308ecccb8c5318a718bafadc7b40a98cb82b
|
|
Change-Id: I3c8896230e3d48a37f4b8d702b0f673e44f45ba4
|
|
...from d11b244bf9b9115f5384d6ff43bdffc7f1289d71 "getFiles: truncate to 1 file
only"
Change-Id: I149489212db943f79dfda7f1012d22809f090851
|
|
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html
for details
Change-Id: I7f855a067349381e2567bd15a8daa56aad412774
Reviewed-on: https://gerrit.libreoffice.org/16959
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I9d9b6f3e9592ca7b85cee5422e43d4ca46b8bb36
|
|
Change-Id: I48d9aebfba7bcd6d8ac00fcc2c76ec49216f4a0d
|
|
Change-Id: I06e9c28f49f4231a02a7f21940ea55ef41836b67
|
|
Change-Id: Ifaa0a8892746493234154949d2023141498a03ce
|
|
Change-Id: I0ffa569e0c4240e11184df7dd56b95d87a12425d
|
|
Change-Id: I5404e4410b88e84f55fadb4bc82f936e1f1c2d96
|
|
Change-Id: I47e7cb259908ffc6a00475369af1a841acda1da7
|
|
Change-Id: I3a5e0efef6843fb8f8b485fa2369ac5b99513c31
|
|
/home/tinderbox/master/vcl/unx/kde/salnativewidgets-kde.cxx:1987:88: error: implicit instantiation of undefined template ´boost::optional<Color>´
aStyleSettings.SetMenuBarTextColor( aStyleSettings.GetPersonaMenuBarTextColor().get_value_or( aMenuFore ) );
/home/tinderbox/master/include/vcl/settings.hxx:38:32: note: template is declared here
template<typename T> class optional;
Change-Id: Ic681d36f376f7433dae56fc1da5f8a2dd0f597ea
|
|
This eliminates 638MB of preprocessor input.
Change-Id: Ife434310ec08e408e1f8aaf52d6298f8caa209af
|
|
The most relevant signal member function appears to be connect(),
so let's create a wrapper function for that now, without the more
esoteric ordering features for now.
Move the signal member itself to a new pImpl.
The benefits are worth it: preprocessor input reduced by 2.8GB,
that's 9% of the total (excluding system headers which are not counted
because they don't generate dependencies).
Change-Id: I0aaeda51a5630a348bb12c81a83f67afbd508a14
|
|
The boost::signal stuff is quite heavy (33 kloc), so try to hide it
from the header.
Change-Id: I87826ccfd2a151aff274ffa6b7159a988f751808
|