Search found 152 matches

by ansel
Sat Dec 19 2020 6:28 pm
Forum: Issues
Topic: Readme.md API links
Replies: 1
Views: 3570

Re: Readme.md API links

asahukar wrote: Sat Dec 19 2020 2:10 am It might be clearer to separate the documentation of the stable version from the API URL, which presumably will now no longer need to change.
Thanks for reminding us we forgot to push the commit which updates the Readme.
by ansel
Fri Dec 18 2020 6:15 am
Forum: Developers
Topic: CopperSpice License Question
Replies: 23
Views: 22233

Re: CopperSpice License Question

What about BSD? Gede released under BSD. If at some point I want to merge Diamond and Gede into something of an IDE I'm not allowed to change from BSD license. Open source licenses are certainly a bit tricky. If Project A is GPL and Project B is BSD, you can certainly combine them. However, the ove...
by ansel
Wed Dec 16 2020 7:32 pm
Forum: User Support
Topic: Can't convert const *char to QChar32
Replies: 2
Views: 8544

Re: Can't convert const *char to QChar32

seasoned_geek wrote: Wed Dec 16 2020 2:33 pm If this is completely wrong, I'm sorry. I just saw you hadn't had a response in quite some time.
Your response is correct. Thanks for taking the time to post a reply.
by ansel
Mon Nov 30 2020 6:07 am
Forum: Developers
Topic: Copperspice 1.7.0 SQLite QString Blob
Replies: 2
Views: 5069

Re: Copperspice 1.7.0 SQLite QString Blob

Thanks for reporting this. This sounds odd and like something we need to take a look at. Do you by chance have a way to test this using our other database drivers like PostgreSQL or MySQL/MariaDB? As to your question about CsString vs QString, since you are using CopperSpice you should be using QStr...
by ansel
Thu Nov 26 2020 12:45 am
Forum: User Support
Topic: [C++] Clang Parsing - STL Headers
Replies: 4
Views: 9377

Re: [C++] Clang Parsing - STL Headers

We have verified that everything works correctly on Linux, as well as Windows using MinGW. We have been able to reproduce this behavior if you are using MSVC. We have contacted the Microsoft compiler team for assistance in this matter, but their current suggestions have not worked. We still have som...
by ansel
Fri Oct 30 2020 9:48 pm
Forum: Issues
Topic: readLineInto
Replies: 3
Views: 4769

Re: readLineInto

The missing method has been pushed to github. Thanks for reporting this.
by ansel
Fri Oct 30 2020 9:46 pm
Forum: Enhancements
Topic: QFileLock
Replies: 2
Views: 6901

Re: QFileLock

Thanks for the request. The new class has been pushed to github.
by ansel
Thu Oct 15 2020 1:15 am
Forum: User Support
Topic: My Struggle with Qwt
Replies: 20
Views: 31977

Re: My Struggle with Qwt

I read your private message and we understand you expressed limited experience with CMake and debugging. I would like to mention that debugging is a learned skill. It sounds like you have been able to make good progress in tracking down this issue. You also mentioned wanting to learn more about debu...
by ansel
Sun Oct 11 2020 6:31 pm
Forum: User Support
Topic: My Struggle with Qwt
Replies: 20
Views: 31977

Re: My Struggle with Qwt

Thank you so much for doing a great deal of debugging and producing such a small test case. I have downloaded your samples and we will take a look at reproducing the issue you are seeing. We knew Mint was similar to Ubuntu, however a year ago someone had some obscure incompatibilities but were never...
by ansel
Sun Oct 11 2020 4:23 am
Forum: User Support
Topic: My Struggle with Qwt
Replies: 20
Views: 31977

Re: My Struggle with Qwt

The connect method in Qt using the SIGNAL and SLOT macros simply ignored qualifiers like const which can hide problems. We disagree with this approach and feel it is misleading. When we designed the CopperSpice registration system and removed moc, we were careful to preserve the exact data types thr...