Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-03 | 10 | -20/+20 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a4c9d47cc7a39155376b9d552e433fedd069fcb4) | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-04 | 4 | -48/+48 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 29a878ff9db7fe75caae6f8cebaad3b3afea3f7b) | ||||
* | Remove various '#define' strings - part 6 | Michele Calgaro | 2023-12-10 | 2 | -18/+18 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit eac40c1e0b1d008d4e2ec36c6fcfd1a7f2ad3bf5) | ||||
* | Copy translations to a new directory layout. | Slávek Banko | 2023-10-31 | 2 | -19/+13 |
| | | | | | | | Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 485fef9349d9da874793474f53900ae2f181df5e) | ||||
* | Drop autotools support | Michele Calgaro | 2023-10-31 | 1 | -58/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d328d200f36b78d13750d89093c32cc3862aaeae) | ||||
* | Conversion to cmake build system | Michele Calgaro | 2023-08-06 | 3 | -2/+69 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4aae9b72d7164684622eab039f82833d02d3ce7a) | ||||
* | Fix incorrect use of dvdread includes. | Slávek Banko | 2023-08-06 | 1 | -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> (cherry picked from commit 9f7c0362e26f62dc81769ab55a89e32c3c9a268d) | ||||
* | Fix more usage of TQString which would cause FTBFS with cmake | Michele Calgaro | 2023-08-04 | 3 | -10/+18 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 94c81f01905087ff9bdc655b96f8ac92c647314e) | ||||
* | Restore correct version of anim.mng file from debian snapshot ↵ | Michele Calgaro | 2023-08-04 | 1 | -0/+0 |
| | | | | | | | (https://snapshot.debian.org/package/k9copy/2.3.8-3/) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4dcfa83500419f64d3478017a2628a0817046cec) | ||||
* | Move icons folder to main level. | Michele Calgaro | 2023-08-04 | 21 | -3/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 26f5e607201a08e103dc7f356c225c4f3506c3c0) | ||||
* | Normalize doc structure and remove unused files | Michele Calgaro | 2023-08-04 | 1 | -422/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7fbccb650b02b00882781706c11d76add0b589bc) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-24 | 16 | -18/+18 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b3ebd61cfbfdba0d025543c5323751ad7a73a8fe) | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-12 | 1 | -2/+2 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 415e188c1fd971167396a1da80d5661bb28aea03) | ||||
* | Remove generated files from source tree. | Slávek Banko | 2022-09-11 | 12 | -2735/+0 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Remove unnecessary accelerators from .ui files. | Michele Calgaro | 2022-09-10 | 6 | -54/+9 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Implement ffmpeg version 5 support | aneejit1 | 2022-05-19 | 1 | -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 Calgaro | 2022-02-06 | 1 | -24/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Improved support for bluray discs. | Michele Calgaro | 2020-05-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Adjusted to new normalized device icon names in tdelibs. | Michele Calgaro | 2019-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix FTBFS for build with --enable-final. | Slávek Banko | 2019-05-02 | 4 | -1/+10 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Add includes to UI files to resolve FTBFS. | Michele Calgaro | 2018-09-25 | 8 | -51/+30 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed unnecessary executable flag. | Michele Calgaro | 2018-09-01 | 6 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed extension from icon name in desktop file. This relates to bug | Michele Calgaro | 2018-08-22 | 1 | -1/+1 |
| | | | | | | 2424. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix use of potentially uninitialized values | Slávek Banko | 2016-10-09 | 1 | -3/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix FTBFS on missing return values | Slávek Banko | 2016-10-09 | 2 | -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 size | Timothy Pearson | 2016-07-23 | 20 | -0/+0 |
| | |||||
* | Rename most device icons to comply with XDG standards | Timothy Pearson | 2015-03-02 | 1 | -1/+1 |
| | |||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 1 | -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 Pearson | 2014-10-13 | 1 | -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 Pearson | 2014-10-11 | 2 | -2/+2 |
| | | | | match XDG specifications | ||||
* | Fix another crash casued by old av_packet_free routine | Timothy Pearson | 2014-10-06 | 1 | -1/+2 |
| | |||||
* | Add newlines to desktop files. | Darrell Anderson | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Fix help handbook not appearing in main handbook table of contents. | Darrell Anderson | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 2 | -3/+3 |
| | |||||
* | Fix FTBFS | Slávek Banko | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | Use system dvdread headers | Francois Andriot | 2013-08-13 | 1 | -2/+2 |
| | | | | This resolves Bug 1608 | ||||
* | Fix FTBFS when built without HAL integration | Timothy Pearson | 2013-03-31 | 1 | -1/+1 |
| | | | | Clean up spurious build files | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 25 | -26/+26 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 4 | -6/+6 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 1 | -2/+2 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 1 | -6/+6 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 7 | -9/+9 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 3 | -18/+18 |
| | |||||
* | Rename KStandard for enhanced compatibility with KDE4 | Timothy Pearson | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 6 | -9/+9 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 3 | -5/+5 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 2 | -10/+10 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 4 | -11/+11 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 1 | -2/+2 |
| |