Search found 153 matches

by ansel
Tue Jan 05 2016 8:21 pm
Forum: Developers
Topic: Doxypress Github Release
Replies: 2
Views: 11654

Re: Doxypress Github Release

Hi, in your talk at cppcon, you said you'll release Doxypress at Github. Is that happening in the near future? I am very much interested in extending Doxygen and after hearing your talk am thinking that it may be the better approach to take Doxypress for that. I would however like that to be based ...
by ansel
Wed Dec 30 2015 5:46 am
Forum: User Support
Topic: bug: Mysterious DoxyPress aborted message
Replies: 5
Views: 17328

Re: bug: Mysterious DoxyPress aborted message

With release candidate 3 I am pleased to report that this problem has gone away and so have a few others which also caused crashes. The legacy code base I am using to test with now gets through doxypress completely. :-) That is wonderful news! Thank you so much for your diligent testing. We are ver...
by ansel
Sat Dec 12 2015 8:27 pm
Forum: Issues
Topic: How it connects a signal to another signal?
Replies: 1
Views: 9743

Re: How it connects a signal to another signal?

Thank you for your question. Sorry it took a while to see this post. We had some forum issues. We have changed our message tracking so this does not happen in the future. The connect syntax which uses method pointers as parameters is preferred in CopperSpice since it is faster and more efficient. Th...
by ansel
Mon Dec 07 2015 5:48 pm
Forum: User Support
Topic: Debug helper support for CopperSpice
Replies: 1
Views: 8299

Re: Debug helper support for CopperSpice

Hi elias,

We have been using Qt Creator internally to develop some CopperSpice apps. We had not seen any debug problems, but we have not tested with 3.5.1. We will take a look at the issue you are reporting.

Thanks for your interest,

Ansel
by ansel
Sun Nov 15 2015 8:35 pm
Forum: User Support
Topic: doxypress build error under cygwin referring to rcc
Replies: 1
Views: 11030

Re: doxypress build error under cygwin referring to rcc

Thanks for your question. Cygwin is not a supported platform for DoxyPress or CopperSpice. On Windows the supported toolchain is MinGW + MSYS, further details can be found on our website: http://www.copperspice.com/documentation-mingw.html http://www.copperspice.com/docs/cs_overview/supported-platfo...
by ansel
Thu Nov 05 2015 9:27 pm
Forum: Installation
Topic: How to build CS without MultiMedia?
Replies: 2
Views: 9318

Re: How to build CS without MultiMedia?

Hi, I want use CS only as GUI-library and I dont need multimedia and sound/audio-support so I want to disable it but : ./configure --disable-multimedia or ./configure --without-multimedia has no effect. Whats the right way to take of Sound/Multimedia - Support in CS? Clas Hi Clas, We will investiga...
by ansel
Thu Nov 05 2015 9:23 pm
Forum: Installation
Topic: Which Package?
Replies: 5
Views: 13683

Re: Which Package?

What does mean: checking for library containing AuOpenServer... no Which package exactly: Hi Clas, If you check our build requirements page at http://www.copperspice.com/docs/cs_overview/requirements-x11.html you will see that the 'libaudio' library is provided by the 'libaudio-dev' package on both...
by ansel
Tue Nov 03 2015 10:43 pm
Forum: Developers
Topic: Looking for C++ Gui Library
Replies: 2
Views: 12609

Re: Looking for C++ Gui Library

Hi Clas, Thank you for your question. We very much appreciate your interest, and it sounds like your goals are in line with those of the CopperSpice project. Please note that in the video you reference, the one comparison graph shown displays the number of symbol relocations in a shared library. Sym...
by ansel
Sat Aug 08 2015 4:38 am
Forum: Installation
Topic: Installing for the case sensitive HFS+ on OS X
Replies: 1
Views: 8207

Re: Installing for the case sensitive HFS+ on OS X

Thank you very much for your contribution! We have applied your change and it will be in the next release of CopperSpice.
by ansel
Fri Jul 31 2015 8:23 am
Forum: Developers
Topic: why autotools?
Replies: 5
Views: 18577

Re: why autotools?

Hello, It's probably better to open a new topic on this but I've done some work on CMake support in my personal fork[1] of the copperspice repo at GitHub in case you are interested. It is work-in-progress but most components build with the exceptions being CsMultimedia, CsDeclarative and CsWebKit (...