Search found 454 matches

by barbara
Fri Nov 03 2023 7:09 pm
Forum: Developers
Topic: Reddit post Qt license
Replies: 11
Views: 41522

Re: Reddit post Qt license

If the Qt Company are using LGPL v3, why do open source users have extra restrictions (not in the license) such as not being able to use LTS versions and can only have updates after 12 months. Later versions of Qt 5 and all of Qt 6 are released under the dual license of GPL 3 and LGPL 3. They moved...
by barbara
Fri Nov 03 2023 5:43 am
Forum: Developers
Topic: Reddit post Qt license
Replies: 11
Views: 41522

Re: Reddit post Qt license

released my CopperSpice Casper Calendar app as GPLv2. Did you pick GPL because of other libraries you are using? . . external speech synthesizer such as espeak which is GPLv3 I guess I would need to change the Casper Calendar license to GPLv3 to be compatible so that both use the same license? 1 We...
by barbara
Tue Oct 31 2023 11:33 pm
Forum: Developers
Topic: Reddit post Qt license
Replies: 11
Views: 41522

Re: Reddit post Qt license

Other companies are allowed to charge any amount their user base is willing to pay. You would need to contact them to verify if these monetary values are accurate. As one person mentioned, you can link your closed sourced ( as in you charge money for using the program ) application with GPL or LGPL....
by barbara
Tue Oct 31 2023 2:54 am
Forum: User Support
Topic: MSVCRT Linkage Compatibility Question
Replies: 8
Views: 5148

Re: MSVCRT Linkage Compatibility Question

In our opinion you are trying to change too many things at one time. This will make it very difficult if not impossible to test and figure out which parts are not working. (1) The first step is to build CS from the command line using the ninja generator and ensure everything works before trying to s...
by barbara
Sun Oct 29 2023 11:13 pm
Forum: Installation
Topic: Debian 12 Bookworm CopperSpice 1.8.2 Binaries
Replies: 6
Views: 16401

Re: Debian 12 Bookworm CopperSpice 1.8.2 Binaries

Yes, we do know about the release cycle for Debian. Some platforms update more frequently and others doing rolling releases like Arch. Thank you for letting us know the "tar.bz2" file was damaged. The ".zip" file was correct. We will remove the extra files and re-upload. Barbara
by barbara
Sun Oct 29 2023 6:32 pm
Forum: Installation
Topic: Debian 12 Bookworm CopperSpice 1.8.2 Binaries
Replies: 6
Views: 16401

Re: Debian 12 Bookworm CopperSpice 1.8.2 Binaries

We update the OS versions for Linux on a rotating basis. Right now we are in the process of swapping out some of the older versions of Fedora and Rocky. Debian 12 was just released a few months ago and will be added to our CI by December. New CS binary files for newer platforms will be uploaded with...
by barbara
Fri Oct 27 2023 6:18 pm
Forum: User Support
Topic: MSVCRT Linkage Compatibility Question
Replies: 8
Views: 5148

Re: MSVCRT Linkage Compatibility Question

Thank you for the lovely comments about CopperSpice. Our team is very dedicated about this project. We believe we can resolve these issues. There are multiple places you need to pass the directive and it sounds like it was not passed when building RCC. Please let us know the following information ab...
by barbara
Wed Sep 13 2023 6:54 pm
Forum: Announcements
Topic: MinGW 11 / MinGW 12
Replies: 0
Views: 24250

MinGW 11 / MinGW 12

We have released MinGW 11 and MinGW 12 which were built directly from source. Our distributions of MinGW were not built using Msys2 or Cygwin, nor do they require these products to be installed on your system.

https://github.com/copperspice/cs_mingw_w64
by barbara
Tue Sep 12 2023 2:50 pm
Forum: Issues
Topic: QComboBox Documentation Issue
Replies: 6
Views: 12296

Re: QComboBox Documentation Issue

Please email or post the exact code which did not trigger the slot method. We would like to test this and figure out what was not working.

Thanks,

Barbara
by barbara
Fri Sep 08 2023 4:31 am
Forum: Issues
Topic: QComboBox Documentation Issue
Replies: 6
Views: 12296

Re: QComboBox Documentation Issue

We verified the method which emits the SIGNAL and both cs_currentIndexChanged(int) and currentIndexChange(int) are emitted. So you can use either one but for consistency it would be better to use the one without the prefix. You mentioned there was an issue so I am including the connect() used our te...