2011-06-06  Sebastian Krzyszkowiak <dos@dosowisko.net>

  * data/kamerka.1: remove unnecessary line from manpage with KDE and Qt
  version used on author's PC :]

  * data/kamerka.1, data/kamerka.desktop, src/main.cpp: bump version number to
  testing 0.7 Odd minor numbers are testing, even are stable :)

  * src/videowidget.cpp: debug--

  * TODO, src/mainwindow.cpp, src/videowidget.cpp: if possible, use XDG
  Pictures directory

  * po/kamerka.pot, po/kamerka_cs.po, po/kamerka_pl.po, src/videowidget.cpp:
  fix in wording (was stored -> has been stored)

  * po/extract-messages.sh, po/kamerka.pot, po/kamerka_cs.po, po/kamerka_pl.po:
  little fix to extract-messages.sh

  * AUTHORS: add translators to AUTHORS file

  * TODO, src/mainwindow.cpp: create directory if it does not exist when
  pressing "Show directory"

  * TODO: TODO++

  * INSTALL: remove unneccessary coma

2011-06-06  Pavel Fric <pavelfric@seznam.cz>

  * po/kamerka_cs.po: add czech translation

2011-06-06  Sebastian Krzyszkowiak <dos@dosowisko.net>

  * INSTALL: add INSTALL file

  * TODO: KISS

2011-06-05  Sebastian Krzyszkowiak <dos@dosowisko.net>

  * CMakeLists.txt, modules/FindLibV4LConvert.cmake, src/CMakeLists.txt: use
  cmake macro to find libv4lconvert

  * TODO, src/CMakeLists.txt: link to Phonon from KDE, not Qt one

  * TODO: and once again

  * TODO: moar TODO++

  * TODO: TODO++

2011-06-04  Sebastian Krzyszkowiak <dos@dosowisko.net>

  * data/kamerka.1, data/kamerka.desktop, debian/changelog, src/main.cpp:
  release 0.6

  * src/mainwindow.cpp, src/videowidget.cpp: fix sounds

  * TODO, data/kamerka.1: add info about config file to manual page

  * TODO, src/capturethread.cpp, src/capturethread.h, src/videowidget.cpp,
  src/videowidget.h: make device node and resolution configurable

  * src/capturethread.cpp, src/capturethread.h, src/main.cpp,
  src/mainwindow.cpp, src/mainwindow.h, src/videowidget.cpp, src/videowidget.h:
  unify style of #include declarations

  * data/kamerka.desktop: add polish translation to .desktop file

  * TODO, src/capturethread.cpp, src/main.cpp, src/mainwindow.cpp,
  src/mainwindow.h, src/videowidget.cpp: use KDE classes

  * src/kamerka.qrc, src/mainwindow.cpp: fix ReferenceError in QML

  * TODO, debian/changelog: first preparations for 0.6 release

  * debian/changelog, debian/compat, debian/control, debian/copyright,
  debian/docs, debian/menu, debian/rules, debian/source/format, debian/watch:
  add debian directory

  * CMakeLists.txt, data/CMakeLists.txt, data/kamerka.1: install manual

  * src/capturethread.cpp, src/capturethread.h, src/main.cpp,
  src/mainwindow.cpp, src/mainwindow.h, src/videowidget.cpp, src/videowidget.h:
  better wording on GPL2+ license in code

  * README: README: typo

  * Button.qml, CMakeLists.txt, camera_click.ogg, capturethread.cpp,
  capturethread.h, data/CMakeLists.txt, data/camera_click.ogg,
  data/kamerka.desktop, data/kamerka.notifyrc, data/kamerka.png,
  data/timer.ogg, extract-messages.sh, kamerka.desktop, kamerka.notifyrc,
  kamerka.png, kamerka.pot, kamerka.qml, kamerka.qrc, main.cpp, mainwindow.cpp,
  mainwindow.h, po/extract-messages.sh, po/kamerka.pot, po/kamerka_pl.po,
  src/Button.qml, src/CMakeLists.txt, src/capturethread.cpp,
  src/capturethread.h, src/kamerka.qml, src/kamerka.qrc, src/main.cpp,
  src/mainwindow.cpp, src/mainwindow.h, src/videowidget.cpp, src/videowidget.h,
  timer.ogg, videowidget.cpp, videowidget.h: reorganize source directories

  * CMakeLists.txt: fix installing files to app data dir

  * capturethread.cpp, videowidget.cpp: cosmetics

  * Button.qml: make inactive button less transculent

2011-06-03  Sebastian Krzyszkowiak <dos@dosowisko.net>

  * CMakeLists.txt, TODO, kamerka.desktop, mainwindow.cpp, videowidget.cpp:
  make "make install" working

  * kamerka.pot, mainwindow.cpp, po/kamerka.pot, po/kamerka_pl.po: update
  translations with QML strings (dirty hack :()

  * po/kamerka_pl.po: add polish translation

  * CMakeLists.txt, extract-messages.sh, po/CMakeLists.txt, po/kamerka.pot:
  teach cmake how to compile translations

  * CMakeLists.txt, TODO, kamerka.qml, main.cpp, mainwindow.cpp, mainwindow.h,
  videowidget.cpp: add i18n support

  * mainwindow.cpp, timer.ogg, timer_beep.ogg, timer_go.ogg: better timer
  sounds

2011-06-02  Sebastian Krzyszkowiak <dos@dosowisko.net>

  * TODO, mainwindow.cpp, timer_beep.ogg, timer_go.ogg, videowidget.cpp:
  Replace beep calls with Phonon and audio files

2011-06-01  Sebastian Krzyszkowiak <dos@dosowisko.net>

  * TODO: TODO++

2011-05-31  Sebastian Krzyszkowiak <dos@dosowisko.net>

  * capturethread.h, mainwindow.h, videowidget.h: add licence information to
  headers

  * README, TODO: add README

  * AUTHORS, COPYING, capturethread.cpp, main.cpp, mainwindow.cpp,
  videowidget.cpp: add AUTHORS and licencing informations

  * mainwindow.cpp: delete only phonon instance instead of whole viewer widget
  dirty hack, but with current threading - necessary to avoid running crash
  handler on every exit :(

  * mainwindow.cpp: try turning camera on earlier

  * TODO: TODO++

  * mainwindow.cpp, videowidget.cpp: replace system() calls with QProcess

  * mainwindow.cpp: delete videoViewer before all exit(0) calls This exit()
  madness has to be fixed :(

  * TODO, mainwindow.cpp, videowidget.cpp, videowidget.h: move deleting phonon
  object to videowidget destructor and call it on closing app

  * CMakeLists.txt, camera_click.ogg, kamerka.wav, mainwindow.cpp,
  videowidget.cpp, videowidget.h: replace aplay call with phonon and use ogg
  file instead of wav

  * TODO, videowidget.cpp: replace mkdir system call and pwd functions with Qt
  methods

  * .gitignore: add QT Creator config file to .gitignore

  * kamerka.qml: cosmetics in qml file

  * TODO, main.cpp, videowidget.cpp: mkdir on taking photo instead of on app
  start

2011-05-31  user <user@Nokia-N900-51-1.(none)>

  * TODO, main.cpp, videowidget.cpp: mkdir on taking photo instead of on app
  start

2011-05-30  Sebastian Krzyszkowiak <seba.dos1@gmail.com>

  * TODO: TODO++

  * TODO: TODO++

  * CMakeLists.txt: -Wall

  * TODO, videowidget.cpp: update TODO

  * CMakeLists.txt, capturethread.cpp, videowidget.cpp: Remove -fexceptions

  * TODO, capturethread.cpp, capturethread.h, mainwindow.cpp, mainwindow.h,
  videowidget.cpp, videowidget.h: clean up imports

  * TODO: add TODO file

  * videowidget.cpp: replace iostreams with QFile when dealing with .counter
  file

  * capturethread.cpp: make framerate higher (it should be configurable!)

2011-05-29  Sebastian Krzyszkowiak <seba.dos1@gmail.com>

  * kamerka.qml, mainwindow.cpp: add drop shadow to photo preview

  * main.cpp: require raster graphics system

  * capturethread.cpp, mainwindow.cpp, mainwindow.h, videowidget.cpp,
  videowidget.h: little clean up

  * CMakeLists.txt: cosmetic changes in cmake build system

  * Button.qml, CMakeLists.txt, capturethread.cpp, capturethread.h,
  image72.png, kamerka.desktop, kamerka.notifyrc, kamerka.png, kamerka.pro,
  kamerka.qml, kamerka.qrc, kamerka.wav, main.cpp, mainwindow.cpp,
  mainwindow.h, modules/FindLibAvCodec.cmake, modules/FindLibAvFormat.cmake,
  modules/FindLibAvUtil.cmake, modules/FindLibV4L2.cmake, videowidget.cpp,
  videowidget.h: cmake based build, integrate with old 0.1 code

2011-05-28  Sebastian Krzyszkowiak <seba.dos1@gmail.com>

  * image72.png, kamerka.pro, main.cpp: Fix loading QML interface

  * kamerka.pro, kamerka.qml, kamerka.qrc, main.cpp: Proof-of-concept interface
