lo_daily_tb_win - Build # 2385 - Still Failing:
Identified problems:
* broken buildslave - lost connection: seems like the buildslave lost the connection
* Indication 1:
<https://ci.libreoffice.org//job/lo_daily_tb_win/2385/consoleFull#133679541d6a077db-fe4f-4479-b990-f037a75048dd>
* Indication 2:
<https://ci.libreoffice.org//job/lo_daily_tb_win/2385/consoleFull#-1633199779d6a077db-fe4f-4479-b990-f037a75048dd>
Check console output at https://ci.libreoffice.org/job/lo_daily_tb_win/2385/ to view the results.
Changes for Build #2383
[Michael Weghorn] gtk weld: *Un*select in GtkInstanceIconView::do_unselect
[Michael Weghorn] vcl: Move SvTabListBox::GetEntryPos to base class
[Michael Weghorn] weld: Add iter-based IconView::(un)select
[Michael Weghorn] weld: Replace calls to weld::ItemView::select(-1) with unselect_all()
[Michael Weghorn] tdf#130857 weld: Move signal blocking to ItemView::{un,}select_all
[Michael Weghorn] vcl/gtk weld: Implement (un)select_all without forwarding
[Michael Weghorn] weld: Implement index-based ItemView (un)selection in base class
[Michael Weghorn] tdf#168594 weld: Add IconView::get_item_at_rect
[Michael Weghorn] sd: Reuse weld::IconView::get_item_at_pos in MasterPagesSelector
[Michael Weghorn] sd a11y: Allow opening MasterPagesSelector menu using keyboard
[Heiko Tietze] Resolves tdf#160096 [API CHANGE] - Improve data validity handling
[Heiko Tietze] Related tdf#160096 - Consistent button response for Data Validation
[Xisco Fauli] skia: disable C4100 using #pragma warning
[Hossein] cui: remove duplicate code
[Stephan Bergmann] Fix loplugin:unusedcapturedefault for lambdas in template code
[gerrit buildbot] Update git submodules
[Ilmari Lauhakangas] tdf#147021 use std::size() instead of SAL_N_ELEMENTS
[Tomaž Vajngerl] sd: cleanup creation of default stlyesheets
[Tomaž Vajngerl] vcl: remove bMetafile
[Stephan Bergmann] external/python3: Silence more UBSan "applying zero offset to null
[Mike Kaganski] tdf#165233 Replaced lambda explicit capture with capture-default
[Xisco Fauli] nss: upgrade to 3.119.1
[Noel Grandin] re-enable PCH for skia
[Michael Weghorn] vcl: declare variables seperately on own lines
[Julien Nabet] Fix typo
[Julien Nabet] Fix typo
[Julien Nabet] Fix typo
[rb.henschel] tdf#169049 ensure valid range for preview document
[Michael Weghorn] weld: Move get_iter_first and iter_next_sibling to ItemView
[Michael Weghorn] vcl weld: Deduplicate get_iter_first, iter_next_sibling
[Michael Weghorn] tdf#130857 qt weld: Move get_iter_first, iter_next_sibling to base
[Michael Weghorn] tdf#168594 weld: Add get_iter_index_in_parent for IconView
[Michael Weghorn] sfx2: Drop unused include
[Michael Weghorn] tdf#168594 Change SvxCharView focus callback param to CharAndFont
[Michael Weghorn] tdf#168594 Move InsertCharToDoc logic out of SvxCharView
[Michael Weghorn] tdf#168594 Let SvxCharView implement basic mouse click logic
[Michael Weghorn] tdf#168594 Only care about SvxCharView font family name
[Michael Weghorn] tdf#168594 Change SvxCharView click callback param to CharAndFont
[Michael Weghorn] tdf#168594 a11y: Update special char info on keyboard triggered focus
[Michael Weghorn] tdf#168594 Rework SvxCharView activation logic
[Hossein] tdf#143148 Replace include guards with pragma once
Changes for Build #2384
[Michael Weghorn] weld: Move iter-based set_cursor to weld::ItemView base
[Michael Weghorn] tdf#130857 qt weld: Move do_set_cursor impl to QtInstanceItemView
[Michael Weghorn] vcl weld: Deduplicate ItemView::do_set_cursor impls
[Michael Weghorn] weld: Move get_id() to weld::ItemView base
[Michael Weghorn] vcl weld: Deduplicate weld::ItemView::get_id implementations
[Mike Kaganski] Use concepts to simplify safeint
[Mike Kaganski] Use o3tl::IntCmp to simplify safeint
[Heiko Tietze] tdf#147814 Tabs dialog: rename Left/Right to Start/End
[Mike Kaganski] tdf#42982 Improve UNO API error reporting
[Mike Kaganski] tdf#155306: find the correct footnote boss frame
[Michael Weghorn] tdf#130857 qt weld: Move ROLE_ID to QtInstanceItemView
[Michael Weghorn] tdf#130857 qt weld: Deduplicate ItemView::get_id implementations
[Michael Weghorn] weld: Move index-based set_id to weld::ItemView
[Michael Weghorn] vcl weld: Move set_id helper to SalInstanceItemView
[Michael Weghorn] weld: Add weld::ItemView::set_id taking iter param
[Michael Weghorn] weld: Implement index-based ItemView::{g,s}et_id in base class
[Michael Weghorn] vcl weld: Merge both SalInstanceItemView::set_id
[Michael Weghorn] weld: Deduplicate weld::TreeView::get_selected_index impls
[Caolán McNamara] Sanitize font size read from XLS
[Mike Kaganski] Pass correct value to SwFrame::FindFootnoteBossFrame
[Mike Kaganski] Pass more concrete type
[Mike Kaganski] Simplify oox::RefVector and oox::RefMap
[Miklos Vajna] sw: extend the SwFormatDrop documentation
[Michael Weghorn] tdf#130857 qt weld: Move ItemView::get_cursor impl to base
[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceItemView::get_selected
[Michael Weghorn] tdf#130857 qt weld: Deduplicate weld::ItemView::do_select impls
[Michael Weghorn] tdf#130857 qt weld: Deduplicate weld::ItemView::do_unselect impls
[Michael Weghorn] tdf#130857 qt weld: Deduplicate weld::ItemView::get_selected_id impls
[Michael Weghorn] tdf#130857 qt weld: Share weld::ItemView::get_selected_text impl
[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceIconView::count_selected_items
[freedesktop] tdf#168771 Convert enum to enum class in methods1.cxx
[Mike Kaganski] tdf#168272 Allow InsertPageBreak to accept a Page Style
[raykowj] tdf#170041 SwNavigator: Fix floating tables aren't highlighted fully
[Michael Weghorn] weld: Introduce iter-based weld::IconView::remove
[Michael Weghorn] weld: Move TreeView and ItemView's (do_)remove to ItemView base
[Michael Weghorn] tdf#130857 qt weld: Reuse QtInstanceTreeView::do_remove for IconView
[Michael Weghorn] vcl weld: Deduplicate ItemView::do_remove impls
[Michael Weghorn] tdf#130857 tdf#168594 qt weld: Implement QtInstanceIconView::get_rect
[Michael Weghorn] weld: Move selected_foreach to weld::ItemView
[Michael Weghorn] weld: Forward-declare weld::TreeView in weldutils.hxx
[Michael Weghorn] tdf#130857 qt weld: Move selected_foreach to QtInstanceItemView
[Michael Weghorn] tdf#130857 tdf#168594 qt weld: Support activate-on-single-click
Changes for Build #2385
[Michael Weghorn] tdf#168594 tdf#119931 a11y special chars: Use IconView for
[Michael Weghorn] tdf#168594 Move CharAndFont to charmapcontainer.hxx
[Michael Weghorn] vcl weld: Deduplicate ItemView::get_{selected,cursor} impls
[raykowj] tdf#170067 SwNavigator: Unprotect section needs to ask for set password
[Noel Grandin] use more concrete UNO in pivot cache
[Mike Kaganski] Drop a convenience function used only once
[rb.henschel] tdf#169610 dataprovider save,load SortTransformation
[Caolán McNamara] cid#1676284 Variable copied when it could be moved
[raykowj] tdf#170067 SwNavigator: Unprotect section needs to ask for set password
--
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/libreoffice-ci/
Privacy Policy: https://www.documentfoundation.org/privacy
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.