Search found 452 matches

by barbara
Mon Jan 11 2021 7:39 am
Forum: User Support
Topic: [BUG ?] Doxypress crash parsing a single header file...
Replies: 5
Views: 18373

Re: [BUG ?] Doxypress crash parsing a single header file...

Thanks so much for posting the files.

Can you let us know what error you received? Just a short description will be fine.
by barbara
Mon Jan 11 2021 7:37 am
Forum: User Support
Topic: Where's the UI Designer?
Replies: 27
Views: 99737

Re: Where's the UI Designer?

You can absolutely use QtCreator to develop your GUI user interface files or even write a CopperSpice application within the IDE. You simply need to download the program from the QtCreator project. Please have a look at our CS Overview documentation for the set up instructions. https://www.copperspi...
by barbara
Wed Dec 23 2020 7:37 pm
Forum: Enhancements
Topic: Documentation request - QCoreApplication
Replies: 1
Views: 6184

Re: Documentation request - QCoreApplication

It might sound silly but please keep telling us everything you think needs improvement in the docs. Good reporting.
by barbara
Wed Dec 23 2020 2:10 am
Forum: Developers
Topic: storageLocation
Replies: 2
Views: 5159

Re: storageLocation

There should at least be some kind of note that gets picked up by the indexing that QDesktopServices::storageLocation() is now implemented by QStandardPaths. Thanks for letting us know. Any time we can improve our documentation we will do so. I have added a notation in the detailed description of t...
by barbara
Fri Dec 18 2020 6:26 am
Forum: Developers
Topic: -Wzero-as-null-pointer-constant issues
Replies: 3
Views: 5523

Re: -Wzero-as-null-pointer-constant issues

Sounds like we may have a place where there is a 0 and it should be nullptr. If you can locate this issue we are happy to make the change.

Barbara
by barbara
Fri Dec 18 2020 6:23 am
Forum: Developers
Topic: CopperSpice License Question
Replies: 23
Views: 22494

Re: CopperSpice License Question

The real problem with OpenSource is all of the projects seem to spin a roulette wheel when choosing a license. There are about four significant open source licenses, most of the rest are duplicates. We consider these to be the key ones: BSD, GPL, LGPL, and Apache. When we select a license for one o...
by barbara
Mon Dec 14 2020 8:48 pm
Forum: Developers
Topic: QString::lastNIdexOf( QRegularExpression)
Replies: 2
Views: 4766

Re: QString::lastNIdexOf( QRegularExpression)

We have it going forward, just not backwards. Was this a conscious decision? The QRegExp was removed and replaced with completely redesigned QRegularExpression class. The method "lastIndexOf()" was not implemented since searching in reverse in a regex is extremely slow and inefficient. Ve...
by barbara
Mon Dec 14 2020 8:40 pm
Forum: User Support
Topic: Proper method of appending QChar to QByteArray
Replies: 2
Views: 7157

Re: Proper method of appending QChar to QByteArray

Porting by hand, not using the tool We strongly suggest you do use PepperMill and then fix any code you decide should be improved. This will save you a good deal of time and energy. Here is the question you are asking: what is the correct way to convert a QChar into a QByteArray First of all, the Q...
by barbara
Fri Dec 11 2020 6:39 pm
Forum: Developers
Topic: Network classes
Replies: 5
Views: 6900

Re: Network classes

We have updated our CopperSpice Overview documentation which includes information about migrating to CS. This updated section includes header name changes.

https://www.copperspice.com/docs/cs_overview/cs-migration.html#source-headers
by barbara
Fri Dec 11 2020 6:36 pm
Forum: Developers
Topic: CopperSpice License Question
Replies: 23
Views: 22494

Re: CopperSpice License Question

We are aware that packages for CopperSpice have not been generated as of yet. This is definitely on the CS road map. If you are interested in working with us or want to create a pull request please let us know. I would like to reiterate that since CopperSpice is LGPL 2.1 licensed it is perfectly leg...