
Graphic Apps by kleag 35 comments
Regards,
Gaël - Apr 15 2012

Graphic Apps by kleag 35 comments

Graphic Apps by kleag 35 comments

Graphic Apps by kleag 35 comments

Graphic Apps by kleag 35 comments

Graphic Apps by kleag 35 comments

Graphic Apps by kleag 35 comments

Graphic Apps by kleag 35 comments

Graphic Apps by kleag 35 comments
And it would be much better if you could open a bug report for the edges and a wish for the background color at http://bugs.kde.org
It would be a lot easier to keep track of these problems. - Sep 19 2010

Audio Apps by faster 8 comments
A detail: remember to use only graphics on which you have the copyright or that are under a free license.
If you need help/support, please come to the kde-games-devel mailing list or on #kdegames on freenode - May 11 2008
But KsirK is already completely skinable. If you look in the sources, there is a folder skins with all the necessary data.
The complete package with kde 4.1 will contain a documentation with instructions to create skins. - May 10 2008

Graphic Apps by kleag 35 comments
- Dec 30 2007

Graphic Apps by kleag 35 comments
For the 1.0.4, that you should use, it seems that it is the checking code that causes problems. A full output of the messages would be helpful. Even better, a bug report at bugs.kde.org would help to solve the problem.
Older versions are not supposed to work anymore. - Oct 20 2007

Graphic Apps by kleag 35 comments

Graphic Apps by kleag 35 comments
If, in the meantime, you want to try the fix, you can download the source from the KDE extragear SVN.
I'll put a note here when the new version will be available. - Jun 24 2007

Graphic Apps by kleag 35 comments
I'll correct that as soon as possible - Jun 07 2007
Could you send me
1. the output of the 'env' command
2. the output of the 'make install' command
KsirK should be installed in the directory where is the rest of KDE and the configure script should find it automatically. Maybe this does not work on Gentoo...
Regards,
Kleag
P.S.: I will have few internet access from tomorrow to january 3, so don't expect too much an answer until then. - Dec 21 2006
But I could automatize some steps and try to reuse some generic data. I will immediately add that to the TODO list. This will be done for the first KDE4 version of KsirK (1.9) - Nov 04 2006
This is the same symptoms, but not the same problem :-) What's your gcc version ?
Anyway, try to replace line 151 of ksirk/GameLogic/gameautomaton.h by:
inline Ksirk::KGameWindow* game() {return m_game;}
If it solves your problem, I will include that in the 1.7 final release.
Regards.
Kleag - Oct 28 2006
If you already have this tarball or if it does not solve the problem, could you open a problem report on http://gna.org/projects/ksirk ? It is so much easier to identify bugs and follow their resolution !
Thanks - Jul 17 2006

Graphic Apps by kleag 35 comments
Slacky package: the 0.9 version had a bug when used with GraphViz 2.8. Maybe do you have i ? This problem is solved with 1.0rc1 - May 29 2006

Graphic Apps by kleag 35 comments
It is based on the graphs widgets used in kallgrind. But a lot of enhancements and cleanings should be done, maybe using qanava... - Mar 09 2006
STL is the Standard Template Library, a full part of the standard C++ language since some years now but that were not well supported by compilers for a long time. But now it is and it's support should be compiled in Qt.
I heared that some distributions still give Qt without STL support. That should be changed. - Aug 11 2005
For the crashes: do you use the 1.2-2 version ? The first 1.2 had this crash problem which was solved in 1.2-2.
If you have 1.2-2, then this is a new bug. Please report it at:
https://gna.org/bugs/?group=ksirk
Thanks. - Aug 11 2005
qmake -project
qmake
make
and see if it compile fine.
#include
#include
#include
int main()
{
std::list items;
items.push_back(QString("5"));
items.push_back(QString("2"));
items.push_back(QString("3"));
items.sort();
if (std::binary_search(items.begin(), items.end(), QString("5")))
qWarning("found");
for (std::list::iterator it = items.begin(); it != items.end(); ++it)
{
qWarning(*it);
}
}
If if compiles fine, then you have STL support and we should search for another problem. Could you then open a bug report here, please ? :
https://gna.org/bugs/?group=ksirk
Good luck. - Aug 11 2005
The history is a very good idea. I will add it in the TODO list.
For the zoom possibility, it's not a bad idea, but is probably difficult to implement. New skins of various sizes would be easily feasable.
Anyone interested in creating a beautiful wide new skin ??? - Jul 13 2005
You can find more complete instructions in the INSTALL file on the web site...
Good luck ! - May 30 2005
- the original map is voluntarily over simplified ! I don't want to hurt anybody. Choices I made are mainly random. I had only to put no more than 40 or 50 countries on the earth map... (See the history of the game on the web site for details) ;
- I am not a graphic artist and I plan mainly to work on code, so I count on volunteers to create better graphics.
Please, if you have time, propose novelties. They will be positively examined. - May 25 2005
Could you, please, fill a bug report at https://gna.org/bugs/?group=ksirk ? This would be useful for me as it would initiate the use of these sites by users.
I will contact you by mail to try to obtain more info on the crash. - Apr 05 2005
Well, I don't agree. There is a lot of arguments saying the contrary. I let everybody refer to the Web.
> Second
That's a case of pragmatism. Political pressure should continue to allow more and more free software in France and in Europe in general. The creation of the CeCILL license is an important thing in this idea.
> Third
The CeCILL license has been created by CEA, INRIA and CNRS together and, AFAIK, the FSF approved it or is in the way to approve it (refer to the Web). The fact that these organisms create this license is very important. It proves that they are not completely commercial ones. - Apr 05 2005