Search found 257 matches

by seasoned_geek
Tue Jan 03 2023 5:14 pm
Forum: Enhancements
Topic: QNX ARM support
Replies: 2
Views: 4624

Re: QNX ARM support

>1 Do you know if there is a "free" developer version of QNX? The official site has free 30-day evaluation: https://www.qnx.com/products/evaluation/ You can probably get more informing them you are porting and maintaining CopperSpice for QNX. In 2007 they had a big splash with publishing t...
by seasoned_geek
Mon Jan 02 2023 8:43 pm
Forum: Developers
Topic: When did dialogs lose maximize?
Replies: 5
Views: 9263

Re: When did dialogs lose maximize?

Just a bit more information. After generating the XCB error: 3 (BadWindow), I was off doing other things in a completely different editor and using my Web browser. [roland@roland-hpelitedesk800g2sff reddiamond_debug]$ ./reddiamond adding QXcbScreen(0x5562163fd3e0, name=:0.0-32, geometry=1920x1080+0+...
by seasoned_geek
Tue Dec 27 2022 4:11 pm
Forum: Issues
Topic: QSqlQuery bug/oddity
Replies: 0
Views: 21807

QSqlQuery bug/oddity

All, Manjaro XFCE 21. whatever the most recent is, all updates applied. PostgreSQL. I had a bugger-boo in my code. Put the IF EXISTS clause in wrong place. psql (14.6) Type "help" for help. tax_2022=# DROP DATABASE tax_1982 IF EXISTS; ERROR: syntax error at or near "IF" LINE 1: D...
by seasoned_geek
Fri Dec 23 2022 8:40 pm
Forum: Enhancements
Topic: QNX ARM support
Replies: 2
Views: 4624

QNX ARM support

Everybody wants their favorite OS. This isn't really a question of me liking, it is a question of chasing some support contract dollars. Currently it looks like I will be taking over a medical device that is getting ripped from the hands of a major medical-device-in-a-box company because of their no...
by seasoned_geek
Thu Dec 22 2022 10:31 pm
Forum: Developers
Topic: QSqlTableView bug
Replies: 0
Views: 23391

QSqlTableView bug

All, I haven't pulled code this week, but from the last time I pulled a week or two ago, this shiny new bug cropped up. https://www.logikalsolutions.com/wordpress/wp-content/uploads/2022/12/qsqltableview-bug-001.png When you create a QSqlTableView with header all is well and good initially. Then you...
by seasoned_geek
Mon Dec 19 2022 2:25 pm
Forum: Enhancements
Topic: QListWidget::checkedItems
Replies: 1
Views: 3963

QListWidget::checkedItems

All,

Can we get

QList<QListWidgetItems *> QListWidget::checkedItems()

added?

QListWidgetItem has a setCheckState() but we have to manually process the list to identify them. It would be more consistent if QListWidget could just return the list.
by seasoned_geek
Sun Dec 11 2022 4:25 pm
Forum: Developers
Topic: When did dialogs lose maximize?
Replies: 5
Views: 9263

Re: When did dialogs lose maximize?

I can hack around it by doing this. https://www.logikalsolutions.com/wordpress/wp-content/uploads/2022/12/xpns-browse-window-002.png I may even do that with all of the dialogs to avoid potential issues on other platforms. Just gotta worry about the poor user with 800x600 as their device resolution. ...
by seasoned_geek
Sat Dec 10 2022 2:18 pm
Forum: Developers
Topic: When did dialogs lose maximize?
Replies: 5
Views: 9263

Re: When did dialogs lose maximize?

I did more digging. If I build on Manjaro Cinnamon (which is community, not official) things work as expected. Official desktops from the Manjaro project are Plasma, XFCE, and Gnome. I don't like the Elementary look Gnome has and Plasma is Qt based so, I went with XFCE for primary desktop machine. D...
by seasoned_geek
Fri Dec 09 2022 9:59 pm
Forum: Developers
Topic: When did dialogs lose maximize?
Replies: 5
Views: 9263

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

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 ...