Search found 454 matches

by barbara
Tue Jun 14 2022 12:31 am
Forum: User Support
Topic: Does it work on Wayland?
Replies: 3
Views: 7114

Re: Does it work on Wayland?

CopperSpice builds on Arch and this is a supported platform as per our CS Overview documentation. All Unix platforms use X11 through XCB. Wayland is a new display protocol and not currently supported with CopperSpice. It is not on our roadmap right now however it is something we may pursue. If havin...
by barbara
Thu Jun 09 2022 5:00 pm
Forum: Journal Discussion
Topic: New Journal Examples
Replies: 0
Views: 24259

New Journal Examples

Journal entries 22 through 25 have been uploaded. These four are a unit and show how the Model / View System works. Example 22 shows how to display a list of strings in a QListView Example 23 uses an SQL table to display in a QTableView Example 24 displays a list of data in a QTreeView Example 25 sh...
by barbara
Thu May 19 2022 10:27 pm
Forum: Announcements
Topic: Diamond 1.3.8
Replies: 0
Views: 31003

Diamond 1.3.8

Diamond 1.3.8 was released on May 16 2022

Diamond is C++ application which uses CopperSpice 1.7.4
by barbara
Thu May 19 2022 10:23 pm
Forum: Announcements
Topic: Prior Diamond Releases
Replies: 0
Views: 11576

Prior Diamond Releases

List of Diamond Releases Diamond 1.3.8 May 2022 Diamond 1.3.7 January 2022 Diamond 1.3.6 January 2021 Diamond 1.3.5 September 2020 Diamond 1.3.4 April 2020 Diamond 1.3.3 February 2020 Diamond 1.3.2 November 2019 Diamond 1.3.1 February 2019 Diamond 1.3.0 September 2018 Refer to the timeline in the D...
by barbara
Mon May 16 2022 5:54 pm
Forum: User Support
Topic: Copper Spice on M1 Mac
Replies: 22
Views: 27838

Re: Copper Spice on M1 Mac

Thanks for reaching out to us. Feel free to ask questions and we will do our best to help. Yes, the docs state an in source build (but with which I am uncomfortable with anything targeting production code) - maybe Cs will fail because of my opinionated approach. We encourage building CS out of tree ...
by barbara
Wed May 11 2022 4:56 am
Forum: Developers
Topic: Compilation warning
Replies: 3
Views: 3503

Re: Compilation warning

Fedora 35 / GCC 11 is a newer configuration. Someone on the team is looking into these warnings.

Barbara
by barbara
Wed May 11 2022 4:51 am
Forum: Developers
Topic: Ubuntu 22.04 compiler warnings
Replies: 8
Views: 4800

Re: Ubuntu 22.04 compiler warnings

We have not added Ubuntu 22.04 to CI so this is currently an unsupported OS. We will be adding it in June and will address any issues at that time.

Barbara
by barbara
Mon May 09 2022 6:22 pm
Forum: Developers
Topic: Compilation warning
Replies: 3
Views: 3503

Re: Compilation warning

What OS are you using?

What is the version of the OS?

Which compiler and what version did you use to build CS?
by barbara
Thu Apr 28 2022 4:43 pm
Forum: Designer
Topic: Announcing CS Designer
Replies: 4
Views: 6464

Re: Announcing CS Designer

The release of CS Designer is official and can be used to edit .UI files for CopperSpice or Qt.

Barbara
by barbara
Thu Apr 28 2022 4:41 pm
Forum: Designer
Topic: CS Designer 1.0.0 (Initial Release)
Replies: 0
Views: 10270

CS Designer 1.0.0 (Initial Release)

CS Designer 1.0.0 was released on April 28 2022 The Designer application is used to graphically create or edit User Interface files. The .UI file is compiled with your application to create the visual interface your application will display. Using the CS Designer program is an efficient and convenie...