Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 05-21-2024, 06:05 PM   #16
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,727
Karma: 5444398
Join Date: Nov 2009
Device: many
Actually I think our code to restore normal size after maximizing for linux and Windows is the culprit.

Perhaps it is truly time to leave Qt5 and all its old bug baggage behind us and start fresh with Qt6 code.
KevinH is offline   Reply With Quote
Old 05-21-2024, 06:20 PM   #17
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,598
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by KevinH View Post
Actually I think our code to restore normal size after maximizing for linux and Windows is the culprit.

Perhaps it is truly time to leave Qt5 and all its old bug baggage behind us and start fresh with Qt6 code.
There's still Qt4 workarounds for Windows in main.cpp.

Let's pick a date--or maybe a last release--so no one can claim they didn't know. So far, the only Linux distro I know of packaging Sigil v2.1.0 with Qt5 is Fedora Rawhide. Everyone else using Qt5 with Sigil are using previous versions.
DiapDealer is offline   Reply With Quote
Old 05-21-2024, 06:23 PM   #18
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,727
Karma: 5444398
Join Date: Nov 2009
Device: many
Yes, it was the RestoreLastNormal size which was a bug fix for Windows andLinux not being abled to exit FullScreen (or Maximized), is the problem. This is no longer needed on macOS and in fact causes problems. I will ifdef it out for macOS until we can test if it is still needed on Windows or Linux under Qt6.
KevinH is offline   Reply With Quote
Old 05-21-2024, 06:26 PM   #19
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,727
Karma: 5444398
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by DiapDealer View Post
There's still Qt4 workarounds for Windows in main.cpp.

Let's pick a date--or maybe a last release--so no one can claim they didn't know. So far, the only Linux distro I know of packaging Sigil v2.1.0 with Qt5 is Fedora Rawhide. Everyone else using Qt5 with Sigil are using previous versions.
Happy to. We promised a year so we should pick the later of June 1 and the day after our next release.
KevinH is offline   Reply With Quote
Old 05-21-2024, 07:20 PM   #20
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,598
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by KevinH View Post
Happy to. We promised a year so we should pick the later of June 1 and the day after our next release.
Sounds good.
DiapDealer is offline   Reply With Quote
Old 05-21-2024, 07:27 PM   #21
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,727
Karma: 5444398
Join Date: Nov 2009
Device: many
A fix for macOS getting stuck at Maximized has now been pushed to master. This fix will appear in our next release.
KevinH is offline   Reply With Quote
Old 05-23-2024, 02:45 PM   #22
noteon
Enthusiast
noteon is on a distinguished road
 
Posts: 49
Karma: 54
Join Date: Apr 2011
Location: NYC
Device: Many
Thank you!
noteon is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to reduce size of opf file??? karenbryant ePub 28 10-10-2022 12:39 PM
possible to reduce size of Sigil window? Notjohn Sigil 5 09-02-2016 12:57 PM
How to reduce line spacing int the main window ? PO40600 Library Management 8 12-29-2015 04:15 PM
How to reduce size of image files? HC9 Library Management 22 07-01-2013 06:40 AM
How do I reduce popup size for cover selection? lizzielou Calibre 2 05-06-2012 04:41 AM


All times are GMT -4. The time now is 11:42 AM.


MobileRead.com is a privately owned, operated and funded community.