This reverts commit 5487769838570ba5f1b35529689321e1842bae31.
Come back to a more consistant UI:
- single click for selection. CTRL modifier for multi-selection
- double click for action
- removed item's checkbox
- get rid of the selection mode
- no hover on items
Change-Id: I82863c77ed6a45410242a244545505a5b898ba56
God made non-breaking hyphen
and saw that it was gone
he told us to fix it as soon as hell
we promised that we would
Change-Id: I1d2bb8f7542f5ffec36fafdbdb07ace1cb62fb4a
Signed-off-by: Lennard <Wasserthal@nefkom.net>
Reviewed-on: https://gerrit.libreoffice.org/1279
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
So that now it's possible to do just
'make CppunitTest_sw_macros_test'
instead of
'make /home/llunak/build/src/l2/workdir/unxlngx6/CppunitTest/sw_macros_test.test'
Change-Id: Ibd1e9ef4fc825043a71bd669b2f5c37ffec68e33
Reviewed-on: https://gerrit.libreoffice.org/1253
Reviewed-by: Peter Foley <jpfoley2@gmail.com>
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
There should be no #ifdef for that anyway (given compiler support
each feature will need its own check).
Change-Id: I1998bfff362f2aef23717735834cacf87d3db90b
Only enable the Edit box if the overall option is enabled
Change-Id: Ica0f973d22b89a37bd690c285d7cc0ae5204b7a8
Reviewed-on: https://gerrit.libreoffice.org/1272
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
In order to make sure the PCH is built first. It needs to be this way,
even in empty gb_FULLDEPS mode, because making just LinkTarget/headers
depend on PCH would mean generating (both) PCH before anything else,
bringing back the problems related to this.
Since the PCH is now explicitly included using the command line, it is no
longer necessary to have include guards or #ifdefs for enabling it.
Change-Id: Ie64fdc75129af7097213d86f2daec461993fb6f4
Let's assume that all cxx objects use exceptions by default, unless explicitly
added using add_noexception_cxxobject. This should avoid the need to generate
noexceptions .pch in most cases, as noexceptions cxx objects are currently rare.
It also avoids a bug in MSVC that makes .pch generation fail with error C1033
(e.g. comment from 'Fish Fish' in
https://connect.microsoft.com/VisualStudio/feedback/details/98831/fatal-error-c1033-cannot-open-program-database-debug-vc80-idb).
Change-Id: I31c575a34539d58c42754ecfe6639c5b5e5854f1
With the timestamp file for .pch this is no longer needed, as those .cxx
that actually use it depend on it. This should also mostly avoid needing
the noex .pch variant at all.
Change-Id: Id56d8f6025617808f03bf543fa4e6cb811ea67be
This is the best I could come up with, create a timestamp file for every
link target and make it depend on the precompiled_xxx.hxx file for those
using PCH.
Change-Id: I68a53a1315ba172543b0d8de4122c2856b37d72b
This is mostly a revert of 992757cc5e
and bc78ac68c2, with tweaks to apply.
Also only MSVC support for now.
Change-Id: Ia926b3c28125b52012156ccfd47932837b09d20a