-
Is there a 1.0 tag in svn? I don't recall ever making one.
About the the KDE 3 version, I think it would make sense just to call the next release 1.0, and finally do away with the 'beta' tag. There were always things "not quite right", that weren't bugs per-se, that I wanted to fix for 1.0, but it's a bit late for that and my time slipped away. Like you say, it's time to focus on...
2009-04-23 02:13:42 UTC in Krecipes - The KDE Cookbook
-
Hey Jose,
I was the Krecipes maintainer for a few years, and though I don't have the time for Krecipes now, I'd be happy to get you anything you need to get the ball rolling on fixing Krecipes up.
I've made you a project admin. I should have access to anything else you need, just give me the word.
I'm really excited to hear Krecipes is continuing to move forward.
Cheers,
-Jason.
2009-04-21 23:14:34 UTC in Krecipes - The KDE Cookbook
-
jakin44 added jmsantamaria to the Krecipes - The KDE Cookbook project.
2009-04-21 23:09:39 UTC in Krecipes - The KDE Cookbook
-
If you email me the backup file, I'll try and see what I can do (jkivlighn@gmail.com).
-Jason.
2009-01-05 19:03:09 UTC in Krecipes - The KDE Cookbook
-
Hmm, 2008.1 uses Krecipes version 0.9.1 doesn't it? This is most likely something already fixed in 1.0-beta1 or the hopefully-soon-to-be-released 1.0.
2008-06-19 02:18:22 UTC in Krecipes - The KDE Cookbook
-
Is this with a SQLite database? If so, what version of SQLite and what version of Qt are you running?
What I really need is a backtrace from gdb with debugging symbols compiled in.
2008-06-19 01:56:29 UTC in Krecipes - The KDE Cookbook
-
What version of SQLite and Qt are you running?
What I really need is a backtrace from gdb when Krecipes is compiled with debug symbols. I don't see this behavior in my setup so I can't do anything without more info.
2008-06-19 01:53:45 UTC in Krecipes - The KDE Cookbook
-
1) The svn repository now allows deleting from the ingredient matcher
2) Deleting multiple items now only requires one confirmation... the old behavior was an oversight.
2008-06-19 01:10:02 UTC in Krecipes - The KDE Cookbook
-
Done in subversion... it'll be available in the next release after 1.0-beta1.
2008-06-19 00:33:16 UTC in Krecipes - The KDE Cookbook
-
Apparently that compiler is stricter than most. I'll fix this in svn, but you can change the line 49 of src/importers/kreimporter.h
from
void readAmount( const QDomElement& amount, double &amount, double &amount_offset );
to
void readAmount( const QDomElement&, double &amount, double &amount_offset );
Cheers,
Jason.
2008-05-30 18:20:36 UTC in Krecipes - The KDE Cookbook