-
Попытка исправить:
ananas-0.9.5/src/plugins/aform.cpp:1191
/**
* \ru
* \brief ScriptAPI. Задает значение ячейки табличного виджета wDBTable.
*
* \param tname - имя таблицы
* \param colname - имя столбца
* \param row - номер строки
* \param value - значение
*...
2009-08-07 06:02:56 UTC in absretail
-
Попытка загрузить данные из csv файла в таблицу товаров формы "ПоступлениеТМЦ" приводит к созданию одной строки последним значением из файла.
Формат файла такой:
Артикул1;Наименование1;
Артикул2;Наименование2;...
2009-08-07 05:54:36 UTC in absretail
-
При заполнении таблицы товаров в форме "ПоступлениеТМЦ" после некоторого критического значения числа записей (3-4 хватает) в таблице начинается бардак:
цены строки из справочника Номенклатуры перепрыгивают в...
2009-08-07 05:47:32 UTC in absretail
-
Hi,
I looks like some misprint occured: no package libmp3lame0-dev can be found by debian build scripts.
Correct package name is libmp3lame-dev (taken from http://debian-multimedia.org/pool/main/l/lame/).
Thanks,
Damir.
2009-06-01 08:29:11 UTC in KRadio
-
Hello,
svn revision 899 from trunk works fine.
Thanks,
Damir.
2009-06-01 08:21:19 UTC in KRadio
-
try to build from svn r882: the script did not found libavformat/avformat.h while the system has it:
$ pkg-config --cflags libavformat
-I/usr/include/ffmpeg
obj-i486-linux-gnu/CMakeCache.txt has
LIBAVFORMAT_* correct strings like
LIBAVFORMAT_CFLAGS:INTERNAL=-I/usr/include/ffmpeg
but
obj-i486-linux-gnu/plugins/internetradio/CMakeFiles/kradio4_plugin_internetradio.dir/flags.make does...
2009-05-12 04:11:24 UTC in KRadio
-
Something like this should be used
INCLUDE(FindPkgConfig)
pkg_check_modules(LIBAVFORMAT REQUIRED libavformat)
IF(LIBAVFORMAT_FOUND)
IF(LIBAVFORMAT_CFLAGS)
SET(CMAKE_C_FLAGS "${LIBAVFORMAT_CFLAGS} ${CMAKE_C_FLAGS}")
#do something with ${PKGCONFIG_LIBRARIES}
ENDIF(LIBAVFORMAT_CFLAGS)
ELSE(LIBAVFORMAT_FOUND)
MESSAGE("Cannot find libavformat")
ENDIF(LIBAVFORMAT_FOUND)
2009-05-05 16:59:31 UTC in KRadio
-
Hello,
It cannot find libavformat/avformat.h and header during internetradio plugin compillation in Debian sysytem with ffmpeg packages from http://debian-multimedia.org since they packes the file with /usr/include/ffmpeg/libavformat/avformat.h full path, but not /usr/include/libavformat/avformat.h (like 'Debian multimedia packages maintainers' team does)...
2009-05-05 16:01:29 UTC in KRadio
-
* Update of Nagat based on patch 1237190
* A lot of fixes to make Nagat working with nagios 2.x correctly.
* Some cosmetics fixes.
* Implement hosts dependencies implementation.
* Implement services dependencies implementation.
2007-10-01 20:16:48 UTC in Nagat