Search found 259 matches

by seasoned_geek
Tue Apr 23 2024 10:50 pm
Forum: Issues
Topic: QLocalServer documentation error
Replies: 0
Views: 1

QLocalServer documentation error

Small nit found here https://www.copperspice.com/docs/cs_api/class_qlocalserver.html#ac27b49a4b72839ad0aa48c2055e04629 QLocalServer:NoOptions 0x00 No access restrictions have been set QLocalServer:UserAccessOption 0x01 Access is restricted to the same user as the process that created the socket QLoc...
by seasoned_geek
Tue Apr 23 2024 9:58 pm
Forum: Issues
Topic: QLocalServer bug
Replies: 0
Views: 2

QLocalServer bug

All, When my application is built with the 1.8.1 packages that can be found here https://sourceforge.net/projects/csscintilla/files/ and were created April of last year right after a fresh merge of the current CopperSpice, all is perfect. When a second instance is started it checks the lock file and...
by seasoned_geek
Wed Mar 27 2024 6:24 pm
Forum: Issues
Topic: QString documentation issue
Replies: 3
Views: 118

Re: QString documentation issue

>There is no difference between a type alias declaration and typedef declaration. typedef is global. That's the difference. Within an application framework a typedef has a singular definition. No matter the class or container, a typedef defined entity is always the exact same. My issue is the docume...
by seasoned_geek
Wed Mar 27 2024 1:25 pm
Forum: Issues
Topic: Debian 12 has same selection problem as Mate
Replies: 2
Views: 63

Re: Debian 12 has same selection problem as Mate

Nope, I used the default Gnome-3 to test then installed the Flashback desktop that uses the Gnome-3 libraries with but provides a real desktop UI. You don't have any problems because Diamond, using QTextEdit does not support inactive text selection background . This is the changing of the selection ...
by seasoned_geek
Tue Mar 26 2024 2:04 pm
Forum: Issues
Topic: Qt::CaseInsensitive no longer working
Replies: 5
Views: 122

Re: Qt::CaseInsensitive no longer working

This this shouldn't compile. https://www.copperspice.com/docs/cs_api/class_qt.html#aa2ba2914e203bc3a4cad512b57cc7ab8 Should be an enum class so this cannot compile. Yes, I looked again, you are correct. The documentation is mushed together so it is difficult to see for people wearing glasses, but if...
by seasoned_geek
Sun Mar 24 2024 3:23 pm
Forum: Issues
Topic: Qt::CaseInsensitive no longer working
Replies: 5
Views: 122

Re: Qt::CaseInsensitive no longer working

The only work around is to needlessly burden the application with RegEx. QString EdtBaseWidget::stripGistName( QString &text, bool &validCommand ) { qDebug() << ";;;;;;;;;;;;;;;; exists for bug report\n"; QRegularExpression regExpna( "/na", QPatternOption::CaseInsensitive...
by seasoned_geek
Sun Mar 24 2024 3:00 pm
Forum: Issues
Topic: Qt::CaseInsensitive no longer working
Replies: 5
Views: 122

Qt::CaseInsensitive no longer working

qDebug() << ";;;;;;;;;;;;;;;; exists for bug report\n"; QString lcCommand = "gist /name=\"some_file.txt\" /desc=\"test of command line gist\" sel "; qDebug() << "lccommand: " << lcCommand << "\n"; QString::size_type somePos = lcCommand.ind...
by seasoned_geek
Sat Mar 23 2024 1:32 pm
Forum: Issues
Topic: Debian 12 has same selection problem as Mate
Replies: 2
Views: 63

Debian 12 has same selection problem as Mate

https://www.logikalsolutions.com/wordpress/wp-content/uploads/2024/03/Screenshot-from-2024-03-23-08-27-29.png Something in the XCB code appears to be confusing the layer selection happens at. Assuming top layer instead of background. Ordinary selection is fine, but when you click on a different wind...
by seasoned_geek
Thu Mar 21 2024 12:37 am
Forum: Issues
Topic: More MATE issues
Replies: 1
Views: 80

Re: More MATE issues

Here is a new one. On any Mate desktop you want visit here https://sourceforge.net/projects/reddiamond/files/AppImages/ Pull down 3.5.9 and 3.6.2 Run 3.5.9, open a C++ file, choose whatever theme you want if you don't like the default, select some text then click in a different window on your deskto...
by seasoned_geek
Mon Mar 11 2024 7:59 pm
Forum: Issues
Topic: More MATE issues
Replies: 1
Views: 80

More MATE issues

I believe these are copperspice MATE issues. QXcbConnection: XCB error: 3 (BadWindow), sequence: 12768, resource id: 11337400, major code: 40 (TranslateCoords), minor code: 0 QXcbConnection: XCB error: 3 (BadWindow), sequence: 18651, resource id: 11329781, major code: 40 (TranslateCoords), minor cod...