summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prevent preview from being clicked when hiddenHEADorigin/masterorigin/HEADmasterSebastian Krzyszkowiak2016-10-022-3/+13
* use QDesktopServices instead of xdg-open directly for "Open directory" buttonSebastian Krzyszkowiak2016-10-021-4/+1
* update READMEorigin/kf5Sebastian Krzyszkowiak2016-10-021-1/+8
* add ability to open the photo by clicking on the previewSebastian Krzyszkowiak2016-10-023-0/+16
* streamline notification buttonsSebastian Krzyszkowiak2016-10-021-11/+6
* qml Button: change cursor shape when hoveredSebastian Krzyszkowiak2016-10-021-0/+1
* don't group photo notificationsSebastian Krzyszkowiak2016-10-021-0/+1
* cmake: remove custom FindQImageBlitz moduleSebastian Krzyszkowiak2016-10-021-50/+0
* fix knotifyrc installationSebastian Krzyszkowiak2016-10-021-1/+2
* wait 3 frames before taking photoSebastian Krzyszkowiak2016-10-023-3/+15
* config: flip defaults for normalization and aspect ratio lockSebastian Krzyszkowiak2016-10-022-12/+12
* cmake: KDE4Support is deprecated; use KDELibs4SupportSebastian Krzyszkowiak2016-10-012-3/+3
* qml: use pointSize instead of pixelSize for fontsSebastian Krzyszkowiak2016-10-011-24/+24
* fix error handling broken after kf5 portSebastian Krzyszkowiak2016-10-011-13/+24
* fix DropShadowsSebastian Krzyszkowiak2016-10-011-8/+21
* initial Qt5/KF5 portSebastian Krzyszkowiak2016-10-0116-1031/+1037
* This is Kamerka 0.120.12Sebastian Krzyszkowiak2015-06-283-2/+18
* gitlog2changelog: fix for systems with python 3 being defaultSebastian Krzyszkowiak2015-06-281-2/+2
* update polish translationSebastian Krzyszkowiak2015-06-2815-606/+917
* Apply patch for finding sound files from issue #24 by akien-mgaSebastian Krzyszkowiak2015-06-282-2/+2
* add "build" to .gitignoreSebastian Krzyszkowiak2015-06-281-0/+1
* Preliminary layout fix for HiDPI displaysSebastian Krzyszkowiak2015-06-281-9/+22
* Merge pull request #21 from dekomote/image-controllsSebastian Krzyszkowiak2014-07-274-1/+159
|\
| * Image controlls in settings dialog - Brightness, contrast, saturation and hue...Dejan Noveski2014-03-274-1/+159
* | This is Kamerka 0.100.10Sebastian Krzyszkowiak2014-07-273-6/+86
* | update po(t) filesSebastian Krzyszkowiak2014-07-2715-201/+327
* | RU and UK localeSergiy Golovko2014-05-202-0/+456
* | Merge pull request #22 from DHalens/patch-4Sebastian Krzyszkowiak2014-03-301-32/+21
|\ \ | |/ |/|
| * Update es.poDaniel Halens Rodriguez2014-03-301-32/+21
|/
* Merge pull request #19 from zhcj/patch-1Sebastian Krzyszkowiak2014-03-271-2/+1
|\
| * Update zh_CN.pozhcj2014-03-271-2/+1
* | Merge pull request #20 from pejakm/serbtrSebastian Krzyszkowiak2014-03-274-164/+116
|\ \ | |/ |/|
| * Try to fix strange characters from last commitMladen Pejaković2014-03-274-4/+0
| * [Translations] Serbian files updateMladen Pejaković2014-03-274-164/+120
|/
* Merge branch 'master' of git://github.com/zhcj/kamerka into zhcj-masterSebastian Krzyszkowiak2014-03-271-25/+16
|\
| * Update zh_CN.pozhcj2014-03-271-57/+110
* | don't overwrite photo if a file with the same name as calculated already exis...Sebastian Krzyszkowiak2014-03-271-6/+12
* | update polish translationSebastian Krzyszkowiak2014-03-2714-483/+806
* | fix burstshot button being constantly active after useSebastian Krzyszkowiak2014-03-271-3/+3
* | Fixed tabs.Dejan Noveski2014-03-261-4/+4
* | Fixed tabs.Dejan Noveski2014-03-262-41/+40
* | Added burst mode; Added Capture Group in settings with setting for Timer time...Dejan Noveski2014-03-264-6/+107
* | fix effect resetting after capture thread restartSebastian Krzyszkowiak2014-03-261-1/+1
* | move effect processing into capture threadSebastian Krzyszkowiak2014-03-265-6/+6
* | aspect ratio fix in image previewSebastian Krzyszkowiak2014-03-251-2/+6
* | update polish translationSebastian Krzyszkowiak2014-03-2513-479/+561
* | replace "mono" effect with histogram equalizationSebastian Krzyszkowiak2014-03-253-18/+10
* | add configuration option for contrast enhancementSebastian Krzyszkowiak2014-03-253-14/+18
* | use qimageblitz library for more effect; it seems to be able to use some cpu ...Sebastian Krzyszkowiak2014-03-252-84/+80
* | link to qimageblitz via ${QIMAGEBLITZ_LIBRARIES}Sebastian Krzyszkowiak2014-03-251-1/+1
* | don't include imageeffect.cpp file from videowidget.cpp; include header and c...Sebastian Krzyszkowiak2014-03-253-2/+3
* | ui tweaks for buttonsSebastian Krzyszkowiak2014-03-252-58/+94
* | better scaling of toolbar buttonsSebastian Krzyszkowiak2014-03-252-3/+3
* | update pot file and polish translationSebastian Krzyszkowiak2014-03-2513-536/+912
* | Fix compiler and QML runtime warningsSebastian Krzyszkowiak2014-03-255-8/+7
* | Revert "No need for explicit qimageblitz requirement in CMake"Sebastian Krzyszkowiak2014-03-251-0/+2
* | Merge pull request #15 from dekomote/icon-buttonsSebastian Krzyszkowiak2014-03-259-62/+272
|\ \
| * | Border radius tweak. Much better on the eyeDejan Noveski2014-03-251-1/+1
| * | Dont quit the app after showing the file managerDejan Noveski2014-03-251-1/+0
| * | Added several more effectsDejan Noveski2014-03-253-2/+121
| * | No need for explicit qimageblitz requirement in CMakeDejan Noveski2014-03-251-2/+0
| * | Pretty buttons with icons, tooltips on buttons with icons, added implode and ...Dejan Noveski2014-03-256-59/+118
| * | Changed button labels to iconsDejan Noveski2014-03-254-43/+78
* | | Merge pull request #14 from zhcj/masterSebastian Krzyszkowiak2014-03-251-0/+225
|\ \ \ | |/ / |/| / | |/
| * Create zh_CN.pozhcj2014-03-081-0/+225
|/
* Merge pull request #13 from ezust/masterSebastian Krzyszkowiak2013-12-101-1/+2
|\
| * Fix forAlan Ezust2013-11-251-1/+2
|/
* This is Kamerka 0.8.50.8.5Sebastian Krzyszkowiak2012-12-213-152/+77
* Fix incorrect photo animation size on first photo takingSebastian Krzyszkowiak2012-12-211-2/+2
* Merge branch 'master' of github.com:dos1/kamerkaSebastian Krzyszkowiak2012-10-244-48/+44
|\
| * Merge pull request #10 from pejakm/masterMladen Pejaković2012-10-224-4/+4
| |\
| | * Serbian translation updateMladen Pejaković2012-10-224-4/+4
| * | Merge pull request #9 from pejakm/masterMladen Pejaković2012-10-224-48/+44
| |\ \ | | |/
| | * Serbian translation updatesMladen Pejaković2012-10-224-48/+44
| |/
* | update Portuguese translationJURANDIR APARECIDO SAMPAIO2012-10-241-20/+27
|/
* Merge pull request #8 from DHalens/patch-3Sebastian Krzyszkowiak2012-10-210-0/+0
|\
| * Update po/es.poDaniel Halens Rodriguez2012-10-221-18/+17
* | fixup es.poSebastian Krzyszkowiak2012-10-221-4/+2
* | Merge pull request #7 from DHalens/patch-1Sebastian Krzyszkowiak2012-10-211-16/+17
|\ \ | |/ |/|
| * Update po/es.poDHalens2012-10-221-16/+17
|/
* fix derped formatting in READMESebastian Krzyszkowiak2012-10-221-3/+3
* Remove Debian packaging data.Sebastian Krzyszkowiak2012-10-229-74/+0
* minor code cosmeticsSebastian Krzyszkowiak2012-10-212-3/+3
* Update Czech translationPavel Fric2012-10-211-17/+16
* Update german translation for v0.8.5Frank Schäfer2012-10-211-18/+20
* update i18n template and polish translationSebastian Krzyszkowiak2012-10-2112-366/+429
* set default window size to video resolutionSebastian Krzyszkowiak2012-10-212-3/+2
* add configuration option for aspect ratio lockingSebastian Krzyszkowiak2012-10-217-4/+41
* variable names in polish? am i fscking kidding me? :/Sebastian Krzyszkowiak2012-10-2111-1234/+1232
* hide effects toolbar when hiding main toolbarSebastian Krzyszkowiak2012-10-201-1/+1
* update TODOSebastian Krzyszkowiak2012-10-201-3/+6
* regenerate pot file and update po filesSebastian Krzyszkowiak2012-10-2012-94/+164
* add Portuguese translationJURANDIR APARECIDO SAMPAIO2012-10-201-0/+143
* Merge pull request #6 from kensington/masterSebastian Krzyszkowiak2012-07-2512-2/+2
|\
| * Rename PO files as per KDE convention.Michael Palimaka2012-07-2610-0/+0
| * The version key in .desktop files refers to the version of the specification ...Michael Palimaka2012-07-261-1/+1
| * Do not overwrite existing CXXFLAGS.Michael Palimaka2012-07-261-1/+1
|/
* Merge branch 'master' of github.com:dos1/kamerkaSebastian Krzyszkowiak2012-03-030-0/+0
|\
| * Merge pull request #4 from dekomote/masterSebastian Krzyszkowiak2012-03-027-11/+263
| |\
* | | update polish translation, AUTHORS and TODOSebastian Krzyszkowiak2012-03-0313-284/+685