Re: [Development] Proposing to change https://wiki.qt.io/API_Design_Principles#Enums_in_classes to require scoped enums

2025-01-17 Thread Thiago Macieira
y can't be extracted by moc using Q_FLAG / Q_ENUM. The enumeration values must be in the class body for moc to work. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptographic si

Re: [Development] Proposing to change https://wiki.qt.io/API_Design_Principles#Enums_in_classes to require scoped enums

2025-01-16 Thread Thiago Macieira
nscoped enum would simply move the "Option" from the middle to the end, with little space saved. But at this point I am not in favour of mandating them for all new enumerations. There are still too many cases where they don't make sense. And we definitely are not in a place to sugg

Integrated: 8305418: [Linux] Replace obsolete XIM as Input Method Editor

2025-01-16 Thread Thiago Milczarek Sayao
On Sun, 2 Apr 2023 20:38:25 GMT, Thiago Milczarek Sayao wrote: > This replaces obsolete XIM and uses gtk api for IME. > Gtk uses [ibus](https://github.com/ibus/ibus) > > Gtk3+ uses relative positioning (as Wayland does), so I've added a Relative > positioning on

Re: [Development] API style guide: scoped enum or not?

2025-01-16 Thread Thiago Macieira
On Thursday 16 January 2025 04:55:56 Pacific Standard Time Marc Mutz via Development wrote: > https://gcc.godbolt.org/z/6exEonP5o, maybe? Yes. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description:

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v34]

2025-01-16 Thread Thiago Milczarek Sayao
On Thu, 16 Jan 2025 13:47:29 GMT, Thiago Milczarek Sayao wrote: >> This replaces obsolete XIM and uses gtk api for IME. >> Gtk uses [ibus](https://github.com/ibus/ibus) >> >> Gtk3+ uses relative positioning (as Wayland does), so I've added a Relative >>

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v35]

2025-01-16 Thread Thiago Milczarek Sayao
9:04.webm](https://github.com/openjdk/jfx/assets/30704286/6c398e39-55a3-4420-86a2-beff07b549d3) Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision: Restore unintended change from merging master - Changes: - all: htt

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v30]

2025-01-16 Thread Thiago Milczarek Sayao
On Thu, 16 Jan 2025 13:05:39 GMT, Kevin Rushforth wrote: >> Done (merged master) > > @tsayao Can you merge in the latest master? You will need to resolve a merge > conflict when doing so. > > I mainly want to review the native code changes, which I can do in parallel. > I'll also fire off a CI

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v34]

2025-01-16 Thread Thiago Milczarek Sayao
9:04.webm](https://github.com/openjdk/jfx/assets/30704286/6c398e39-55a3-4420-86a2-beff07b549d3) Thiago Milczarek Sayao has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 120 commits: - Merge branch 'master' into new_ime # Con

Re: [LCFC] wml://publicity/announcements/pt/2025/20250111.wml

2025-01-15 Thread Thiago Pezzo
> ITT -> RFR -> ITR -> LCFC -> DONE > Gostei do resumo, inserido na wiki. Obrigado pela dica! Abraços, Thiago Pezzo (tco) t...@dismail.de Debian contributor January 12, 2025 at 4:58 PM, "Carlos Henrique Lima Melara" mailto:char...@debian.org?to=%22Carlos%20He

Re: [Development] QtCS 2024 session on deprecations: what did we actually agree on?

2025-01-14 Thread Thiago Macieira
, I consider the matter resolved now that QStringConverter supports other codecs. You need to enable ICU; I don't consider that to be a high price at all. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Descript

Re: [Development] QtCS 2024 session on deprecations: what did we actually agree on?

2025-01-14 Thread Thiago Macieira
ot;Qt N Compat" moniker and > artificially binding them together. If we're going to keep those classes in Qt 7, then indeed they should be in a library that has a better name. As a library, Qt5CoreCompat must go in Qt 7. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Eng

Re: [Development] QtCS 2024 session on deprecations: what did we actually agree on?

2025-01-14 Thread Thiago Macieira
ext release. There may be some exceptions that we think even N years being deprecated isn't long enough (e.g., it's been around since Qt 1, such as QTimer). -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p

Re: [Linaro-TCWG-CI] 8 patches in glibc: Failure on aarch64

2025-01-13 Thread Thiago Jung Bauermann
ent master branch without > posting a new > patchset? > > I sent this by mistake before Florian's TLS_TP_OFFSET patch was pushed to > master but it is > now. Sorry for the delay. I see that the patch series was already committed on Friday, so this isn't needed any

Re: [PATCH] gcc/configure: Fix check for assembler section merging support on Arm

2025-01-08 Thread Thiago Jung Bauermann
"Richard Earnshaw (lists)" writes: > On 27/12/2024 21:47, Thiago Jung Bauermann wrote: >> In 32-bit Arm assembly, the @ character is the start of a comment so >> the section type needs to use the % character instead. >> >> configure.ac attempts to account

[gcc r15-6711] gcc/configure: Fix check for assembler section merging support on Arm

2025-01-08 Thread Thiago Bauermann via Gcc-cvs
https://gcc.gnu.org/g:36eee5a74eb6d4c48a3a22cd71b3944bac499d0a commit r15-6711-g36eee5a74eb6d4c48a3a22cd71b3944bac499d0a Author: Thiago Jung Bauermann Date: Fri Dec 27 18:47:56 2024 -0300 gcc/configure: Fix check for assembler section merging support on Arm In 32-bit Arm assembly

[www.kde.org] [Bug 481567] Most links to the API reference on develop.kde.org/docs/getting-started/kirigami/components-pagerow_pagestack/ are broken

2025-01-07 Thread Thiago Sueto
https://bugs.kde.org/show_bug.cgi?id=481567 Thiago Sueto changed: What|Removed |Added CC||herzensch...@gmail.com --- Comment #2 from

Re: Unable to download the Tycho 2 Star Catalog

2025-01-05 Thread Thiago Macieira
compatible, you could also simply redistribute the XDG mime database with your application, overwriting the limited Apache Tika database Qt needs to supply. It compresses very well with rcc. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Principal Engineer - Intel DCAI Platform & System Engineering

Relatório sobre as frentes de tradução Debian pt_BR em 2025-01-03

2025-01-03 Thread Thiago Pezzo
- Level 1: 100% Level 2: 099% Level 3: 100% Abraços, Thiago Pezzo (tco)

Re: [PATCH] gcc/configure: Fix check for assembler section merging support on Arm

2025-01-02 Thread Thiago Jung Bauermann
Hello, Thiago Jung Bauermann writes: > This problem was noticed because the recent binutils commit > d5cbf916be4a ("gas/ELF: also reject merge entity size being zero") caused > gas to be stricter about mergeable sections without an entity size: > > configure:2701

Re: [Interest] qmake: enable с++20

2025-01-02 Thread Thiago Macieira
one is devoting time for new features. You can always just add to QMAKE_CXXFLAGS too. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptographic signature ___

Re: [Linaro-TCWG-CI] binutils-2_41-release-4788-gd5cbf916be4: 14 regressions on arm

2024-12-27 Thread Thiago Jung Bauermann
Thiago Jung Bauermann writes: > Maxim Kuvyrkov writes: > >> Thiago, would you please investigate this? > > Ok, on it. It was a latent bug in GCC's configure, which became relevant because this patch made gas stricter about mergeable sections. I posted a fix here: https

[PATCH] gcc/configure: Fix check for assembler section merging support on Arm

2024-12-27 Thread Thiago Jung Bauermann
In 32-bit Arm assembly, the @ character is the start of a comment so the section type needs to use the % character instead. configure.ac attempts to account for this difference by doing a second try when checking the assembler for section merging support. Unfortunately there is a bug: because the

Re: [RFR] po://apt/po/pt_BR.po

2024-12-25 Thread Thiago Pezzo
Obrigado novamente, Rafael. Sem sugestões dessa vez, um ótimo trabalho! Boas festas! Abraços, Thiago Pezzo (tco) t...@dismail.de December 17, 2024 at 8:50 PM, "Rafael Fontenelle" mailto:rafae...@gnome.org?to=%22Rafael%20Fontenelle%22%20%3Crafaelff%40gnome.org%3E > wrote:

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2024-12-22 Thread Thiago Marcos P. Santos
Can we at least call it something like "Applications"? It will look better than "snaps" with "s" lowercase mixed together with "Desktop", "Downloads", etc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

Re: On the quest for a new release model

2024-12-20 Thread Thiago Jung Bauermann
rch64 processors can run armhf code, but many can. This can be seen in the "CPU op-mode(s)" field of lscpu. E.g.: $ lscpu Architecture: aarch64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 32 On-line CPU(s) list:0-31 ⋮ -- Thiago

Re: [Linaro-TCWG-CI] binutils-2_41-release-4788-gd5cbf916be4: 14 regressions on arm

2024-12-18 Thread Thiago Jung Bauermann
Hello, Maxim Kuvyrkov writes: > Thiago, would you please investigate this? Ok, on it. > Start with confirming that the tests pass with current mainline with > Jan's patch reverted. I just confirmed it: when reverting commit d5cbf916be4a ("gas/ELF: also reject merge ent

Re: Vídeo tutorial sobre como revisar arquivo .po DebConf

2024-12-16 Thread Thiago Pezzo
Muito bom o vídeo, obrigado pelo trabalho, Paulo! Abraços, Thiago Pezzo (tco) t...@dismail.de Debian contributor | PGP: DEFC A748 December 15, 2024 at 10:33 PM, "Paulo Henrique de Lima Santana" mailto:p...@debian.org?to=%22Paulo%20Henrique%20de%20Lima%20Santana%22%20%3Cphls%40deb

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v31]

2024-12-15 Thread Thiago Milczarek Sayao
On Sun, 15 Dec 2024 20:57:14 GMT, Martin Fox wrote: >> I modified it to no longer rely on pre-edit calls, but I'm not sure if it's >> working as expected yet. > > When fcitx is configured this way we never receive pre-editing signals AND > we're not filtering a key event when the commit comes i

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v33]

2024-12-15 Thread Thiago Milczarek Sayao
9:04.webm](https://github.com/openjdk/jfx/assets/30704286/6c398e39-55a3-4420-86a2-beff07b549d3) Thiago Milczarek Sayao has updated the pull request incrementally with three additional commits since the last revision: - Better solution for fcitx - Revert "Fixes for

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v31]

2024-12-15 Thread Thiago Milczarek Sayao
On Sun, 15 Dec 2024 19:09:29 GMT, Thiago Milczarek Sayao wrote: >> Anyway, current solution without checking `im_ctx.on_preedit` can work well. >> I backported it to `jfx22` and it worked well. Thanks again. And hope for >> the final solution. > > This option sets i

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v32]

2024-12-15 Thread Thiago Milczarek Sayao
9:04.webm](https://github.com/openjdk/jfx/assets/30704286/6c398e39-55a3-4420-86a2-beff07b549d3) Thiago Milczarek Sayao has updated the pull request incrementally with two additional commits since the last revision: - Fixes for fcitx - Fixes for fcitx - Changes: - all: https://git.op

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v31]

2024-12-15 Thread Thiago Milczarek Sayao
On Thu, 12 Dec 2024 23:53:55 GMT, Helly Guo wrote: >> @hellyguo Thanks so much for tracking this down and providing all the >> details. I would like to better understand what that checkbox does but I >> might not be able to get to that until next week. >> >> JavaFX handles keyboard entry using

Re: Use Qemu to build for non-native architecture on foreign distributions

2024-12-14 Thread Thiago Jung Bauermann
tecture such as aarch64), but I find no > info on how to do this if I am running GNU Guix on a foreign > distribution. Any pointer on this is appreciated. On Debian and Ubuntu systems, you just have to: $ sudo apt install binfmt-support qemu-user-static -- Thiago

[plasmashell] [Bug 496952] Whenever the station is locked, the additional (second) display brightness adjustment disappears.

2024-12-10 Thread Thiago Girolamo
https://bugs.kde.org/show_bug.cgi?id=496952 --- Comment #2 from Thiago Girolamo --- (In reply to TraceyC from comment #1) > I can reproduce this on Plasma 6.2.4 > I'm not able to reproduce this on git-master, it looks like this has been > fixed and will be available in 6.3 >

Re: [Interest] QMessageBox not displayed when monitor is switched off

2024-12-10 Thread Thiago Macieira
icates you've probably removed it from the list of active displays. If you've disabled all outputs, then it stands to reason that there is no display for Qt to display anything on. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform

Re: [RFR] po://adduser/doc/po4a/po/pt_BR.po

2024-12-10 Thread Thiago Pezzo
É a mesma versão do e-mail que acabei de enviar? Estava traduzindo e não vi que havia enviado... Abraços, Thiago Pezzo (tco) t...@dismail.de Debian contributor | PGP: DEFC A748 December 9, 2024 at 3:27 PM, "Paulo Henrique de Lima Santana" mailto:p...@debian.org?to=%22Paulo%20Hen

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v31]

2024-12-09 Thread Thiago Milczarek Sayao
On Mon, 9 Dec 2024 17:25:58 GMT, Martin Fox wrote: >> modules/javafx.graphics/src/main/native-glass/gtk/glass_window_ime.cpp line >> 100: >> >>> 98: >>> 99: void WindowContextBase::commitIME(gchar *str) { >>> 100: if (im_ctx.on_preedit) { >> >> Through `LOG0`/`LOG1`, I found that the valu

Re: [RFR] po://adduser/doc/po4a/po/pt_BR.po

2024-12-09 Thread Thiago Pezzo
Posso revisar sim, deixa comigo. Abraços, Thiago Pezzo (tco) t...@dismail.de mailto:t...@dismail.de Debian contributor | PGP: DEFC A748 December 8, 2024 at 9:22 PM, "Paulo Henrique de Lima Santana" mailto:p...@debian.org?to=%22Paulo%20Henrique%20de%20Lima%20Santana%22%20%3Cphls%40

[jira] [Closed] (TAP5-2800) Stylesheets not imported when @Import also imports a library when in multiple classloader mode

2024-12-08 Thread Thiago Henrique De Paula Figueiredo (Jira)
[ https://issues.apache.org/jira/browse/TAP5-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago Henrique De Paula Figueiredo closed TAP5-2800. - Fix Version/s: 5.9.0 Assignee: Thiago Henrique De

[jira] [Created] (TAP5-2800) Stylesheets not imported when @Import also imports a library when in multiple classloader mode

2024-12-08 Thread Thiago Henrique De Paula Figueiredo (Jira)
Thiago Henrique De Paula Figueiredo created TAP5-2800: - Summary: Stylesheets not imported when @Import also imports a library when in multiple classloader mode Key: TAP5-2800 URL: https

Re: Lista de prioridades 2025 para a equipe de tradução

2024-12-06 Thread Thiago Pezzo
as coisas faltando... Uma das coisas que falta é arrumar o procedimento de atualização de páginas man no wiki. Quanto às outras perguntas, esperemos o pessoal responder. Abraços, Thiago Pezzo (tco) t...@dismail.de Debian contributor | PGP: DEFC A748 December 6, 2024 at 11:19 AM, "Danie

Lista de prioridades 2025 para a equipe de tradução

2024-12-06 Thread Thiago Pezzo
. Por favor, leiam e façam sugestões. [1] https://wiki.debian.org/Brasil/Traduzir/ListaPrioridades Abraços, Thiago Pezzo (tco) t...@dismail.de Debian contributor | PGP: DEFC A748

Relatório sobre as frentes de tradução Debian pt_BR em 2024-12-06

2024-12-06 Thread Thiago Pezzo
- Level 1: 100% Level 2: 099% Level 3: 100% Abraços, Thiago Pezzo (tco) t...@dismail.de Debian contributor | PGP: DEFC A748

Re: [External] : Re: MonkeyTester suggestion

2024-12-05 Thread Thiago Milczarek Sayão
missed that, sorry :) Em qui., 5 de dez. de 2024 às 17:27, Andy Goryachev < andy.goryac...@oracle.com> escreveu: > right click on the stage content gives you some options. > > > > -andy > > > > > > > > *From: *Thiago Milczarek Sayão > *Date: *

Re: MonkeyTester suggestion

2024-12-05 Thread Thiago Milczarek Sayão
t; > - could not get TRANSPARENT stage to actually be transparent on macOS > > - UTILITY stage gets opened with maximized bit set > > > > Let me know what you think. > > > > -andy > > > > *From: *openjfx-dev on behalf of Thiago > Milczarek Sayã

Integrated: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0'

2024-12-05 Thread Thiago Milczarek Sayao
On Sat, 30 Nov 2024 14:56:44 GMT, Thiago Milczarek Sayao wrote: > The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. > > The fix just uses the previous value for width/height if not set. > > The test class is desig

MonkeyTester suggestion

2024-12-05 Thread Thiago Milczarek Sayão
(DECORATED, TRANSPARENT, UNDECORATED) - Owner / no Owner - Open Dialogs / Alerts I would also clean up the old manual tests and concentrate on this tool, which is nice. -- Thiago.

[ITR] po://apt/po/pt_BR.po

2024-12-05 Thread Thiago Pezzo
Obrigado, Rafael. Reservando para revisão. Abraços, Thiago Pezzo (tco) t...@dismail.de mailto:t...@dismail.de Debian contributor | PGP: DEFC A748 December 3, 2024 at 1:57 PM, "Rafael Fontenelle" mailto:rafae...@gnome.org?to=%22Rafael%20Fontenelle%22%20%3Crafaelff%40gnome.org%3

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v9]

2024-12-04 Thread Thiago Milczarek Sayao
> The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. > > The fix just uses the previous value for width/height if not set. > > The test class is designed to accept more test cases in the "mixed sizing" &g

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v8]

2024-12-04 Thread Thiago Milczarek Sayao
On Wed, 4 Dec 2024 19:39:33 GMT, Kevin Rushforth wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Move it to a Robot test >> - Fix test to fail without the fix > > t

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v30]

2024-12-04 Thread Thiago Milczarek Sayao
On Mon, 28 Oct 2024 20:42:44 GMT, Thiago Milczarek Sayao wrote: >> This replaces obsolete XIM and uses gtk api for IME. >> Gtk uses [ibus](https://github.com/ibus/ibus) >> >> Gtk3+ uses relative positioning (as Wayland does), so I've added a Relative >>

Re: RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v31]

2024-12-04 Thread Thiago Milczarek Sayao
9:04.webm](https://github.com/openjdk/jfx/assets/30704286/6c398e39-55a3-4420-86a2-beff07b549d3) Thiago Milczarek Sayao has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 114 commits: - Merge branch 'master' into new_ime - Set

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v8]

2024-12-04 Thread Thiago Milczarek Sayao
On Tue, 3 Dec 2024 22:59:20 GMT, Thiago Milczarek Sayao wrote: >> The bug happened when setting only width or height (not both) on a Stage >> that was oriented by the view size. >> >> The fix just uses the previous value for width/height if not set. >> >>

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v8]

2024-12-04 Thread Thiago Milczarek Sayao
On Tue, 3 Dec 2024 22:59:20 GMT, Thiago Milczarek Sayao wrote: >> The bug happened when setting only width or height (not both) on a Stage >> that was oriented by the view size. >> >> The fix just uses the previous value for width/height if not set. >> >>

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v7]

2024-12-03 Thread Thiago Milczarek Sayao
On Tue, 3 Dec 2024 10:27:22 GMT, Thiago Milczarek Sayao wrote: >> The bug happened when setting only width or height (not both) on a Stage >> that was oriented by the view size. >> >> The fix just uses the previous value for width/height if not set. >> >>

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v8]

2024-12-03 Thread Thiago Milczarek Sayao
> The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. > > The fix just uses the previous value for width/height if not set. > > The test class is designed to accept more test cases in the "mixed sizing" &g

Re: [Interest] Configuring git checkout/build to skip modules

2024-12-03 Thread Thiago Macieira
ossible to skip optional dependencies like this? Drop the -init-submodules and do it manually. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptographic signature

Re: [Interest] Failing to build Qt iOS 6.8.1 from source

2024-12-03 Thread Thiago Macieira
tquick3d Or if you don't need it, rm -rf. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptographic signature ___ Interest mailing list Inter

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v7]

2024-12-03 Thread Thiago Milczarek Sayao
> The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. > > The fix just uses the previous value for width/height if not set. > > The test class is designed to accept more test cases in the "mixed sizing" &g

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v6]

2024-12-02 Thread Thiago Milczarek Sayao
> The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. > > The fix just uses the previous value for width/height if not set. > > The test class is designed to accept more test cases in the "mixed sizing" &g

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v3]

2024-12-02 Thread Thiago Milczarek Sayao
On Mon, 2 Dec 2024 21:25:34 GMT, Kevin Rushforth wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix test package > > tests/system/src/test/java/test/javafx/stage/St

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v4]

2024-12-02 Thread Thiago Milczarek Sayao
On Mon, 2 Dec 2024 21:24:42 GMT, Kevin Rushforth wrote: >> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Add sleep to avoid intermittent failures > > tests/system/s

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v5]

2024-12-02 Thread Thiago Milczarek Sayao
> The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. > > The fix just uses the previous value for width/height if not set. > > The test class is designed to accept more test cases in the "mixed sizing" &g

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v4]

2024-12-02 Thread Thiago Milczarek Sayao
> The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. > > The fix just uses the previous value for width/height if not set. > > The test class is designed to accept more test cases in the "mixed sizing" &g

Re: [Interest] qnumeric.h and use of #include for MSVC

2024-12-02 Thread Thiago Macieira
ired. Those functions were not originally public. We made them so in 6.1.0 because I think someone asked us. As discussed in the task, I'll accept a macro to disable the #include and therefore fall back to the alternative implementations. -- Thiago Macieira - thiago.macieira (AT

[plasmashell] [Bug 496952] New: Whenever the station is locked, the additional (second) display brightness adjustment disappears.

2024-12-02 Thread Thiago Girolamo
https://bugs.kde.org/show_bug.cgi?id=496952 Bug ID: 496952 Summary: Whenever the station is locked, the additional (second) display brightness adjustment disappears. Classification: Plasma Product: plasmashell Version: master

Re: Is there an ETA for Linux Wayland support?

2024-12-01 Thread Thiago Milczarek Sayão
ng a fully functional Wayland Glass backend. (*) Wayland is just a specification, many compositors implement it. -- Thiago. Em dom., 1 de dez. de 2024 às 08:43, Davide Perini < perini.dav...@dpsoftware.org> escreveu: > As title. > It seems that JavaFX is not fully compliant with Linux

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v3]

2024-11-30 Thread Thiago Milczarek Sayao
> The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision: Fix test package - Changes: - all:

Re: RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0' [v2]

2024-11-30 Thread Thiago Milczarek Sayao
> The bug happened when setting only width or height (not both) on a Stage that > was oriented by the view size. Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision: Fix test class name - Changes: - all:

RFR: 8344372: Setting width for TRANSPARENT Stage -> gtk_window_resize: assertion 'height > 0'

2024-11-30 Thread Thiago Milczarek Sayao
The bug happened when setting only width or height (not both) on a Stage that was oriented by the view size. - Commit messages: - Fix 8344372 Changes: https://git.openjdk.org/jfx/pull/1654/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1654&range=00 Issue: https://bugs.

Re: RFR: 8329820: [Linux] Prefer EGL over GLX [v19]

2024-11-28 Thread Thiago Milczarek Sayao
On Sun, 24 Nov 2024 13:44:20 GMT, Twig6943 wrote: > Would be cool if this got merged. X is slowly dying and should be avoided if > possible. The Wayland backend is not implemented here, as it would be a significantly larger task. - PR Comment: https://git.openjdk.org/jfx/pull/138

Re: [Development] RFC: Scriptable Widgets

2024-11-28 Thread Thiago Macieira
uot; programming, you want to generate code to generate the binding more efficiently than to add to the meta objects. See the Qt for Python's shiboken for some help here. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering

[jira] [Comment Edited] (TAP5-2799) Thread Lockup when trying to read from a Session Object

2024-11-28 Thread Thiago Henrique De Paula Figueiredo (Jira)
[ https://issues.apache.org/jira/browse/TAP5-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901572#comment-17901572 ] Thiago Henrique De Paula Figueiredo edited comment on TAP5-2799 at 11/28/24 11:1

Re: [Development] Meeting minutes from Qt Release Team meeting 26.11.2024

2024-11-27 Thread Thiago Macieira
rk on qtscxmlc today as I had wanted. I spent time trying to figure out thread_local on Windows, again. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptographic signature -- Developm

Re: [Development] Switching Qt default builds to C++20 where supported

2024-11-27 Thread Thiago Macieira
builds, I propose we disable cpp-winrt for all static builds or for C++17 static builds. And make MSVC build with C++20 by default. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptogra

[jira] [Commented] (TAP5-2799) Thread Lockup when trying to read from a Session Object

2024-11-27 Thread Thiago Henrique De Paula Figueiredo (Jira)
[ https://issues.apache.org/jira/browse/TAP5-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901572#comment-17901572 ] Thiago Henrique De Paula Figueiredo commented on TAP5-

Re: [Development] Switching Qt default builds to C++20 where supported

2024-11-26 Thread Thiago Macieira
yses of the problem are welcome too. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptographic signature -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Switching Qt default builds to C++20 where supported

2024-11-26 Thread Thiago Macieira
On Tuesday 26 November 2024 08:58:38 Pacific Standard Time Thiago Macieira wrote: > That being the case, I'm just not going to do anything. Not my problem any > more to move us forward. That also means I will not be doing the work to > test our headers in C++23 mode either - th

Re: [Development] Switching Qt default builds to C++20 where supported

2024-11-26 Thread Thiago Macieira
On Monday 28 October 2024 09:14:43 Pacific Standard Time Thiago Macieira wrote: > Of course. > > But you understood my general goals and, so long as I keep to them as Volker > is requesting, neither you nor anyone else had a problem. Update: Re: https://bugreports.qt.io/browse/QTBUG-

Re: [Interest] Future of constexpr in Qt?

2024-11-26 Thread Thiago Macieira
nsider compile-time tests for such > cases. Oh, I forgot to add the part that you also need a CI that compiles and runs with ASan and UBSan. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cr

[DONE] md://publicity/bits/content/2024/interviews/openstreetmap-pt-BR.md

2024-11-26 Thread Thiago Pezzo
Obrigado pela atualização, Charles! Tradução finalizada. Abraços, Thiago Pezzo (Tico) November 25, 2024 at 11:03 PM, "Carlos Henrique Lima Melara" mailto:char...@debian.org?to=%22Carlos%20Henrique%20Lima%20Melara%22%20%3Ccharles%40debian.org%3E > wrote: > > Boa noit

Re: [Interest] Future of constexpr in Qt?

2024-11-25 Thread Thiago Macieira
ways test your boundary conditions. > But as mentioned above, the number > of useful functions I can write constexpr is probably limited. I believe > Herb rather meant this example to show that it is possible to reduce the > amount of UB allowed in the language. -- Thiago Maci

Re: [Development] moc output changes coming

2024-11-25 Thread Thiago Macieira
On Monday 25 November 2024 08:45:55 Pacific Standard Time Thiago Macieira wrote: > > The issue would probably not happen in a release build > > It does happen. I'll disable namespace 0 for MSVC. https://codereview.qt-project.org/c/qt/qtopcua/+/606509 If you need this fun

Re: [Development] moc output changes coming

2024-11-25 Thread Thiago Macieira
It does happen. I'll disable namespace 0 for MSVC. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptographic signature -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: Thread locking (deadlock) issue using Tapestry 5.8.7 under heavy load

2024-11-25 Thread Thiago H. de Paula Figueiredo
lem. Please let me know if this works. One of my future plans is to add support in Tapestry for eager loading everything possible (page instances, services, assets, etc) so, when the webapp starts accepting requests, everything is ready and the first requests aren't slowed down by initia

Re: [Interest] Future of constexpr in Qt?

2024-11-24 Thread Thiago Macieira
run at runtime. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME cryptographic signature ___ Interest mailing list Interest@qt-project.org https://l

Re: [Development] How to relate patch to bug report?

2024-11-23 Thread Thiago Macieira
e past tense and explains to a user reading the changelog what changed for them; usually a "fixed a bug that ..." is a good start. The message body should explain why you're making this particular change, not describe the code. We can read diffs :-) -- Thiago Macieira - thiago.mac

Re: [Interest] Future of constexpr in Qt?

2024-11-22 Thread Thiago Macieira
27;m thinking about how we could apply those > ideas in real code - and Qt mostly stops us from doing that, right there > and then. That's a fallacy. The fact that you can do it under constexpr doesn't magically make the same usage safe when not under constexpr. -- Thiago Maci

Re: [Interest] Is still possible to build Qt 5.15.15 with macOS 14.7 and Xcode 15.2?

2024-11-21 Thread Thiago Macieira
(rhs.storage), storage); That's an error in a third-party source that has long since been fixed: it's a missing #include. You'll probably need to patch it yourself. You're using a compiler that is much newer than the sources in question. But if you don't need

[LCFC] md://publicity/bits/content/2024/interviews/openstreetmap-pt-BR.md

2024-11-21 Thread Thiago Pezzo
Obrigado pela revisão, Rogerio. Créditos adicionados ao arquivo, aguardando publicação. Abraços, Thiago Pezzo (Tico) November 21, 2024 at 10:45 AM, "Rogerio R. Silva" mailto:rogerioro...@gmail.com?to=%22Rogerio%20R.%20Silva%22%20%3Crogeriorosas%40gmail.com%3E > wrote: >

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-20 Thread Thiago Macieira
7;m just saying that CMake 3.26 has just too many negatives in its camp. So if Alexandru can hold off for one more release, those negatives go away. On the other hand, if he says "Sune is the only developer who would be affected and only for 6 months, isn't contributing anyway, and t

[RFR] md://publicity/bits/content/2024/interviews/openstreetmap-pt-BR.md

2024-11-20 Thread Thiago Pezzo
Quem puder, favor revisar esta notícia. O texto é relativamente curto: https://salsa.debian.org/publicity-team/bits/-/blob/master/content/2024/interviews/openstreetmap-pt-BR.md Abraços, Thiago Pezzo (Tico) November 20, 2024 at 2:38 PM, "Thiago Pezzo" mailto:t...@dismail.de?to

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-20 Thread Thiago Macieira
le to compile Qt from source should have no trouble building CMake > themselves either, so I don't get why libraries stay on ancient versions > of CMake just because some users might not have a newer version by default. Barrier of entry. -- Thiago Macieira - thiago.macieira (AT) in

[ITT] md://publicity/bits/content/2024/interviews/openstreetmap-pt-BR.md

2024-11-20 Thread Thiago Pezzo
Marcando para tradução de notícia. Abraços, Thiago Pezzo (Tico)

Relatório sobre as frentes de tradução Debian pt_BR em 2024-11-19

2024-11-20 Thread Thiago Pezzo
- Level 1: 100% Level 2: 099% Level 3: 100% Abraços, Thiago Pezzo (Tico)

[NeoChat] [Bug 496403] Room Information drawer will scroll down under certain circumstances

2024-11-19 Thread Thiago Sueto
https://bugs.kde.org/show_bug.cgi?id=496403 --- Comment #2 from Thiago Sueto --- I found out why this happens once I noticed the same bug in the chatbar. It's a mix of specific circumstances: 1. When the Room Information drawer is opened the first time, it doesn't have a scrollbar. It

Re: [Interest] unresolved external symbol qt_static_plugin_QModernWindowsStylePlugin

2024-11-19 Thread Thiago Macieira
ou may need to explicitly tell it, using the QTPLUGIN variable. https://doc.qt.io/qt-6/qmake-variable-reference.html#qtplugin -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel DCAI Platform & System Engineering smime.p7s Description: S/MIME crypt

Re: [Interest] unresolved external symbol qt_static_plugin_QModernWindowsStylePlugin

2024-11-19 Thread Thiago Macieira
library, but when you use qmake, the dependency isn't added. I can't confirm because I never test static builds (and don't plan to, unless one of my own changes breaks stuff and I can't figure out what's wrong). -- Thiago Macieira - thiago.macieira (AT) intel.com

Re: [Development] Proposal to raise the minimum CMake version needed to build and use Qt 6.9

2024-11-19 Thread Thiago Macieira
't have to be constrained by the > old yocto lts version, but i'm waiting for confirmation from above whether > it's very important for QtC. We still have the Debian stable problem, though. -- Thiago Macieira - thiago.macieira (AT) intel.com Principal Engineer - Intel

Re: [Interest] unresolved external symbol qt_static_plugin_QModernWindowsStylePlugin

2024-11-19 Thread Thiago Macieira
On Tuesday 19 November 2024 10:31:17 Pacific Standard Time Nuno Santos via Interest wrote: > I believe this is a bug but haven’t find the time to reproduce it in a small > Qt example. > > Does this ring any bell? Using CMake? How are you telling your build to use this plugin?

  1   2   3   4   5   6   7   8   9   10   >