Date: prev next · Thread: first prev next last
February 2025 Archives by date, by thread · List index


lo_daily_tb_win - Build # 2041 - Fixed:


Check console output at https://ci.libreoffice.org/job/lo_daily_tb_win/2041/ to view the results.

Changes for Build #2038
[Stephan Bergmann] Emscripten: Let runUnoScriptUrls handle all scripts in one go

[Julien Nabet] Remove also canvas/cairo in gtk4, qt6 and gtk3_kde5

[Caolán McNamara] tdf#123225 - export <rowItems> and <colItems>

[Miklos Vajna] vcl: remove unused include

[Hossein] tdf#145614 Convert #define MAX_ENTRIES to constexpr

[gerrit buildbot] Update git submodules

[Michael Weghorn] qt: Remove now unused vcl/inc/qt6/QtSvpSurface.hxx

[Hossein] tdf#145538 Use range based for loops

[Noel Grandin] return concrete UNO class in oox::AttributeList::getFastAttributeList

[Miklos Vajna] FillApi: fixed JSON validity issues

[Noel Grandin] use more concrete UNO types in some local vars

[Caolán McNamara] cid#1643103 COPY_INSTEAD_OF_MOVE

[gerrit buildbot] Update git submodules

[Noel Grandin] use more concrete UNO types in some local vars

[Michael Weghorn] android: Drop linker flag for libandroid_support

[Michael Weghorn] tdf#162769 android nss/nspr: Drop '-D_PR_NO_LARGE_FILES=1'

[Michael Weghorn] tdf#162769 android: Declare support for NDK versions up to 28

[Michael Weghorn] bump android ndk to 27.2.12479018 on CI

[Michael Weghorn] drop obsolete android-gcc-toolchain switch

[Xisco Fauli] postgresql: upgrade to 14.17

[Michael Stahl] sw: use same paragraph properties as Word for hidden text

[Justin Luth] related tdf#164201 Word 2010 filter should be flagged as FILTER_DOCX

[Michael Weghorn] android: Update minimum NDK version to 27

[Michael Weghorn] tdf#130857 qt weld: Initialize

[Michael Weghorn] tdf#130857 qt weld: Explicitly reset formatter in spinbutton dtor

[Michael Weghorn] tdf#130857 qt weld: Support Svx(Decimal)NumberDialog

[Michael Stahl] sw: fix bug with redline following fieldmark or hidden break

[Michael Weghorn] tdf#130857 Formatter: Pass string to convert to double

[Michael Weghorn] tdf#130857 Formatter: Extract helper method to convert text to value

[Michael Weghorn] tdf#130857 qt weld: Implement FormattedSpinButton text -> value

[Michael Weghorn] tdf#130857 qt weld: Avoid losing decimals in SvxDecimalNumberDialog

[bjoern.michaelsen] SwCollCondition: SwClient no more

[Mike Kaganski] Make the char tables referenced from ScCompiler::Convention constexpr

[fitojb] simplify extended tip for position of subtotals

[Michael Weghorn] tdf#130857 qt weld: Implement spin button input validation

[Michael Weghorn] tdf#130857 qt weld: Don't signal spinbox value/text changes while typing

[Michael Weghorn] tdf#130857 qt weld: Allow typing spinbox value when TimeFormatter is

[Michael Weghorn] tdf#130857 qt weld: Consistently use QString in QtDoubleSpinBox

[Michael Weghorn] tdf#130857 qt weld: Support Impress slide show settings dialog


Changes for Build #2039
[Michael Weghorn] tdf#130857 qt weld: Use QSpinBox in SpinButton's weld::Widget methods

[Michael Weghorn] sd: Resave presentationdialog.ui with glade 3.40

[Michael Weghorn] tdf#130857: sd presentationsdialog.ui: Define widgets in order

[Michael Weghorn] tdf#130857 qt weld: Add logic to find first treeview text column

[Michael Weghorn] tdf#130857 qt weld: Implement more treeview methods using first text col

[Michael Weghorn] tdf#130857 qt weld: Use QtInstanceTreeView::modelIndex helper

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceTreeView::is_selected

[Michael Weghorn] tdf#130857 qt weld: Forward more TreeView methods taking iter

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceTreeView::count_selected_rows

[Michael Weghorn] tdf#130857 qt weld: Implement TreeView methods to expand/collapse

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceTreeView::{g,s}et_sensitive

[Michael Weghorn] tdf#130857 qt weld: Handle image/icon in QtInstanceTreeView::insert

[Mike Kaganski] tdf#158068 Use OUString literals in dbmgr.cxx

[nemeth] tdf#i165354 sw offapi DOCX: implement HyphenationKeepLine – part 1

[Michael Stahl] sw: fix some comments

[Noel Grandin] Revert "remove canvas/cairo and canvas/gdi and canvas/directx backends"

[Justin Luth] related tdf#164201 Word 2010 dotx should be flagged as FILTER_DOCX

[Justin Luth] tdf#164845 doc import: read_tabs for sprmPChgTabs

[tibor.nagy.extern] tdf#160705 PDF export: Set the table caption element inside the table

[gokaysatir] cool#11072: Send current cell's decimal separator.

[Michael Weghorn] vcl: Merge SvLBoxButtonData::InitData into ctor

[Michael Weghorn] vcl: Pass control by ref to SvLBoxButtonData::SetDefaultImages

[Michael Weghorn] vcl: Merge SvLBoxButtonData_Impl into SvLBoxButtonData

[Michael Weghorn] vcl: Use a std::map for SvLBoxButtonData::aBmps

[Michael Weghorn] vcl: Drop pointless SvLBoxButtonData::m_bDefaultImages and getter

[Michael Weghorn] vcl: Use Size instead of width/height in SvLBoxButtonData

[Michael Weghorn] vcl: Drop SvLBoxButtonData::SetImage

[Michael Weghorn] vcl treeview: Pass SvLBoxButtonData by ref instead of pointer

[Michael Weghorn] vcl: Merge SvTreeListBox::{SetCheckButtonData,EnableCheckButton}

[Sahil Gautam] remove unused LoadColorsFromTheme() from gtk theming code

[Gabor Kelemen] tdf#165333 RTF: import SYMBOL fields correctly

[tibor.nagy.extern] tdf#146553 sw: allow the AutoText dropdown button in the toolbar in RO

[raykowj] tdf#150524 Cannot traverse entire font lists in combo box with


Changes for Build #2040
[Tomaž Vajngerl] vcl: introduce BitmapContainer and use it in ImpGraphic for bitmap

[Tomaž Vajngerl] pdf: enable PDF/UA only when writing PDF version 1.7 or 2.0

[Mike Kaganski] Deduplicate getTypeEntries in cppuhelper

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceTreeView::{g,s}et_toggle

[Michael Weghorn] tdf#130857 qt weld: Let QStandardItemModel::itemFromIndex create item

[Michael Weghorn] tdf#130857 qt weld: Add support for special toggle button column

[Michael Weghorn] tdf#130857 qt weld: Support spelling options dialog

[Michael Weghorn] cui: Simplify and rename SvxLinguTabPage::HideGroups

[Michael Weghorn] tdf#130857 cui: Hide whole frame instead of individual widgets

[Michael Weghorn] tdf#130857 qt weld: Don't assert text has been set when getting it

[Michael Weghorn] tdf#130857 weld: Make {Icon,Tree}View::{,un}select_all purely virtual

[Michael Weghorn] tdf#130857 qt weld: Forward more QtInstanceTreeView methods taking iter

[Michael Weghorn] tdf#130857 qt weld: Also select item in QtInstanceTreeView::set_cursor

[Michael Weghorn] tdf#130857 qt weld: Support QueryDeleteDictionaryDialog

[Michael Weghorn] cui: Resave breaknumberoption.ui with glade 3.40

[Michael Weghorn] tdf#130857 qt weld: Support BreakNumberOption dialog

[Michael Weghorn] tdf#130857 qt weld: Convert Qt to VCL accelerator in get_label()

[Michael Weghorn] tdf#130857 qt: Don't expect XFilePicker3 template in XFolderPicker2 init

[Michael Weghorn] tdf#130857 qt weld: Introduce QtXWindow

[Michael Weghorn] tdf#130857 qt weld: Demote assert about radio button word wrap

[Michael Weghorn] tdf#130857 qt weld: Support macro security dialog

[Justin Luth] tdf#165207 tdf#164201 docx: always use errata uri in docProps/core.xml

[fitojb] tdf#39468 Translate German comments

[Caolán McNamara] filter out instance metadata connections

[Caolán McNamara] preload typedetection to share it with children.

[Caolán McNamara] add Writer/Content/NonprintingCharacter to allowed list

[Caolán McNamara] kit: enable metadata filter


Changes for Build #2041
[Mike Kaganski] Refactor comparison operators for DateTime and Time classes

[Michael Weghorn] tdf#130857 qt weld: Support XSLT filter dialog

[Michael Weghorn] a11y: Leave comment field in XML Filter dialog on simple Tab

[Michael Weghorn] tdf#130857 Define widgets in XML Filter dlg .ui files in order

[Michael Weghorn] tdf#130857 qt weld: Support "Test XML Filter" dialog

[Michael Weghorn] tdf#130857 qt weld: Support "XML Filter Settings" dialog

[Michael Weghorn] Make "XML Filter Settings" dialog modal and set parent

[Michael Weghorn] tdf#130857 qt weld: Introduce QtInstanceAssistant

[Michael Weghorn] tdf#130857 qt weld: Move findButtonBox helper to QtInstanceDialog

[Michael Weghorn] tdf#130857 qt weld: Split QtInstanceMessageDialog::buttonForResponseCode

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceDialog::weld_button_for_response

[Michael Weghorn] vcl: Switch BuilderBase::set_response param from short to int

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceAssistant::append_page

[Michael Weghorn] tdf#130857 qt weld: Implement QtInstanceAssistant::set_page_index

[Julien Nabet] Try fix local variable is initialized but not referenced for ARM TB

[Julien Nabet] Fix typo

[Sarper Akdemir] tdf#164936 oox: modify getColor method to include alpha

[Christian Lohmaier] update credits

[Caolán McNamara] cid#1643142 avoid Missing move assignment operator

[Hossein] tdf#158237 Use C++20 contains() instead of find() and end()
-- 
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.