Search found 259 matches

by seasoned_geek
Thu Jan 12 2023 9:22 pm
Forum: Enhancements
Topic: Debian
Replies: 0
Views: 18154

Debian

I submitted a pull request for shell script and files to automatically generate debian packages for both run-time and -dev. Here are packages I generated with it on Ubuntu 18.04. PostgreSQL is about the only database I had installed in that build environment. Theoretically you could just make it a s...
by seasoned_geek
Tue Jan 03 2023 11:30 pm
Forum: Issues
Topic: forum search
Replies: 0
Views: 21328

forum search

Could someone please fix the forum search? https://www.logikalsolutions.com/wordpress/wp-content/uploads/2023/01/copperspice-forum-search.png Every time I try to use it the thing fails with the "are too common" error message. We don't have a bazillion messages in here. I was trying to see ...
by seasoned_geek
Tue Jan 03 2023 5:14 pm
Forum: Enhancements
Topic: QNX ARM support
Replies: 2
Views: 4699

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

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

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

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

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

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

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

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