Search found 259 matches

by seasoned_geek
Fri Dec 09 2022 9:59 pm
Forum: Developers
Topic: When did dialogs lose maximize?
Replies: 5
Views: 9321

When did dialogs lose maximize?

All, It's been a while since I used CopperSpice on Manjaro. Yes, it is not listed as supported, but it is Arch and it built pretty much without having to add anything. I'm porting XpnsQt from Qt to CopperSpice (since tax season fast approaches). https://sourceforge.net/projects/xpnsqt/ Look at the s...
by seasoned_geek
Fri Dec 09 2022 9:39 pm
Forum: Developers
Topic: SQL parameter bug introduced by latest changes
Replies: 5
Views: 8516

Re: SQL parameter bug introduced by latest changes

Did more digging. This is a completely bogus error message. The Ubuntu 18.04 vm was "cleaned" instead of restored from pristine clone. The SQLite database in ~/.local/share had the old table layout which had two (at least one) fewer columns. The prepare has more columns than the table but ...
by seasoned_geek
Wed Dec 07 2022 9:20 pm
Forum: Developers
Topic: SQL parameter bug introduced by latest changes
Replies: 5
Views: 8516

Re: SQL parameter bug introduced by latest changes

Oh,

forgot to mention, SQLite being used for database.
by seasoned_geek
Wed Dec 07 2022 9:15 pm
Forum: Developers
Topic: SQL parameter bug introduced by latest changes
Replies: 5
Views: 8516

Re: SQL parameter bug introduced by latest changes

I'm building RedDiamond with tip of tip from master in various VMs. Now I know that this only happens on Ubuntu 18.04. It works on Ubuntu 20.04, 22.04, and Manjaro 21.3. Will be trying Fedora 36 shortly. Previous version built fine on Ubuntu 18.04 which is what I used for my AppImage. Here are some ...
by seasoned_geek
Wed Dec 07 2022 6:17 pm
Forum: Developers
Topic: BadWindow bug
Replies: 0
Views: 24291

BadWindow bug

This got introduced with the code I pulled and built with this morning. Base from a week or so ago does not show this issue. QXcbConnection: XCB error: 3 (BadWindow), sequence: 836, resource id: 11081354, major code: 40 (TranslateCoords), minor code: 0 QXcbConnection: XCB error: 3 (BadWindow), seque...
by seasoned_geek
Wed Dec 07 2022 5:58 pm
Forum: Developers
Topic: SQL parameter bug introduced by latest changes
Replies: 5
Views: 8516

SQL parameter bug introduced by latest changes

No OpenGL integration plugin was found, this is only required for programs which use OpenGL. Parameter count mismatch INSERT INTO THEME_INDICATORS( THEME_NAME, INDICATOR, RED, BLUE, GREEN, ALPHA, VISUAL_EFFECT, INDICATOR_ALPHA) VALUES( 'SolarizedLight-sRGB', :indicator, :red, :blue, :green, :alpha,...
by seasoned_geek
Sat Dec 03 2022 4:52 pm
Forum: Developers
Topic: QPainter backgroundMode bug
Replies: 0
Views: 23972

QPainter backgroundMode bug

I just spent 3 days slamming head viciously against keyboard identifying this. There appears to be some kind of Queued event lag with setting background mode. void SurfaceImpl::DrawTextNoClip( PRectangle rc, const Font *font, XYPOSITION ybase, std::string_view text, ColourRGBA fore, ColourRGBA back ...
by seasoned_geek
Wed Nov 30 2022 10:27 pm
Forum: Developers
Topic: qdrawhelper.cpp bug - casting away const
Replies: 0
Views: 23420

qdrawhelper.cpp bug - casting away const

All, I've been tracking down a dump happening when using QPrintPreviewDialog with CsScintilla and color backgrounds. Really been honking me off because it is quasi-random. I trimmed the stuff pasted below. (gdb) bt full #0 malloc_consolidate (av=av@entry=0x7fffef4c6b80 <main_arena>) at malloc.c:4475...
by seasoned_geek
Sat Nov 26 2022 12:36 pm
Forum: Developers
Topic: QPageSize documentation bug
Replies: 1
Views: 7018

QPageSize documentation bug

All, The doc found here https://www.copperspice.com/docs/cs_api/class_qpagesize.html#ad25be75e25d767de0eee0f0599a92301 Lists all of the enums as being part of QPrinter. They are QPageSize enums. https://www.logikalsolutions.com/wordpress/wp-content/uploads/2022/11/qprinter-letter-1.png m_footerFont ...
by seasoned_geek
Fri Nov 25 2022 5:35 pm
Forum: Issues
Topic: QPrintPreviewDialog issue
Replies: 1
Views: 4419

QPrintPreviewDialog issue

All, https://www.logikalsolutions.com/wordpress/wp-content/uploads/2022/11/qfontengine-issue.png I "think" this one is yours and I "think" it might be related to deletions and disconnects across threads/event loops getting queued. To recreate you need to have two different paths ...