Search found 218 matches
- Tue Jan 03 2023 11:30 pm
- Forum: Issues
- Topic: forum search
- Replies: 0
- Views: 422
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 ...
- Tue Jan 03 2023 5:14 pm
- Forum: Enhancements
- Topic: QNX ARM support
- Replies: 2
- Views: 393
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...
- Mon Jan 02 2023 8:43 pm
- Forum: Developers
- Topic: When did dialogs lose maximize?
- Replies: 5
- Views: 1016
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+...
- Tue Dec 27 2022 4:11 pm
- Forum: Issues
- Topic: QSqlQuery bug/oddity
- Replies: 0
- Views: 384
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...
- Fri Dec 23 2022 8:40 pm
- Forum: Enhancements
- Topic: QNX ARM support
- Replies: 2
- Views: 393
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...
- Thu Dec 22 2022 10:31 pm
- Forum: Developers
- Topic: QSqlTableView bug
- Replies: 0
- Views: 620
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...
- Mon Dec 19 2022 2:25 pm
- Forum: Enhancements
- Topic: QListWidget::checkedItems
- Replies: 1
- Views: 280
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.
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.
- Sun Dec 11 2022 4:25 pm
- Forum: Developers
- Topic: When did dialogs lose maximize?
- Replies: 5
- Views: 1016
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. ...
- Sat Dec 10 2022 2:18 pm
- Forum: Developers
- Topic: When did dialogs lose maximize?
- Replies: 5
- Views: 1016
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...
- Fri Dec 09 2022 9:59 pm
- Forum: Developers
- Topic: When did dialogs lose maximize?
- Replies: 5
- Views: 1016
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...