- 24 Şub, 2016 40 kayıt (commit)
-
-
Caolán McNamara yazdı
This reuses lots of the unity machinery which is similar to the mac concept of a single toplevel menubar. So to drive popup menus, part of this is a rework that does away with the idea that the "menubar" is the controller of the hierarchy, and instead the top element becomes the controller Change-Id: I4336391718844bc73cfc47c1043f99f0e3b812d8
-
Stephan Bergmann yazdı
Change-Id: I5a2a465bec4fe38de683ce989264062a70a12d36
-
Stephan Bergmann yazdı
...in 8bcc5389 "WaE vs2015 literal implicit casting," that explains why 89fe180f "Silence -fsanitize=shift ("left shift of negative value")" became necessary afterwards Change-Id: I1b3d09ba59d60a88e34e48cc3697a20084623817
-
Yousuf Philips yazdı
Change-Id: I4a886a9312a4b4afbe2451b88941b72dc5c6dadc Reviewed-on: https://gerrit.libreoffice.org/22621Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Stephan Bergmann yazdı
since ce81a477 "tdf#97458 - remove unused intel opengl driver version special-casing." Change-Id: I4d1e804bef054db5a999b23c35c308e1a0c5ece3
-
Caolán McNamara yazdı
Change-Id: I27610f28f42368355bef1b3461fc3ccea1b07218
-
Marco Cecchetti yazdı
Change-Id: Iafa5d4b347da46dedb9431b6870f34b2b6fcad99
-
Marco Cecchetti yazdı
Avoiding de-compressing and re-compressing them saves lots of time too. Avoid PNG compressing de-compressed JPEGs. Change-Id: I7fe7db8e294e38d3240d284f73183a34ee48fb2d Reviewed-on: https://gerrit.libreoffice.org/22657Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: Id86b4afc0d00864e02c978e0b8d4aa1fde7263c3
-
Caolán McNamara yazdı
e.g. the toplevel toolbars put excess entries in menus. If the entry is not marked as checkable then a native gtk menu entry will appear to be stateless when it actually does have a toggle state Change-Id: I7168b44d59fd64dfe264ed8ca26355252d697251
-
Stephan Bergmann yazdı
Change-Id: I34016e7124ff33700bb33801145f478ed34e9262
-
Miklos Vajna yazdı
If there is a field that's the same we would append, don't do anything. The document property is already updated, and the rest is automatic: it's a field after all. Change-Id: I68713629a6917657ff491646c1b7781a9603e4f2
-
Miklos Vajna yazdı
Iterating over all text nodes of the document would be quite slow, use the layout information instead. Change-Id: I124ef62e171b08af681a3ae910ffbdf839e34270
-
Miklos Vajna yazdı
Change-Id: I56d37a8c143dd5108bbc9f6444fe3e058378bf5e
-
Miklos Vajna yazdı
Change-Id: Ic69af56982a89356571f0016164b60e22ab94cf8
-
Caolán McNamara yazdı
e.g. the draw/impress context menus. Handle these like MenuManager::Activate does Change-Id: I02a0e377a2d3a57ac7ac9239aaa75dbb856489d2
-
Eike Rathke yazdı
Change-Id: Iff9301c7b82f932ef2c71cb1ed62cd24211e92d2
-
Noel Grandin yazdı
look for places we should be calling CPPUNIT_ASSERT_EQUALS instead of CPPUNIT_ASSERT Change-Id: Ia836555d569069c6d0dce592f1c9a78bf8d8adb8
-
Christian Lohmaier yazdı
Change-Id: Ia62263dd12c2bee3d283037233d4d91a742a6775
-
Stephan Bergmann yazdı
...where "/opt/lo/bin/make.exe distclean" had started to fail with > rm -fr C:/lo64/core/test-install > rm -fr C:/lo64/core/instdir > rm -fr C:/lo64/core/workdir > C:/cygwin64/bin/find: paths must precede expression: rm > Usage: C:/cygwin64/bin/find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression] > Makefile:170: recipe for target 'distclean' failed > make: *** [distclean] Error 1 Change-Id: I98ecb51ba1747d55aec0eb80f5ec5a257dd5af76
-
Caolán McNamara yazdı
i.e. originally we preferred the old action, now prefer the new action because e.g. wrap items in writer only contain their "checkable" state on their update Change-Id: I6a6ce94126253396cc273834a7e8a4fb0a56921d
-
Stephan Bergmann yazdı
...replacing implicit NullPointerException with explicit IOException Change-Id: I673c836c64e141a7a3e4b40fca0922feee26bd03
-
Stephan Bergmann yazdı
...replacing implicit NullPointerException/IndexOutOfBoundsException with explicit RuntimeException Change-Id: I519b0fcd2b2d2657ae82ef7eb28f88a0e13fa970
-
Stephan Bergmann yazdı
Change-Id: Ib840f5516e503ce92078150933217149fd322bde
-
Stephan Bergmann yazdı
...replacing implicit NullPointerException with explicit RuntimeException Change-Id: I14dfe81a6a05d33cb311a6274c085ea0dcf95692
-
Noel Grandin yazdı
Change-Id: Ie9794ea164d587ad87ee13d360cb3abc18166051
-
baltasarq yazdı
This is a [partial] patch for BUG #84938: https://bugs.documentfoundation.org/show_bug.cgi?id=84938 The objective is to substitute all apparitions of #defined constants for enum class. The victim here is the series of constants STRING_xxx that were located in sbres.hxx and were changed for a StringId enum class. Obviously some other files where the type is used must be changed too. Change-Id: I31fa684eb5eb3508d2025c9a319d5b245cc177af Reviewed-on: https://gerrit.libreoffice.org/22655Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tor Lillqvist yazdı
Change-Id: I9366a8691a69b55d486b863d0149e22a848aa9ac
-
Noel Grandin yazdı
Change-Id: Ibf0871601e52ea4fa49e9622176431943c55abdd
-
Noel Grandin yazdı
Change-Id: I17c0a616dd6cf48a22896b6cd6b0df157d1f9a9f
-
Noel Grandin yazdı
Change-Id: I5e2e084114c8b0eedd0f2cd8327d6c6d68742462
-
Noel Grandin yazdı
Change-Id: Ifcd6bf1728c632ed10301c4a426dae57dbf0912a
-
Noel Grandin yazdı
Change-Id: I25d217ca2cf3e8cc4dfaccc6dc7d5453ffdc6cb6
-
Noel Grandin yazdı
Change-Id: I26c9929be8aad02030722508334e66f5028ffb37
-
Noel Grandin yazdı
Change-Id: Ib5a595819dec8511d284ed1022d8f7c624f8d8f9
-
Noel Grandin yazdı
Change-Id: I1e81c8d637e738f536f7efad8b67d0c9183e6483
-
Noel Grandin yazdı
Change-Id: I1f1b4981c70c2b8ff8087a85f0af28b816b4654a
-
Noel Grandin yazdı
Change-Id: I70a84f777e714bcc20c2d7b06b918e3be0f3ce4a
-
Noel Grandin yazdı
Change-Id: I23972d65b5c8c734fd3a62d6deda53cfe1fddd61
-
Noel Grandin yazdı
Change-Id: I17f7a2f8f89166c5a51be4ee15986d21f1cb24b3
-