summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtMichele Calgaro2024-02-251-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3a8356c8299e7726f7fe7bf5716ce08b19312e27)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0417-486/+486
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 861ae27a46c4bb5d5c67feb6d8bbb4a37961b9cd)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-106-96/+96
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c8a3b81b3c22a3eb79afd726cfef71c0949efb7d)
* Solving the problem of launching the settings dialog without xine supportormorph2023-11-281-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 4Michele Calgaro2023-11-261-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 10c3044e1149edce5eec6dcf6b082c2474d77908)
* Replace Qt with TQtMichele Calgaro2023-11-056-26/+26
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4ee90855df32a13209bd394b86d81446aa2e31ad)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-032-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8c5aec192068779f6b7167c03ea66e441113f76d)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-142-3/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e524a45ee7cd6285ef3fa48ac8a1ac056293149a)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2420-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 Calgaro2023-07-122-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 Calgaro2021-07-271-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added translation of .desktop files.Slávek Banko2021-03-033-177/+16
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Copy translations to a new directory layout.Slávek Banko2021-03-031-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop automake build support.gregory guy2021-03-023-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 Banko2021-03-011-0/+92
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2911-11/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS due to narrowing conversion from 'unsigned int' to 'int'.Slávek Banko2020-09-061-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fixed detection of library at runtime.Michele Calgaro2020-06-291-0/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add library paths to link_directories and supply correct Xtest check/variablesaneejit12020-06-261-3/+19
| | | | | | This resolves bug 3130 Signed-off-by: aneejit1 <[email protected]>
* Fixed FTBFS due to missing linked libraries.Michele Calgaro2020-06-152-0/+21
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Conversion to the cmake building system.gregory guy2020-04-061-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 guy2020-04-061-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* Fix building KOffice plugin.Slávek Banko2020-04-062-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 Banko2018-12-281-0/+3
| | | | | | Create translation template. Signed-off-by: Slávek Banko <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-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 moduleMichele Calgaro2018-09-171-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix automake build dependenciesSlávek Banko2018-08-191-0/+6
| | | | | | Workaround for parallel build Signed-off-by: Slávek Banko <[email protected]>
* Relate to bug 2424gregory guy2018-08-181-1/+1
|
* Add GStreamer 1.0 supportSlávek Banko2016-03-112-8/+85
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix g_object_set last argumentFrançois Andriot2015-05-261-1/+1
| | | | | | This resolves Bug 2433 Signed-off-by: François Andriot <[email protected]>
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-2/+2
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-7/+7
|
* Add ARM64 supportSlávek Banko2015-01-151-0/+51
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Rename a few icons left in rc filesr14.0.0Timothy Pearson2014-11-201-4/+4
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-1/+1
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-225-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 Pearson2014-10-224-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 Pearson2014-10-133-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 Pearson2014-10-132-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 complianceTimothy Pearson2014-10-132-6/+4
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-113-6/+6
| | | | match XDG specifications
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-4/+4
|
* Fix unintended rename of kradioSlávek Banko2013-02-241-2/+2
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1515-27/+27
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-147-9/+9
|
* Fix unintended rename of trackTimothy Pearson2013-02-092-7/+7
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-045-44/+44
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0115-27/+27
|