
* Please Report Bugs to : https://launchpad.net/~juergen-heinemann/+archive/qx11grab.hjcms.de

* When writing your bug report, please include (uncompressed):
  - The exact command line Script e.g.: /tmp/qx11grab_$USER.sh
  - The full, output logfile e.g.: /tmp/qx11grab-$USER_$DISPLAY.log
  - The full, uncut process output provided by "-report" Option /tmp/ffmpeg-$YEAR*.log

* QTableView Item Update
  - on some distributions first add item not visible but also inserted
  - I'm searching...  currently not fixed

* can not create mp4 videos
  - you need FFmpeg with libfaac Support. (NOTE This will break GPL License)

* drawtext plugin didn't work
  - some distributions not compile FFmpeg with freetype2 support.

* Why now Spaces in Commandline Strings?
  - QProcess delimiting with spaces
  - Currently there is now way to modify the delimiter for QProccess

* Compile Error on some 64bit Distributions:
  <error_code>
    src/filters/unsharp/CMakeFiles/Unsharp.dir/moc_unsharpplugin.cxx.o
    Linking CXX shared module ../../../app/plugins/libUnsharp.so
    /usr/bin/ld: ../../../app/libQX11GrabInterface.a(moc_interface.cxx.o):
    relocation R_X86_64_32 against `QX11Grab::Interface::staticMetaObject'
    can not be used when making a shared object; recompile with -fPIC
    ../../../app/libQX11GrabInterface.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status
    make[2]: *** [app/plugins/libUnsharp.so] Error 1
    make[1]: *** [src/filters/unsharp/CMakeFiles/Unsharp.dir/all] Error 2
    make: *** [all] Error 2
  </error_code>
  this is not a qx11grab bug see also modules/CheckingGNUCXX.cmake and __CHECK_GCC_FPIC
  you can force a build with -DCMAKE_SHARED_LIBRARY_CXX_FLAGS:STRING="-fPIC"
