summaryrefslogtreecommitdiffstats
path: root/kamera
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-132-26/+26
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-211-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-071-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-203-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-093-183/+8
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Delete kamera pics, not needed anymore.Chris2020-01-1011-17/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Kamera: prepared for removal of camera_test icon file.Michele Calgaro2020-01-101-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-212-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-237-0/+0
|
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix kcontrol camera iconSlávek Banko2014-10-202-2/+2
|
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-48/+48
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-48/+48
| | | | This reverts commit 99d765aca0f7323aa327238144266942d68a437c.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-48/+48
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdegraphicsTimothy Pearson2014-10-122-2/+2
|\
| * Fix camera-photo icon installationFrançois Andriot2014-10-122-2/+2
| |
* | Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|/
* Bring camera icons into XDG complianceTimothy Pearson2014-10-117-3/+3
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-48/+48
|
* Add camera protocol handbook.Darrell Anderson2014-03-041-0/+1
|
* Improve compatibility with non-Trinity environment menusDarrell Anderson2014-02-141-0/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-034-8/+8
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-154-6/+6
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-3/+3
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-012-4/+4
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-014-19/+19
|
* Add support for gphoto 2.5Slávek Banko2013-01-293-9/+54
| | | | Based on KDE GIT commit cdcf4205
* Rename kioslavesTimothy Pearson2013-01-274-8/+8
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2710-10/+10
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-251-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-256-36/+36
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-1/+1
|
* Allow camera device to be opened by USB node numbers onlyTimothy Pearson2012-08-292-6/+15
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-3/+3
|
* Branding cleanup: KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-173-4/+4
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-2/+2
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-193-6/+6
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-183-7/+7
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-164-19/+19
| | | | This reverts commit c2637a0da6d9a1c8626ca39f8451ab3b7cda487a.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-154-19/+19
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-162-2/+2
|
* rename the following methods:tpearson2011-08-107-23/+23
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-103-13/+13
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-092-5/+5
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdegraphicstpearson2011-06-197-70/+74
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdegraphics/kamera] added forgotten file (camera.protocol)samelian2011-05-071-0/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230816 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdegraphics] cmake support for kamera, kcoloredit, and kviewshellsamelian2011-05-065-0/+112
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230743 283d02a7-25f6-0310-bc7c-ecb5cbfe19da