Giter Site home page Giter Site logo

kleintom / cstitch Goto Github PK

View Code? Open in Web Editor NEW
34.0 34.0 12.0 665 KB

Convert images to cross stitch patterns: choose the number of colors to use and the final pattern size; edit your pattern (save and restore your work); save your pattern as a pdf.

Home Page: http://cstitch.sourceforge.net/

License: GNU General Public License v3.0

Python 1.70% C++ 98.30%

cstitch's People

Contributors

kleintom avatar norberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cstitch's Issues

QTextBrowser: No document for qrc:/colorChooser.html

Hi,

I'm in progress of porting cstitch to OpenBSD and wanted to package it along with the documentation files. Where should I place them on the system for cstitch being able to open them?

I tried slapping them in /usr/local/share/doc/cstitch/ but the app doesn't pick them up. Resulting in the following message when trying to open the help dialog:

$ cstitch                                                                                                                                    
Qt: Session management error: Could not open network socket
QTextBrowser: No document for qrc:/colorChooser.html

The app obviously works but the help window is left blank. I'm pretty much following the instructions from the Linux build. Is there something specific I need to do during the build itself?

new DMC colors

Any chance you'll be adding the 35 new dmc colors they released this year? and/or can you point me in the direction of how to add them myself? thanks

Half- and quarter-stiches

Most non-beginner cross-stitch projects use half- and quarter-stitches as well as full stitches. Cstitch is good (very good, in fact) as far as it goes, but without recognising the existance of these stitches, it's not really doing the full job.

Backstitching?

There isn't a single crossstitch project (beyond the absolute beginner stage) that doesn't include backstitches. Cstitch is good (very good, in fact) as far as it goes, but without backstitches, it's not really doing the full job.

I know it would be a lot of work, but providing a way of manually adding a backstitch layer would be a hell of a thing. (I have no idea how you would add backstitches automatically at the render stage; I assume it's not practical to do so.)

Compilation fails on Arch Linux

Hi,

I tried to install cstitch-git from the AUR with yaourt -S cstitch-git but it failed:

g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I. -o buttonGrid.o buttonGrid.cpp
In file included from buttonGrid.cpp:20:0:
buttonGrid.h:24:29: fatal error: QtWidgets/QWidget: No such file or directory
 #include <QtWidgets/QWidget>
                             ^
compilation terminated.
Makefile:598: recipe for target 'buttonGrid.o' failed
make: *** [buttonGrid.o] Error 1

Could you either fix the package in the AUR or add a readme to this project explaining how to install from source?

Thank you!!

Compilation fails on Arch Linux (Qt 5)

Recently, compliation on Arch Linux fails:

g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -
DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -isystem /usr/include/qt -isystem /u
sr/include/qt/QtPrintSupport -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtXml -isystem /
usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o colorChooserProcessModes.o colorChooserProcessModes.cpp
In file included from colorChooserProcessModes.cpp:20:0:
colorChooserProcessModes.h: In member function ‘virtual processChange numColorsBaseModes::makeProcessChange() const’:
colorChooserProcessModes.h:210:44: error: ‘QObject’ was not declared in this scope
     return processChange(true, true, true, QObject::tr("Clicked colors"),
                                            ^

Compliation succeeds when adding #include <QtCore/QObject> to colorChooserProcessModes.h:

#ifndef COLORCHOOSERPROCESSMODES_H
#define COLORCHOOSERPROCESSMODES_H

#include <QtCore/QObject>
#include <QtCore/QSharedData>
#include <QtCore/QVector>

Package 'qt5-base' version 5.5.0 is installed.

Which Repo?

Is the github Repo or the SF Repo the better site to submit things to?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.