Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Qt with TQt | Michele Calgaro | 2024-02-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3a8356c8299e7726f7fe7bf5716ce08b19312e27) | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-04 | 17 | -486/+486 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 861ae27a46c4bb5d5c67feb6d8bbb4a37961b9cd) | ||||
* | Remove various '#define' strings - part 6 | Michele Calgaro | 2023-12-10 | 6 | -96/+96 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c8a3b81b3c22a3eb79afd726cfef71c0949efb7d) | ||||
* | Solving the problem of launching the settings dialog without xine support | ormorph | 2023-11-28 | 1 | -3/+6 |
| | | | | | | | The settings dialog crashes if built without xine support. Signed-off-by: ormorph <[email protected]> (cherry picked from commit 6212c1b319a59450c44c9bb212cf7dce5df23c3e) | ||||
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 1 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 10c3044e1149edce5eec6dcf6b082c2474d77908) | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 6 | -26/+26 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4ee90855df32a13209bd394b86d81446aa2e31ad) | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-03 | 2 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8c5aec192068779f6b7167c03ea66e441113f76d) | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-14 | 2 | -3/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e524a45ee7cd6285ef3fa48ac8a1ac056293149a) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-24 | 20 | -65/+65 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f15328299d0c380543f17448311292fe57fae751) | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-12 | 2 | -6/+6 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 47d29ee63f76127afe48c487d3e8794b0d05508b) | ||||
* | Fixed FTBFS in clang caused by wrong access to class members. | Michele Calgaro | 2021-07-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added translation of .desktop files. | Slávek Banko | 2021-03-03 | 3 | -177/+16 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Copy translations to a new directory layout. | Slávek Banko | 2021-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop automake build support. | gregory guy | 2021-03-02 | 3 | -127/+17 |
| | | | | | | | | | | | Add basic cmake build instructions. Delete empty file NEWS. Rework of the README and the English help page files. Update some cmake files with latest macros. libXv and libXext are handled by cmake intern modules through X11 variables. Few cosmetics. Signed-off-by: gregory guy <[email protected]> | ||||
* | Add support for RISC-V 32bit and 64bit. | Slávek Banko | 2021-03-01 | 1 | -0/+92 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-29 | 11 | -11/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS due to narrowing conversion from 'unsigned int' to 'int'. | Slávek Banko | 2020-09-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed detection of library at runtime. | Michele Calgaro | 2020-06-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add library paths to link_directories and supply correct Xtest check/variables | aneejit1 | 2020-06-26 | 1 | -3/+19 |
| | | | | | | This resolves bug 3130 Signed-off-by: aneejit1 <[email protected]> | ||||
* | Fixed FTBFS due to missing linked libraries. | Michele Calgaro | 2020-06-15 | 2 | -0/+21 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Conversion to the cmake building system. | gregory guy | 2020-04-06 | 1 | -0/+241 |
| | | | | | | | | A man page taken fron the Debian packaging system has been added. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove wrong absolute path for the cp unix command. | gregory guy | 2020-04-06 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Fix building KOffice plugin. | Slávek Banko | 2020-04-06 | 2 | -10/+18 |
| | | | | | | | This resolves issue #4. Signed-off-by: Slávek Banko <[email protected]> Signed-off-by: gregory guy <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-28 | 1 | -0/+3 |
| | | | | | | Create translation template. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix automake build dependencies | Slávek Banko | 2018-08-19 | 1 | -0/+6 |
| | | | | | | Workaround for parallel build Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Relate to bug 2424 | gregory guy | 2018-08-18 | 1 | -1/+1 |
| | |||||
* | Add GStreamer 1.0 support | Slávek Banko | 2016-03-11 | 2 | -8/+85 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix g_object_set last argument | François Andriot | 2015-05-26 | 1 | -1/+1 |
| | | | | | | This resolves Bug 2433 Signed-off-by: François Andriot <[email protected]> | ||||
* | Fix incorrectly renamed strings | Slávek Banko | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | Rename most device icons to comply with XDG standards | Timothy Pearson | 2015-03-02 | 1 | -7/+7 |
| | |||||
* | Add ARM64 support | Slávek Banko | 2015-01-15 | 1 | -0/+51 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Rename a few icons left in rc filesr14.0.0 | Timothy Pearson | 2014-11-20 | 1 | -4/+4 |
| | |||||
* | Fix exec icon location and bring it into XDG compliance | Timothy Pearson | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Fix remaining issues from mimetype icon rename | Timothy Pearson | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Repair mimetype icon usage, part 1. The following are not fully verified in ↵ | Timothy Pearson | 2014-10-22 | 5 | -7/+7 |
| | | | | source as of this commit due to ubiquity: info, unknown | ||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 4 | -6/+6 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 3 | -8/+8 |
| | | | | 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 | 2 | -4/+4 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Bring up, down, top, and bottom icons into XDG compliance | Timothy Pearson | 2014-10-13 | 2 | -6/+4 |
| | |||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 3 | -6/+6 |
| | | | | match XDG specifications | ||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -4/+4 |
| | |||||
* | Fix unintended rename of kradio | Slávek Banko | 2013-02-24 | 1 | -2/+2 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 15 | -27/+27 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 7 | -9/+9 |
| | |||||
* | Fix unintended rename of track | Timothy Pearson | 2013-02-09 | 2 | -7/+7 |
| | |||||
* | 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 | 5 | -44/+44 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 15 | -27/+27 |
| |