Search found 257 matches

by seasoned_geek
Wed Dec 07 2022 9:20 pm
Forum: Developers
Topic: SQL parameter bug introduced by latest changes
Replies: 5
Views: 8405

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: 8405

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: 24055

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: 8405

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: 23741

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: 23190

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: 6917

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: 4313

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 ...
by seasoned_geek
Fri Nov 25 2022 4:34 pm
Forum: Developers
Topic: QPrintPreviewDialog and QPrintDialog documentation issue
Replies: 0
Views: 23700

QPrintPreviewDialog and QPrintDialog documentation issue

Neither of these classes state what happens with the ownership of object pointed to by QPrinter * passed in constructor. https://www.copperspice.com/docs/cs_api/class_qprintpreviewdialog.html#ae66d852b5d53214cc1188ad557858536 https://www.copperspice.com/docs/cs_api/class_qprintdialog.html#ae6c360c77...
by seasoned_geek
Fri Nov 18 2022 4:29 pm
Forum: Developers
Topic: QPrinter documentation bug
Replies: 1
Views: 6697

QPrinter documentation bug

https://www.copperspice.com/docs/cs_api/class_qpagesize.html#a265a41f1202c27e4c2882d877b089909 QPageSize::Millimeter 0 QPageSize::Point 1 1/72nd of an inch QPageSize::Inch 2 QPageSize::Pica 3 1/72nd of a foot, 1/6th of an inch, 12 Points QPageSize::Didot 4 1/72nd of a French inch, 0.375 mm QPageSize...