Re: Switching to Qt 5.10

2017-12-08 Thread Thiago Macieira
On sexta-feira, 8 de dezembro de 2017 07:19:16 PST Lubomir I. Ivanov wrote: > so this shouldn't be a problem unless the standard library rename() on > Android is broken too. It isn't. The Linux rename(2) syscall is fine. That was just me being clever by trying to implement rename-without-clobber

Re: Switching to Qt 5.10

2017-12-08 Thread Lubomir I. Ivanov
On 8 December 2017 at 17:00, Thiago Macieira wrote: > On sexta-feira, 8 de dezembro de 2017 05:49:34 PST Dirk Hohndel wrote: >> > On Dec 8, 2017, at 7:46 AM, Thiago Macieira wrote: >> > >> > On Friday, 8 December 2017 03:21:04 PST Dirk Hohndel wrote: >> >> Actually, I just wanted to switch to Qt

Re: Switching to Qt 5.10

2017-12-08 Thread Thiago Macieira
On sexta-feira, 8 de dezembro de 2017 05:49:34 PST Dirk Hohndel wrote: > > On Dec 8, 2017, at 7:46 AM, Thiago Macieira wrote: > > > > On Friday, 8 December 2017 03:21:04 PST Dirk Hohndel wrote: > >> Actually, I just wanted to switch to Qt 5.10 and start testing with that. > > > > Please note tha

Re: Switching to Qt 5.10

2017-12-08 Thread Dirk Hohndel
> On Dec 8, 2017, at 7:46 AM, Thiago Macieira wrote: > > On Friday, 8 December 2017 03:21:04 PST Dirk Hohndel wrote: >> Actually, I just wanted to switch to Qt 5.10 and start testing with that. > > Please note that 5.10.0 has problems renaming files on Android, due to an > unexpected SELinux r

Re: Switching to Qt 5.10

2017-12-08 Thread Thiago Macieira
On Friday, 8 December 2017 03:21:04 PST Dirk Hohndel wrote: > Actually, I just wanted to switch to Qt 5.10 and start testing with that. Please note that 5.10.0 has problems renaming files on Android, due to an unexpected SELinux rule. I advise to wait for 5.10.1. -- Thiago Macieira - thiago (AT

Re: Switching to Qt 5.10

2017-12-08 Thread Dirk Hohndel
> On Dec 8, 2017, at 5:21 AM, Dirk Hohndel wrote: > > > So with all the releases out of the door I figured it was time to break > things :-) > > Actually, I just wanted to switch to Qt 5.10 and start testing with that. And > I notice that suddenly I can't read our buttons anymore. > > > >

Switching to Qt 5.10

2017-12-08 Thread Dirk Hohndel
So with all the releases out of the door I figured it was time to break things :-) Actually, I just wanted to switch to Qt 5.10 and start testing with that. And I notice that suddenly I can't read our buttons anymore. that used to be white on blue. Anyone got an idea why this might have chan

Re: Kirigami question

2017-12-08 Thread Marco Martin
On Wed, Dec 6, 2017 at 11:26 AM, Robert Helling wrote: > Hi, > > could somebody please advise me: Where can I find information about > Kirigami, in particular Kirigami.Action? > > In Subusrface-mobile, I go - via the hamburger menu - to the GPS submenu. > But when I select something there (for exa

Re: Kirigami question

2017-12-08 Thread Marco Martin
On Wed, Dec 6, 2017 at 11:26 AM, Robert Helling wrote: > So I looked at the source and see that the different levels of menus are > realised as Kirigami.Action’s inside Kirigami.Actions. So I thought, should > probably learn about those. Too bad, Google was not my friend, it only > produced https:

Re: Kirigami question

2017-12-08 Thread Sebastian Kügler
Marco, I'm not that familiar with Kirigami internals, do you know this off the top of your head? -- sebas On woensdag 6 december 2017 13:34:08 CET Dirk Hohndel wrote: > I know that both Sebastian and Marco read our mailing list from time to > time, but I figured sending this directly To: them mi