Search found 454 matches

by barbara
Thu Apr 28 2022 4:04 pm
Forum: Announcements
Topic: CopperSpice 1.7.4
Replies: 0
Views: 14475

CopperSpice 1.7.4

CopperSpice 1.7.4 was released on April 27 2022 This release includes major enhancement to the property system and meta object system, new methods in QStringView, enhancements to QStringParser, added cs_mark_string_tr() to support marking a QString for translation, POWER architecture detection, Open...
by barbara
Thu Apr 28 2022 3:21 pm
Forum: Developers
Topic: QStringParser::formatArg bug
Replies: 3
Views: 3440

Re: QStringParser::formatArg bug

Interesting update on this issue! We found a different problem when specifying "%2 %1" and correcting for this added support for having repeated usage of a place holder like "%1 %2 %3 %4 %3". This change was added at the eleventh hour and is in the new CS 1.7.4 release which came...
by barbara
Wed Apr 27 2022 4:45 pm
Forum: Designer
Topic: Announcing CS Designer
Replies: 4
Views: 6615

Re: Announcing CS Designer

Source code and pre-built binary files will be available when we release in the next few days.
by barbara
Tue Apr 26 2022 6:32 pm
Forum: Designer
Topic: Announcing CS Designer
Replies: 4
Views: 6615

Announcing CS Designer

The CS Designer application will be released in just a few days . . .
by barbara
Tue Apr 26 2022 6:22 pm
Forum: Journal Discussion
Topic: What's New on the Journal
Replies: 0
Views: 9827

What's New on the Journal

Installing CopperSpice (on all supported platform) Definition of a Toolchain Introduction to Signals and Slots CopperSpice and Verdigris Finding the Documentation and Videos Source Code and full explanations for 20 different example programs Table of Contents - https://journal.copperspice.com/?page...
by barbara
Thu Apr 21 2022 4:58 pm
Forum: Developers
Topic: QSqlQuery::prepare() sqlite will not work with strings
Replies: 3
Views: 3384

Re: QSqlQuery::prepare() sqlite will not work with strings

This looked a bit complicated to resolve but it turned out to be rather simple. We have pushed a correction for this Sqlite problem to the CopperSpice github repo. ( sha C6AC216 )

Barbara
by barbara
Wed Apr 13 2022 1:08 am
Forum: Developers
Topic: QRadioButton Bug
Replies: 3
Views: 3164

Re: QRadioButton Bug

We have pushed a new commit to github with a fix for this issue.
by barbara
Wed Apr 06 2022 5:03 pm
Forum: User Support
Topic: Where's the UI Designer?
Replies: 27
Views: 101770

Re: Where's the UI Designer?

We are in the last phase of the beta and I have sent you a pm regarding how to gain access. CS Designer will be officially released by the end of April.

Barbaa
by barbara
Tue Apr 05 2022 1:18 am
Forum: Issues
Topic: QtConcurrent documentation bug
Replies: 4
Views: 7202

Re: QtConcurrent documentation bug

Noted and we will update the API docs later this week.
by barbara
Mon Apr 04 2022 9:08 pm
Forum: Developers
Topic: QRadioButton Bug
Replies: 3
Views: 3164

Re: QRadioButton Bug

We have found a solution to this issue and it is going through our internal CI testing.