


Email by tonypizza 42 comments

Utilities by ademmer1977 43 comments
http://www.ece.uwaterloo.ca/~aplevich/Circuit_macros/html/examples.html
and I have find out that the examples Globe.m4, Incleps.m4, lcct.m4 and recycle.m4 are not displayed.
Second problem is that if there is an index on the right hand side, it is partially cut off (see the PDF export of the example ex18.m4).
Then you could maybe add an option to show the line numbers in the editor. - Jul 01 2009

Utilities by ademmer1977 43 comments
Could you do the same extension for Thunderbird? - Jun 12 2009

Utilities by ademmer1977 43 comments
here is the Czech translation:
http://dpaste.com/54499/
Cheers,
Jiri - Jun 12 2009
I have used the first method and it works just fine! ;o) Only if you could remove the "raw::" when you display the recorder command from the remote.
I have found also one bug. When you have selected some item form the "Show/Hide plugins" all windows shift down every time you click on the KRadio icon in the SysTray. It looks like it shifts down of the size of the top part of the window decoration.
Then there is also one uncomfortable thing. Whenever I click on Apply or OK in the Configuration window, the sound stops for a few milliseconds.
Cheers,
Jiri - Mar 03 2009
I have just tested the LIRC in the newest version and it still doesn't work properly. The only difference is that kradio doesn't get frozen when I press a button on my remote controller.
If I define "Quit KRadio = Back/Exit" and press the button on my remote, it still gives the following debug message:
2009-03-02T12:44:38 LIRC: decoding raw, lirc_code2char gave no answer
2009-03-02T12:44:38 LIRC: raw::Back/Exit
I hope it helps to fix it.
Cheers,
Jiri - Mar 02 2009
The question is why it has 0 as high and 0 as low quality and the default value as 7? 7 means quite low quality right?
Is it correct as it is or it should be as "Ogg Quality" (0 = low, 9 = high)? - Feb 23 2009
begin
prog = irexec
button = Radio
config = kradio4 &
repeat = 0
mode = kradio
end
begin kradio
begin
prog = kradio4
button = Exit/Back
config = QUIT
repeat = 0
end
end kradio
And in the kradio there is the following LIRC configuration:
Quit KRadio = QUIT
Then when I press the Back/Exit button on my remote control, it shows the following messages in the Debugging Logger:
2009-02-23T10:51:52 LIRC: decoding raw, lirc_code2char gave no answer
2009-02-23T10:51:52 LIRC: raw::Back/Exit
I have also tried to configure the kradio to accept Back/Exit directly (without the additional QUIT definition in the lircrc) but the result was still the same.
The only positive on the LIRC is the fact, that it doesn't get frozen when I press a button on my remote control, as it did in the previous revision.
Further I would like to ask you, if you could remove the -rXXX from the release script? It is confusing to have two versions. Either it is betaX or rXXX but not be both together. - Feb 23 2009
begin
prog = irexec
button = Radio
config = kradio4 &
mode = kradio
repeat = 0
end
begin kradio
begin
prog = kradio4
button = Exit
config = QUIT
repead = 0
end
end kradio
and when I press the Exit button on my remote controller, kradio get frozen and the following message appears many times in the console:
kradio4(7235) IErrorLogClient::sendLogDebug: "2009-02-21T16:15:34 Debug: LIRC: Back/Exit"
Do I need to define the mode section in the lircrc file? Or it is sufficient to define the section with irexec and the rest define in the kradio? I mean to define the "Exit" button directly in the kradio LIRC configuration as "Quit KRadio"?
Btw. the Quit button is still missing an icon ;o) - Feb 21 2009
begin
prog = irexec
button = Vol+
config = avolume -q -c Master -i 1 -x
repeat = 0
end
begin
prog = irexec
button = Vol-
config = avolume -q -c Master -d 1 -x
repeat = 0
end
begin
prog = irexec
button = Mute
config = avolume -q -c Master -m -x && sleep 1
repeat = 0
end
The aim is to control volume by one prog globally and not in each application supporting LIRC separately.
Concerning the second problem, yes it does zap through the known channels in a loop. - Feb 20 2009
There is missing the Power icon in the Radio Display.
I have tested also the LIRC support and it works in general. But when I have a global program to control the volume, the kradio4 is still trying to capture the volume buttons over which leads in freezing state. Further, when I want to change the channel over the Ch+, Ch-, it is seeking through the channels and it never stops.
Thank you for the new version! It is great to have kradio for KDE4 and on top of that with support of PVR cards! - Feb 20 2009
The result is that I'm able to search for stations but no sound is coming out of it. Maybe some mixer setting is wrong?
When I'm trying to adjust the mixer and when I do Apply, the kdradio4 get frozen (the GUI can redraw itself but I can not click on any button or close it). Maybe it has something to do with the messages in the console:
QPainter::begin: A paint device can only be painted by one painter at a time. - Feb 20 2009
Application: KRadio (kradio4), signal SIGSEGV
0x00007fd9460d6a70 in __nanosleep_nocancel () from /lib/libc.so.6
Current language: auto; currently c
Thread 1 (Thread 0x7fd949f91760 (LWP 2197)):
[KCrash Handler]
#5 QString::operator== (this=0xf0f000000000018, other=<value optimized out>) at tools/qstring.cpp:1782
#6 0x00007fd93db1feb9 in StreamingConfiguration::setStreamOptions (this=0x1186ea0, sf=@0xf0f000000000000, BufferSize=105) at /usr/include/qt4/QtCore/qstring.h:870
#7 0x00007fd93db20182 in StreamingConfiguration::slotCaptureSelectionChanged (this=0x1186ea0)
at /usr/src/debug/media-sound/kradio-20090208-r562/kradio4-snapshot-2009-02-08-r562/plugins/streaming/streaming-configuration.cpp:418
#8 0x00007fd93db2249a in StreamingConfiguration::qt_metacall (this=0x1186ea0, _c=QMetaObject::InvokeMetaMethod, _id=12, _a=<value optimized out>)
at /usr/src/debug/media-sound/kradio-20090208-r562/kradio_build/plugins/streaming/streaming-configuration.moc:104
#9 0x00007fd947d8224d in QMetaObject::activate (sender=0x1184930, from_signal_index=<value optimized out>, to_signal_index=50, argv=0xf99480) at kernel/qobject.cpp:3025
#10 0x00007fd9491f4933 in Q3ListView::setCurrentItem (this=0x1184930, i=0xf99480) at itemviews/q3listview.cpp:5345
#11 0x00007fd9491fe8c6 in Q3ListViewItem::startRename (this=0xf99480, col=1) at itemviews/q3listview.cpp:822
#12 0x00007fd93db21db4 in StreamingConfiguration::slotNewCaptureChannel (this=0x1186ea0)
at /usr/src/debug/media-sound/kradio-20090208-r562/kradio4-snapshot-2009-02-08-r562/plugins/streaming/streaming-configuration.cpp:272
#13 0x00007fd93db224ed in StreamingConfiguration::qt_metacall (this=0x1186ea0, _c=QMetaObject::InvokeMetaMethod, _id=7, _a=<value optimized out>)
at /usr/src/debug/media-sound/kradio-20090208-r562/kradio_build/plugins/streaming/streaming-configuration.moc:99
#14 0x00007fd947d8224d in QMetaObject::activate (sender=0x118b440, from_signal_index=<value optimized out>, to_signal_index=30, argv=0xf99480) at kernel/qobject.cpp:3025
#15 0x00007fd947186ab7 in QAbstractButton::clicked (this=0xf0f000000000018, _t1=false) at .moc/release-shared/moc_qabstractbutton.cpp:185
#16 0x00007fd946f60ddb in QAbstractButtonPrivate::emitClicked (this=0x118f840) at widgets/qabstractbutton.cpp:544
#17 0x00007fd946f624b5 in QAbstractButtonPrivate::click (this=0x118f840) at widgets/qabstractbutton.cpp:537
#18 0x00007fd946f626bd in QAbstractButton::mouseReleaseEvent (this=0x118b440, e=0x7fff51fd2de0) at widgets/qabstractbutton.cpp:1116
#19 0x00007fd946ce6a5e in QWidget::event (this=0x118b440, event=0x7fff51fd2de0) at kernel/qwidget.cpp:7169
#20 0x00007fd946f619ef in QAbstractButton::event (this=0x118b440, e=0x7fd93db2906e) at widgets/qabstractbutton.cpp:1078
#21 0x00007fd946fe47c7 in QPushButton::event (this=0x118b440, e=0x7fff51fd2de0) at widgets/qpushbutton.cpp:658
#22 0x00007fd946ca243e in QApplicationPrivate::notify_helper (this=0xd59f30, receiver=0x118b440, e=0x7fff51fd2de0) at kernel/qapplication.cpp:3809
#23 0x00007fd946ca8d76 in QApplication::notify (this=<value optimized out>, receiver=0x118b440, e=0x7fff51fd2de0) at kernel/qapplication.cpp:3534
#24 0x00007fd9499d578b in KApplication::notify (this=0x7fff51fd3760, receiver=0x118b440, event=0x7fff51fd2de0)
at /usr/src/debug/kde-base/kdelibs-4.2.0-r2/kdelibs-4.2.0/kdeui/kernel/kapplication.cpp:307
#25 0x00007fd947d72774 in QCoreApplication::notifyInternal (this=0x7fff51fd3760, receiver=0x118b440, event=0x7fff51fd2de0) at kernel/qcoreapplication.cpp:589
#26 0x00007fd946caa94a in QApplicationPrivate::sendMouseEvent (receiver=0x118b440, event=0x7fff51fd2de0, alienWidget=0x118b440, nativeWidget=0xe38310, buttonDown=<value optimized out>,
lastMouseReceiver=@0x7fd947519640) at src/corelib/kernel/qcoreapplication.h:218
#27 0x00007fd946cfa01a in QETWidget::translateMouseEvent (this=0xe38310, event=<value optimized out>) at kernel/qapplication_x11.cpp:4048
#28 0x00007fd946cf8aa5 in QApplication::x11ProcessEvent (this=0x7fff51fd3760, event=0x7fff51fd3480) at kernel/qapplication_x11.cpp:3166
#29 0x00007fd946d1a835 in QEventDispatcherX11::processEvents (this=0xd59ec0, flags=@0x7fff51fd3650) at kernel/qeventdispatcher_x11.cpp:134
#30 0x00007fd947d71b85 in QEventLoop::processEvents (this=<value optimized out>, flags=@0x7fff51fd3690) at kernel/qeventloop.cpp:149
#31 0x00007fd947d71d06 in QEventLoop::exec (this=0x7fff51fd36d0, flags=@0x7fff51fd36e0) at kernel/qeventloop.cpp:196
#32 0x00007fd947d73c5e in QCoreApplication::exec () at kernel/qcoreapplication.cpp:851
#33 0x0000000000464bf1 in main (argc=1, argv=0x7fff51fd3b18) at /usr/src/debug/media-sound/kradio-20090208-r562/kradio4-snapshot-2009-02-08-r562/src/main.cpp:68 - Feb 20 2009
$ git clone git://github.com/antico/antico.git
$ cd antico
$ qmake -project
$ qmake
# at this point you have to modify the Makefile and add -I/usr/include/qt4/QtDBus into the INCPATH variable and then also -lQtDBus into the LIBS variable
$ make
Then you get it compiled and you can start it by the following command:
$ xinit /path/to/antico/antico -- :1 - Jan 09 2009

Utilities by lucast70 11 comments
http://bugs.gentoo.org/show_bug.cgi?id=253708
PS: Please, could you modify your configuration script to do not exit when other then your mentioned options are present? To do this, replace "*) show_usage; exit ;;" by "*) shift ;;" as described in the ebuild. - Jan 04 2009

Plasma 4 Extensions by DanaKil 62 comments

Plasma 4 Extensions by DanaKil 62 comments

Plasma 4 Extensions by DanaKil 62 comments
Application Launcher, System Settings, Pager (4 desktops), Thunderbird, Firefox, Konsole, Panel Spacer, Task Manager, Panel Spacer, Lock/Logout, Panel Spacer, System Tray, Panel Spacer, Digital Clock
When I do log-out and log-in, the first Spacer is on the right hand side of the Digital Clock. Does not matter if the widgets are Locked or not. All Panel Spacers have the same setting:
Minimal size: |X----------------|
|_| The spacer can automatically stretch
Style: Line
Possition: Middle - Nov 11 2008

Plasma 4 Extensions by DanaKil 62 comments
What I do not like is that when I log-out and log-in again, some of the spacers lost its position in the panel and they appears on the right hand side.
I would really appreciate if you could fix this non pleasant behavior. - Nov 10 2008

System Software by VolkerLanz 104 comments
I have made an ebuild for Gentoo users. You can add this link into the download links:
http://bugs.gentoo.org/show_bug.cgi?id=238458
Cheers,
Jiri
PS: You should check for the parted utility (and for all other dependencies) in the cmake script. - Sep 23 2008

Video Apps by koko2k 31 comments
I'm looking forward to test your new release. - Sep 15 2008

Video Apps by koko2k 31 comments

Video Apps by koko2k 31 comments

Video Apps by koko2k 31 comments
1) Missing Cancel button in dialogs.
2) Somebody doesn't use TTF for subtitles. Then the option -ass doesn't allow to play any movie. There is missing option -font for specification of the path to the font (e.g. -font ~/.mplayer/arial-14/font.desc)!
3) It is strange to a open new window when you click on "Video drivers" or "Audio drivers". It would be better to have it like a tab in the tab list. The same with "Chains".
4) All options could have a hint with option name (e.q. Rebuild Index if necessary -> Hint: -idx)
5) The default profile should be saved automatically when you click on Apply or OK. There could be button Default to restore previous setting without saving. Above mentioned Cancel button next to the Default would be nice.
6) If I execute Xt7-Player from "Run command" in KDE, the player starts up but it shows message "This application has raised an unexpected error and must abort. [21] Out of bounds. MplayerClass.?.0". If I execute it from the konsole, it is OK.
7) The final executable file could be called simply Xt7-Player instead of the Xt7-Player.gambas.
8) The icon file should have the same root name as the executable file (Xt7-Player.png?).
If you want, you can add my ebuild (http://bugs.gentoo.org/show_bug.cgi?id=237497) for Gentoo users into you download list.
Cheers,
Jiri - Sep 12 2008

Office Apps by patrik08 17 comments
http://bugs.gentoo.org/show_bug.cgi?id=237043
You can add this link into the list of downloads. - Sep 08 2008

Office Apps by patrik08 17 comments
Please apply the patch for your configure script as I mentioned above. - Sep 04 2008

Office Apps by patrik08 17 comments
1) there is no configuration window where I could define some system parameters (where is the fop script located; if I want to execute acroread or another PDF viewer /kpdf?/; the same for RTF, ....)
2) it would be better to read directly the FO file and visualize it than save and load some scribus semi-format
3) if I do not save the document into the scribus format and I do create RTF or PDF, all the content is lost (I got blank page)
4) some icons are missing (it has the same symbol like some others) - Sep 03 2008

Office Apps by patrik08 17 comments
What about the patch for your configure script?
- *) show_usage; exit ;;
+ *) shift ;;
Could you rename the executable file "scribe" to "miniscribus" or "fop-miniscribus" otherwise it can colide with the name of another application (e.g. http://www.scribus.net).
Is there some icon for the application? - Sep 03 2008

Office Apps by patrik08 17 comments
http://www.opensubscriber.com/message/linux-assembly@vger.kernel.org/6122292.html
I'm running Gentoo on amd64 architecture. So it looks like your fop-miniscribus is able to compile only on x86 architecture (having MMX?). Maybe it would helps to use something like this on amd64:
if ! use mmx; then
CFLAGS="${CFLAGS} -DPNG_MMX_CODE_SUPPORTED -DPNG_HAVE_MMX_COMBINE_ROW"
CXXFLAGS="${CXXFLAGS} -DPNG_MMX_CODE_SUPPORTED -DPNG_HAVE_MMX_COMBINE_ROW"
fi
Or is there some other workaround for amd64? - Sep 03 2008

Office Apps by patrik08 17 comments