Search found 218 matches
- Fri Dec 09 2022 9:39 pm
- Forum: Developers
- Topic: SQL parameter bug introduced by latest changes
- Replies: 5
- Views: 702
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 ...
- Wed Dec 07 2022 9:20 pm
- Forum: Developers
- Topic: SQL parameter bug introduced by latest changes
- Replies: 5
- Views: 702
Re: SQL parameter bug introduced by latest changes
Oh,
forgot to mention, SQLite being used for database.
forgot to mention, SQLite being used for database.
- Wed Dec 07 2022 9:15 pm
- Forum: Developers
- Topic: SQL parameter bug introduced by latest changes
- Replies: 5
- Views: 702
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 ...
- Wed Dec 07 2022 6:17 pm
- Forum: Developers
- Topic: BadWindow bug
- Replies: 0
- Views: 591
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...
- Wed Dec 07 2022 5:58 pm
- Forum: Developers
- Topic: SQL parameter bug introduced by latest changes
- Replies: 5
- Views: 702
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,...
- Sat Dec 03 2022 4:52 pm
- Forum: Developers
- Topic: QPainter backgroundMode bug
- Replies: 0
- Views: 647
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 ...
- Wed Nov 30 2022 10:27 pm
- Forum: Developers
- Topic: qdrawhelper.cpp bug - casting away const
- Replies: 0
- Views: 598
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...
- Sat Nov 26 2022 12:36 pm
- Forum: Developers
- Topic: QPageSize documentation bug
- Replies: 1
- Views: 493
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 ...
- Fri Nov 25 2022 5:35 pm
- Forum: Issues
- Topic: QPrintPreviewDialog issue
- Replies: 1
- Views: 362
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 ...
- Fri Nov 25 2022 4:34 pm
- Forum: Developers
- Topic: QPrintPreviewDialog and QPrintDialog documentation issue
- Replies: 0
- Views: 599
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...