summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use TDESimpleConfigMichele Calgaro2025-07-124-7/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-266-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-255-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-01-222-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0210-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-024-48/+48
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-092-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Copy translations to a new directory layout.Slávek Banko2023-10-312-19/+13
| | | | | | Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop autotools supportMichele Calgaro2023-10-301-58/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion to cmake build systemMichele Calgaro2023-08-063-2/+69
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix incorrect use of dvdread includes.Slávek Banko2023-08-061-1/+1
| | | | | | | | | It seems that the library has been designed for use includes in the form "#include <dvdread/...>" while we used includes without the "dvdread/" prefix. This caused that instead of using the standard path detected from pkg-config, the expected path had to be added to to -I flag. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix more usage of TQString which would cause FTBFS with cmakeMichele Calgaro2023-08-043-10/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Restore correct version of anim.mng file from debian snapshot ↵Michele Calgaro2023-08-031-0/+0
| | | | | | (https://snapshot.debian.org/package/k9copy/2.3.8-3/) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move icons folder to main level.Michele Calgaro2023-08-0321-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Normalize doc structure and remove unused filesMichele Calgaro2023-08-031-422/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2016-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-111-2/+2
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove generated files from source tree.Slávek Banko2022-09-1112-2735/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-106-54/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Implement ffmpeg version 5 supportaneejit12022-05-191-1/+1
| | | | | | | | | | | Version 5.0 of ffmpeg drops a load of deprecated API functions causing k9copy to fail its build. The necessary changes have been made to enable k9copy to build against ffmpeg 5.0 as well as retaining support for older versions. Support for older pre-0.5.1 versions has been dropped as has runtime linking of the ffmpeg libraries. libswscale is now mandatory. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Removed HAL dependant code.Michele Calgaro2022-02-061-24/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improved support for bluray discs.Michele Calgaro2020-05-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS for build with --enable-final.Slávek Banko2019-05-024-1/+10
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-258-51/+30
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag.Michele Calgaro2018-09-016-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed extension from icon name in desktop file. This relates to bugMichele Calgaro2018-08-221-1/+1
| | | | | | 2424. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix use of potentially uninitialized valuesSlávek Banko2016-10-091-3/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on missing return valuesSlávek Banko2016-10-092-2/+2
| | | | | | This resolves bug 2710 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2320-0/+0
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-1/+1
|
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-2/+2
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Fix another crash casued by old av_packet_free routineTimothy Pearson2014-10-061-1/+2
|
* Add newlines to desktop files.Darrell Anderson2014-02-021-1/+1
|
* Fix help handbook not appearing in main handbook table of contents.Darrell Anderson2014-01-091-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-3/+3
|
* Fix FTBFSSlávek Banko2013-08-141-1/+1
|
* Use system dvdread headersFrancois Andriot2013-08-131-2/+2
| | | | This resolves Bug 1608
* Fix FTBFS when built without HAL integrationTimothy Pearson2013-03-311-1/+1
| | | | Clean up spurious build files
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1525-26/+26
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-6/+6
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-6/+6
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-017-9/+9
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-013-18/+18
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|