


Education Apps by orestes1965 11 comments
Orestes.
- Dec 08 2013

Education Apps by orestes1965 11 comments
Thanks for packing it and for your encouragement words. The last 2 months I have been busy with other things, with no much time to devote to Lekture, but I plan to work on it this fall, with a roadmap that include:
- Code stabilisation & bug fixing
- Replacing gstreamer 0.10 dependency with gstreamer 1.0. this implies getting rid of QtGstreamer, a very useful travel companion, but sadly it only supports gstreamer 0.10 at present.
- Preparing the app to meet the KDE requirements to publish it as an official app.
- Also, I've lots of ideas to enhance the application's features and usefulness, but maybe it's better to go step by step.
Meanwhile, I hope this app it's useful for someone. - Aug 23 2013

Education Apps by orestes1965 11 comments
I've fixed the bug. It came from another code I adapted without noticing the bug because it compiles on my system.
Tablet support is already present, as I'm doing all developing and testing using a Wacom Cintiq 12X, and I've testes it with other wacom tablets as well.
But please notice that for lekture to work correctly with a wacom tablet, KDE has to correctly detect and support it. On my debian (wheezy) system this implies that package "kde-config-tablet" must be installed. Doing that will make appear a "graphic tablet" option in your system settings, section "input devices". - Nov 18 2012

Education Apps by orestes1965 11 comments
Thank you very much for your comments. Please note that this program is in a very early stage of development and many things are still hard-coded. I plan to make most things configurable through settings, but although I try to work on lekture regularly, often real life tend to absorb most of my time. So please be patient.
But please continue to share your comments, because they are very helpful as they allow me make lekture better.
Looking at your problems: it seems that old versions of "avconv" didn't recognise the "showregion" parameter. I'm using avconv version 0.8.3 from debian packages, and with this version "showregion" works well.
This option shows a dotted line around the screen area being captured, but in fact isn't necessary at all. You can delete it, but at this moment you have to edit the sources. Sorry for that. You can simply delete line 137 of file src/recorddockwidget.cpp (the one with
Quote:recordingProcess << "-show_region" << "1";
)
After this, recompile and try again.
- Nov 18 2012
/home/orestes/dev/cirkuit/src/widgets/templatechoosedialog.cpp: In member function ‘void TemplateChooseDialog::uploadTemplate()’:
/home/orestes/dev/cirkuit/src/widgets/templatechoosedialog.cpp:156: error: ‘class KNS3::UploadDialog’ has no member named ‘setDescription’
make[2]: *** [src/widgets/CMakeFiles/cirkuitwidgets.dir/templatechoosedialog.o] Error 1
make[1]: *** [src/widgets/CMakeFiles/cirkuitwidgets.dir/all] Error 2
make: *** [all] Error 2 - Mar 02 2011
This version looks more professional and seems a bit more stable than the 0.6 series, and has great new features, so many thanks to developers for their work! - Oct 08 2008