Search found 257 matches

by seasoned_geek
Fri Mar 08 2024 8:16 pm
Forum: Issues
Topic: QString documentation issue
Replies: 3
Views: 35

QString documentation issue

While I'm on my documentation bender, near the bottom of this page: https://www.copperspice.com/docs/cs_api/class_qstring8.html#ae2e2be78a3e7905da42c751866b73c1b Member Typedef Documentation Does not declare the header file where size_type (or the others) are declared. If one puts just the QString h...
by seasoned_geek
Sun Feb 25 2024 8:43 pm
Forum: Issues
Topic: Documentation - QNetworkAccessManager
Replies: 2
Views: 102

Re: Documentation - QNetworkAccessManager

I understand wanting to have a single page with the header files, that simply isn't going to fit the use case for 99.999% of all developers looking at the documentation on-line. Here's how it normally goes: copperspice.com click Documentation click Copperspice click Copperspice API Enter partial cla...
by seasoned_geek
Wed Feb 21 2024 8:08 pm
Forum: Issues
Topic: Documentation - QNetworkAccessManager
Replies: 2
Views: 102

Documentation - QNetworkAccessManager

All, Could we please have the on-line documentation for each class list the appropriate header file? https://www.copperspice.com/docs/cs_api/class_qnetworkaccessmanager.html#details #include <QtNetwork/QNetAccess_Manager> is what one needs. That's not obvious from the class name or documentation.
by seasoned_geek
Wed Feb 21 2024 7:02 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 242

Re: QXcbClipboard: SelectionRequest too old

I spoke too soon. CopperSpice definitely does not like Mate. Xcb GLX gl-integration created Xcb GLX gl-integration plugin successfully initialized Defaulting to /home/roland/sf_projects/reddiamond_debug/share/reddiamond for SHARE QXcbClipboard: SelectionRequest too old QXcbClipboard: SelectionReques...
by seasoned_geek
Sat Feb 17 2024 7:16 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 242

Re: QXcbClipboard: SelectionRequest too old

Tested on Ubuntu 22.04.4 LTS MATE 1.26.0 - did not see issue. Was seeing issue on pre-22.04.4.

Both Mint 21.2 and 21.3 use MATE 1.26.0
by seasoned_geek
Fri Feb 16 2024 8:53 pm
Forum: Issues
Topic: setTabTextColor() no longer working
Replies: 3
Views: 56

Re: setTabTextColor() no longer working

Just to follow up there was a Scintilla tweak. For whatever reason https://www.scintilla.org/ScintillaDoc.html#SCN_SAVEPOINTREACHED The SCN_SAVEPOINTLEFT seems to now cause a TRUE for SAVEPOINTREACHED immediately followed by a FALSE the the screen logic optimizes the change away. I have worked aroun...
by seasoned_geek
Fri Feb 16 2024 8:50 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 242

Re: QXcbClipboard: SelectionRequest too old

Didn't try. I abhore Fedora and Ubuntu never tests any desktop other than their default. Linux Mint is a YABU (Yet Another uBUntu.) If I get free time this weekend I might give it a whirl. I can tell you the problem doesn't exist on Linux Mint 21.3 Cinnamon. Seems to be the MATE that was used in 21.2
by seasoned_geek
Thu Feb 15 2024 9:58 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 242

Re: QXcbClipboard: SelectionRequest too old

This bug/issue occurs with Linux Mint MATE 21.2. It does not occur with MATE in Linux Mint 21.3. I have s Cinnamon machine building now. Will be some time tomorrow before it can build everything as it is old and slow.

Both 21.2 and 21.3 are LTS releases supported until 2027.
by seasoned_geek
Thu Feb 15 2024 5:42 pm
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 242

Re: QXcbClipboard: SelectionRequest too old

Additional info. Linux Mint 21.2 64-bit LTS Kernel Linux 5.15.0-94-generic x86_64 MATE 1.26.0 Download LS-CS-1.8.2-amd64-dev.deb from here: https://sourceforge.net/projects/csscintilla/files/Mint_21.2/?upload_just_completed=true and install. Should work with your current stuff as well since I only r...
by seasoned_geek
Thu Feb 15 2024 4:10 pm
Forum: Issues
Topic: setTabTextColor() no longer working
Replies: 3
Views: 56

Re: setTabTextColor() no longer working

I hacked changes to Example2 in CsScintilla because that is the "smallest" it gets. https://sourceforge.net/projects/csscintilla/ Seemed to be working. I really hope this isn't a deep seated bug/change in Scintilla again. I really regret merging the tip of both Scintilla and CopperSpice in...