Search found 491 matches

by barbara
Mon Apr 07 2025 4:06 am
Forum: User Support
Topic: OpenGL Update Speed
Replies: 3
Views: 84737

Re: OpenGL Update Speed

Did you notice we uploaded the pre-compiled binary files for CopperSpice 2.0? https://download.copperspice.com/copperspice/binary/cs-2.0/ Nice to hear the "Grabber" example from KitchenSink 2.0 is doing what you expected. Have you compared our KS "Grabber" example with your code?...
by barbara
Wed Apr 02 2025 8:21 pm
Forum: Announcements
Topic: CopperSpice 2.0.0
Replies: 0
Views: 4396

CopperSpice 2.0.0

CopperSpice 2.0.0 was released on March 28 2025 As of our newest release building CopperSpice requires a C++20 compiler and a C++20 standard library. This migration allows our project to leverage new and enhanced functionality in the C++ core language. All CS classes which contained comparison opera...
by barbara
Wed Apr 02 2025 7:15 pm
Forum: Developers
Topic: Dealing with overloads in QString
Replies: 5
Views: 29622

Re: Dealing with overloads in QString

The intent of the following comments is provide feedback and offer some education. You are free to ignore this code review as you see fit. >> (1) >> bool Like ( QString String, QString Template ); >> bool Like ( QString::iterator String_begin, QString::iterator String_end, QString::iterator Template...
by barbara
Wed Apr 02 2025 12:11 am
Forum: Developers
Topic: Mahe dll but not make lib
Replies: 4
Views: 18161

Re: Mahe dll but not make lib

It seems like you might be trying to change CopperSpice and this is not a normal approach for adding personal features and functionality. A much better alternative is to take all the functionality you want for your project and create a personal library. Simply link your library with CopperSpice and ...
by barbara
Wed Apr 02 2025 12:01 am
Forum: Developers
Topic: Dealing with overloads in QString
Replies: 5
Views: 29622

Re: Dealing with overloads in QString

You have made some comments however it is unclear what you trying to say. For example, since no such thing as a "template iterator" we do not know what this refers to. I think you are saying, a function "becomes more versatile and flexible" than a method. On what basis are you ma...
by barbara
Tue Mar 25 2025 7:40 pm
Forum: Developers
Topic: Mahe dll but not make lib
Replies: 4
Views: 18161

Re: Mahe dll but not make lib

>> (1) I'm trying to make a library NNPrabhupada and NNPrabhupadaDB. Based on this information you actually want to build two libraries, not make something. For readability it would be better to use shorter and simplier names like NNP_A and NNP_B . >> (2) I took the CsMultimedia library as a sample....
by barbara
Tue Feb 04 2025 8:20 pm
Forum: Issues
Topic: Problem using CsWebKit...segment fault
Replies: 3
Views: 181974

Re: Problem using CsWebKit...segment fault

So now you are using the same MinGW to build CS and your application and you are seeing a problem. We will take a look and see if we can reproduce this issue.

Thanks for reporting.

Barbara
by barbara
Sat Jan 18 2025 9:36 pm
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 310722

Re: I want to suggest functions and classes for implementation in CopperSpice

b) Everything is consistent, except for the speed of operation I am not sure what this comment means. b) I don't need the full power of QRegularExpression. Why should I pay for QRegularExpression if the Like function does the same thing 100% faster? There are several things we believe you have misu...
by barbara
Sat Jan 18 2025 9:20 pm
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 310722

Re: I want to suggest functions and classes for implementation in CopperSpice

Let me start by saying, we do welcome all ideas and contributions. However not every suggestion will make into our project. New ideas and improvements must be relevant and of value to GUI developers. If you are interested in seeing features added to CopperSpice then please submit a PR on github so o...
by barbara
Sat Jan 18 2025 8:21 pm
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 310722

Re: I want to suggest functions and classes for implementation in CopperSpice

[ Moved from message to discuss other suggestions ] 1. What's wrong with QStorage and QStorageDB? 2. What's so bad about the QEmitValue pattern? It solved all my problems where I needed to declare CS_SIGNAL_1 and CS_SIGNAL_2. I additionally used CS_SIGNAL_ constructs in only one place. 3. What's wr...